[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#56456] [PATCH 1/2] gnu: protobuf-2: Fix broken build.
From: |
Greg Hogan |
Subject: |
[bug#56456] [PATCH 1/2] gnu: protobuf-2: Fix broken build. |
Date: |
Fri, 8 Jul 2022 20:49:29 +0000 |
* gnu/packages/protobuf.scm (protobuf-2): Fix broken build.
[arguments]<#:phases>: Delete 'disable-broken-tests.
---
gnu/packages/protobuf.scm | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm
index f66e3469b8..59f2f361e3 100644
--- a/gnu/packages/protobuf.scm
+++ b/gnu/packages/protobuf.scm
@@ -180,7 +180,11 @@ (define-public protobuf-2
version ".tar.bz2"))
(sha256
(base32
- "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))))
+ "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f"))))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (delete 'disable-broken-tests))))))
(define-public protobuf-c
(package
--
2.36.1