zchunk: broken on Darwin

This commit is contained in:
AndersonTorres
2022-03-09 12:05:30 -03:00
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
};
}