pythonPackages.gssapi: remove darwin from inputs

This commit is contained in:
Sandro Jäckel
2021-03-08 01:30:48 +01:00
parent 50b18cd9b1
commit 6acd00fc0e
2 changed files with 6 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
, decorator
, nose
, krb5Full
, darwin
, GSS
, parameterized
, shouldbe
, cython
@@ -44,7 +44,7 @@ buildPythonPackage rec {
];
buildInputs = lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.GSS
GSS
];
checkInputs = [