diff options
Diffstat (limited to '')
| -rw-r--r-- | nix/pyuvm.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/nix/pyuvm.nix b/nix/pyuvm.nix index a77b20e..5a755bf 100644 --- a/nix/pyuvm.nix +++ b/nix/pyuvm.nix @@ -5,10 +5,12 @@ , pylint , pytest , sphinx -}: let +}: +let pname = "pyuvm"; version = "2.9.1"; -in buildPythonPackage { +in +buildPythonPackage { inherit pname version; src = fetchPypi { |
