libunity: fix build with latest vala
See: https://gitlab.gnome.org/GNOME/vala/issues/766
This commit is contained in:
@@ -43,6 +43,11 @@ stdenv.mkDerivation {
|
||||
libdbusmenu
|
||||
];
|
||||
|
||||
patches = [
|
||||
# See: https://gitlab.gnome.org/GNOME/vala/issues/766
|
||||
./fix-vala.patch
|
||||
];
|
||||
|
||||
preConfigure = ''
|
||||
intltoolize
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user