vtk_{7,8}: mark broken on darwin

This commit is contained in:
Sandro Jäckel 2021-02-23 15:03:23 +01:00
parent 7f9c3b8001
commit 6a1e03fc1d
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -93,5 +93,7 @@ in stdenv.mkDerivation rec {
license = licenses.bsd3;
maintainers = with maintainers; [ knedlsepp tfmoraes lheckemann ];
platforms = with platforms; unix;
# /nix/store/xxxxxxx-apple-framework-Security/Library/Frameworks/Security.framework/Headers/Authorization.h:192:7: error: variably modified 'bytes' at file scope
broken = if stdenv.isDarwin && (majorVersion == 7 || majorVersion == 8) then true else false;
};
}