summary refs log tree commit diff
path: root/pkgs/games/gzdoom
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2019-01-04 08:32:39 +0100
committerJörg Thalheim <joerg@thalheim.io>2019-01-04 08:32:39 +0100
commit37da2302a682a916880a478aae91850087f6027f (patch)
tree1e1340273c0bc61260642e2cbcd02a7427c1f75a /pkgs/games/gzdoom
parentc81af4dcebf4dd71f58bc11421e29de8268591ef (diff)
downloadnixpkgs-37da2302a682a916880a478aae91850087f6027f.tar
nixpkgs-37da2302a682a916880a478aae91850087f6027f.tar.gz
nixpkgs-37da2302a682a916880a478aae91850087f6027f.tar.bz2
nixpkgs-37da2302a682a916880a478aae91850087f6027f.tar.lz
nixpkgs-37da2302a682a916880a478aae91850087f6027f.tar.xz
nixpkgs-37da2302a682a916880a478aae91850087f6027f.tar.zst
nixpkgs-37da2302a682a916880a478aae91850087f6027f.zip
gzdoom: limit to x86_64
Diffstat (limited to 'pkgs/games/gzdoom')
-rw-r--r--pkgs/games/gzdoom/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix
index 2d1aa91dc3a..deb16bc3538 100644
--- a/pkgs/games/gzdoom/default.nix
+++ b/pkgs/games/gzdoom/default.nix
@@ -43,8 +43,7 @@ stdenv.mkDerivation rec {
     homepage = https://github.com/coelckers/gzdoom;
     description = "A Doom source port based on ZDoom. It features an OpenGL renderer and lots of new features";
     license = licenses.gpl3;
-    platforms = platforms.linux;
+    platforms = ["x86_64-linux"];
     maintainers = with maintainers; [ lassulus ];
   };
 }
-