mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-forge: Update to commit 09bf8ad.
* gnu/packages/emacs-xyz.scm (emacs-forge): Update to 09bf8ad. [native-inputs]: Remove emacs-minimal, which is implicitly provided by the emacs-build-system.
This commit is contained in:
parent
25043eb42b
commit
ffd2696bd8
1 changed files with 4 additions and 5 deletions
|
@ -19336,10 +19336,10 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
||||||
(license license:gpl3+))))
|
(license license:gpl3+))))
|
||||||
|
|
||||||
(define-public emacs-forge
|
(define-public emacs-forge
|
||||||
(let ((commit "63cbf81f166fc71861d8e3d246df8e5ccedcb9bb"))
|
(let ((commit "09bf8adc9c9afb492632e612f51f39e1cc15fca0"))
|
||||||
(package
|
(package
|
||||||
(name "emacs-forge")
|
(name "emacs-forge")
|
||||||
(version (git-version "0.1.0" "3" commit))
|
(version (git-version "0.1.0" "4" commit))
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19349,11 +19349,10 @@ commands (a prefix and a suffix) we prefer to call it just a \"transient\".")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yf2xjx3459py6rji740jm8bmh2pv66ghnbjxsvjd4jf9kcdav83"))))
|
"148h1rvmfmxyrfy2q5l0vzblr7lpsyw1si30hfwhzsj8fvj21qcr"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("texinfo" ,texinfo)
|
`(("texinfo" ,texinfo)))
|
||||||
("emacs" ,emacs-minimal)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-closql" ,emacs-closql)
|
`(("emacs-closql" ,emacs-closql)
|
||||||
("emacs-dash" ,emacs-dash)
|
("emacs-dash" ,emacs-dash)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue