mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
parent
d7856d3c2a
commit
e616725ba0
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
buildInputs = [ pcre ];
|
||||
|
||||
CCNAME = "cc";
|
||||
|
||||
postPatch = "sed -e 's,/usr/bin/install,install,g' -i src/Makefile";
|
||||
preBuild = "cd src";
|
||||
installFlags = "DESTDIR=$(out)";
|
||||
|
|
Loading…
Reference in a new issue