mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-19 23:55:54 +02: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user