Loading pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix +9 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , nix-update-script , substituteAll , meson Loading Loading @@ -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 = [ Loading Loading
pkgs/desktops/pantheon/desktop/wingpanel-indicators/applications-menu/default.nix +9 −0 Original line number Diff line number Diff line { lib , stdenv , fetchFromGitHub , fetchpatch , nix-update-script , substituteAll , meson Loading Loading @@ -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 = [ Loading