update phosh: 0.23 -> 0.25.1

This commit is contained in:
2023-03-10 05:19:21 +00:00
parent 77587389c4
commit e13af1c1c8
2 changed files with 9 additions and 3 deletions

View File

@@ -1140,9 +1140,9 @@ in
mesonFlags = upstream.mesonFlags ++ [ mesonFlags = upstream.mesonFlags ++ [
"-Dphoc_tests=disabled" # "tests/meson.build:20:0: ERROR: Program 'phoc' not found or not executable" "-Dphoc_tests=disabled" # "tests/meson.build:20:0: ERROR: Program 'phoc' not found or not executable"
]; ];
postPatch = upstream.postPatch or "" + '' # postPatch = upstream.postPatch or "" + ''
sed -i 's:gio_querymodules = :gio_querymodules = "${next.buildPackages.glib.dev}/bin/gio-querymodules" if True else :' build-aux/post_install.py # sed -i 's:gio_querymodules = :gio_querymodules = "${next.buildPackages.glib.dev}/bin/gio-querymodules" if True else :' build-aux/post_install.py
''; # '';
}); });
# phosh-mobile-settings = prev.phosh-mobile-settings.override { # phosh-mobile-settings = prev.phosh-mobile-settings.override {
# # fixes "meson.build:26:0: ERROR: Dependency "phosh-plugins" not found, tried pkgconfig" # # fixes "meson.build:26:0: ERROR: Dependency "phosh-plugins" not found, tried pkgconfig"

View File

@@ -37,6 +37,12 @@
# let ccache cross-compile # let ccache cross-compile
./2023-03-04-ccache-cross-fix.patch ./2023-03-04-ccache-cross-fix.patch
# 2023-03-09: phosh: 0.23 -> 0.25.1
(fetchpatch {
url = "https://github.com/NixOS/nixpkgs/pull/219355.diff";
hash = "sha256-hx2keVWuokla2Oi92zoXsnjVuwakxL2cB55ctzlO8OQ=";
})
# # kaiteki: init at 2022-09-03 # # kaiteki: init at 2022-09-03
# vendorHash changes too frequently (might not be reproducible). # vendorHash changes too frequently (might not be reproducible).
# using local package defn until stabilized # using local package defn until stabilized