diff options
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/electronics.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index d255370b593..d1c947ce730 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm @@ -1309,7 +1309,6 @@ management with library, schematic and board editors.") libparse, enabling dotlib file parsing.") (license license:asl2.0))) - (define-public libpsf ;; There are no release nor tags. (let ((commit "001dc734e01725e739847c8cde6480a0cf35a082") @@ -1668,7 +1667,7 @@ circuits. This is commonly used as a part of toolchains in a process called @acronym{LVS, layout versus schematic} with the intent to verify that the layout of a circuit corresponds to the desired netlists.") (license license:gpl1))) - + (define-public nextpnr (package (name "nextpnr") |
