summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-11-20 09:48:46 -0500
committerGitHub <noreply@github.com>2023-11-20 09:48:46 -0500
commit2a95fb436ce4059df97e32306d43ec30438590a1 (patch)
tree63c2e8f4fc95955de980acaaa64567aba95678b4
parentMerge pull request #268709 from emilylange/rustic-rs (diff)
parentpython3.pkgs.pybind11: remove unused input (diff)
downloadnixpkgs-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.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";