apk-tools: Mark broken on darwin

gstqt5
Sandro Jäckel 2020-12-09 01:34:07 +01:00
parent af3dc15a72
commit b675bbbc53
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 1 additions and 0 deletions

View File

@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
maintainers = with maintainers; [ qyliss ];
license = licenses.gpl2;
platforms = platforms.unix;
broken = stdenv.isDarwin;
};
}