mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-cython: Add libxcrypt dependency.
* gnu/packages/python-xyz.scm (python-cython): Add libxcrypt dependency. Change-Id: I7a7c16eb8618b38c8e2758dcb19981b108c9ce7b
This commit is contained in:
parent
e1b987e5ec
commit
d359f8555d
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue