python3Packages.verilogae: set updateScript (#444832)
This commit is contained in:
@@ -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/";
|
||||
|
||||
Reference in New Issue
Block a user