aboutsummaryrefslogtreecommitdiffstats
path: root/oni/packages/count-emails.scm
diff options
context:
space:
mode:
Diffstat (limited to 'oni/packages/count-emails.scm')
-rw-r--r--oni/packages/count-emails.scm56
1 files changed, 28 insertions, 28 deletions
diff --git a/oni/packages/count-emails.scm b/oni/packages/count-emails.scm
index faba330..e35c25e 100644
--- a/oni/packages/count-emails.scm
+++ b/oni/packages/count-emails.scm
@@ -12,31 +12,31 @@
(let ((commit "66165bdecea54888967fcc6a8c29a3df09a18256")
(revision "0"))
(package
- (name "count-emails")
- (version (git-version "0.0.0" revision commit))
- (source
- (origin
- (uri (git-reference
- (url "git://ryuslash.org/util/tom/count-emails")
- (commit commit)))
- (method git-fetch)
- (sha256
- (base32 "0pv4wbxbg0szs2jiskmxvivrq44ha5ljdn18j3j2pi8q1dp9rmb3"))
- (file-name (git-file-name name version))))
- (propagated-inputs
- (list scsh 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 "count-emails" bin)))))))
- (home-page "https://ryuslash.org/")
- (synopsis "A simple script that counts the number of unread emails.")
- (description "Counts the number of unread emails.")
- (license license:gpl3+))))
+ (name "count-emails")
+ (version (git-version "0.0.0" revision commit))
+ (source
+ (origin
+ (uri (git-reference
+ (url "git://ryuslash.org/util/tom/count-emails")
+ (commit commit)))
+ (method git-fetch)
+ (sha256
+ (base32 "0pv4wbxbg0szs2jiskmxvivrq44ha5ljdn18j3j2pi8q1dp9rmb3"))
+ (file-name (git-file-name name version))))
+ (propagated-inputs
+ (list scsh 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 "count-emails" bin)))))))
+ (home-page "https://ryuslash.org/")
+ (synopsis "A simple script that counts the number of unread emails.")
+ (description "Counts the number of unread emails.")
+ (license license:gpl3+))))