Merge pull request #261677 from pbsds/sgt-puzzles-remove-revengenge
sgt-puzzles: move removal notice of `sgpuzzles` to aliases.nix
This commit is contained in:
commit
0c6f367b5e
2 changed files with 2 additions and 3 deletions
|
@ -795,6 +795,8 @@ mapAliases ({
|
|||
sequoia = sequoia-sq; # Added 2023-06-26
|
||||
sexp = sexpp; # Added 2023-07-03
|
||||
sget = throw "sget has been removed from nixpkgs, as it is not supported upstream anymore see https://github.com/sigstore/sget/issues/145"; # Added 2023-05-26
|
||||
sgtpuzzles = throw "'sgtpuzzles' has been renamed to 'sgt-puzzles'"; # Added 2023-10-06
|
||||
sgtpuzzles-mobile = throw "'sgtpuzzles-mobile' has been renamed to 'sgt-puzzles-mobile'"; # Added 2023-10-06
|
||||
inherit (libsForQt5.mauiPackages) shelf; # added 2022-05-17
|
||||
shhgit = throw "shhgit is broken and is no longer maintained. See https://github.com/eth0izzle/shhgit#-shhgit-is-no-longer-maintained-" ; # Added 2023-08-08
|
||||
shipyard = jumppad; # Added 2023-06-06
|
||||
|
|
|
@ -38306,9 +38306,6 @@ with pkgs;
|
|||
isMobile = true;
|
||||
};
|
||||
|
||||
sgtpuzzles = throw "sgtpuzzles has been renamed to sgt-puzzles."; # 2023-10-06
|
||||
sgtpuzzles-mobile = throw "sgtpuzzles-mobile has been renamed to sgt-puzzles-mobile."; # 2023-10-06
|
||||
|
||||
shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { };
|
||||
|
||||
shticker-book-unwritten = callPackage ../games/shticker-book-unwritten { };
|
||||
|
|
Loading…
Reference in a new issue