ioquake3: Remove meta.broken

It actually builds fine.
This commit is contained in:
Eelco Dolstra
2014-11-04 14:28:09 +01:00
parent c7ee917197
commit 60ad5c2b4e
+5 -3
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 ];
};
} }