Merge pull request #198045 from mweinelt/python38-pycairo-libxcrypt
This commit is contained in:
commit
fa2e0b3d3a
1 changed files with 3 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
, pytestCheckHook
|
||||
, pkg-config
|
||||
, cairo
|
||||
, libxcrypt
|
||||
, python
|
||||
}:
|
||||
|
||||
|
@ -33,6 +34,8 @@ buildPythonPackage rec {
|
|||
|
||||
buildInputs = [
|
||||
cairo
|
||||
] ++ lib.optionals (pythonOlder "3.9") [
|
||||
libxcrypt
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
|
Loading…
Reference in a new issue