* Remove references to dontMakeInstall.

svn path=/nixpkgs/trunk/; revision=7500
This commit is contained in:
Eelco Dolstra
2006-12-27 18:24:26 +00:00
parent 7a79d1ff6a
commit bbe62e266b
9 changed files with 21 additions and 68 deletions
@@ -1,8 +1,2 @@
source $stdenv/setup
dontBuild=1
dontMakeInstall=1
nop() {
sourceRoot=.
}
unpackPhase=nop
genericBuild
@@ -2,7 +2,9 @@
stdenv.mkDerivation {
name = "xlibs-wrapper";
builder = ./builder.sh;
buildPhase = "true";
installPhase = "true";
unpackPhase = "sourceRoot=.";
propagatedBuildInputs = packages;
} // {
# For compatability with XFree86.