aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/notmuch-collect-tasks.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/packages/notmuch-collect-tasks.scm')
-rw-r--r--oni/packages/notmuch-collect-tasks.scm56
1 files changed, 28 insertions, 28 deletions
diff --git a/oni/packages/notmuch-collect-tasks.scm b/oni/packages/notmuch-collect-tasks.scm
index e664cc0..0d82117 100644
--- a/oni/packages/notmuch-collect-tasks.scm
+++ b/oni/packages/notmuch-collect-tasks.scm
@@ -11,31 +11,31 @@
(let ((commit "c0399a2bbd499d3fcdf2cfce2d9a8162d5865de0")
(revision "0"))
(package
- (name "notmuch-collect-tasks")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "git://ryuslash.org/util/tom/notmuch-collect-tasks.git")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "1rkxcmlmz5ncd3x59kgffg889wibi3q8d3gv2vm1nvaayzj58zm9"))
- (file-name (git-file-name name version))))
- (propagated-inputs
- (list bash notmuch))
- (build-system gnu-build-system)
- (arguments
- `(#:tests? #f
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)
- (delete 'build)
- (replace 'install
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
- (install-file "notmuch-collect-tasks" bin)))))))
- (home-page "https://ryuslash.org/")
- (synopsis "A simple script that scans email subjects for tasks to add.")
- (description "Creates tasks based on incoming email.")
- (license license:gpl3+))))
+ (name "notmuch-collect-tasks")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "git://ryuslash.org/util/tom/notmuch-collect-tasks.git")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "1rkxcmlmz5ncd3x59kgffg889wibi3q8d3gv2vm1nvaayzj58zm9"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
+ (list bash notmuch))
+ (build-system gnu-build-system)
+ (arguments
+ `(#:tests? #f
+ #:phases
+ (modify-phases %standard-phases
+ (delete 'configure)
+ (delete 'build)
+ (replace 'install
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let ((bin (string-append (assoc-ref outputs "out") "/bin")))
+ (install-file "notmuch-collect-tasks" bin)))))))
+ (home-page "https://ryuslash.org/")
+ (synopsis "A simple script that scans email subjects for tasks to add.")
+ (description "Creates tasks based on incoming email.")
+ (license license:gpl3+))))