Loading pkgs/development/python-modules/cffconvert/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nix-update-script, setuptools, click, requests, Loading Loading @@ -46,6 +47,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "cffconvert" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md"; description = "Command line program to validate and convert CITATION.cff files"; Loading Loading
pkgs/development/python-modules/cffconvert/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nix-update-script, setuptools, click, requests, Loading Loading @@ -46,6 +47,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "cffconvert" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { changelog = "https://github.com/citation-file-format/cffconvert/blob/${src.rev}/CHANGELOG.md"; description = "Command line program to validate and convert CITATION.cff files"; Loading