Using old compizManager by default.
svn path=/nixpkgs/trunk/; revision=13635
This commit is contained in:
parent
a0657e021f
commit
6a83330e8b
@ -1,5 +1,5 @@
|
|||||||
args : with args;
|
args : with args;
|
||||||
let localDefs = builderDefs {
|
let localDefs = builderDefs.passthru.function {
|
||||||
src = /* put a fetchurl here */
|
src = /* put a fetchurl here */
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = http://releases.compiz-fusion.org/0.6.0/compiz-manager-0.6.0.tar.bz2;
|
url = http://releases.compiz-fusion.org/0.6.0/compiz-manager-0.6.0.tar.bz2;
|
||||||
@ -19,7 +19,7 @@ args : with args;
|
|||||||
"INDIRECT" "yes"
|
"INDIRECT" "yes"
|
||||||
"XORG_DRIVER_PATH" "/nix/store/.*"
|
"XORG_DRIVER_PATH" "/nix/store/.*"
|
||||||
]];
|
]];
|
||||||
} null; /* null is a terminator for sumArgs */
|
};
|
||||||
in with localDefs;
|
in with localDefs;
|
||||||
let
|
let
|
||||||
install = FullDepEntry ("
|
install = FullDepEntry ("
|
||||||
|
@ -10,6 +10,6 @@ rec
|
|||||||
ccsm = selectVersion ./ccsm (args // {inherit libcompizconfig bcop compizConfigPython configBackendGConf;});
|
ccsm = selectVersion ./ccsm (args // {inherit libcompizconfig bcop compizConfigPython configBackendGConf;});
|
||||||
pluginsMain = selectVersion ./main (args //{inherit bcop ;});
|
pluginsMain = selectVersion ./main (args //{inherit bcop ;});
|
||||||
pluginsExtra = selectVersion ./extra (args //{inherit bcop pluginsMain;});
|
pluginsExtra = selectVersion ./extra (args //{inherit bcop pluginsMain;});
|
||||||
compizManager = selectVersion ./compiz-manager (args // {inherit bcop ccsm;});
|
compizManager = (import ./compiz-manager/0.6.0.nix) (args // {inherit bcop ccsm;});
|
||||||
ccsmSimple = selectVersion ./ccsm-simple (args // {inherit libcompizconfig bcop compizConfigPython configBackendGConf;});
|
ccsmSimple = selectVersion ./ccsm-simple (args // {inherit libcompizconfig bcop compizConfigPython configBackendGConf;});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user