diff options
| author | Nick Cao <nickcao@nichi.co> | 2023-11-20 09:48:46 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-20 09:48:46 -0500 |
| commit | 2a95fb436ce4059df97e32306d43ec30438590a1 (patch) | |
| tree | 63c2e8f4fc95955de980acaaa64567aba95678b4 | |
| parent | Merge pull request #268709 from emilylange/rustic-rs (diff) | |
| parent | python3.pkgs.pybind11: remove unused input (diff) | |
| download | nixpkgs-2a95fb436ce4059df97e32306d43ec30438590a1.tar.gz | |
Merge pull request #268691 from SuperSandro2000/patch-1
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"; |
