quake3demo: mark as broken

This commit is contained in:
Domen Kožar 2014-08-25 19:00:51 +02:00
parent db47d51592
commit 68c131c2cc

View File

@ -32,5 +32,7 @@ stdenv.mkDerivation {
installTargets=copyfiles
installFlags="COPYDIR=$out"
'';
meta.broken = true;
}