treewide: remove empty buildInputs assignments

This commit is contained in:
Ben Siraphob
2026-04-20 10:34:26 -07:00
parent 984a336365
commit 5fadc89f02
12 changed files with 0 additions and 17 deletions
@@ -40,7 +40,6 @@ in
{ makePythonHook }:
makePythonHook {
name = "conda-unpack-hook";
propagatedBuildInputs = [ ];
} ./conda-unpack-hook.sh
) { };
@@ -48,7 +47,6 @@ in
{ makePythonHook }:
makePythonHook {
name = "egg-build-hook.sh";
propagatedBuildInputs = [ ];
} ./egg-build-hook.sh
) { };
@@ -67,7 +65,6 @@ in
{ makePythonHook }:
makePythonHook {
name = "egg-unpack-hook.sh";
propagatedBuildInputs = [ ];
} ./egg-unpack-hook.sh
) { };