me
/
guix
Archived
1
0
Fork 0

gnu: java-commons-math3: Install to maven repository.

* gnu/packages/java.scm (java-commons-math3)[phases]: Use
install-from-pom.
master
Julien Lepiller 2021-06-01 00:44:23 +02:00
parent 01706f6e00
commit 8874108386
No known key found for this signature in database
GPG Key ID: 53D457B2D636EE82
1 changed files with 1 additions and 1 deletions

View File

@ -5855,7 +5855,7 @@ overly clever.")
#t))
;; There is no install target.
(replace 'install
(install-jars "target")))))
(install-from-pom "pom.xml")))))
(native-inputs
`(("java-junit" ,java-junit)
("java-hamcrest-core" ,java-hamcrest-core)))