mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-sudo-edit: Update to commit 0e2c32b, fix tests.
* gnu/packages/emacs-xyz.scm (emacs-sudo-edit): Update to commit 0e2c32b. [arguments]: Use the full blown emacs package, as one test fail otherwise.
This commit is contained in:
parent
ec4a9cadcb
commit
1ced8379c7
1 changed files with 6 additions and 4 deletions
|
@ -4804,8 +4804,9 @@ Gnus, e.g., for applying patches received by email.")
|
||||||
(license license:gpl2+))))
|
(license license:gpl2+))))
|
||||||
|
|
||||||
(define-public emacs-sudo-edit
|
(define-public emacs-sudo-edit
|
||||||
(let ((commit "cc3d478937b1accd38742bfceba92af02ee9357d")
|
;; No proper release nor tag.
|
||||||
(revision "6"))
|
(let ((commit "0e2c32b5e5242d30f8780cbe8e1b1649476cac4d")
|
||||||
|
(revision "0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-sudo-edit")
|
(name "emacs-sudo-edit")
|
||||||
(version (git-version "0.1.0" revision commit))
|
(version (git-version "0.1.0" revision commit))
|
||||||
|
@ -4818,12 +4819,13 @@ Gnus, e.g., for applying patches received by email.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1qv58x5j5a3v1s2ylhck1ykbfclq0mbi0gsvaql3nyv8cxazqlwl"))))
|
"1z26i4hzi2mksl4nr8szzlnrnyv96fg7jjddbm5dp5dlmh2pndk1"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("emacs-undercover" ,emacs-undercover)))
|
`(("emacs-undercover" ,emacs-undercover)))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:emacs ,emacs
|
||||||
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-before 'check 'fix-makefile
|
(add-before 'check 'fix-makefile
|
||||||
(lambda _
|
(lambda _
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue