mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
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:
parent
775134ebf5
commit
f73d9690ad
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue