parent
d7856d3c2a
commit
e616725ba0
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
buildInputs = [ pcre ];
|
buildInputs = [ pcre ];
|
||||||
|
|
||||||
|
CCNAME = "cc";
|
||||||
|
|
||||||
postPatch = "sed -e 's,/usr/bin/install,install,g' -i src/Makefile";
|
postPatch = "sed -e 's,/usr/bin/install,install,g' -i src/Makefile";
|
||||||
preBuild = "cd src";
|
preBuild = "cd src";
|
||||||
installFlags = "DESTDIR=$(out)";
|
installFlags = "DESTDIR=$(out)";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user