pantheon: use latest vala

This commit is contained in:
worldofpeace 2020-07-26 15:30:17 -04:00
parent f84ee806e3
commit d0c08cf6ae

View file

@ -198,12 +198,12 @@ lib.makeScope pkgs.newScope (self: with self; {
elementary-wallpapers = callPackage ./artwork/elementary-wallpapers { };
vala = pkgs.vala_0_46; # multiple pantheon packages have issues with vala 0.48.7
} // lib.optionalAttrs (config.allowAliases or true) {
### ALIASES
inherit (pkgs) vala; # added 2019-10-10
cerbere = throw "Cerbere is now obsolete https://github.com/elementary/cerbere/releases/tag/2.5.1.";
})