Unverified Commit ec59920f authored by Michael Daniels's avatar Michael Daniels
Browse files

python3Packages.verilogae: set updateScript

Stops spurious robot PRs.
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-rust,
  rustPlatform,
  cargo,
@@ -60,6 +61,10 @@ buildPythonPackage rec {

  hardeningDisable = [ "pic" ];

  passthru.updateScript = nix-update-script {
    extraArgs = [ "--version=branch" ];
  };

  meta = {
    description = "Verilog-A tool useful for compact model parameter extraction";
    homepage = "https://man.sr.ht/~dspom/openvaf_doc/verilogae/";