mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
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:
parent
8b8b4e24c4
commit
429c603fa9
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user