mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: emacs-docker: Disable tests in a correct way
* gnu/packages/emacs-xyz.scm (emacs-docker)[arguments]: Uses #tests? instead of deleting the `check' phase.
This commit is contained in:
parent
dd066cddd6
commit
df3b064607
1 changed files with 1 additions and 4 deletions
|
@ -23559,10 +23559,7 @@ (define-public emacs-docker
|
|||
("emacs-s" ,emacs-s)
|
||||
("emacs-tablist" ,emacs-tablist)
|
||||
("emacs-transient" ,emacs-transient)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(delete 'check)))) ;no tests
|
||||
(arguments `(#:tests? #false)) ;no tests
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/Silex/docker.el")
|
||||
(synopsis "Manage docker from Emacs")
|
||||
|
|
Loading…
Reference in a new issue