jpoiret pushed a commit to branch core-updates-glibc-2.39 in repository guix.
commit dcc59a433f0fbb8aba90be1e4b51b6031abc2c37 Author: Josselin Poiret <[email protected]> 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
