mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
pythonPackages.gssapi: remove darwin from inputs
This commit is contained in:
parent
50b18cd9b1
commit
6acd00fc0e
@ -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 = [
|
||||
|
@ -2897,7 +2897,10 @@ in {
|
||||
|
||||
gspread = callPackage ../development/python-modules/gspread { };
|
||||
|
||||
gssapi = callPackage ../development/python-modules/gssapi { inherit (pkgs) darwin krb5Full; };
|
||||
gssapi = callPackage ../development/python-modules/gssapi {
|
||||
inherit (pkgs) krb5Full;
|
||||
inherit (pkgs.darwin.apple_sdk.frameworks) GSS;
|
||||
};
|
||||
|
||||
gst-python = callPackage ../development/python-modules/gst-python {
|
||||
inherit (pkgs) meson;
|
||||
|
Loading…
Reference in New Issue
Block a user