zchunk: broken on Darwin

This commit is contained in:
AndersonTorres 2022-03-09 11:59:37 -03:00
parent 054ad3e47e
commit c8021081cf

View file

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