darwin.hfs: mark broken

This commit is contained in:
Monson Shao
2021-01-07 19:51:42 +08:00
parent e6a184aca0
commit 5f6e6516e0

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;
};
}