1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 13:40:36 +02:00
Files
guix/gnu/packages/python.scm
Ricardo Wurmus 815a70440f gnu: python-3.11: Build with libxcrypt.
Linking with libxcrypt provides a featureful fallback for the included crypto
module, thus fixing the virtually unmaintained but still widely used
python-passlib.

* gnu/packages/python.scm (python-3.11)[arguments]<configure-flags>: Link
with libcrypt if available.
<phases>: Use G-expression; add phase 'add-libxcrypt-reference-pkgconfig.
[inputs]: Add libxcrypt.

Change-Id: I2e51df7f7f2cc8909ee64717648a36ed0da3f198
2025-04-16 11:46:10 +02:00

83 KiB