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:
parent
db47d51592
commit
68c131c2cc
|
@ -32,5 +32,7 @@ stdenv.mkDerivation {
|
|||
installTargets=copyfiles
|
||||
installFlags="COPYDIR=$out"
|
||||
'';
|
||||
|
||||
meta.broken = true;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue