gnu: emacs-roguel-ike: Skip tests.

* gnu/packages/emacs-xyz.scm (emacs-roguel-ike)[arguments]: Add #:tests? #f.
<#:phases>: Move ‘set-test-environment’ after ‘build’.
Rename to ‘set-build-environment’.

Change-Id: Ib83685c63449df9bd55c0bb9612316e48db05ac6
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
Cayetano Santos 2025-04-13 11:26:30 +02:00 committed by Liliana Marie Prikler
parent 1b2074a1dc
commit 7cb5ab4430
No known key found for this signature in database
GPG key ID: 442A84B8C70E2F87

View file

@ -9505,9 +9505,10 @@ next, or locate errors.")
(arguments
(list
#:include #~(cons* "^roguel-ike/" "^roguel-ike-lib/" %default-include)
#:tests? #t ; no tests
#:phases
#~(modify-phases %standard-phases
(add-before 'check 'set-test-environment
(add-before 'build 'set-build-environment
(lambda _
(setenv "HOME" "/tmp"))))))
(home-page "https://github.com/stevenremot/roguel-ike.git")