gnu: protobuf@2: Fix build.
* gnu/packages/protobuf.scm (protobuf-2)[build-system]: Set to GNU-BUILD-SYSTEM. [arguments]: Clear. [outputs]: Remove "static".
This commit is contained in:
parent
7343bb8325
commit
3a91ee3b88
@ -212,10 +212,9 @@ internal RPC protocols and file formats.")
|
||||
(sha256
|
||||
(base32
|
||||
"040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
|
||||
(arguments (substitute-keyword-arguments (package-arguments protobuf)
|
||||
((#:phases phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'disable-broken-tests)))))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments '())
|
||||
(outputs '("out"))))
|
||||
|
||||
(define-public protobuf-c
|
||||
(package
|
||||
|
Loading…
Reference in New Issue
Block a user