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:
parent
9b8b765723
commit
253d090786
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user