Merge pull request #198045 from mweinelt/python38-pycairo-libxcrypt

This commit is contained in:
Martin Weinelt 2022-10-28 01:01:18 +02:00 committed by GitHub
commit fa2e0b3d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = [