guix-commits
[Top][All Lists]
Advanced

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

33/45: gnu: tdb: Add libxcrypt dependency.


From: guix-commits
Subject: 33/45: gnu: tdb: Add libxcrypt dependency.
Date: Sun, 18 Feb 2024 08:41:09 -0500 (EST)

jpoiret pushed a commit to branch core-updates-glibc-2.39
in repository guix.

commit c0d4c8bf16b4683ee7b7f0831e5746613c838424
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Fri Feb 2 19:05:55 2024 +0100

    gnu: tdb: Add libxcrypt dependency.
    
    * gnu/packages/databases.scm (tdb): Add libxcrypt dependency.
    
    Change-Id: If44722b61b9ed427665b5939a2c5f5ef35e78691
---
 gnu/packages/databases.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index e1114535da..9895c440c1 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1932,6 +1932,7 @@ changes.")
                        (string-append "--prefix=" out))))))))
     (native-inputs
      (list docbook-xsl
+           libxcrypt
            libxslt
            python ;for the Waf build system
            which))



reply via email to

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