htpdate: mark linux only

This commit is contained in:
Daiderd Jordan 2018-03-19 22:18:22 +01:00
parent 3030252b1e
commit 2174683e0c
No known key found for this signature in database
GPG Key ID: D02435D05B810C96

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