~abcdw/rde-devel

packages: Remove upstreamed package emacs-ol-notmuch. v1 APPLIED

Nicolas Graves: 1
 packages: Remove upstreamed package emacs-ol-notmuch.

 1 files changed, 0 insertions(+), 23 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~abcdw/rde-devel/patches/40003/mbox | git am -3
Learn more about email & git

[PATCH] packages: Remove upstreamed package emacs-ol-notmuch. Export this patch

---
 src/rde/packages/emacs-xyz.scm | 23 -----------------------
 1 file changed, 23 deletions(-)

diff --git a/src/rde/packages/emacs-xyz.scm b/src/rde/packages/emacs-xyz.scm
index f273b5f7..88c2ca01 100644
--- a/src/rde/packages/emacs-xyz.scm
+++ b/src/rde/packages/emacs-xyz.scm
@@ -59,29 +59,6 @@
    "Paragraph justification for emacs using Knuth/Plass algorithm ")
   (license license:gpl3+))))

(define-public emacs-ol-notmuch
  (let* ((commit "1a53d6c707514784cabf33d865b577bf77f45913")
         (revision "0"))
    (package
     (name "emacs-ol-notmuch")
     (version (git-version "2.0.0" revision commit))
     (source
      (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://git.sr.ht/~tarsius/ol-notmuch")
             (commit commit)))
       (file-name (git-file-name name version))
       (sha256
        (base32 "16p7j51z8r047alwn2hkb6944f7ds29ckb97b4k8ia00vwch0d67"))))
     (build-system emacs-build-system)
     (inputs (list emacs-org emacs-compat emacs-notmuch))
     (home-page "https://git.sr.ht/~tarsius/ol-notmuch")
     (synopsis "Links to notmuch messages and searches")
     (description
      "This package implements links to notmuch messages and searches. A search is a query to be performed by notmuch; it is the equivalent to folders in other mail clients. Similarly, mails are referred to by a query, so both a link can refer to several mails.")
     (license license:gpl3+))))

(define-public emacs-hide-header-line
  (package
    (inherit emacs-hide-mode-line)
-- 
2.39.2