treewide: remove empty buildInputs
This commit is contained in:
@@ -20,8 +20,6 @@ buildPythonPackage rec {
|
||||
sha256 = "6f27f0358a477d4ec3ab300bf09944b4dfdd5c10b0a5f7ac06bcb32d1327ebe1";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
||||
|
||||
postPatch = ''
|
||||
# https://github.com/deepmind/graph_nets/issues/63
|
||||
sed -i 's/dm-sonnet==1.23/dm-sonnet/' setup.py
|
||||
|
||||
@@ -9,7 +9,6 @@ buildPythonPackage rec {
|
||||
sha256 = "1irzpfnnm5f0qf8y9ddxi489nwixyj0q4zlvqafm621bijkxdv6g";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
||||
propagatedBuildInputs = [ pyparsing ];
|
||||
|
||||
# only one test that requires an extra
|
||||
|
||||
Reference in New Issue
Block a user