rimsort: run nixfmt (#428195)
This commit is contained in:
commit
fa37714856
@ -72,38 +72,37 @@ stdenv.mkDerivation {
|
|||||||
makeBinaryWrapper
|
makeBinaryWrapper
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs = [
|
||||||
[
|
todds
|
||||||
todds
|
steamfiles
|
||||||
steamfiles
|
]
|
||||||
]
|
++ builtins.attrValues {
|
||||||
++ builtins.attrValues {
|
inherit (python3Packages)
|
||||||
inherit (python3Packages)
|
beautifulsoup4
|
||||||
beautifulsoup4
|
certifi
|
||||||
certifi
|
chardet
|
||||||
chardet
|
imageio
|
||||||
imageio
|
loguru
|
||||||
loguru
|
lxml
|
||||||
lxml
|
msgspec
|
||||||
msgspec
|
natsort
|
||||||
natsort
|
networkx
|
||||||
networkx
|
packaging
|
||||||
packaging
|
platformdirs
|
||||||
platformdirs
|
psutil
|
||||||
psutil
|
pygit2
|
||||||
pygit2
|
pygithub
|
||||||
pygithub
|
pyperclip
|
||||||
pyperclip
|
pyside6
|
||||||
pyside6
|
requests
|
||||||
requests
|
sqlalchemy
|
||||||
sqlalchemy
|
steam
|
||||||
steam
|
toposort
|
||||||
toposort
|
watchdog
|
||||||
watchdog
|
xmltodict
|
||||||
xmltodict
|
steamworkspy
|
||||||
steamworkspy
|
;
|
||||||
;
|
};
|
||||||
};
|
|
||||||
|
|
||||||
dontBuild = true;
|
dontBuild = true;
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user