mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 15:22:59 +01:00
pantheon.wingpanel-applications-menu: port to libhandy-1
This commit is contained in:
parent
e2fb659c1f
commit
dd7862f187
1 changed files with 7 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue