summary refs log tree commit diff
path: root/pkgs/games
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-01 15:09:55 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-01-01 15:09:55 +0100
commit1869e7e5b0580e9398529dbebde7e983193c445e (patch)
tree151a8b06d499551660d6621a05dc1cf25d89631a /pkgs/games
parente92a133238aea65770556631bdff307855ecdc77 (diff)
parent4d917639fb3c2959f058e533d5ebb2001e5b05fa (diff)
Merge remote-tracking branch 'upstream/master' into HEAD
Diffstat (limited to 'pkgs/games')
-rw-r--r--pkgs/games/simutrans/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/games/simutrans/default.nix b/pkgs/games/simutrans/default.nix
index 9ea23423673ac..ada2520a097c5 100644
--- a/pkgs/games/simutrans/default.nix
+++ b/pkgs/games/simutrans/default.nix
@@ -163,7 +163,7 @@ let
       homepage = http://www.simutrans.com/;
       license = with licenses; [ artistic1 gpl1Plus ];
       maintainers = with maintainers; [ kkallio vcunat phile314 ];
-      platforms = with platforms; linux ++ darwin;
+      platforms = with platforms; linux; # TODO: ++ darwin;
     };
   };