1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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;
}