pythonPackages.mozdevice: fix hash and build

This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:52 +01:00
committed by Frederik Rietdijk
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";