forked from mirrors/nixpkgs
darwin.hfs: mark broken
This commit is contained in:
parent
e6a184aca0
commit
5f6e6516e0
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue