Merge pull request #111472 from SuperSandro2000/fix-eval-staging

audit: Remove usage of stdenv.lib

authored by

Sandro and committed by
GitHub
8ac8a860 19d5413d

+1 -1
+1 -1
pkgs/os-specific/linux/audit/default.nix
··· 61 61 # --whole-archive linker flag is required to be sure that linker 62 62 # correctly chooses strong version of symbol regardless of order of 63 63 # object files at command line. 64 - + stdenv.lib.optionalString stdenv.targetPlatform.isStatic '' 64 + + lib.optionalString stdenv.targetPlatform.isStatic '' 65 65 export LDFLAGS=-Wl,--whole-archive 66 66 ''; 67 67 meta = {