mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
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:
parent
0b5c8f5ea2
commit
47e761b929
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue