[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
35/45: gnu: python-cython: Add libxcrypt dependency.
From: |
guix-commits |
Subject: |
35/45: gnu: python-cython: 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 ff74f98818415da944e93c1ebc09dc069e983466
Author: Josselin Poiret <dev@jpoiret.xyz>
AuthorDate: Mon Feb 5 14:24:16 2024 +0100
gnu: python-cython: Add libxcrypt dependency.
* gnu/packages/python-xyz.scm (python-cython): Add libxcrypt dependency.
Change-Id: I7a7c16eb8618b38c8e2758dcb19981b108c9ce7b
---
gnu/packages/python-xyz.scm | 3 +++
1 file changed, 3 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 530ab3b299..a7360369fe 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -7661,6 +7661,9 @@ provides additional functionality on the produced Mallard
documents.")
;; because we need libpython3.3m.so
(inputs
(list python))
+ (native-inputs
+ ;; Needed for some tests that link against it.
+ (list libxcrypt))
(arguments
`(#:phases
(modify-phases %standard-phases
- 13/45: gnu: libxcrypt: Remove python from native-inputs., (continued)
- 13/45: gnu: libxcrypt: Remove python from native-inputs., guix-commits, 2024/02/18
- 12/45: gnu: gcc: Patch crypt out of bundled libsanitizer., guix-commits, 2024/02/18
- 42/45: gnu: talloc: Remove reference to crypt., guix-commits, 2024/02/18
- 23/45: gnu: libgudev: Update to 238., guix-commits, 2024/02/18
- 34/45: gnu: httpd: Add libxcrypt dependency., guix-commits, 2024/02/18
- 25/45: gnu: mesa: Hardcode libvulkan.so's dependency for zink., guix-commits, 2024/02/18
- 43/45: gnu: tevent: Remove reference to crypt., guix-commits, 2024/02/18
- 29/45: gnu: apr-util: Add libxcrypt dependency., guix-commits, 2024/02/18
- 22/45: gnu: udev-service-type: accept hardware description file extensions., guix-commits, 2024/02/18
- 30/45: gnu: inetutils: Add libxcrypt dependency., guix-commits, 2024/02/18
- 35/45: gnu: python-cython: Add libxcrypt dependency.,
guix-commits <=