~abcdw/rde-devel

packages: Remove upstreamed package emacs-cyrillic-dvorak-im. v1 APPLIED

Nicolas Graves: 1
 packages: Remove upstreamed package emacs-cyrillic-dvorak-im.

 1 files changed, 0 insertions(+), 20 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/40002/mbox | git am -3
Learn more about email & git

[PATCH] packages: Remove upstreamed package emacs-cyrillic-dvorak-im. Export this patch

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

diff --git a/src/rde/packages/emacs-xyz.scm b/src/rde/packages/emacs-xyz.scm
index 7dd68bfc..f273b5f7 100644
--- a/src/rde/packages/emacs-xyz.scm
+++ b/src/rde/packages/emacs-xyz.scm
@@ -82,26 +82,6 @@
      "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-cyrillic-dvorak-im
  (package
    (name "emacs-cyrillic-dvorak-im")
    (version "0.1.0")
    (source
     (origin
       (method git-fetch)
       (uri (git-reference
             (url "https://github.com/xFA25E/cyrillic-dvorak-im")
             (commit version)))
       (sha256
        (base32 "12adszd4p9i9glx2chasgq68i6cnxcrwbf5c268jjb5dw4q7ci0n"))
       (file-name (git-file-name name version))))
    (build-system emacs-build-system)
    (home-page "https://github.com/xFA25E/cyrillic-dvorak-im")
    (synopsis "Cyrillic input method for dvorak layout")
    (description "Cyrillic input method for dvorak layout.")
    (license license:gpl3+)))

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