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