Merge pull request #111472 from SuperSandro2000/fix-eval-staging
audit: Remove usage of stdenv.lib
This commit is contained in:
commit
8ac8a860b9
@ -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