mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-solarized-theme: Skip tests.
* gnu/packages/emacs-xyz.scm (emacs-solarized-theme): Skip tests. [arguments]<test-command>: Set argument. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
69d4455af4
commit
02872f4894
1 changed files with 3 additions and 0 deletions
|
@ -13514,6 +13514,9 @@ extensive face definitions than the \"official\" Emacs variant.")
|
|||
(sha256
|
||||
(base32 "0nwyax9dikpw4fcplnk0az9k1pk02wnhkadvfp325s7rl2j8y23b"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:tests? #f ; Tests require a standard tty.
|
||||
#:test-command #~(list "make" "run" "CASK=")))
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
(home-page "https://github.com/bbatsov/solarized-emacs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue