aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/notmuch-tag-mailinglists.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/packages/notmuch-tag-mailinglists.scm')
-rw-r--r--oni/packages/notmuch-tag-mailinglists.scm56
1 files changed, 28 insertions, 28 deletions
diff --git a/oni/packages/notmuch-tag-mailinglists.scm b/oni/packages/notmuch-tag-mailinglists.scm
index 4273bf0..97bc6b7 100644
--- a/oni/packages/notmuch-tag-mailinglists.scm
+++ b/oni/packages/notmuch-tag-mailinglists.scm
@@ -11,31 +11,31 @@
(let ((commit "b20cf1593c98b415cb144bd23c9c60926161d359")
(revision "0"))
(package
- (name "notmuch-tag-mailinglists")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "git://ryuslash.org/util/tom/notmuch-tag-mailinglists.git")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "0c3pn3ns4n5sh97plvbxv59i5rh8840fq73ic66kvhkij1c6l4rb"))
- (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-tag-mailinglists" 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-tag-mailinglists")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "git://ryuslash.org/util/tom/notmuch-tag-mailinglists.git")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "0c3pn3ns4n5sh97plvbxv59i5rh8840fq73ic66kvhkij1c6l4rb"))
+ (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-tag-mailinglists" 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+))))