diff options
| author | Sandro <sandro.jaeckel@gmail.com> | 2023-11-20 11:50:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 11:50:40 +0100 |
| commit | 2b896f4769f06165d22290a1f5c61ef987a33ba6 (patch) | |
| tree | 188a35216e244ed55f62b794a6740c19d539f08f | |
| parent | Merge pull request #268037 from r-ryantm/auto-update/boundary (diff) | |
| download | nixpkgs-2b896f4769f06165d22290a1f5c61ef987a33ba6.tar.gz | |
python3.pkgs.pybind11: remove unused input
| -rw-r--r-- | pkgs/development/python-modules/pybind11/default.nix | 1 |
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"; |
