pantheon.wingpanel-applications-menu: port to libhandy-1

This commit is contained in:
WORLDofPEACE 2020-09-25 21:45:33 -04:00 committed by Jan Tojnar
parent e2fb659c1f
commit dd7862f187
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -1,5 +1,6 @@
{ stdenv { stdenv
, fetchFromGitHub , fetchFromGitHub
, fetchpatch
, nix-update-script , nix-update-script
, pantheon , pantheon
, substituteAll , substituteAll
@ -82,6 +83,12 @@ stdenv.mkDerivation rec {
]; ];
patches = [ patches = [
# Port to Libhandy-1
(fetchpatch {
url = "https://github.com/elementary/applications-menu/commit/8eb2430e8513e9d37f875c5c9b8b15a968c27127.patch";
sha256 = "8Uw9mUw7U5nrAwUDGVpAwoRqb9ah503wQCr9kPbBJIo=";
})
(substituteAll { (substituteAll {
src = ./fix-paths.patch; src = ./fix-paths.patch;
bc = "${bc}/bin/bc"; bc = "${bc}/bin/bc";