mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-treemacs: Update to 2.8.
* gnu/packages/emacs-xyz.scm (emacs-treemacs): Update to 2.8. [arguments]: Do not prepare dependencies before testing. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
55cdcf5f55
commit
2ca87aecd1
1 changed files with 5 additions and 3 deletions
|
@ -19047,7 +19047,7 @@ processes for Emacs")
|
||||||
(define-public emacs-treemacs
|
(define-public emacs-treemacs
|
||||||
(package
|
(package
|
||||||
(name "emacs-treemacs")
|
(name "emacs-treemacs")
|
||||||
(version "2.6")
|
(version "2.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -19056,7 +19056,7 @@ processes for Emacs")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13gs8g05xj7np3i2q3bbxg6zgdiazzn1spxii4x0cyd4pg83c0i1"))))
|
"0m083g3pg0n4ymi1w0jx34awr7cqbm4r561adij9kklblxsz7sc2"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("emacs-dash" ,emacs-dash)
|
`(("emacs-dash" ,emacs-dash)
|
||||||
|
@ -19078,7 +19078,9 @@ processes for Emacs")
|
||||||
(add-after 'unpack 'fix-makefile
|
(add-after 'unpack 'fix-makefile
|
||||||
(lambda _
|
(lambda _
|
||||||
(substitute* "Makefile"
|
(substitute* "Makefile"
|
||||||
(("@\\$\\(CASK\\) exec ") ""))
|
(("@\\$\\(CASK\\) exec ") "")
|
||||||
|
;; Guix does not need to prepare dependencies before testing.
|
||||||
|
(("test: prepare") "test:"))
|
||||||
#t))
|
#t))
|
||||||
(add-after 'fix-makefile 'chdir-elisp
|
(add-after 'fix-makefile 'chdir-elisp
|
||||||
;; Elisp directory is not in root of the source.
|
;; Elisp directory is not in root of the source.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue