pantheon.gala: fix build by using older vala

The build got broken by minor vala update in PR #92592.
I haven't tried to understand the problem, hopefully it will be OK.
This commit is contained in:
Vladimír Čunát 2020-07-26 09:16:19 +02:00
parent 81328ea94e
commit b49e798763
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -87,6 +87,7 @@ lib.makeScope pkgs.newScope (self: with self; {
gala = callPackage ./desktop/gala {
inherit (gnome3) gnome-desktop;
vala = pkgs.vala_0_46;
};
wingpanel = callPackage ./desktop/wingpanel { };