lol
fork

Configure Feed

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

notemap: fix darwin build

+3
+3
pkgs/tools/networking/notemap/default.nix
··· 3 3 , fetchzip 4 4 , pkg-config 5 5 , libressl 6 + , memstreamHook 6 7 }: 7 8 8 9 stdenv.mkDerivation rec { ··· 20 21 21 22 buildInputs = [ 22 23 libressl 24 + ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ 25 + memstreamHook 23 26 ]; 24 27 25 28 meta = {