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
|
@ -22,10 +22,10 @@
|
|||
, setuptools
|
||||
, send2trash
|
||||
, CoreAudio
|
||||
# This little flag adds a huge number of dependencies, but we assume that
|
||||
# everyone wants Anki to draw plots with statistics by default.
|
||||
# This little flag adds a huge number of dependencies, but we assume that
|
||||
# everyone wants Anki to draw plots with statistics by default.
|
||||
, plotsSupport ? true
|
||||
# manual
|
||||
# manual
|
||||
, asciidoc
|
||||
}:
|
||||
|
||||
|
@ -87,8 +87,16 @@ buildPythonApplication rec {
|
|||
outputs = [ "out" "doc" "man" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyqtwebengine sqlalchemy beautifulsoup4 send2trash pyaudio requests decorator
|
||||
markdown jsonschema setuptools
|
||||
pyqtwebengine
|
||||
sqlalchemy
|
||||
beautifulsoup4
|
||||
send2trash
|
||||
pyaudio
|
||||
requests
|
||||
decorator
|
||||
markdown
|
||||
jsonschema
|
||||
setuptools
|
||||
]
|
||||
++ lib.optional plotsSupport matplotlib
|
||||
++ lib.optional stdenv.isDarwin [ CoreAudio ]
|
||||
|
|
Loading…
Reference in New Issue
Block a user