notes-up: use older vala to fix build

Looks unresolved upstream:
https://github.com/Philip-Scott/Notes-up/issues/349
This commit is contained in:
Tor Hedin Brønner 2020-03-19 15:43:32 +01:00 committed by Jan Tojnar
parent 9b8b765723
commit 253d090786
No known key found for this signature in database
GPG Key ID: 7FAB2A15F7A607A4
1 changed files with 4 additions and 3 deletions

View File

@ -2,7 +2,7 @@
, fetchFromGitHub
, pantheon
, pkgconfig
, vala
, vala_0_46
, cmake
, ninja
, gtk3
@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
ninja
vala
# fails with newer vala: https://github.com/Philip-Scott/Notes-up/issues/349
vala_0_46
pkgconfig
wrapGAppsHook
];
@ -59,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Markdown notes editor and manager designed for elementary OS"
+ stdenv.lib.optionalString withPantheon " - built with Contractor support";
homepage = https://github.com/Philip-Scott/Notes-up;
homepage = "https://github.com/Philip-Scott/Notes-up";
license = licenses.gpl2;
maintainers = with maintainers; [ davidak worldofpeace ];
platforms = platforms.linux;