1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

* Purity fix: don't use /usr/bin/install.

svn path=/nixpkgs/trunk/; revision=8619
This commit is contained in:
Eelco Dolstra 2007-04-26 22:28:26 +00:00
parent 65d14af11b
commit 0caae36936

View file

@ -9,4 +9,8 @@ stdenv.mkDerivation {
buildInputs = [bison pkgconfig glib];
propagatedBuildInputs = [glib];
preBuild = "
makeFlagsArray=(INSTALL=`type -tp install`)
";
}