diff options
| author | Cayetano Santos <csantosb@inventati.org> | 2026-07-03 09:58:55 +0200 |
|---|---|---|
| committer | Cayetano Santos <csantosb@inventati.org> | 2026-07-03 10:22:28 +0200 |
| commit | 782f4a1ce906618deb0329410be3f4ddead9e4a5 (patch) | |
| tree | 29b6d9d2297c12b24e3a108054729987c005d40a /gnu | |
| parent | 26fb42be516a328b3a1e4b20be4e083c7f7ec1d7 (diff) | |
gnu: eqy: Use default clang.
* gnu/packages/electronics.scm (eqy): Update to 0.66.
[native-inputs]: Remove clang-21; add clang.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/electronics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/electronics.scm b/gnu/packages/electronics.scm index 301e2bc638b..e1d15c888ba 100644 --- a/gnu/packages/electronics.scm +++ b/gnu/packages/electronics.scm | |||
| @@ -658,7 +658,7 @@ individual low-level driver modules.") | |||
| 658 | (assoc-ref py:%standard-phases 'wrap))))) | 658 | (assoc-ref py:%standard-phases 'wrap))))) |
| 659 | (native-inputs | 659 | (native-inputs |
| 660 | ;; Same clang version as in yosys. | 660 | ;; Same clang version as in yosys. |
| 661 | (list clang-21 python-minimal-wrapper python-sphinx texinfo yosys)) | 661 | (list clang python-minimal-wrapper python-sphinx texinfo yosys)) |
| 662 | (inputs | 662 | (inputs |
| 663 | (list python-click python-json5 readline)) | 663 | (list python-click python-json5 readline)) |
| 664 | (home-page "https://yosyshq.readthedocs.io/projects/eqy/en/latest/") | 664 | (home-page "https://yosyshq.readthedocs.io/projects/eqy/en/latest/") |
