pythonPackages.mozdevice: fix hash and build
This commit is contained in:
parent
0e29b98c1d
commit
0838e5c4ef
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, mozlog
|
||||
, moznetwork
|
||||
, mozprocess
|
||||
}:
|
||||
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
||||
format = "wheel";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ moznetwork mozprocess ];
|
||||
propagatedBuildInputs = [ mozlog moznetwork mozprocess ];
|
||||
|
||||
meta = {
|
||||
description = "Mozilla-authored device management";
|
||||
|
Loading…
Reference in New Issue
Block a user