pantheon.switchboard-plug-onlineaccounts: fix build with vala
This commit is contained in:
parent
dd7862f187
commit
c189b238d8
|
@ -62,6 +62,12 @@ stdenv.mkDerivation rec {
|
|||
url = "https://github.com/elementary/switchboard-plug-onlineaccounts/commit/5fa2882f765076d20c6ef4886198a34a05159f8a.patch";
|
||||
sha256 = "1szryyy7shdmbvx9yhpi0bhzaayg7hl6pq2c456j1qf9kfv0m4hf";
|
||||
})
|
||||
|
||||
# fix build with vala 0.48.9
|
||||
(fetchpatch {
|
||||
url = "https://github.com/elementary/switchboard-plug-onlineaccounts/commit/b1853b7427102b8dd94774e1e2cc455f50902263.patch";
|
||||
sha256 = "J3C71GyEHEZWSghGXlwXPHFJRhrvx6i0yvi8NIDb4WE=";
|
||||
})
|
||||
];
|
||||
|
||||
PKG_CONFIG_LIBACCOUNTS_GLIB_PROVIDERFILESDIR = "${placeholder "out"}/share/accounts/providers";
|
||||
|
|
Loading…
Reference in New Issue