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