lol
0
fork

Configure Feed

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

stfl: don't overwrite buildPhase, potentially make makeFlags working

authored by

Sandro Jäckel and committed by
Sandro Jäckel
421976c3 58948dcc

+2 -4
+2 -4
pkgs/development/libraries/stfl/default.nix
··· 11 11 12 12 buildInputs = [ ncurses libiconv ]; 13 13 14 - buildPhase = '' 14 + preBuild = '' 15 15 sed -i s/gcc/cc/g Makefile 16 16 sed -i s%ncursesw/ncurses.h%ncurses.h% stfl_internals.h 17 - '' + (lib.optionalString stdenv.isDarwin '' 17 + '' + lib.optionalString stdenv.isDarwin '' 18 18 sed -i s/-soname/-install_name/ Makefile 19 - '') + '' 20 - make 21 19 ''; 22 20 23 21 installPhase = ''