1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://www.vervest.org/htp/archive/c/${pname}-${version}.tar.xz";
9 sha256 = "0mgr350qwgzrdrwkb9kaj6z7l6hn6a2pwh7sacqvnal5fyc9a7sz";
14 "STRIP=${stdenv.cc.bintools.targetPrefix}strip"
18 enableParallelBuilding = true;
21 description = "Utility to fetch time and set the system clock over HTTP";
22 homepage = "http://www.vervest.org/htp/";
23 platforms = platforms.linux;
24 license = licenses.gpl2Plus;