Update nix build
This commit is contained in:
@@ -4,7 +4,9 @@ buildPythonPackage rec {
|
|||||||
name = "mqtt-tools";
|
name = "mqtt-tools";
|
||||||
src = ./.;
|
src = ./.;
|
||||||
propagatedBuildInputs = [ pyyaml paho-mqtt ];
|
propagatedBuildInputs = [ pyyaml paho-mqtt ];
|
||||||
buildInputs = [];
|
buildInputs = [ ];
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
shellHook = "";
|
shellHook = "";
|
||||||
|
pyproject = true;
|
||||||
|
build-system = [ setuptools ];
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user