From 1df85c0ed84ce7ccd1be802212cd6b2763e61dc1 Mon Sep 17 00:00:00 2001 From: Julien Malka Date: Fri, 7 Jan 2022 17:50:02 +0100 Subject: [PATCH] Cleaning htpdate --- packages/htpdate/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/packages/htpdate/default.nix b/packages/htpdate/default.nix index 34b6d79..594f342 100644 --- a/packages/htpdate/default.nix +++ b/packages/htpdate/default.nix @@ -12,20 +12,15 @@ stdenv.mkDerivation rec { }; makeFlags = [ - "INSTALL=install" - "STRIP=${stdenv.cc.bintools.targetPrefix}strip" "prefix=$(out)" ]; - postInstall = '' - mkdir -p $out - ''; - meta = with lib; { description = "Utility to fetch time and set the system clock over HTTP"; - homepage = "http://www.vervest.org/htp/"; + homepage = "https://github.com/twekkel/htpdate"; platforms = platforms.linux; license = licenses.gpl2Plus; + maintainers = with lib.maintainers; [ julienmalka ]; }; }