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