1
Fork 0
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:
Nicolas Graves 2025-04-27 16:52:39 +02:00 committed by Liliana Marie Prikler
parent 69d4455af4
commit 02872f4894
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -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")