1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

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