Commit 85046d11 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python312Packages.heudiconv: refactor

parent aba3b845
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -62,6 +62,11 @@ buildPythonPackage rec {
    "heudiconv"
  ];

  disabledTests = [
    # No such file or directory
    "test_bvals_are_zero"
  ];

  meta = with lib; {
    description = "Flexible DICOM converter for organizing imaging data";
    homepage = "https://heudiconv.readthedocs.io";