mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-wraparound-wrap: Fix build.
* gnu/packages/golang.scm (go-github-com-wraparound-wrap)[arguments]: Don't refer to nonexistent 'wrap' phase. Change-Id: I36c197590cbbf6cef5c494f247f6289fc1c4a414
This commit is contained in:
parent
57be6956ee
commit
fa49c93f9d
1 changed files with 1 additions and 1 deletions
|
@ -2147,7 +2147,7 @@ TrueType font files in your system's user and system font directories.")
|
|||
(invoke "go" "install" "-v" "-x"
|
||||
"-ldflags=-s -w"
|
||||
(string-append import-path "cmd/wrap"))))
|
||||
(add-after 'wrap 'wrap-fonts
|
||||
(add-after 'install 'wrap-fonts
|
||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||
(for-each
|
||||
(lambda (program)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue