me
/
guix
Archived
1
0
Fork 0

gnu: emacs-magit-svn: Use builtin transient library.

* gnu/packages/emacs-xyz.scm (emacs-magit-svn)
[propagated-inputs]: Delete emacs-transient.
master
Maxim Cournoyer 2022-07-15 23:04:25 -04:00
parent 82fa1a38e7
commit 2751b36e45
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 2 deletions

View File

@ -1033,8 +1033,7 @@ rebasing, and other common Git operations.")
(base32 (base32
"1v1y4fir1plz4kj0cvkcd29wibli4dw7vp4fmbxq4df76d8iy8yd")))) "1v1y4fir1plz4kj0cvkcd29wibli4dw7vp4fmbxq4df76d8iy8yd"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-dash emacs-with-editor emacs-magit (propagated-inputs (list emacs-dash emacs-with-editor emacs-magit))
emacs-transient))
(home-page "https://github.com/magit/magit-svn") (home-page "https://github.com/magit/magit-svn")
(synopsis "Git-SVN extension to Magit") (synopsis "Git-SVN extension to Magit")
(description (description