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:
Marius Bakke 2022-11-20 13:56:42 +01:00
parent 7343bb8325
commit 3a91ee3b88
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -212,10 +212,9 @@ (define-public protobuf-2
(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