guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54335] [PATCH 11/14] gnu: Add go-google-golang-org-protobuf.


From: Dominic Martinez
Subject: [bug#54335] [PATCH 11/14] gnu: Add go-google-golang-org-protobuf.
Date: Fri, 11 Mar 2022 15:32:35 -0500
User-agent: mu4e 1.6.10; emacs 27.2


Maxime Devos <maximedevos@telenet.be> writes:

+       (modify-phases %standard-phases
+         ;; Source-only package
+         (delete 'build))))

Why is the build phase removed? It seems to be just a Go library,
not some Rust-style circularity.

As far as I can tell Go expects libraries to be source-only, so I'm not sure what you would do in a build phase. I followed the lead of the other Go library packages like go-golang-org-x-tools (grep golang.scm for "Source-only package").

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]