treewide: remove empty buildInputs assignments
This commit is contained in:
@@ -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
|
||||
) { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user