ioquake3: Remove meta.broken
It actually builds fine.
This commit is contained in:
parent
c7ee917197
commit
60ad5c2b4e
@ -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 ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user