mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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 @@ (define-public opencv
|
|||
;; 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
|
||||
|
|
Loading…
Reference in a new issue