about summary refs log tree commit diff
path: root/pkgs/tools/networking/ntp
diff options
context:
space:
mode:
authorMarc Seeger <mseeger@fb.com>2021-04-16 15:43:03 -0700
committerGitHub <noreply@github.com>2021-04-17 00:43:03 +0200
commitf7cb740de8df969ae4cecd21684b822823830093 (patch)
tree459a0574cb389cff27c58a5d43db5fd5bc6e8ac4 /pkgs/tools/networking/ntp
parente6fc1de7d79af270dff61cef0f69782a9fc9b969 (diff)
ntp: set platforms to unix (#119644)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Diffstat (limited to 'pkgs/tools/networking/ntp')
-rw-r--r--pkgs/tools/networking/ntp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/ntp/default.nix b/pkgs/tools/networking/ntp/default.nix
index 2814410493279..8c62e3b0d646d 100644
--- a/pkgs/tools/networking/ntp/default.nix
+++ b/pkgs/tools/networking/ntp/default.nix
@@ -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;
   };
 }