1
0
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:
宋文武
2024-06-19 14:43:52 +08:00
committed by Ludovic Courtès
parent 57be6956ee
commit fa49c93f9d
+1 -1
View File
@@ -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)