pantheon.switchboard-plug-onlineaccounts: use older vala

This is fixed upstream, but the patch doesn't apply cleanly, so simply
use vala-0.46 to work around the issue until next release.

https://github.com/elementary/switchboard-plug-onlineaccounts/pull/120
This commit is contained in:
Tor Hedin Brønner 2020-03-19 15:17:10 +01:00 committed by Jan Tojnar
parent 04dbbfc2c2
commit 4a3bc3e23d
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4

View File

@ -5,7 +5,7 @@
, meson
, ninja
, pkgconfig
, vala
, vala_0_46
, libgee
, granite
, gtk3
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
meson
ninja
pkgconfig
vala
vala_0_46
];
buildInputs = [
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Switchboard Online Accounts Plug";
homepage = https://github.com/elementary/switchboard-plug-onlineaccounts;
homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts";
license = licenses.lgpl2Plus;
platforms = platforms.linux;
maintainers = pantheon.maintainers;