* Fix xlibs-wrapper.
svn path=/nixpkgs/trunk/; revision=7508
This commit is contained in:
parent
bb6e765df2
commit
158a26b1ea
@ -3,7 +3,7 @@
|
||||
stdenv.mkDerivation {
|
||||
name = "xlibs-wrapper";
|
||||
buildPhase = "true";
|
||||
installPhase = "true";
|
||||
installPhase = "ensureDir $out";
|
||||
unpackPhase = "sourceRoot=.";
|
||||
propagatedBuildInputs = packages;
|
||||
} // {
|
||||
|
Loading…
Reference in New Issue
Block a user