about summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2013-10-27 12:32:42 +0100
committerPeter Simons <simons@cryp.to>2013-10-27 12:32:42 +0100
commit3618e03be9947344969dea46e8433251265b2e77 (patch)
treed09c56f1fed5a9e565cdbea137ba6d8197579cb7 /pkgs/games
parentf5e8f1ccc174043fd6f6462202236cb871bfd514 (diff)
downloadnixlib-3618e03be9947344969dea46e8433251265b2e77.tar
nixlib-3618e03be9947344969dea46e8433251265b2e77.tar.gz
nixlib-3618e03be9947344969dea46e8433251265b2e77.tar.bz2
nixlib-3618e03be9947344969dea46e8433251265b2e77.tar.lz
nixlib-3618e03be9947344969dea46e8433251265b2e77.tar.xz
nixlib-3618e03be9947344969dea46e8433251265b2e77.tar.zst
nixlib-3618e03be9947344969dea46e8433251265b2e77.zip
dwarf-therapist: disable Hydra builds because of unfree dwarf-fortress dependency
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/dwarf-therapist/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/dwarf-therapist/default.nix b/pkgs/games/dwarf-therapist/default.nix
index 8ac84a96aeb5..d8f39ceeea4a 100644
--- a/pkgs/games/dwarf-therapist/default.nix
+++ b/pkgs/games/dwarf-therapist/default.nix
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
     description = "Tool to manage dwarves in in a running game of Dwarf Fortress";
     maintainers = with stdenv.lib.maintainers; [ the-kenny ];
     license = "MIT";
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.none;
     homepage = https://code.google.com/r/splintermind-attributes/;
   };
 }