mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
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:
parent
44a40a02cb
commit
1fa452535e
@ -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
|
||||
];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user