all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Vinicius Monego <monego@posteo.net>
To: 49633@debbugs.gnu.org
Cc: Vinicius Monego <monego@posteo.net>
Subject: [bug#49633] [PATCH 1/3] gnu: zeromq: Enable DRAFTs.
Date: Mon, 19 Jul 2021 03:51:51 +0000	[thread overview]
Message-ID: <20210719035153.222115-1-monego@posteo.net> (raw)
In-Reply-To: <20210719035040.221973-1-monego@posteo.net>

* gnu/packages/networking.scm (zeromq)[arguments]<#:configure-flags>: Pass
--enable-drafts.
---
 gnu/packages/networking.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm
index 19b58501e9..a3016ccb59 100644
--- a/gnu/packages/networking.scm
+++ b/gnu/packages/networking.scm
@@ -43,6 +43,7 @@
 ;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
 ;;; Copyright © 2021 Hartmut Goebel <h.goebel@crazy-compilers.com>
 ;;; Copyright © 2021 Justin Veilleux <terramorpha@cock.li>
+;;; Copyright © 2021 Vinicius Monego <monego@posteo.net>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -1029,7 +1030,8 @@ transparently check connection attempts against an access control list.")
        (sha256
         (base32 "1rf3jmi36ms8jh2g5cvi253h43l6xdfq0r7mvp95va7mi4d014y5"))))
     (build-system gnu-build-system)
-    (arguments '(#:configure-flags '("--disable-static")))
+    (arguments '(#:configure-flags '("--disable-static"
+                                     "--enable-drafts")))
     (home-page "https://zeromq.org")
     (synopsis "Library for message-based applications")
     (description
-- 
2.30.2





  reply	other threads:[~2021-07-19  3:53 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-19  3:50 [bug#49633] [PATCH 0/3] gnu: Add emacs-jupyter Vinicius Monego
2021-07-19  3:51 ` Vinicius Monego [this message]
2021-07-19  3:51   ` [bug#49633] [PATCH 2/3] gnu: Add emacs-zmq Vinicius Monego
2021-07-19  3:51   ` [bug#49633] [PATCH 3/3] gnu: Add emacs-jupyter Vinicius Monego
2021-07-19 15:33 ` [bug#49633] [PATCH v2 1/3] gnu: zeromq: Enable DRAFTs Vinicius Monego
2021-07-19 15:33   ` [bug#49633] [PATCH v2 2/3] gnu: Add emacs-zmq Vinicius Monego
2021-07-19 15:33   ` [bug#49633] [PATCH v2 3/3] gnu: Add emacs-jupyter Vinicius Monego
2021-07-19 17:03 ` bug#49633: [PATCH 0/3] " Ludovic Courtès

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=20210719035153.222115-1-monego@posteo.net \
    --to=monego@posteo.net \
    --cc=49633@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.