guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: imposm3: Fix build.


From: guix-commits
Subject: 01/02: gnu: imposm3: Fix build.
Date: Mon, 6 May 2019 23:38:18 -0400 (EDT)

apteryx pushed a commit to branch master
in repository guix.

commit bdc0c20cab77a25d260345a79ee0611c7e06e8ce
Author: Maxim Cournoyer <address@hidden>
Date:   Mon May 6 23:05:05 2019 -0400

    gnu: imposm3: Fix build.
    
    * gnu/packages/geo.scm (imposm3)[arguments]: Adapt unpack-path for the new
    unpack phase.
    [phases]: Remove the "rename-import" phase, now obsolete.
---
 gnu/packages/geo.scm | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/gnu/packages/geo.scm b/gnu/packages/geo.scm
index 0b95fbe..c8d149a 100644
--- a/gnu/packages/geo.scm
+++ b/gnu/packages/geo.scm
@@ -713,14 +713,9 @@ delivered to any client.")
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/omniscale/imposm3/cmd/imposm"
-       #:unpack-path "github.com/omniscale"
+       #:unpack-path "github.com/omniscale/imposm3"
        #:phases
        (modify-phases %standard-phases
-         (add-before 'build 'rename-import
-           (lambda _
-             (rename-file (string-append "src/github.com/omniscale/imposm3-" 
,version)
-                          "src/github.com/omniscale/imposm3")
-             #t))
          (add-before 'build 'set-version
            (lambda _
              (substitute* "src/github.com/omniscale/imposm3/version.go"



reply via email to

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