pantheon.wingpanel-applications-menu: Build against switchboard-3

This commit is contained in:
Bobby Rong 2024-08-24 12:22:02 +08:00
parent b3784b8153
commit 322b4d64c6
No known key found for this signature in database

View File

@ -1,6 +1,7 @@
{ lib
, stdenv
, fetchFromGitHub
, fetchpatch
, nix-update-script
, substituteAll
, meson
@ -40,6 +41,14 @@ stdenv.mkDerivation rec {
src = ./fix-paths.patch;
bc = "${bc}/bin/bc";
})
# Build against switchboard-3
# https://github.com/elementary/applications-menu/pull/580
(fetchpatch {
url = "https://github.com/elementary/applications-menu/commit/9191ee5a2ee33477515d331b96945d51a13074a9.patch";
excludes = [ ".github/workflows/githubci.yml" ];
hash = "sha256-/LOIEOg9fVfKv/BWFsP1VyuUOIFYem9Gk+3e49M2b9E=";
})
];
nativeBuildInputs = [