gvfs: 1.50.6 → 1.51.90

https://gitlab.gnome.org/GNOME/gvfs/-/compare/1.50.6...1.51.90

Use gnome.post_install().

https://github.com/GNOME/gvfs/commit/e206a98a96b3f2ace8f8f4968f6de54e7312a567

While at it, removes non-existent `test-driver` from patchShebangs args.

Changelog-reviewed-by: Bobby Rong <rjl931189261@126.com>
Changelog-reviewed-by: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Bobby Rong
2023-11-21 08:41:35 +01:00
committed by Jan Tojnar
parent fb98cddaf8
commit a47453008c
+3 -6
View File
@@ -46,11 +46,11 @@
stdenv.mkDerivation rec {
pname = "gvfs";
version = "1.50.6";
version = "1.51.90";
src = fetchurl {
url = "mirror://gnome/sources/gvfs/${lib.versions.majorMinor version}/gvfs-${version}.tar.xz";
hash = "sha256-xPbhH8TqqZM/TbjHo0R14GaM6tK//tloZ9Bhvj053aU=";
hash = "sha256-wFqqfPRjVA+4yQl8+bd9kvLI4N4dzWQ6+xTBKE+CO90=";
};
patches = [
@@ -61,10 +61,7 @@ stdenv.mkDerivation rec {
];
postPatch = ''
# patchShebangs requires executable file
chmod +x meson_post_install.py
patchShebangs meson_post_install.py
patchShebangs test test-driver
patchShebangs test
'';
nativeBuildInputs = [