mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
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>
This commit is contained in:
parent
08df188ea8
commit
fb2709ef98
1 changed files with 1 additions and 0 deletions
|
@ -2147,6 +2147,7 @@ (define-public clipnotify
|
||||||
(install-file "README.md" doc)
|
(install-file "README.md" doc)
|
||||||
#t))))
|
#t))))
|
||||||
#:make-flags (list "CC=gcc")
|
#:make-flags (list "CC=gcc")
|
||||||
|
;; the package provides no test suite:
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libx11" ,libx11)
|
`(("libx11" ,libx11)
|
||||||
|
|
Loading…
Reference in a new issue