mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-28 14:01:29 -05:00
gnu: emacs-eldev: Update to 0.11.
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 0.11. [arguments]<#:phases>: Update list of failing tests.
This commit is contained in:
parent
397b1d7108
commit
611ea02579
1 changed files with 5 additions and 8 deletions
|
@ -17971,7 +17971,7 @@ (define-public emacs-peg
|
||||||
(define-public emacs-eldev
|
(define-public emacs-eldev
|
||||||
(package
|
(package
|
||||||
(name "emacs-eldev")
|
(name "emacs-eldev")
|
||||||
(version "0.10.3")
|
(version "0.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17980,7 +17980,7 @@ (define-public emacs-eldev
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1y8vz5grmlhln37lf93a3gxwh46ar0v3jj2dcvzkb36lqf1snq73"))))
|
(base32 "10l9gdxk6l2zp14zaf6k5aq36c0nbjq8jya727xs4yra0rdg05hl"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
@ -17992,12 +17992,9 @@ (define-public emacs-eldev
|
||||||
(setenv "ELDEV_LOCAL" (getcwd))
|
(setenv "ELDEV_LOCAL" (getcwd))
|
||||||
(make-file-writable "test/project-i/project-i-autoloads.el")))
|
(make-file-writable "test/project-i/project-i-autoloads.el")))
|
||||||
(add-after 'unpack 'skip-failing-tests
|
(add-after 'unpack 'skip-failing-tests
|
||||||
;; FIXME: 10 tests are failing. Skip them for now.
|
;; FIXME: 2 tests are failing. Skip them for now.
|
||||||
(lambda _
|
(lambda _
|
||||||
(delete-file "test/upgrade-self.el")
|
(delete-file "test/upgrade-self.el")))
|
||||||
(substitute* "test/init.el"
|
|
||||||
(("init-[1-8].*" line)
|
|
||||||
(string-append line "(skip-unless nil)\n")))))
|
|
||||||
(add-after 'install 'install-eldev-executable
|
(add-after 'install 'install-eldev-executable
|
||||||
;; This constructs the eldev executable from templates and
|
;; This constructs the eldev executable from templates and
|
||||||
;; installs it in the specified directory.
|
;; installs it in the specified directory.
|
||||||
|
@ -18015,7 +18012,7 @@ (define-public emacs-eldev
|
||||||
(("export ELDEV_EMACS.*" all)
|
(("export ELDEV_EMACS.*" all)
|
||||||
(string-append "export ELDEV_LOCAL=" site-lisp "\n" all)))))))))
|
(string-append "export ELDEV_LOCAL=" site-lisp "\n" all)))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list texinfo)) ;for tests
|
(list texinfo)) ;for tests
|
||||||
(home-page "https://github.com/doublep/eldev/")
|
(home-page "https://github.com/doublep/eldev/")
|
||||||
(synopsis "Emacs-based build tool for Elisp")
|
(synopsis "Emacs-based build tool for Elisp")
|
||||||
(description "Eldev (Elisp Development Tool) is an Emacs-based build tool,
|
(description "Eldev (Elisp Development Tool) is an Emacs-based build tool,
|
||||||
|
|
Loading…
Reference in a new issue