mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
Merge pull request #198045 from mweinelt/python38-pycairo-libxcrypt
This commit is contained in:
commit
fa2e0b3d3a
@ -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 New Issue
Block a user