Merge pull request #191605 from viraptor/apk-mark-unsupported

apk-tools: unsupported rather than broken on darwin
This commit is contained in:
Stanisław Pitucha 2022-09-21 09:45:59 +10:00 committed by GitHub
commit 96880ad896
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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