Merge pull request #221935 from viraptor/aardwolf-darwin

python310Packages.aardwolf: fix darwin build
This commit is contained in:
Stanisław Pitucha 2023-03-19 13:35:48 +11:00 committed by GitHub
commit 93bb538c96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,5 @@
{ lib
, stdenv
, arc4
, asn1crypto
, asn1tools
@ -7,6 +8,7 @@
, buildPythonPackage
, colorama
, fetchFromGitHub
, iconv
, minikerberos
, pillow
, pyperclip
@ -62,6 +64,8 @@ buildPythonPackage rec {
tqdm
unicrypto
winsspi
] ++ lib.optionals (stdenv.isDarwin) [
iconv
];
# Module doesn't have tests