Disable OctoPrint-PrintTimeGenius due to broken build system

This commit is contained in:
Gabriel Ebner 2019-05-30 16:25:22 +02:00
parent 8712488db7
commit f35353812a
1 changed files with 12 additions and 11 deletions

View File

@ -88,17 +88,18 @@
};
}; in
[
(buildPythonPackage rec {
pname = "OctoPrint-PrintTimeGenius";
version = "1.3";
src = fetchFromGitHub {
owner = "eyal0";
repo = pname;
rev = version;
sha256 = "1jfiih8vpd1x5yk2yq9sgi0rbjh2ipasj39vs2dmfm3va2fhy75l";
};
propagatedBuildInputs = [ octoprint ];
})
# bundles binary which is not built for aarch64 :-(
# (buildPythonPackage rec {
# pname = "OctoPrint-PrintTimeGenius";
# version = "1.3";
# src = fetchFromGitHub {
# owner = "eyal0";
# repo = pname;
# rev = version;
# sha256 = "1jfiih8vpd1x5yk2yq9sgi0rbjh2ipasj39vs2dmfm3va2fhy75l";
# };
# propagatedBuildInputs = [ octoprint ];
# })
(buildPythonPackage rec {
pname = "OctoPrint-TouchUI";
version = "0.3.13";