gnu: opencv: Remove trailing #T from snippet.
* gnu/packages/image-processing.scm (opencv)[source]: Remove #T at the end of the snippet.
This commit is contained in:
parent
500d734b63
commit
b934d88514
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue