3
0
Fork 0
forked from mirrors/nixpkgs

dee: fix build

See https://gitlab.gnome.org/GNOME/vala/issues/803.
This commit is contained in:
worldofpeace 2019-07-22 03:06:59 -04:00
parent 5e9f1bb343
commit 950b7ed61a

View file

@ -5,7 +5,7 @@
, icu
, gobject-introspection
, dbus-glib
, vala
, vala_0_40
, python3
, autoreconfHook
}:
@ -30,7 +30,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
pkgconfig
vala
# https://gitlab.gnome.org/GNOME/vala/issues/803
vala_0_40
autoreconfHook
gobject-introspection
python3