me
/
guix
Archived
1
0
Fork 0

gnu: clipnotify: Comment on the lack of a test suite.

* gnu/packages/xdisorg.scm (clipnotify): Add a comment

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Damien Cassou 2020-03-21 17:45:11 +01:00 committed by Ludovic Courtès
parent 08df188ea8
commit fb2709ef98
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 0 deletions

View File

@ -2147,6 +2147,7 @@ configuring visual settings in different UI toolkits separately.")
(install-file "README.md" doc)
#t))))
#:make-flags (list "CC=gcc")
;; the package provides no test suite:
#:tests? #f))
(inputs
`(("libx11" ,libx11)