Unverified Commit 943552b4 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

Merge pull request #261998 from gador/octoprint-darwin

octoprint: fix darwin build, fix hash
parents b588a642 29441c4a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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; [