mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
gnome3: always use latest vala
And add an alias.
This commit is contained in:
parent
e6149855b1
commit
1d906f0b56
@ -24,7 +24,6 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
libsoup = pkgs.libsoup.override { gnomeSupport = true; };
|
||||
libchamplain = pkgs.libchamplain.override { libsoup = libsoup; };
|
||||
gnome3 = self // { recurseForDerivations = false; };
|
||||
vala = pkgs.vala_0_44;
|
||||
gegl_0_4 = pkgs.gegl_0_4.override { gtk = pkgs.gtk3; };
|
||||
|
||||
# ISO installer
|
||||
@ -358,4 +357,6 @@ lib.makeScope pkgs.newScope (self: with self; {
|
||||
gamesPackages = throw "deprecated 2019-08-25: please use `services.gnome3.games.enable`";
|
||||
|
||||
nautilus-sendto = throw "deprecated 2019-09-17: abandoned";
|
||||
|
||||
inherit (pkgs) vala; # added 2019-10-10
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user