summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pkgs/applications/misc/octoprint/default.nix52
1 files changed, 26 insertions, 26 deletions
diff --git a/pkgs/applications/misc/octoprint/default.nix b/pkgs/applications/misc/octoprint/default.nix
index 71f40b6e681b..6babde028eca 100644
--- a/pkgs/applications/misc/octoprint/default.nix
+++ b/pkgs/applications/misc/octoprint/default.nix
@@ -98,43 +98,43 @@ let
};
propagatedBuildInputs = with super; [
- octoprint-firmwarecheck
- octoprint-filecheck
- markupsafe
- tornado
- markdown
- rsa
- regex
+ blinker
+ cachelib
+ click
+ emoji
+ feedparser
+ filetype
flask
- jinja2
- flask_login
flask-babel
flask_assets
- werkzeug
+ flask_login
+ frozendict
+ future
itsdangerous
- cachelib
- pyyaml
- pyserial
+ jinja2
+ markdown
+ markupsafe
netaddr
- watchdog
- sarge
netifaces
- pylru
+ octoprint-filecheck
+ octoprint-firmwarecheck
pkginfo
+ psutil
+ pylru
+ pyserial
+ pyyaml
+ regex
requests
+ rsa
+ sarge
semantic-version
- psutil
- click
- feedparser
- future
- websocket_client
- wrapt
- emoji
- frozendict
sentry-sdk
- filetype
+ tornado
unidecode
- blinker
+ watchdog
+ websocket_client
+ werkzeug
+ wrapt
zeroconf
] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ];