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 @@ constant expressions.")
|
||||||
("emacs-s" ,emacs-s)
|
("emacs-s" ,emacs-s)
|
||||||
("emacs-tablist" ,emacs-tablist)
|
("emacs-tablist" ,emacs-tablist)
|
||||||
("emacs-transient" ,emacs-transient)))
|
("emacs-transient" ,emacs-transient)))
|
||||||
(arguments
|
(arguments `(#:tests? #false)) ;no tests
|
||||||
`(#:phases
|
|
||||||
(modify-phases %standard-phases
|
|
||||||
(delete 'check)))) ;no tests
|
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/Silex/docker.el")
|
(home-page "https://github.com/Silex/docker.el")
|
||||||
(synopsis "Manage docker from Emacs")
|
(synopsis "Manage docker from Emacs")
|
||||||
|
|
Reference in a new issue