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