anki: format to fix indentation
Indentation was off the coding standards, so ran it through nixpkgs-fmt to sanitize; no manual changes.
This commit is contained in:
parent
93ebfdad49
commit
9a91be049a
|
@ -87,8 +87,16 @@ buildPythonApplication rec {
|
||||||
outputs = [ "out" "doc" "man" ];
|
outputs = [ "out" "doc" "man" ];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
pyqtwebengine
|
||||||
markdown jsonschema setuptools
|
sqlalchemy
|
||||||
|
beautifulsoup4
|
||||||
|
send2trash
|
||||||
|
pyaudio
|
||||||
|
requests
|
||||||
|
decorator
|
||||||
|
markdown
|
||||||
|
jsonschema
|
||||||
|
setuptools
|
||||||
]
|
]
|
||||||
++ lib.optional plotsSupport matplotlib
|
++ lib.optional plotsSupport matplotlib
|
||||||
++ lib.optional stdenv.isDarwin [ CoreAudio ]
|
++ lib.optional stdenv.isDarwin [ CoreAudio ]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user