apk-tools: unsupported rather than broken on darwin

This commit is contained in:
Stanisław Pitucha 2022-09-17 14:21:44 +10:00 committed by Stanisław Pitucha
parent a30eeb16a0
commit 038759e7e8

View file

@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
description = "Alpine Package Keeper";
maintainers = with maintainers; [ qyliss ];
license = licenses.gpl2Only;
platforms = platforms.unix;
broken = stdenv.isDarwin;
platforms = platforms.linux;
};
}