all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <othacehe@gnu.org>
To: 55017-done@debbugs.gnu.org
Cc: chuanwei.foo@hotmail.com
Subject: bug#55017: [PATCH] gnu: Add worklog.
Date: Wed, 27 Apr 2022 11:24:25 +0200	[thread overview]
Message-ID: <874k2elvzq.fsf@gnu.org> (raw)
In-Reply-To: <PU1PR01MB21558163D31594E9480B196D8DF29@PU1PR01MB2155.apcprd01.prod.exchangelabs.com> (Foo Chuan Wei's message of "Tue, 19 Apr 2022 07:27:29 +0000")


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




      parent reply	other threads:[~2022-04-27  9:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-19  7:27 [bug#55017] [PATCH] gnu: Add worklog Foo Chuan Wei
2022-04-19  8:47 ` Maxime Devos
2022-04-27  9:24 ` Mathieu Othacehe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874k2elvzq.fsf@gnu.org \
    --to=othacehe@gnu.org \
    --cc=55017-done@debbugs.gnu.org \
    --cc=chuanwei.foo@hotmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.