hexen: mark as broken

Does not build and is not maintained.
This commit is contained in:
Carles Pagès 2017-03-03 11:51:12 +01:00
parent a32a00eb81
commit 0f9517eb9e

View file

@ -13,5 +13,6 @@ stdenv.mkDerivation {
homepage = http://www.libsdl.org/projects/hexen/;
description = "Port of Raven Software's popular Hexen 3-D shooter game";
license = stdenv.lib.licenses.free;
broken = true;
};
}