netmask: build on all unix platforms (#341354)

This commit is contained in:
Nick Cao 2024-09-12 17:47:04 -04:00 committed by GitHub
commit a17ea7ac65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/tlby/netmask";
description = "IP address formatting tool";
license = licenses.gpl2Plus;
platforms = platforms.linux;
platforms = platforms.unix;
maintainers = [ maintainers.jensbin ];
mainProgram = "netmask";
};