mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
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:
@@ -47,5 +47,6 @@ mkDerivation {
|
||||
maintainers = with maintainers; [ hodapp kovirobi ];
|
||||
license = with licenses; [ mpl20 gpl2Plus ];
|
||||
platforms = with platforms; linux ++ darwin;
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user