mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 13:57:10 +03: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
@ -87,6 +87,7 @@ lib.makeScope pkgs.newScope (self: with self; {
|
|||||||
|
|
||||||
gala = callPackage ./desktop/gala {
|
gala = callPackage ./desktop/gala {
|
||||||
inherit (gnome3) gnome-desktop;
|
inherit (gnome3) gnome-desktop;
|
||||||
|
vala = pkgs.vala_0_46;
|
||||||
};
|
};
|
||||||
|
|
||||||
wingpanel = callPackage ./desktop/wingpanel { };
|
wingpanel = callPackage ./desktop/wingpanel { };
|
||||||
|
Loading…
Reference in New Issue
Block a user