parent
617a289fa7
commit
dbae3ea4a2
|
@ -2,14 +2,14 @@ args : with args;
|
||||||
let localDefs = builderDefs.meta.function {
|
let localDefs = builderDefs.meta.function {
|
||||||
src = /* put a fetchurl here */
|
src = /* put a fetchurl here */
|
||||||
fetchurl {
|
fetchurl {
|
||||||
url = http://releases.compiz-fusion.org/0.7.4/compiz/compiz-0.7.4.tar.bz2;
|
url = http://xorg.freedesktop.org/archive/individual/app/compiz-0.7.8.tar.gz;
|
||||||
sha256 = "1ik2wlrc469l0l9j7yhfapcmwkshhva5b5sh5h4czg3bj5iivaf7";
|
sha256 = "00v5br8vi9ycrzvgdsmdbv31kv1n9g88hxm0ax9yhy6cfsvm4vxl";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
pkgconfig gtk libwnck GConf libgnome
|
pkgconfig gtk libwnck GConf libgnome
|
||||||
libgnomeui metacity gnomegtk glib pango libglade libgtkhtml
|
libgnomeui metacity gnomegtk glib pango libglade libgtkhtml
|
||||||
gtkhtml libgnomecanvas libgnomeprint libgnomeprintui gnomepanel
|
gtkhtml libgnomecanvas libgnomeprint libgnomeprintui gnomepanel
|
||||||
librsvg fuse
|
librsvg fuse gettext
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
libpng libXcomposite libXfixes libXdamage libXrandr libXinerama
|
libpng libXcomposite libXfixes libXdamage libXrandr libXinerama
|
||||||
|
@ -36,7 +36,7 @@ in
|
||||||
|
|
||||||
stdenv.mkDerivation
|
stdenv.mkDerivation
|
||||||
rec {
|
rec {
|
||||||
name = "compiz-"+version;
|
name = "compiz-0.7.8";
|
||||||
builder = writeScript (name + "-builder")
|
builder = writeScript (name + "-builder")
|
||||||
(textClosure localDefs [doPatch doConfigure doMakeInstall doPropagate
|
(textClosure localDefs [doPatch doConfigure doMakeInstall doPropagate
|
||||||
doForceShare postAll]);
|
doForceShare postAll]);
|
|
@ -5935,9 +5935,9 @@ let
|
||||||
version = "0.6.2";
|
version = "0.6.2";
|
||||||
};
|
};
|
||||||
|
|
||||||
compizBase = composedArgsAndFun (assert mesaSupported; selectVersion ../applications/window-managers/compiz "0.7.4") {
|
compizBase = composedArgsAndFun (assert mesaSupported; selectVersion ../applications/window-managers/compiz "0.7.8") {
|
||||||
inherit lib builderDefs stringsWithDeps;
|
inherit lib builderDefs stringsWithDeps;
|
||||||
inherit fetchurl stdenv pkgconfig libpng mesa perl perlXMLParser libxslt;
|
inherit fetchurl stdenv pkgconfig libpng mesa perl perlXMLParser libxslt gettext;
|
||||||
inherit (xorg) libXcomposite libXfixes libXdamage libXrandr
|
inherit (xorg) libXcomposite libXfixes libXdamage libXrandr
|
||||||
libXinerama libICE libSM libXrender xextproto compositeproto fixesproto
|
libXinerama libICE libSM libXrender xextproto compositeproto fixesproto
|
||||||
damageproto randrproto xineramaproto renderproto kbproto xproto libX11
|
damageproto randrproto xineramaproto renderproto kbproto xproto libX11
|
||||||
|
|
Loading…
Reference in New Issue