From 07fdfb9e1eb966a83ed99559416be7c72a64a4a2 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Tue, 12 Jul 2022 11:06:22 -0400 Subject: [PATCH] gnu: protobuf-2: Fix build. Partially fixes . * gnu/packages/protobuf.scm (protobuf-2) [phases]{disable-broken-tests}: Delete phase. --- gnu/packages/protobuf.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/protobuf.scm b/gnu/packages/protobuf.scm index f66e3469b8..daf7b933ad 100644 --- a/gnu/packages/protobuf.scm +++ b/gnu/packages/protobuf.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2016 Leo Famulari ;;; Copyright © 2017, 2018, 2019, 2022 Ricardo Wurmus ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice -;;; Copyright © 2020, 2021 Maxim Cournoyer +;;; Copyright © 2020, 2021, 2022 Maxim Cournoyer ;;; Copyright © 2020 Vinicius Monego ;;; Copyright © 2020 Brett Gilio ;;; Copyright © 2021 Felix Gruber @@ -180,7 +180,11 @@ internal RPC protocols and file formats.") version ".tar.bz2")) (sha256 (base32 - "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f")))))) + "040rcs9fpv4bslhiy43v7dcrzakz4vwwpyqg4jp8bn24sl95ci7f")))) + (arguments (substitute-keyword-arguments (package-arguments protobuf) + ((#:phases phases) + `(modify-phases ,phases + (delete 'disable-broken-tests))))))) (define-public protobuf-c (package