lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

mcrypt: fix build on darwin

+4
+4
pkgs/tools/misc/mcrypt/default.nix
··· 19 19 20 20 buildInputs = [ libmcrypt libmhash ]; 21 21 22 + env = lib.optionalAttrs stdenv.cc.isClang { 23 + NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration"; 24 + }; 25 + 22 26 meta = { 23 27 description = "Replacement for old UNIX crypt(1)"; 24 28 longDescription = ''