gnu: protobuf-2: Use gexp in arguments.

This fixes the breakage introduced when the protobuf package switched to using
gexp's in the arguments.

The package doesn't build, but at least the builder is now deterministic and
valid Guile.

* gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's.
This commit is contained in:
Christopher Baines 2022-11-14 08:59:23 +00:00
parent 775134ebf5
commit f73d9690ad
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -214,8 +214,8 @@ (define-public protobuf-2
"040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
(arguments (substitute-keyword-arguments (package-arguments protobuf)
((#:phases phases)
`(modify-phases ,phases
(delete 'disable-broken-tests)))))))
#~(modify-phases #$phases
(delete 'disable-broken-tests)))))))
(define-public protobuf-c
(package