guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/09: gnu: opencv: Remove trailing #T from snippet.


From: guix-commits
Subject: 08/09: gnu: opencv: Remove trailing #T from snippet.
Date: Mon, 20 Dec 2021 17:36:27 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b934d88514284bf2c02ffba204c8b9b3e7272944
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Dec 20 23:17:47 2021 +0100

    gnu: opencv: Remove trailing #T from snippet.
    
    * gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end 
of
    the snippet.
---
 gnu/packages/image-processing.scm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/gnu/packages/image-processing.scm 
b/gnu/packages/image-processing.scm
index 93fe384..75e76c3 100644
--- a/gnu/packages/image-processing.scm
+++ b/gnu/packages/image-processing.scm
@@ -399,8 +399,7 @@ integrates with various databases on GUI toolkits such as 
Qt and Tk.")
                   ;; Some jars found:
                   (for-each delete-file
                             '("modules/java/test/pure_test/lib/junit-4.11.jar"
-                              "samples/java/sbt/sbt/sbt-launch.jar"))
-                  #t))))
+                              "samples/java/sbt/sbt/sbt-launch.jar"))))))
     (build-system cmake-build-system)
     (arguments
      `(#:configure-flags



reply via email to

[Prev in Thread] Current Thread [Next in Thread]