me
/
guix
Archived
1
0
Fork 0

gnu: java-jmapviewer: Return #t from all phases.

* gnu/packages/geo.scm (java-jmapviewer)[arguments]: Return #t from install
phase.
master
Björn Höfling 2020-05-14 14:07:53 +02:00 committed by Tobias Geerinckx-Rice
parent e387ec8230
commit aaf94e7148
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 1 deletions

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