diff options
| author | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:13:14 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2024-04-27 11:13:14 -0600 |
| commit | 871b433d730c56aaa7406961467f4d56f404f3fb (patch) | |
| tree | baa9fd3900e2dcdb1de05185ce2c1e3ea7ee053b /nix/pyuvm.nix | |
| parent | dc0262c63df60987ec64ce8e8df09359310d7a3d (diff) | |
nix: peakrdl: initial commit
Diffstat (limited to 'nix/pyuvm.nix')
| -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 { |
