3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Björn Höfling 2020-05-14 14:07:53 +02:00
parent f2e99d9899
commit 54cc2b4e06
No known key found for this signature in database
GPG key ID: BF286CB6593E5FFD

View file

@ -1151,7 +1151,8 @@ persisted.
(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