mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
apk-tools: unsupported rather than broken on darwin
This commit is contained in:
parent
a30eeb16a0
commit
038759e7e8
@ -40,7 +40,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Alpine Package Keeper";
|
description = "Alpine Package Keeper";
|
||||||
maintainers = with maintainers; [ qyliss ];
|
maintainers = with maintainers; [ qyliss ];
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.linux;
|
||||||
broken = stdenv.isDarwin;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user