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)
https://github.com/GNOME/nautilus/commit/9dbef313847eac494581bb86cb24d25e0d8c09ac

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

Changelog-Reviewed-By: Maxine Aubrey <max@ine.dev>
This commit is contained in:
Maxine Aubrey
2024-04-22 21:11:06 +02:00
parent 8b8b4e24c4
commit 429c603fa9
2 changed files with 2 additions and 6 deletions
@@ -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
@@ -21,6 +21,4 @@ index cd889ff18..e2cd6468e 100644
+ }
+
+ load_module_dir (extensiondir);
eel_debug_call_at_shutdown (free_module_objects);
}