* Fix xlibs-wrapper.

svn path=/nixpkgs/trunk/; revision=7508
This commit is contained in:
Eelco Dolstra 2006-12-28 01:19:15 +00:00
parent bb6e765df2
commit 158a26b1ea

View File

@ -3,7 +3,7 @@
stdenv.mkDerivation {
name = "xlibs-wrapper";
buildPhase = "true";
installPhase = "true";
installPhase = "ensureDir $out";
unpackPhase = "sourceRoot=.";
propagatedBuildInputs = packages;
} // {