pkgs/tools: stdenv.lib -> lib
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation {
|
||||
sha256 = "1fbfcnm5gjish47wdvikcsgzlb5vnlfqlzzm6mwiw2j5qkq0914i";
|
||||
};
|
||||
|
||||
NIX_CFLAGS_COMPILE = stdenv.lib.optionalString stdenv.isi686 "-Wno-error=format";
|
||||
NIX_CFLAGS_COMPILE = lib.optionalString stdenv.isi686 "-Wno-error=format";
|
||||
|
||||
buildPhase = "sh -e make.sh";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user