Commit 6cf104e4 authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt
Browse files

sgt-puzzles: move removal notice to aliases.nix

It seems to trip up nixpkgs-review when put in all-packages.nix
parent cb44be3b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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
+0 −3
Original line number Diff line number Diff line
@@ -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 { };