summary refs log tree commit diff
diff options
context:
space:
mode:
authorAnderson Torres <torres.anderson.85@protonmail.com>2023-05-01 12:48:42 -0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-05-02 22:35:27 -0300
commit2b763f66ce93652a227f31b2144ed02c4ae83e0d (patch)
tree50c1f202d60def69ad89f420ad28ae97eae4863b
parent164fc7d18db0d7c75e630bf9c3a1ce177f956455 (diff)
downloadnixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.tar
nixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.tar.gz
nixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.tar.bz2
nixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.tar.lz
nixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.tar.xz
nixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.tar.zst
nixpkgs-2b763f66ce93652a227f31b2144ed02c4ae83e0d.zip
crispyDoom: move to games/doom-ports
-rw-r--r--pkgs/games/doom-ports/crispy-doom/default.nix (renamed from pkgs/games/crispy-doom/default.nix)0
-rw-r--r--pkgs/top-level/all-packages.nix4
2 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/games/crispy-doom/default.nix b/pkgs/games/doom-ports/crispy-doom/default.nix
index a4a0fc08730..a4a0fc08730 100644
--- a/pkgs/games/crispy-doom/default.nix
+++ b/pkgs/games/doom-ports/crispy-doom/default.nix
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9f9c66ee017..0661c7bea0c 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -35749,6 +35749,8 @@ with pkgs;
 
   chocolateDoom = callPackage ../games/doom-ports/chocolate-doom { };
 
+  crispyDoom = callPackage ../games/doom-ports/crispy-doom { };
+
   ### GAMES/LGAMES
 
   barrage = callPackage ../games/lgames/barrage { };
@@ -35930,8 +35932,6 @@ with pkgs;
 
   clonehero = callPackage ../games/clonehero/fhs-wrapper.nix { };
 
-  crispyDoom = callPackage ../games/crispy-doom { };
-
   vintagestory = callPackage ../games/vintagestory { };
 
   ckan = callPackage ../games/ckan { };