Unverified Commit 43826850 authored by Defelo's avatar Defelo
Browse files

python3Packages.wgpu-py: remove explicit updateScript

`nix-update-script` does not accept the `rev-prefix` argument and thus
fails to evaluate here. This unfortunately also causes the
`maintainers/scripts/update.nix` script to fail when used with
`--argstr maintainer`. Since python modules inherit their `updateScript`
from `buildPythonPackage`, this shouldn't be needed here anyway, so I
removed it.
parent b16f158e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -34,7 +34,6 @@
  # passthru
  wgpu-py,
  testers,
  nix-update-script,
}:
buildPythonPackage rec {
  pname = "wgpu-py";
@@ -107,7 +106,6 @@ buildPythonPackage rec {
  doCheck = false;

  passthru = {
    updateScript = nix-update-script { rev-prefix = "v"; };
    tests =
      {
        version = testers.testVersion {