mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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:
parent
81328ea94e
commit
b49e798763
1 changed files with 1 additions and 0 deletions
|
@ -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 { };
|
||||
|
|
Loading…
Reference in a new issue