mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
gnome3.libgnome-games-support: rename from gnome3.libgames-support
This commit is contained in:
parent
e3e86ebe80
commit
e65863953f
2 changed files with 3 additions and 2 deletions
|
@ -384,7 +384,7 @@ let
|
|||
|
||||
gspell = callPackage ./misc/gspell { };
|
||||
|
||||
libgames-support = callPackage ./misc/libgames-support { };
|
||||
libgnome-games-support = callPackage ./misc/libgnome-games-support { };
|
||||
|
||||
libgda = callPackage ./misc/libgda { };
|
||||
|
||||
|
@ -428,6 +428,7 @@ let
|
|||
gnome_themes_standard = gnome-themes-standard; # added 2018-02-25
|
||||
gsettings_desktop_schemas = gsettings-desktop-schemas; # added 2018-02-25
|
||||
libcanberra_gtk2 = libcanberra-gtk2; # added 2018-02-25
|
||||
libgames-support = libgnome-games-support; # added 2018-03-14
|
||||
libgnome_keyring = libgnome-keyring; # added 2018-02-25
|
||||
networkmanager_fortisslvpn = networkmanager-fortisslvpn; # added 2018-02-25
|
||||
networkmanager_iodine = networkmanager-iodine; # added 2018-02-25
|
||||
|
|
|
@ -17,7 +17,7 @@ in stdenv.mkDerivation rec {
|
|||
passthru = {
|
||||
updateScript = gnome3.updateScript {
|
||||
packageName = pname;
|
||||
attrPath = "gnome3.libgames-support";
|
||||
attrPath = "gnome3.${pname}";
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in a new issue