audit: Remove usage of stdenv.lib
This commit is contained in:
parent
19d5413d37
commit
6dfb84d462
@ -61,7 +61,7 @@ stdenv.mkDerivation rec {
|
|||||||
# --whole-archive linker flag is required to be sure that linker
|
# --whole-archive linker flag is required to be sure that linker
|
||||||
# correctly chooses strong version of symbol regardless of order of
|
# correctly chooses strong version of symbol regardless of order of
|
||||||
# object files at command line.
|
# object files at command line.
|
||||||
+ stdenv.lib.optionalString stdenv.targetPlatform.isStatic ''
|
+ lib.optionalString stdenv.targetPlatform.isStatic ''
|
||||||
export LDFLAGS=-Wl,--whole-archive
|
export LDFLAGS=-Wl,--whole-archive
|
||||||
'';
|
'';
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user