gnu: clipnotify: Comment on the lack of a test suite.
authorDamien Cassou <damien@cassou.me>
Sat, 21 Mar 2020 16:45:11 +0000 (17:45 +0100)
committerLudovic Courtès <ludo@gnu.org>
Sat, 21 Mar 2020 23:02:23 +0000 (00:02 +0100)
* gnu/packages/xdisorg.scm (clipnotify): Add a comment

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu/packages/xdisorg.scm

index 817eef6..21165f3 100644 (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)