summaryrefslogtreecommitdiff
path: root/nix/pyuvm.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2024-04-27 11:13:14 -0600
committerAlejandro Soto <alejandro@34project.org>2024-04-27 11:13:14 -0600
commit871b433d730c56aaa7406961467f4d56f404f3fb (patch)
treebaa9fd3900e2dcdb1de05185ce2c1e3ea7ee053b /nix/pyuvm.nix
parentdc0262c63df60987ec64ce8e8df09359310d7a3d (diff)
nix: peakrdl: initial commit
Diffstat (limited to '')
-rw-r--r--nix/pyuvm.nix6
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 {