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
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

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 _