Merge pull request #301071 from 0xch4z/kns-unix-support
kns: allow building on any unix platform
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user