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