nss_wrapper: Remove glibc from linker flags hack
Not needed anymore after #14668
This commit is contained in:
parent
a01cdca9d1
commit
be02add261
1 changed files with 0 additions and 2 deletions
|
@ -49,8 +49,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ cmake yasm ];
|
||||
|
||||
NIX_LDFLAGS = "-L${stdenv.cc.libc.out}/lib"; #outputs TODO: this is strange
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Library for encoding h.265/HEVC video streams";
|
||||
homepage = http://x265.org;
|
||||
|
|
Loading…
Reference in a new issue