mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
kns: allow building on any unix platform
This package is fine to build on both Linux and macOS at the least.
This commit is contained in:
parent
80c8b15bce
commit
ab59037ef4
@ -33,6 +33,6 @@ stdenvNoCC.mkDerivation {
|
||||
homepage = "https://github.com/blendle/kns";
|
||||
license = licenses.isc;
|
||||
maintainers = with maintainers; [ mmlb ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user