GNU bug report logs -
#69574
[PATCH 0/2] gnu: emacs-eldev: Update to 1.9.
Previous Next
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-ox-tufte): Simplify the test invocation
using the --use-emacsloadpath option in emacs-eldev <at> 1.9.
Change-Id: Ie61a336251b2670872cc8d049cc1c62284b7f350
---
gnu/packages/emacs-xyz.scm | 17 +----------------
1 file changed, 1 insertion(+), 16 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 903537acb5..7fa5df9202 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -33691,22 +33691,7 @@ (define-public emacs-ox-tufte
(list
#:include #~(cons "^src/" %default-include)
#:tests? #t
- ;; <https://github.com/emacs-eldev/eldev/issues/99#issuecomment-1912637609>
- #:test-command #~(list "eldev" "-X" "-dtTC" "test")
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'unpack 'configure-eldev
- (lambda _
- (setenv "HOME"
- (string-append (getcwd) "/.eldev"))
- (with-output-to-file "Eldev-local"
- (lambda _
- (format #t "~s"
- '(dolist (d (split-string (getenv
- "EMACSLOADPATH")
- ":" t))
- (ignore-errors
- (eldev-use-local-dependency d)))))))))))
+ #:test-command #~(list "eldev" "--use-emacsloadpath" "-dtTC" "test")))
(native-inputs (list emacs-buttercup emacs-eldev))
(propagated-inputs (list emacs-org))
(home-page "https://github.com/ox-tufte/ox-tufte")
--
2.44.0
This bug report was last modified 258 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.