3
0
Fork 0
forked from mirrors/nixpkgs

darwin.hfs: mark broken

This commit is contained in:
Monson Shao 2021-01-07 19:51:42 +08:00
parent e6a184aca0
commit 5f6e6516e0
No known key found for this signature in database
GPG key ID: 163271C707982C65

View file

@ -5,4 +5,10 @@ appleDerivation {
mkdir -p $out/include/hfs
cp core/*.h $out/include/hfs
'';
meta = {
# Seems nobody wants its binary, so we didn't implement building.
broken = !headersOnly;
platforms = lib.platforms.darwin;
};
}