htpdate: mark linux only

This commit is contained in:
Daiderd Jordan
2018-04-05 20:05:24 +02:00
parent 3030252b1e
commit 2174683e0c
+1 -1
View File
@@ -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;
};
}