forked from mirrors/nixpkgs
gzdoom: limit to x86_64
This commit is contained in:
parent
c81af4dceb
commit
37da2302a6
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue