[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] gnu: Add taskwarrior.
From: |
Eric Bavier |
Subject: |
Re: [PATCH v2] gnu: Add taskwarrior. |
Date: |
Fri, 13 Mar 2015 14:16:00 -0500 |
User-agent: |
Roundcube Webmail/1.0.5 |
On 2015-03-12 19:57, Tomáš Čech wrote:
* gnu/packages/task.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add new file here.
---
gnu-system.am | 1 +
gnu/packages/task.scm | 68
+++++++++++++++++++++++++++++++++++++++++++++++++++
[...]
+ (inputs
+ `(("util-linux" ,util-linux)
+ ("gnutls" ,gnutls)
+ ("lua" ,lua)
+ ("coreutils" ,coreutils)))
Can coreutils be left out here, since it is an implicit input?
+ ;; Taskwarrior is licensed under MIT license, which is identical
to
+ ;; Expat License
+ (license license:expat)))
Is it actually the Expat license, or the X11 license, which is also
sometimes called the "MIT license"? In either case, I would perhaps put
quotation marks around "MIT license" to indicate the ambiguity.
--
`~Eric