summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-03-19 22:18:22 +0100
committerDaiderd Jordan <daiderd@gmail.com>2018-04-05 20:05:24 +0200
commit2174683e0cde97edc73c75a836d1ffe62a7b6e03 (patch)
treeb61c5fbf3b77c801b86be9423830a3588ddff9ed /pkgs/tools
parent3030252b1e26fc02884b5e1edb6a43dd68c597f2 (diff)
downloadnixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.tar
nixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.tar.gz
nixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.tar.bz2
nixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.tar.lz
nixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.tar.xz
nixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.tar.zst
nixlib-2174683e0cde97edc73c75a836d1ffe62a7b6e03.zip
htpdate: mark linux only
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/networking/htpdate/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/htpdate/default.nix b/pkgs/tools/networking/htpdate/default.nix
index f0bb4ab46fae..c8e14ad7f697 100644
--- a/pkgs/tools/networking/htpdate/default.nix
+++ b/pkgs/tools/networking/htpdate/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Utility to fetch time and set the system clock over HTTP";
     homepage = http://www.vervest.org/htp/;
-    platforms = platforms.unix;
+    platforms = platforms.linux;
     license = licenses.gpl2Plus;
   };
 }