mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: java-commons-math3: Install to maven repository.
* gnu/packages/java.scm (java-commons-math3)[phases]: Use install-from-pom.
This commit is contained in:
parent
01706f6e00
commit
8874108386
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue