compiz: fix build by dontMoveLib64 = true;
This commit is contained in:
parent
61b3816ff2
commit
99457b40ac
@ -50,6 +50,9 @@ stdenv.mkDerivation rec {
|
|||||||
--prefix PYTHONPATH : "$out/lib/${python.libPrefix}/site-packages"
|
--prefix PYTHONPATH : "$out/lib/${python.libPrefix}/site-packages"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
# automatic moving fails, perhaps due to having two $out/lib*/pkgconfig
|
||||||
|
dontMoveLib64 = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Compoziting window manager";
|
description = "Compoziting window manager";
|
||||||
homepage = "http://launchpad.net/compiz/";
|
homepage = "http://launchpad.net/compiz/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user