We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53ae2f0 commit cb11ccaCopy full SHA for cb11cca
pkgs/by-name/li/libmcrypt/package.nix
@@ -25,9 +25,10 @@ stdenv.mkDerivation rec {
25
"ac_cv_func_realloc_0_nonnull=yes"
26
];
27
28
- env = lib.optionalAttrs stdenv.cc.isClang {
29
- NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration -Wno-implicit-int";
30
- };
+ env.NIX_CFLAGS_COMPILE = toString [
+ "-Wno-implicit-function-declaration"
+ "-Wno-implicit-int"
31
+ ];
32
33
meta = {
34
description = "Replacement for the old crypt() package and crypt(1) command, with extensions";
0 commit comments