mcrypt: unbreak on GCC 14

+1 -3
+1 -3
pkgs/by-name/mc/mcrypt/package.nix
··· 28 libmhash 29 ]; 30 31 - env = lib.optionalAttrs stdenv.cc.isClang { 32 - NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration"; 33 - }; 34 35 meta = { 36 description = "Replacement for old UNIX crypt(1)";
··· 28 libmhash 29 ]; 30 31 + env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-function-declaration"; 32 33 meta = { 34 description = "Replacement for old UNIX crypt(1)";