mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.nibabel: add pythonImportsCheck
This commit is contained in:
parent
d358a7ef59
commit
07cce70db5
1 changed files with 2 additions and 0 deletions
|
|
@ -76,6 +76,8 @@ buildPythonPackage (finalAttrs: {
|
|||
]
|
||||
++ finalAttrs.passthru.optional-dependencies.all;
|
||||
|
||||
pythonImportsCheck = [ "nibabel" ];
|
||||
|
||||
meta = {
|
||||
homepage = "https://nipy.org/nibabel";
|
||||
changelog = "https://github.com/nipy/nibabel/blob/${finalAttrs.version}/Changelog";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue