3
0
Fork 0
forked from mirrors/nixpkgs

compiz: fix build by dontMoveLib64 = true;

This commit is contained in:
Vladimír Čunát 2015-07-25 08:43:53 +02:00
parent 61b3816ff2
commit 99457b40ac

View file

@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
--prefix PYTHONPATH : "$out/lib/${python.libPrefix}/site-packages"
'';
# automatic moving fails, perhaps due to having two $out/lib*/pkgconfig
dontMoveLib64 = true;
meta = {
description = "Compoziting window manager";
homepage = "http://launchpad.net/compiz/";