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

View File

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