guix-commits
[Top][All Lists]
Advanced

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

04/23: gnu: mbedtls-apache: Use gexps.


From: guix-commits
Subject: 04/23: gnu: mbedtls-apache: Use gexps.
Date: Mon, 5 Feb 2024 02:29:41 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 0f86c1c6f887513692b4e908e21884c2705b5e82
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Tue Oct 24 08:09:09 2023 +0800

    gnu: mbedtls-apache: Use gexps.
    
    * gnu/packages/tls.scm (mbedtls-apache)[arguments]: Use gexps.
    
    Change-Id: Idefca03b8eea0d3f18497afccc4a3a081caac87e
---
 gnu/packages/tls.scm | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/tls.scm b/gnu/packages/tls.scm
index e6d8c98722..29b3da6f3d 100644
--- a/gnu/packages/tls.scm
+++ b/gnu/packages/tls.scm
@@ -988,14 +988,14 @@ number generator")
         (base32 "070i5pxciw04swfqk1rmdprhsafn4cias3dlmkm467pqpjnhb394"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:configure-flags
-       (list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"
-             "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF")
-       #:phases
-       (modify-phases %standard-phases
-         (add-after 'unpack 'make-source-writable
-           (lambda _
-             (for-each make-file-writable (find-files ".")))))))
+     (list #:configure-flags
+           #~(list "-DUSE_SHARED_MBEDTLS_LIBRARY=ON"
+                   "-DUSE_STATIC_MBEDTLS_LIBRARY=OFF")
+           #:phases
+           #~(modify-phases %standard-phases
+               (add-after 'unpack 'make-source-writable
+                 (lambda _
+                   (for-each make-file-writable (find-files ".")))))))
     (native-inputs
      (list perl python))
     (synopsis "Small TLS library")



reply via email to

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