···23buildManPages {
4 pname = "execline-man-pages";
5- version = "2.8.1.0.3";
6- sha256 = "1n7c75lmyrjzzcbwjl6fxhfs4k29qlr66r1q35799h942cn4li7v";
7 description = "Port of the documentation for the execline suite to mdoc";
8 maintainers = [ lib.maintainers.sternenseemann ];
9}
···23buildManPages {
4 pname = "execline-man-pages";
5+ version = "2.8.1.0.4";
6+ sha256 = "1cxi09dlzvjbilmzgmr3xvwvx0l3s1874k3gr85kbjnvp1c1r6cd";
7 description = "Port of the documentation for the execline suite to mdoc";
8 maintainers = [ lib.maintainers.sternenseemann ];
9}
+1-1
pkgs/data/documentation/s6-man-pages/default.nix
···23buildManPages {
4 pname = "s6-man-pages";
5- version = "2.11.0.0.5";
6 sha256 = "03gl0vvdaqfb5hs0dfdbs9djxiyq3abcx9vwgkfw22b1rm2fa0r6";
7 description = "Port of the documentation for the s6 supervision suite to mdoc";
8 maintainers = [ lib.maintainers.sternenseemann ];
···23buildManPages {
4 pname = "s6-man-pages";
5+ version = "2.11.0.1.1";
6 sha256 = "03gl0vvdaqfb5hs0dfdbs9djxiyq3abcx9vwgkfw22b1rm2fa0r6";
7 description = "Port of the documentation for the s6 supervision suite to mdoc";
8 maintainers = [ lib.maintainers.sternenseemann ];
···23buildManPages {
4 pname = "s6-networking-man-pages";
5- version = "2.5.0.0.2";
6- sha256 = "1ix8qrivp9prw0m401d7s9vkxhw16a4sxfhrs7abf9qqhs2zkd1r";
7 description = "Port of the documentation for the s6-networking suite to mdoc";
8 maintainers = [ lib.maintainers.sternenseemann ];
9}
···23buildManPages {
4 pname = "s6-networking-man-pages";
5+ version = "2.5.1.0.1";
6+ sha256 = "1h87s3wixsms8ys7gvm1s9d8pzn73q5j4sgybpi3gmr55d4cwra4";
7 description = "Port of the documentation for the s6-networking suite to mdoc";
8 maintainers = [ lib.maintainers.sternenseemann ];
9}
+3-3
pkgs/desktops/gnome/default.nix
···255256 gitg = callPackage ./misc/gitg { };
257258- libgnome-games-support = callPackage ./misc/libgnome-games-support { };
259-260 gnome-applets = callPackage ./misc/gnome-applets { };
261262 gnome-flashback = callPackage ./misc/gnome-flashback { };
···283}) // lib.optionalAttrs (config.allowAliases or true) {
284#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
28500286 bijiben = throw "The ‘gnome.bijiben’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-notes’ directly."; # added 2018-09-26
287 evolution_data_server = throw "The ‘gnome.evolution_data_server’ alias was removed on 2022-01-13. Please use ‘gnome.evolution-data-server’ directly."; # added 2018-02-25
288 geocode_glib = throw "The ‘gnome.geocode_glib’ alias was removed on 2022-01-13. Please use ‘pkgs.geocode-glib’ directly."; # added 2018-02-25
···300 gnome_themes_standard = throw "The ‘gnome.gnome_themes_standard’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-themes-standard’ directly."; # added 2018-02-25
301 gnome-tweak-tool = throw "The ‘gnome.gnome-tweak-tool’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-tweaks’ directly."; # added 2018-03-21
302 gsettings_desktop_schemas = throw "The ‘gnome.gsettings_desktop_schemas’ alias was removed on 2022-01-13. Please use ‘gnome.gsettings-desktop-schemas’ directly."; # added 2018-02-25
303- libgames-support = throw "The ‘gnome.libgames-support’ alias was removed on 2022-01-13. Please use ‘gnome.libgnome-games-support’ directly."; # added 2018-03-14
304 libgnome_keyring = throw "The ‘gnome.libgnome_keyring’ alias was removed on 2022-01-13. Please use ‘gnome.libgnome-keyring’ directly."; # added 2018-02-25
305 rarian = throw "The ‘gnome.rarian’ alias was removed on 2022-01-13. Please use ‘pkgs.rarian’ directly."; # added 2018-04-25
306 networkmanager_fortisslvpn = throw "The ‘gnome.networkmanager_fortisslvpn’ alias was removed on 2022-01-13. Please use ‘gnome.networkmanager-fortisslvpn’ directly."; # added 2018-02-25
···255256 gitg = callPackage ./misc/gitg { };
25700258 gnome-applets = callPackage ./misc/gnome-applets { };
259260 gnome-flashback = callPackage ./misc/gnome-flashback { };
···281}) // lib.optionalAttrs (config.allowAliases or true) {
282#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
283284+ libgnome-games-support = pkgs.libgnome-games-support; # added 2022-02-19
285+286 bijiben = throw "The ‘gnome.bijiben’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-notes’ directly."; # added 2018-09-26
287 evolution_data_server = throw "The ‘gnome.evolution_data_server’ alias was removed on 2022-01-13. Please use ‘gnome.evolution-data-server’ directly."; # added 2018-02-25
288 geocode_glib = throw "The ‘gnome.geocode_glib’ alias was removed on 2022-01-13. Please use ‘pkgs.geocode-glib’ directly."; # added 2018-02-25
···300 gnome_themes_standard = throw "The ‘gnome.gnome_themes_standard’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-themes-standard’ directly."; # added 2018-02-25
301 gnome-tweak-tool = throw "The ‘gnome.gnome-tweak-tool’ alias was removed on 2022-01-13. Please use ‘gnome.gnome-tweaks’ directly."; # added 2018-03-21
302 gsettings_desktop_schemas = throw "The ‘gnome.gsettings_desktop_schemas’ alias was removed on 2022-01-13. Please use ‘gnome.gsettings-desktop-schemas’ directly."; # added 2018-02-25
303+ libgames-support = throw "The ‘gnome.libgames-support’ alias was removed on 2022-01-13. Please use ‘pkgs.libgnome-games-support’ directly."; # added 2018-03-14
304 libgnome_keyring = throw "The ‘gnome.libgnome_keyring’ alias was removed on 2022-01-13. Please use ‘gnome.libgnome-keyring’ directly."; # added 2018-02-25
305 rarian = throw "The ‘gnome.rarian’ alias was removed on 2022-01-13. Please use ‘pkgs.rarian’ directly."; # added 2018-04-25
306 networkmanager_fortisslvpn = throw "The ‘gnome.networkmanager_fortisslvpn’ alias was removed on 2022-01-13. Please use ‘gnome.networkmanager-fortisslvpn’ directly."; # added 2018-02-25