gnome3.gnome_desktop: 3.11 -> 3.10 (use gnome3 stable)
This commit is contained in:
parent
066abcc047
commit
215931f5d0
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
|
|
||||||
majorVersion = "3.11";
|
majorVersion = "3.10";
|
||||||
minorVersion = "2";
|
minorVersion = "1";
|
||||||
name = "gnome-desktop-${majorVersion}.${minorVersion}";
|
name = "gnome-desktop-${majorVersion}.${minorVersion}";
|
||||||
|
|
||||||
# this should probably be setuphook for glib
|
# this should probably be setuphook for glib
|
||||||
@ -15,10 +15,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-desktop/${majorVersion}/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-desktop/${majorVersion}/${name}.tar.xz";
|
||||||
sha256 = "0vsxgp77s0pmcq177lz310ync4c1n7cwb63163zm5g5xw69qc5d7";
|
sha256 = "0hdvm909lbpnixqv11qdx9iaycx4dpxys46fa128bqp8alisgb0h";
|
||||||
};
|
};
|
||||||
|
|
||||||
configureFlags = "--disable-scrollkeeper";
|
|
||||||
buildInputs = [ pkgconfig python libxml2Python libxslt which libX11 xkeyboard_config isocodes itstool wayland
|
buildInputs = [ pkgconfig python libxml2Python libxslt which libX11 xkeyboard_config isocodes itstool wayland
|
||||||
gtk3 glib intltool gnome_doc_utils libxkbfile gnome3.gsettings_desktop_schemas gobjectIntrospection ];
|
gtk3 glib intltool gnome_doc_utils libxkbfile gnome3.gsettings_desktop_schemas gobjectIntrospection ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user