guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 85/104: gnu: java-jmapviewer: Return #t from all phases.
Date: Sun, 17 May 2020 11:36:49 -0400 (EDT)

nckx pushed a commit to branch core-updates
in repository guix.

commit aaf94e71484d3dd47d330a25c15ccc78788928b6
Author: Björn Höfling <address@hidden>
AuthorDate: Thu May 14 14:07:53 2020 +0200

    gnu: java-jmapviewer: Return #t from all phases.
    
    * gnu/packages/geo.scm (java-jmapviewer)[arguments]: Return #t from install
    phase.
---
 gnu/packages/geo.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 3c76b01..dc40974 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]