octoprint: add missing dependency to websocket-client

The `six` dependency was removed from the websocket-client package when
it was upgraded to 1.1.0 in 600d787b9b.
Since we pin a different version for octoprint, we should re-add it
here.
launchpad/nixpkgs/master
Daniel Fullmer 3 years ago
parent e1f8852faa
commit b809a63817
  1. 1
      pkgs/applications/misc/octoprint/default.nix

@ -44,6 +44,7 @@ let
inherit version;
sha256 = "63509b41d158ae5b7f67eb4ad20fecbb4eee99434e73e140354dc3ff8e09716f";
};
propagatedBuildInputs = [ self.six ];
}
);
}

Loading…
Cancel
Save