mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-04 09:56:13 +03:00
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:
parent
04dbbfc2c2
commit
4a3bc3e23d
@ -5,7 +5,7 @@
|
|||||||
, meson
|
, meson
|
||||||
, ninja
|
, ninja
|
||||||
, pkgconfig
|
, pkgconfig
|
||||||
, vala
|
, vala_0_46
|
||||||
, libgee
|
, libgee
|
||||||
, granite
|
, granite
|
||||||
, gtk3
|
, gtk3
|
||||||
@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
|
|||||||
meson
|
meson
|
||||||
ninja
|
ninja
|
||||||
pkgconfig
|
pkgconfig
|
||||||
vala
|
vala_0_46
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Switchboard Online Accounts Plug";
|
description = "Switchboard Online Accounts Plug";
|
||||||
homepage = https://github.com/elementary/switchboard-plug-onlineaccounts;
|
homepage = "https://github.com/elementary/switchboard-plug-onlineaccounts";
|
||||||
license = licenses.lgpl2Plus;
|
license = licenses.lgpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = pantheon.maintainers;
|
maintainers = pantheon.maintainers;
|
||||||
|
Loading…
Reference in New Issue
Block a user