pantheon.elementary-dock: fix double includedir in .pc
This commit is contained in:
parent
8845cb868c
commit
ac05da41bd
1 changed files with 9 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
{ stdenv
|
||||
, fetchFromGitHub
|
||||
, fetchpatch
|
||||
, vala
|
||||
, atk
|
||||
, cairo
|
||||
|
@ -40,6 +41,14 @@ stdenv.mkDerivation rec {
|
|||
sha256 = "01vinik73s0vmk56samgf49zr2bl4wjv44x15sz2cmh744llckja";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Fix double includedir path in plank.pc
|
||||
(fetchpatch {
|
||||
url = "https://github.com/elementary/dock/commit/3bc368e2c4fafcd5b8baca2711c773b0e2441c7c.patch";
|
||||
sha256 = "0gg35phi1cg7ixljc388i0h70w323r1gqzjhanccnsbjpqsgvs3k";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
gettext
|
||||
meson
|
||||
|
|
Loading…
Reference in a new issue