pantheon.switchboard-plug-onlineaccounts: fix build with vala

wip/yesman
WORLDofPEACE 4 years ago committed by Jan Tojnar
parent dd7862f187
commit c189b238d8
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
  1. 6
      pkgs/desktops/pantheon/apps/switchboard-plugs/onlineaccounts/default.nix

@ -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…
Cancel
Save