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
1 changed files with 3 additions and 2 deletions
|
@ -86,7 +86,7 @@ let
|
|||
owner = "OctoPrint";
|
||||
repo = "OctoPrint";
|
||||
rev = version;
|
||||
hash = "sha256-SYN/BrcukHMDwk70XGu/pO45fSPr/KOEyd4wxtz2Fo0=";
|
||||
hash = "sha256-71uE8JvcS++xH8WSVWj5x0+9s3XIwf3A64c6YtxpSRc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = with self; [
|
||||
|
@ -114,7 +114,6 @@ let
|
|||
netifaces
|
||||
octoprint-filecheck
|
||||
octoprint-firmwarecheck
|
||||
octoprint-pisupport
|
||||
passlib
|
||||
pathvalidate
|
||||
pkginfo
|
||||
|
@ -142,6 +141,8 @@ let
|
|||
pydantic
|
||||
] ++ lib.optionals stdenv.isDarwin [
|
||||
py.pkgs.appdirs
|
||||
] ++ lib.optionals (!stdenv.isDarwin) [
|
||||
octoprint-pisupport
|
||||
];
|
||||
|
||||
nativeCheckInputs = with self; [
|
||||
|
|
Loading…
Reference in a new issue