summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2023-11-20 11:50:40 +0100
committerGitHub <noreply@github.com>2023-11-20 11:50:40 +0100
commit2b896f4769f06165d22290a1f5c61ef987a33ba6 (patch)
tree188a35216e244ed55f62b794a6740c19d539f08f
parentMerge pull request #268037 from r-ryantm/auto-update/boundary (diff)
downloadnixpkgs-2b896f4769f06165d22290a1f5c61ef987a33ba6.tar.gz
python3.pkgs.pybind11: remove unused input
-rw-r--r--pkgs/development/python-modules/pybind11/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pybind11/default.nix b/pkgs/development/python-modules/pybind11/default.nix
index 186dca2c17d0..9eeb40225cab 100644
--- a/pkgs/development/python-modules/pybind11/default.nix
+++ b/pkgs/development/python-modules/pybind11/default.nix
@@ -12,7 +12,6 @@
, pytestCheckHook
, libxcrypt
, makeSetupHook
-, darwin
}: let
setupHook = makeSetupHook {
name = "pybind11-setup-hook";