diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index df3fd2ba55..bd0e3132aa 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |