gnu: python-cython: Add libxcrypt dependency.

* gnu/packages/python-xyz.scm (python-cython): Add libxcrypt dependency.

Change-Id: I7a7c16eb8618b38c8e2758dcb19981b108c9ce7b
This commit is contained in:
Josselin Poiret 2024-02-05 14:24:16 +01:00 committed by Ludovic Courtès
parent e1b987e5ec
commit d359f8555d
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -8411,6 +8411,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