Unverified Commit 322b4d64 authored by Bobby Rong's avatar Bobby Rong
Browse files

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

parent b3784b81
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{ 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 = [