diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 15:49:42 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-31 23:13:27 +0900 |
| commit | faa7cc933af015cc7812d7c9ff8d4d4be75f336a (patch) | |
| tree | c761e92f6c0a47f8cde29a1cd5bdfd620f4b6d39 /gnu | |
| parent | ad5c98bc898e85101964aa58e57de2fd2dcd4717 (diff) | |
gnu: flatpak: Update to 1.18.2.
* gnu/packages/package-management.scm (flatpak): Update to 1.18.2.
[#:phases] {disable-failing-tests}: Update.
{fix-tests}: Delete trailing #t.
[inputs]: Replace libsoup-minimal-2 with libsoup.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/package-management.scm | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/gnu/packages/package-management.scm b/gnu/packages/package-management.scm index 01503264898..3874e3330af 100644 --- a/gnu/packages/package-management.scm +++ b/gnu/packages/package-management.scm | |||
| @@ -2868,14 +2868,14 @@ the boot loader configuration.") | |||
| 2868 | (define-public flatpak | 2868 | (define-public flatpak |
| 2869 | (package | 2869 | (package |
| 2870 | (name "flatpak") | 2870 | (name "flatpak") |
| 2871 | (version "1.16.6") | 2871 | (version "1.18.2") |
| 2872 | (source | 2872 | (source |
| 2873 | (origin | 2873 | (origin |
| 2874 | (method url-fetch) | 2874 | (method url-fetch) |
| 2875 | (uri (string-append "https://github.com/flatpak/flatpak/releases/download/" | 2875 | (uri (string-append "https://github.com/flatpak/flatpak/releases/download/" |
| 2876 | version "/flatpak-" version ".tar.xz")) | 2876 | version "/flatpak-" version ".tar.xz")) |
| 2877 | (sha256 | 2877 | (sha256 |
| 2878 | (base32 "1hzfb337cyg5h4k3rh30jjzccfwazm3gx9lj9prh5dj4zvryfqqy")) | 2878 | (base32 "044fy3bvh17gp37mgaix6qw0s6zargi2m4w4k70s6sf32k5zh3w0")) |
| 2879 | (patches | 2879 | (patches |
| 2880 | (search-patches "flatpak-fix-fonts-icons.patch" | 2880 | (search-patches "flatpak-fix-fonts-icons.patch" |
| 2881 | "flatpak-fix-icon-validation.patch" | 2881 | "flatpak-fix-icon-validation.patch" |
| @@ -2898,12 +2898,12 @@ the boot loader configuration.") | |||
| 2898 | #~(modify-phases %standard-phases | 2898 | #~(modify-phases %standard-phases |
| 2899 | (add-after 'unpack 'disable-failing-tests | 2899 | (add-after 'unpack 'disable-failing-tests |
| 2900 | (lambda _ | 2900 | (lambda _ |
| 2901 | (substitute* "tests/test-matrix/meson.build" | 2901 | (substitute* "tests/meson.build" |
| 2902 | ;; The following tests fail with error message related to fusermount3 | 2902 | ;; The following tests fail with error message related to fusermount3 |
| 2903 | ;; failing an unmount operation ("No such file or directory"). | 2903 | ;; failing an unmount operation ("No such file or directory"). |
| 2904 | (("^.*test-http-utils.*$") "") | 2904 | ((".*http-utils.*") "") |
| 2905 | (("^.*test-summaries@system.wrap.*$") "") | 2905 | ((".*summaries.*") "") |
| 2906 | (("^.*test-prune.*$") "")))) | 2906 | ((".*prune.*") "")))) |
| 2907 | (add-after 'unpack 'fix-tests | 2907 | (add-after 'unpack 'fix-tests |
| 2908 | (lambda* (#:key inputs #:allow-other-keys) | 2908 | (lambda* (#:key inputs #:allow-other-keys) |
| 2909 | (copy-recursively | 2909 | (copy-recursively |
| @@ -2917,8 +2917,7 @@ the boot loader configuration.") | |||
| 2917 | cp -r /tmp/locale/*/en_US.*"))) | 2917 | cp -r /tmp/locale/*/en_US.*"))) |
| 2918 | (substitute* "tests/libtest.sh" | 2918 | (substitute* "tests/libtest.sh" |
| 2919 | (("/bin/kill") (which "kill")) | 2919 | (("/bin/kill") (which "kill")) |
| 2920 | (("/usr/bin/python3") (which "python3"))) | 2920 | (("/usr/bin/python3") (which "python3"))))) |
| 2921 | #t)) | ||
| 2922 | (add-after 'unpack 'p11-kit-fix | 2921 | (add-after 'unpack 'p11-kit-fix |
| 2923 | (lambda* (#:key inputs #:allow-other-keys) | 2922 | (lambda* (#:key inputs #:allow-other-keys) |
| 2924 | (let ((p11-path (search-input-file inputs "/bin/p11-kit"))) | 2923 | (let ((p11-path (search-input-file inputs "/bin/p11-kit"))) |
| @@ -2978,7 +2977,7 @@ cp -r /tmp/locale/*/en_US.*"))) | |||
| 2978 | gsettings-desktop-schemas | 2977 | gsettings-desktop-schemas |
| 2979 | gdk-pixbuf | 2978 | gdk-pixbuf |
| 2980 | libcap | 2979 | libcap |
| 2981 | libsoup-minimal-2 | 2980 | libsoup |
| 2982 | libxml2 | 2981 | libxml2 |
| 2983 | p11-kit | 2982 | p11-kit |
| 2984 | polkit | 2983 | polkit |
