gnu: guile-shapefile: Fix build.

* gnu/packages/guile-xyz.scm (guile-shapefile)[arguments]: Don't refer to
nonexistent 'install' phase.

Change-Id: Idf7c38d399c124d537740aa48eb525fcf6cc9e64
This commit is contained in:
宋文武 2024-06-18 17:47:36 +08:00 committed by Ludovic Courtès
parent 0b5c8f5ea2
commit 47e761b929
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -5664,7 +5664,7 @@ (define-public guile-shapefile
(lambda _
(delete-file-recursively "docs")
#t))
(add-after 'install 'install-info-documentation
(add-after 'build 'install-info-documentation
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((share (string-append (assoc-ref outputs "out") "/share"))
(doc (string-append share "/doc/" ,name "-" ,version))