summary refs log tree commit diff
path: root/pkgs/games/tinyfugue
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2018-11-25 14:51:51 -0600
committerMatthew Bauer <mjbauer95@gmail.com>2018-12-02 14:12:40 -0600
commitb57f6b26a710fff5e9e50b10f89d6e38fa111ab9 (patch)
tree2cdaeb13a4a7dae6a727cdba422c30f3c30aa614 /pkgs/games/tinyfugue
parente8a3c91b0e27da1edd3973b2207cd536602746aa (diff)
downloadnixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.tar
nixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.tar.gz
nixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.tar.bz2
nixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.tar.lz
nixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.tar.xz
nixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.tar.zst
nixpkgs-b57f6b26a710fff5e9e50b10f89d6e38fa111ab9.zip
tinyfugue: only works on linux
(cherry picked from commit 420352fae8ddb11da757bd2f2f10c2dc6650bc58)
Diffstat (limited to 'pkgs/games/tinyfugue')
-rw-r--r--pkgs/games/tinyfugue/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/tinyfugue/default.nix b/pkgs/games/tinyfugue/default.nix
index dcae182ed17..f230a70c088 100644
--- a/pkgs/games/tinyfugue/default.nix
+++ b/pkgs/games/tinyfugue/default.nix
@@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
       with any type of text MUD.
     '';
     license = licenses.gpl2;
-    platforms = ncurses.meta.platforms;
+    platforms = platforms.linux;
     maintainers = [ maintainers.KibaFox ];
   };
 }