gnome3.gnome-desktop: 3.30.2.1 -> 3.32.0
This commit is contained in:
parent
f18aaa1c9f
commit
0081f3ac48
@ -1,22 +1,22 @@
|
|||||||
{ stdenv, fetchurl, substituteAll, pkgconfig, libxslt, which, libX11, gnome3, gtk3, glib
|
{ stdenv, fetchurl, substituteAll, pkgconfig, libxslt, ninja, libX11, gnome3, gtk3, glib
|
||||||
, gettext, libxml2, xkeyboard_config, isocodes, itstool, wayland, fetchpatch
|
, gettext, libxml2, xkeyboard_config, isocodes, meson, wayland, fetchpatch
|
||||||
, libseccomp, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl }:
|
, libseccomp, bubblewrap, gobject-introspection, gtk-doc, docbook_xsl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "gnome-desktop-${version}";
|
name = "gnome-desktop-${version}";
|
||||||
version = "3.30.2.1";
|
version = "3.32.0";
|
||||||
|
|
||||||
outputs = [ "out" "dev" "devdoc" ];
|
outputs = [ "out" "dev" "devdoc" ];
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/gnome-desktop/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
url = "mirror://gnome/sources/gnome-desktop/${stdenv.lib.versions.majorMinor version}/${name}.tar.xz";
|
||||||
sha256 = "07s95fpfl3kjq51yxbrx6q87w812pq6bl0xdn0zzyi6qvg33m00v";
|
sha256 = "0m3vs3rhhykr4xnwzi18h4bb1l05l8ykpiw4mi90dz19zk2ksfd6";
|
||||||
};
|
};
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
pkgconfig which itstool gettext libxslt libxml2 gobject-introspection
|
pkgconfig meson ninja gettext libxslt libxml2 gobject-introspection
|
||||||
gtk-doc docbook_xsl
|
gtk-doc docbook_xsl
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -32,15 +32,11 @@ stdenv.mkDerivation rec {
|
|||||||
bubblewrap_bin = "${bubblewrap}/bin/bwrap";
|
bubblewrap_bin = "${bubblewrap}/bin/bwrap";
|
||||||
inherit (builtins) storeDir;
|
inherit (builtins) storeDir;
|
||||||
})
|
})
|
||||||
(fetchpatch {
|
|
||||||
name = "fix-missing-font-cache";
|
|
||||||
url = https://gitlab.gnome.org/GNOME/gnome-desktop/commit/b87de7495160dbf48f01aa1ddb361fc2556ffd0c.patch;
|
|
||||||
sha256 = "1aw7lw93kcflmqmbx25cwja25441i8xzvgjm1pfsxvw3vr8j6scb";
|
|
||||||
})
|
|
||||||
];
|
];
|
||||||
|
|
||||||
configureFlags = [
|
mesonFlags = [
|
||||||
"--enable-gtk-doc"
|
"-Dgtk_doc=true"
|
||||||
|
"-Ddesktop_docs=false"
|
||||||
];
|
];
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user