* Remove references to dontMakeInstall.
svn path=/nixpkgs/trunk/; revision=7500
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user