mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 06:44:06 +00:00
napari: format with nixfmt
This commit is contained in:
parent
003b8ad60f
commit
8d17aaf690
@ -1,40 +1,41 @@
|
||||
{ lib
|
||||
, app-model
|
||||
, appdirs
|
||||
, buildPythonPackage
|
||||
, cachey
|
||||
, certifi
|
||||
, dask
|
||||
, docstring-parser
|
||||
, fetchFromGitHub
|
||||
, imageio
|
||||
, jsonschema
|
||||
, magicgui
|
||||
, mkDerivationWith
|
||||
, napari-console
|
||||
, napari-npe2
|
||||
, napari-svg
|
||||
, numpydoc
|
||||
, pandas
|
||||
, pillow
|
||||
, pint
|
||||
, psutil
|
||||
, pydantic
|
||||
, pyopengl
|
||||
, pythonOlder
|
||||
, pyyaml
|
||||
, scikit-image
|
||||
, scipy
|
||||
, setuptools
|
||||
, setuptools-scm
|
||||
, superqt
|
||||
, tifffile
|
||||
, toolz
|
||||
, tqdm
|
||||
, typing-extensions
|
||||
, vispy
|
||||
, wrapQtAppsHook
|
||||
, wrapt
|
||||
{
|
||||
lib,
|
||||
app-model,
|
||||
appdirs,
|
||||
buildPythonPackage,
|
||||
cachey,
|
||||
certifi,
|
||||
dask,
|
||||
docstring-parser,
|
||||
fetchFromGitHub,
|
||||
imageio,
|
||||
jsonschema,
|
||||
magicgui,
|
||||
mkDerivationWith,
|
||||
napari-console,
|
||||
napari-npe2,
|
||||
napari-svg,
|
||||
numpydoc,
|
||||
pandas,
|
||||
pillow,
|
||||
pint,
|
||||
psutil,
|
||||
pydantic,
|
||||
pyopengl,
|
||||
pythonOlder,
|
||||
pyyaml,
|
||||
scikit-image,
|
||||
scipy,
|
||||
setuptools,
|
||||
setuptools-scm,
|
||||
superqt,
|
||||
tifffile,
|
||||
toolz,
|
||||
tqdm,
|
||||
typing-extensions,
|
||||
vispy,
|
||||
wrapQtAppsHook,
|
||||
wrapt,
|
||||
}:
|
||||
|
||||
mkDerivationWith buildPythonPackage rec {
|
||||
@ -61,9 +62,7 @@ mkDerivationWith buildPythonPackage rec {
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
nativeBuildInputs = [
|
||||
wrapQtAppsHook
|
||||
];
|
||||
nativeBuildInputs = [ wrapQtAppsHook ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
app-model
|
||||
|
Loading…
Reference in New Issue
Block a user