all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Greg Hogan <code@greghogan.com>
To: 56456@debbugs.gnu.org
Cc: Greg Hogan <code@greghogan.com>
Subject: [bug#56456] [PATCH 1/2] gnu: protobuf-2: Fix broken build.
Date: Fri,  8 Jul 2022 20:49:29 +0000	[thread overview]
Message-ID: <479518687c1c164ba3f159223985154acdedaa88.1657313089.git.code@greghogan.com> (raw)
In-Reply-To: <cover.1657312543.git.code@greghogan.com>

* 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





  reply	other threads:[~2022-07-08 20:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-08 20:47 [bug#56456] [PATCH 0/2] Fix protobuf-2 Greg Hogan
2022-07-08 20:49 ` Greg Hogan [this message]
2022-07-08 20:49   ` [bug#56456] [PATCH 2/2] gnu: pokerth: Update to 1.1.2-8e6088e4 Greg Hogan
2022-07-12 20:54 ` bug#56456: [PATCH 0/2] Fix protobuf-2 Greg Hogan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=479518687c1c164ba3f159223985154acdedaa88.1657313089.git.code@greghogan.com \
    --to=code@greghogan.com \
    --cc=56456@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.