octoprint: fix darwin build, fix hash
fixes #261934 Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
parent
bedb124937
commit
29441c4a47
@ -86,7 +86,7 @@ let
|
|||||||
owner = "OctoPrint";
|
owner = "OctoPrint";
|
||||||
repo = "OctoPrint";
|
repo = "OctoPrint";
|
||||||
rev = version;
|
rev = version;
|
||||||
hash = "sha256-SYN/BrcukHMDwk70XGu/pO45fSPr/KOEyd4wxtz2Fo0=";
|
hash = "sha256-71uE8JvcS++xH8WSVWj5x0+9s3XIwf3A64c6YtxpSRc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
@ -114,7 +114,6 @@ let
|
|||||||
netifaces
|
netifaces
|
||||||
octoprint-filecheck
|
octoprint-filecheck
|
||||||
octoprint-firmwarecheck
|
octoprint-firmwarecheck
|
||||||
octoprint-pisupport
|
|
||||||
passlib
|
passlib
|
||||||
pathvalidate
|
pathvalidate
|
||||||
pkginfo
|
pkginfo
|
||||||
@ -142,6 +141,8 @@ let
|
|||||||
pydantic
|
pydantic
|
||||||
] ++ lib.optionals stdenv.isDarwin [
|
] ++ lib.optionals stdenv.isDarwin [
|
||||||
py.pkgs.appdirs
|
py.pkgs.appdirs
|
||||||
|
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||||
|
octoprint-pisupport
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeCheckInputs = with self; [
|
nativeCheckInputs = with self; [
|
||||||
|
Loading…
Reference in New Issue
Block a user