gnome3.gitg: fix build using vala_0_42

This is fixed in master but it's too much to patch in.
This commit is contained in:
worldofpeace 2019-04-06 17:14:23 -04:00
parent 44a40a02cb
commit 1fa452535e

View File

@ -1,7 +1,7 @@
{ stdenv
, fetchurl
, fetchpatch
, vala
, vala_0_42
, intltool
, pkgconfig
, gtk3
@ -77,7 +77,7 @@ stdenv.mkDerivation rec {
ninja
pkgconfig
python3
vala
vala_0_42 # fails build with 0.44, drop in >3.30.1
wrapGAppsHook
];