treewide: inherit format = "wheel"
This commit is contained in:
@@ -12,9 +12,8 @@ buildPythonPackage rec {
|
||||
format = "wheel";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
inherit pname version format;
|
||||
sha256 = "1n7l3drdh3rm3320v98c9hhh37ljk9l861hyw18psca7jdd717n5";
|
||||
format = "wheel";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ mozlog moznetwork mozprocess ];
|
||||
|
||||
Reference in New Issue
Block a user