libfive: mark as broken

Failing Hydra build: https://hydra.nixos.org/build/156227205

Vendored `catch2` is too old and thus cannot be patched.
This commit is contained in:
Maximilian Bosch 2021-10-31 14:24:09 +01:00
parent 18d915e48e
commit 89caa8e552
No known key found for this signature in database
GPG key ID: 091DBF4D1FC46B8E

View file

@ -47,5 +47,6 @@ mkDerivation {
maintainers = with maintainers; [ hodapp kovirobi ];
license = with licenses; [ mpl20 gpl2Plus ];
platforms = with platforms; linux ++ darwin;
broken = true;
};
}