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:
Charlie Kenney 2024-04-02 15:06:57 -07:00
parent 80c8b15bce
commit ab59037ef4

View File

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