libunity: fix build with latest vala

See: https://gitlab.gnome.org/GNOME/vala/issues/766
This commit is contained in:
worldofpeace
2019-10-03 00:09:13 +02:00
committed by Jan Tojnar
parent e7b7d75825
commit 752ebe1078
2 changed files with 41 additions and 0 deletions
@@ -43,6 +43,11 @@ stdenv.mkDerivation {
libdbusmenu
];
patches = [
# See: https://gitlab.gnome.org/GNOME/vala/issues/766
./fix-vala.patch
];
preConfigure = ''
intltoolize
'';