ntp: set platforms to unix (#119644)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
parent
e6fc1de7d7
commit
f7cb740de8
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue