6 buildPythonPackage rec {
8 pname = "bids-validator";
11 inherit pname version;
12 sha256 = "sha256-/zl5m7IF+S1vLDIvC47/DRwCiPQpGgsY/OYa+k39fz4=";
15 # needs packages which are not available in nixpkgs
18 pythonImportsCheck = [ "bids_validator" ];
21 description = "Validator for the Brain Imaging Data Structure";
22 homepage = "https://github.com/bids-standard/bids-validator";
23 license = licenses.mit;
24 maintainers = with maintainers; [ jonringer ];