guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 33/36: gnu: tdb: Add libxcrypt dependency.
Date: Wed, 14 Feb 2024 04:31:15 -0500 (EST)

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

commit a8ddded3621bbe5c3f832a936b47f14eca493a94
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]