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
parent f2e99d9899
commit 54cc2b4e06
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
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