GNU bug report logs - #55017
[PATCH] gnu: Add worklog.

Previous Next

Package: guix-patches;

Reported by: Foo Chuan Wei <chuanwei.foo <at> hotmail.com>

Date: Tue, 19 Apr 2022 07:28:01 UTC

Severity: normal

Tags: patch

Done: Mathieu Othacehe <othacehe <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


Message #13 received at 55017-done <at> debbugs.gnu.org (full text, mbox):

From: Mathieu Othacehe <othacehe <at> gnu.org>
To: 55017-done <at> debbugs.gnu.org
Cc: chuanwei.foo <at> hotmail.com
Subject: Re: bug#55017: [PATCH] gnu: Add worklog.
Date: Wed, 27 Apr 2022 11:24:25 +0200
Pushed with the following modifications:

--8<---------------cut here---------------start------------->8---
--- a/gnu/packages/task-management.scm
+++ b/gnu/packages/task-management.scm
@@ -160,24 +160,24 @@ (define-public worklog
          (file-name (git-file-name name version))
          (sha256
           (base32 "18dkmy168ks9gcnfqri1rfl0ag0dmh9d6ppfmjfcdd6g9gvi6zll"))))
-    (build-system gnu-build-system)
-    (arguments
-     `(#:make-flags
-       (list (string-append "CC=" ,(cc-for-target))
-             (string-append "BIN=" %output "/bin")
-             (string-append "MAN=" %output "/share/man"))
-       #:phases
-       (modify-phases %standard-phases
-         (delete 'configure))
-       #:tests? #f))  ; No "check" target.
-    (inputs (list ncurses))
-    (home-page "https://github.com/atsb/worklog")
-    (synopsis "A program for keeping track of time spent on different projects")
-    (description
-     "@code{worklog} is a program that helps you keep track of your time.
+      (build-system gnu-build-system)
+      (arguments
+       `(#:make-flags
+         ,#~(list (string-append "CC=" #$(cc-for-target))
+                  (string-append "BIN=" #$output "/bin")
+                  (string-append "MAN=" #$output "/share/man"))
+         #:phases
+         (modify-phases %standard-phases
+           (delete 'configure))
+         #:tests? #f))  ; No "check" target.
+      (inputs (list ncurses))
+      (home-page "https://github.com/atsb/worklog")
+      (synopsis "Program keeping track of time spent on different projects")
+      (description
+       "@code{worklog} is a program that helps you keep track of your time.
 @code{worklog} is a simple ncurses based based program that runs a clock and
 logs time to a logfile.")
-    (license license:public-domain))))
+      (license license:public-domain))))
--8<---------------cut here---------------end--------------->8---

Thanks,

Mathieu




This bug report was last modified 3 years and 105 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.