From 37da2302a682a916880a478aae91850087f6027f Mon Sep 17 00:00:00 2001 From: Jörg Thalheim Date: Fri, 4 Jan 2019 08:32:39 +0100 Subject: gzdoom: limit to x86_64 --- pkgs/games/gzdoom/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pkgs/games/gzdoom') diff --git a/pkgs/games/gzdoom/default.nix b/pkgs/games/gzdoom/default.nix index 2d1aa91dc3a3..deb16bc35385 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 ]; }; } - -- cgit 1.4.1