mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: java-jmapviewer: Return #t from all phases.
* gnu/packages/geo.scm (java-jmapviewer)[arguments]: Return #t from install phase.
This commit is contained in:
parent
f2e99d9899
commit
54cc2b4e06
1 changed files with 2 additions and 1 deletions
|
@ -1151,7 +1151,8 @@ (define-public java-jmapviewer
|
|||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let ((dir (string-append (assoc-ref outputs "out") "/share/java/")))
|
||||
(mkdir-p dir)
|
||||
(copy-file "JMapViewer.jar" (string-append dir "JMapViewer.jar"))))))))
|
||||
(copy-file "JMapViewer.jar" (string-append dir "JMapViewer.jar"))
|
||||
#t))))))
|
||||
(home-page "https://wiki.openstreetmap.org/wiki/JMapViewer")
|
||||
(synopsis "OSM map integration in Java")
|
||||
(description "JMapViewer is a Java component which easily
|
||||
|
|
Loading…
Reference in a new issue