Skip to content

Commit

Permalink
rott: move to pkgs/by-name tree
Browse files Browse the repository at this point in the history
  • Loading branch information
marcin-serwin committed Mar 10, 2025
1 parent fe618e6 commit c8def8c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
lib,
fetchurl,
writeShellScript,
SDL,
SDL_compat,
SDL_mixer,
makeDesktopItem,
copyDesktopItems,
Expand Down Expand Up @@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ copyDesktopItems ];

buildInputs = [
SDL
SDL_compat
SDL_mixer
];

Expand Down
4 changes: 1 addition & 3 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16412,9 +16412,7 @@ with pkgs;
ncurses = ncurses5;
};

rott = callPackage ../games/rott { SDL = SDL_compat; };

rott-shareware = rott.override {
rott-shareware = callPackage ../by-name/ro/rott/package.nix {
buildShareware = true;
};

Expand Down

0 comments on commit c8def8c

Please sign in to comment.