Add ‘emacs-oni-elfeed’
This commit is contained in:
parent
bab58dd626
commit
5597d8377a
1 changed files with 25 additions and 0 deletions
|
@ -29,3 +29,28 @@
|
||||||
(synopsis "My Emacs vterm configuration")
|
(synopsis "My Emacs vterm configuration")
|
||||||
(description "This package provides my configuration for emacs-vterm")
|
(description "This package provides my configuration for emacs-vterm")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
|
(define-public emacs-oni-elfeed
|
||||||
|
(let ((commit "b1c7553275218dd89676a1136a0e0d708acd5bec")
|
||||||
|
(revision "0"))
|
||||||
|
(package
|
||||||
|
(name "emacs-oni-elfeed")
|
||||||
|
(version (git-version "0.0.1" revision commit))
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://git.sr.ht/~ryuslash/emacs-config")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1977csi34jgvvnsn2bv1rawnw1mqvw2j8i6g9c26l49wp7l63szi"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:include '("oni-elfeed.el")))
|
||||||
|
(propagated-inputs
|
||||||
|
`(("emacs-elfeed" ,emacs-elfeed)))
|
||||||
|
(home-page "https://git.sr.ht/~ryuslash/emacs-config")
|
||||||
|
(synopsis "My Emacs elfeed configuration")
|
||||||
|
(description "This package provides my configuration for emacs-elfeed")
|
||||||
|
(license license:gpl3+))))
|
||||||
|
|
Loading…
Reference in a new issue