Unverified Commit 5f9ef8cc authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.pycdio: set updateScript

parent 52c03276
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
  lib,
  buildPythonPackage,
  fetchFromGitHub,
  nix-update-script,
  setuptools,
  pkg-config,
  swig,
@@ -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";