diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2025-11-07 14:23:58 +0100 |
|---|---|---|
| committer | Romain GARBAGE <romain.garbage@inria.fr> | 2025-11-07 15:53:41 +0100 |
| commit | f0b6a47d5c8a050f56019871beceb32b3a7794af (patch) | |
| tree | 3d0f3151cc811d88e43721a696e3cb214541b824 | |
| parent | d7aa5ace3a4e1132f6d8e0a244942130547c4779 (diff) | |
electronics: ghdl-yosys-plugin: Fix search-path.
* guix-science/packages/electronics.scm (ghdl-yosys-plugin)[native-search-paths]:
Add file-type.
Signed-off-by: Romain GARBAGE <romain.garbage@inria.fr>
| -rw-r--r-- | guix-science/packages/electronics.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/guix-science/packages/electronics.scm b/guix-science/packages/electronics.scm index 95b6b06..b612c30 100644 --- a/guix-science/packages/electronics.scm +++ b/guix-science/packages/electronics.scm | |||
| @@ -285,6 +285,7 @@ used as an experimental synthesizer backend.") | |||
| 285 | (native-search-paths | 285 | (native-search-paths |
| 286 | (list (search-path-specification | 286 | (list (search-path-specification |
| 287 | (variable "YOSYS_PLUGINS") | 287 | (variable "YOSYS_PLUGINS") |
| 288 | (file-type 'regular) | ||
| 288 | (separator #f) | 289 | (separator #f) |
| 289 | (files (list "lib/yosys/ghdl.so"))))) | 290 | (files (list "lib/yosys/ghdl.so"))))) |
| 290 | (home-page "https://github.com/ghdl/ghdl-yosys-plugin") | 291 | (home-page "https://github.com/ghdl/ghdl-yosys-plugin") |
