mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-16 18:37:04 +03:00
pantheon: use latest vala
This commit is contained in:
parent
f84ee806e3
commit
d0c08cf6ae
@ -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.";
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user