mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
octoprint: sort propagatedBuildInputs
This commit is contained in:
parent
16f145e29f
commit
e82416909f
@ -98,43 +98,43 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with super; [
|
propagatedBuildInputs = with super; [
|
||||||
octoprint-firmwarecheck
|
blinker
|
||||||
octoprint-filecheck
|
cachelib
|
||||||
markupsafe
|
click
|
||||||
tornado
|
emoji
|
||||||
markdown
|
feedparser
|
||||||
rsa
|
filetype
|
||||||
regex
|
|
||||||
flask
|
flask
|
||||||
jinja2
|
|
||||||
flask_login
|
|
||||||
flask-babel
|
flask-babel
|
||||||
flask_assets
|
flask_assets
|
||||||
werkzeug
|
flask_login
|
||||||
itsdangerous
|
|
||||||
cachelib
|
|
||||||
pyyaml
|
|
||||||
pyserial
|
|
||||||
netaddr
|
|
||||||
watchdog
|
|
||||||
sarge
|
|
||||||
netifaces
|
|
||||||
pylru
|
|
||||||
pkginfo
|
|
||||||
requests
|
|
||||||
semantic-version
|
|
||||||
psutil
|
|
||||||
click
|
|
||||||
feedparser
|
|
||||||
future
|
|
||||||
websocket_client
|
|
||||||
wrapt
|
|
||||||
emoji
|
|
||||||
frozendict
|
frozendict
|
||||||
|
future
|
||||||
|
itsdangerous
|
||||||
|
jinja2
|
||||||
|
markdown
|
||||||
|
markupsafe
|
||||||
|
netaddr
|
||||||
|
netifaces
|
||||||
|
octoprint-filecheck
|
||||||
|
octoprint-firmwarecheck
|
||||||
|
pkginfo
|
||||||
|
psutil
|
||||||
|
pylru
|
||||||
|
pyserial
|
||||||
|
pyyaml
|
||||||
|
regex
|
||||||
|
requests
|
||||||
|
rsa
|
||||||
|
sarge
|
||||||
|
semantic-version
|
||||||
sentry-sdk
|
sentry-sdk
|
||||||
filetype
|
tornado
|
||||||
unidecode
|
unidecode
|
||||||
blinker
|
watchdog
|
||||||
|
websocket_client
|
||||||
|
werkzeug
|
||||||
|
wrapt
|
||||||
zeroconf
|
zeroconf
|
||||||
] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ];
|
] ++ lib.optionals stdenv.isDarwin [ py.pkgs.appdirs ];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user