Disable OctoPrint-PrintTimeGenius due to broken build system
This commit is contained in:
parent
8712488db7
commit
f35353812a
23
murex.nix
23
murex.nix
@ -88,17 +88,18 @@
|
|||||||
};
|
};
|
||||||
}; in
|
}; in
|
||||||
[
|
[
|
||||||
(buildPythonPackage rec {
|
# bundles binary which is not built for aarch64 :-(
|
||||||
pname = "OctoPrint-PrintTimeGenius";
|
# (buildPythonPackage rec {
|
||||||
version = "1.3";
|
# pname = "OctoPrint-PrintTimeGenius";
|
||||||
src = fetchFromGitHub {
|
# version = "1.3";
|
||||||
owner = "eyal0";
|
# src = fetchFromGitHub {
|
||||||
repo = pname;
|
# owner = "eyal0";
|
||||||
rev = version;
|
# repo = pname;
|
||||||
sha256 = "1jfiih8vpd1x5yk2yq9sgi0rbjh2ipasj39vs2dmfm3va2fhy75l";
|
# rev = version;
|
||||||
};
|
# sha256 = "1jfiih8vpd1x5yk2yq9sgi0rbjh2ipasj39vs2dmfm3va2fhy75l";
|
||||||
propagatedBuildInputs = [ octoprint ];
|
# };
|
||||||
})
|
# propagatedBuildInputs = [ octoprint ];
|
||||||
|
# })
|
||||||
(buildPythonPackage rec {
|
(buildPythonPackage rec {
|
||||||
pname = "OctoPrint-TouchUI";
|
pname = "OctoPrint-TouchUI";
|
||||||
version = "0.3.13";
|
version = "0.3.13";
|
||||||
|
Loading…
Reference in New Issue
Block a user