guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/09: gnu: zeromq: Enable DRAFTs.


From: guix-commits
Subject: 02/09: gnu: zeromq: Enable DRAFTs.
Date: Mon, 19 Jul 2021 13:58:41 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit f8790ba4b474201bfe5fb8523ef829d174a5de2e
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Mon Jul 19 03:51:51 2021 +0000

    gnu: zeromq: Enable DRAFTs.
    
    * gnu/packages/networking.scm (zeromq)[arguments]<#:configure-flags>: Pass
    --enable-drafts.
    
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 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 304c8a8..885ae91 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]