mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
9aa17266dd
commit
970c68fd58
1 changed files with 1 additions and 2 deletions
|
|
@ -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 _
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue