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:
@@ -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 _
|
||||
|
||||
Reference in New Issue
Block a user