gnome.nautilus: 45.2.1 → 46.0

https://gitlab.gnome.org/GNOME/nautilus/-/compare/45.2.1...46.0

libxml2 no longer needed (and we don't run xmllint also)
9dbef31384

Co-Authored-By: Bobby Rong <rjl931189261@126.com>

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey 2024-03-02 14:11:26 +01:00
parent 8b8b4e24c4
commit 429c603fa9
No known key found for this signature in database
GPG Key ID: F6FE033DFCB899F7
2 changed files with 2 additions and 6 deletions

View File

@ -7,7 +7,6 @@
, gi-docgen
, docbook-xsl-nons
, gettext
, libxml2
, desktop-file-utils
, wrapGAppsHook4
, gtk4
@ -39,13 +38,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "nautilus";
version = "45.2.1";
version = "46.0";
outputs = [ "out" "dev" "devdoc" ];
src = fetchurl {
url = "mirror://gnome/sources/nautilus/${lib.versions.major finalAttrs.version}/nautilus-${finalAttrs.version}.tar.xz";
sha256 = "ul1T3zmhVVYt+XHvXjHoJwdJBdDEjqseskIaEChLmQ0=";
hash = "sha256-5tde2feqaKAKKlWaC/cBDGB34VjS2QD6NlqJc/bvEc4=";
};
patches = [
@ -63,7 +62,6 @@ stdenv.mkDerivation (finalAttrs: {
desktop-file-utils
gettext
gobject-introspection
libxml2
meson
ninja
pkg-config

View File

@ -21,6 +21,4 @@ index cd889ff18..e2cd6468e 100644
+ }
+
+ load_module_dir (extensiondir);
eel_debug_call_at_shutdown (free_module_objects);
}