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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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