Loading pkgs/development/python-modules/pycdio/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nix-update-script, setuptools, pkg-config, swig, Loading Loading @@ -42,6 +43,10 @@ buildPythonPackage rec { enabledTestPaths = [ "test/test-*.py" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { homepage = "https://www.gnu.org/software/libcdio/"; changelog = "https://github.com/rocky/pycdio/blob/${src.rev}/ChangeLog"; Loading Loading
pkgs/development/python-modules/pycdio/default.nix +5 −0 Original line number Diff line number Diff line Loading @@ -2,6 +2,7 @@ lib, buildPythonPackage, fetchFromGitHub, nix-update-script, setuptools, pkg-config, swig, Loading Loading @@ -42,6 +43,10 @@ buildPythonPackage rec { enabledTestPaths = [ "test/test-*.py" ]; passthru.updateScript = nix-update-script { extraArgs = [ "--version=branch" ]; }; meta = { homepage = "https://www.gnu.org/software/libcdio/"; changelog = "https://github.com/rocky/pycdio/blob/${src.rev}/ChangeLog"; Loading