Merge pull request #261998 from gador/octoprint-darwin
octoprint: fix darwin build, fix hash
This commit is contained in:
commit
943552b42a
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