* Purity fix: don't use /usr/bin/install.
svn path=/nixpkgs/trunk/; revision=8619
This commit is contained in:
parent
65d14af11b
commit
0caae36936
|
@ -9,4 +9,8 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs = [bison pkgconfig glib];
|
||||
propagatedBuildInputs = [glib];
|
||||
|
||||
preBuild = "
|
||||
makeFlagsArray=(INSTALL=`type -tp install`)
|
||||
";
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue