ntp: set platforms to unix (#119644)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Marc Seeger
2021-04-17 00:43:03 +02:00
committed by GitHub
co-authored by Sandro
parent e6fc1de7d7
commit f7cb740de8
+1 -1
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;
};
}