ntp: set platforms to unix (#119644)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Marc Seeger
2021-04-16 15:43:03 -07:00
committed by GitHub
parent e6fc1de7d7
commit f7cb740de8

View File

@@ -47,6 +47,6 @@ stdenv.mkDerivation rec {
url = "https://www.eecis.udel.edu/~mills/ntp/html/copyright.html";
};
maintainers = with maintainers; [ eelco thoughtpolice ];
platforms = platforms.linux;
platforms = platforms.unix;
};
}