30 stdenv.mkDerivation rec {
34 src = fetchFromGitHub {
37 rev = "fa3bca082a5cea2b35812349f99b877f0113aef0";
38 sha256 = "atamYCN2mOqxV6auToTeWdpKuFfC+GLfLdRsfT0ouwQ=";
41 nativeBuildInputs = [ pkg-config ];
70 description = "Turn based strategy game";
73 Advanced Strategic Command is a free, turn based strategy game. It is
74 designed in the tradition of the Battle Isle series from Bluebyte and is
75 currently available for Windows and Linux.
78 homepage = "https://www.asc-hq.org/";
80 license = licenses.gpl2Plus;
82 maintainers = with maintainers; [ raskin ];
83 platforms = platforms.linux;