all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49091] [PATCH] gnu: php: Build sodium.
@ 2021-06-18 12:22 Aljosha Papsch
  2021-06-26 21:20 ` bug#49091: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Aljosha Papsch @ 2021-06-18 12:22 UTC (permalink / raw)
  To: 49091; +Cc: Aljosha Papsch

* gnu/packages/php.scm (php): Build sodium extension.
---
 gnu/packages/php.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/php.scm b/gnu/packages/php.scm
index 71e4f5ca5e..4edff2cfd8 100644
--- a/gnu/packages/php.scm
+++ b/gnu/packages/php.scm
@@ -28,6 +28,7 @@
   #:use-module (gnu packages base)
   #:use-module (gnu packages bison)
   #:use-module (gnu packages compression)
+  #:use-module (gnu packages crypto)
   #:use-module (gnu packages curl)
   #:use-module (gnu packages cyrus-sasl)
   #:use-module (gnu packages databases)
@@ -104,6 +105,7 @@
                ;; now uses the Aspell library.
                (with "--with-pspell" "aspell")
                (with "--with-readline" "readline")
+               (with "--with-sodium" "libsodium")
                (with "--with-sqlite3" "sqlite")
                (with "--with-tidy" "tidy")
                (with "--with-xsl" "libxslt")
@@ -359,6 +361,7 @@
        ("icu4c" ,icu4c)
        ("libgcrypt" ,libgcrypt)
        ("libpng" ,libpng)
+       ("libsodium" ,libsodium)
        ("libxml2" ,libxml2)
        ("libxslt" ,libxslt)
        ("libx11" ,libx11)
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49091: [PATCH] gnu: php: Build sodium.
  2021-06-18 12:22 [bug#49091] [PATCH] gnu: php: Build sodium Aljosha Papsch
@ 2021-06-26 21:20 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2021-06-26 21:20 UTC (permalink / raw)
  To: Aljosha Papsch; +Cc: 49091-done

Hi,

Aljosha Papsch <ep@stern-data.com> skribis:

> * gnu/packages/php.scm (php): Build sodium extension.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-26 21:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-18 12:22 [bug#49091] [PATCH] gnu: php: Build sodium Aljosha Papsch
2021-06-26 21:20 ` bug#49091: " Ludovic Courtès

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.