ioquake3: Remove meta.broken

It actually builds fine.
This commit is contained in:
Eelco Dolstra 2014-11-04 14:27:51 +01:00
parent c7ee917197
commit 60ad5c2b4e

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, x11, SDL, mesa, openal }: { lib, stdenv, fetchurl, x11, SDL, mesa, openal }:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "ioquake3-1.36"; name = "ioquake3-1.36";
@ -33,6 +33,8 @@ stdenv.mkDerivation {
installFlags="COPYDIR=$out" installFlags="COPYDIR=$out"
''; '';
meta.broken = true; meta = {
platforms = lib.platforms.linux;
maintainers = [ lib.maintainers.eelco ];
};
} }