guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 01/02: gnu: java-jmapviewer: Return #t from all phases.
Date: Sat, 16 May 2020 18:33:45 -0400 (EDT)

hoebjo pushed a commit to branch master
in repository guix.

commit 54cc2b4e068675206fe1bb8615857b7dc71a168a
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]