summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorDominic Delabruere <ddelabru@redhat.com>2020-07-30 13:51:40 -0400
committerDominic Delabruere <ddelabru@redhat.com>2020-08-06 15:13:07 -0400
commit5efc22d2b92a112b56672f48e94915ac0d217a1b (patch)
tree64e8ea02ba36518374d089e943f495f0462073af /pkgs/top-level/all-packages.nix
parentded6c3db4ef5a2c50c033eeed7cd8c688369c137 (diff)
downloadnixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.tar
nixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.tar.gz
nixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.tar.bz2
nixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.tar.lz
nixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.tar.xz
nixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.tar.zst
nixpkgs-5efc22d2b92a112b56672f48e94915ac0d217a1b.zip
sfrotz: init at 2.52
sfrotz is an SDL interface version of frotz, the Z-machine interpreter which plays both Infocom games and newer games targeting the Z-machine. Unlike the curses interface version of Frotz, SDL Frotz can handle the graphics in Z-machine version 6 games.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 5c1828cac65..a2649c3eabb 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -24597,6 +24597,8 @@ in
 
   service-wrapper = callPackage ../os-specific/linux/service-wrapper { };
 
+  sfrotz = callPackage ../games/sfrotz { };
+
   sgtpuzzles = callPackage (callPackage ../games/sgt-puzzles) { };
 
   shattered-pixel-dungeon = callPackage ../games/shattered-pixel-dungeon { };