mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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
1 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue