1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: libgrapheme: Don't force running the tests.

* gnu/packages/suckless.scm (libgrapheme)[arguments]: Remove the #:tests
keyword.

Change-Id: Idb954594bbaa2947859c667da8731753ca2b3c71
This commit is contained in:
Efraim Flashner
2024-11-06 11:49:09 +02:00
parent 9aa17266dd
commit 970c68fd58

View File

@@ -917,8 +917,7 @@ colormap to stdout.")
(base32 "099i2jm9c25nkbg5420wr12z0gd189gcw5j1ssjmpmbbwzfvv2x6"))))
(build-system gnu-build-system)
(arguments
(list #:tests? #true
#:test-target "test"
(list #:test-target "test"
#:phases #~(modify-phases %standard-phases
(add-after 'configure 'post-configure
(lambda _