lol
0
fork

Configure Feed

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

farbfeld: fix cross-compilation

+2
+2
pkgs/development/libraries/farbfeld/default.nix
··· 12 12 buildInputs = [ libpng libjpeg ]; 13 13 nativeBuildInputs = [ makeWrapper ]; 14 14 15 + makeFlags = [ "CC:=$(CC)" ]; 16 + 15 17 installFlags = [ "PREFIX=$(out)" ]; 16 18 postInstall = '' 17 19 wrapProgram "$out/bin/2ff" --prefix PATH : "${file}/bin"