mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 13:37:36 +00:00
zchunk: broken on Darwin
This commit is contained in:
parent
054ad3e47e
commit
c8021081cf
@ -47,5 +47,6 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ AndersonTorres ];
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isDarwin; # does not find argp-standalone
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user