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