diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-03-24 10:27:01 +0200 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-03-24 10:52:49 +0200 |
| commit | 0146f85d82e682d20477a1e201d314e496f73d7b (patch) | |
| tree | 04c0834cc7939a35c3e64f6a0bc391f2eceb45ce | |
| parent | e12d400cf3ed5b32080be16ee4d3c41a0b480e1d (diff) | |
gnu: imhex-pattern-language: Remove redundant input.
* gnu/packages/hexedit.scm (imhex-pattern-language)[native-inputs]:
Remove redundant gcc-14.
Change-Id: I928aff12b7e86cab27d59b46b3a2d3958ad21393
| -rw-r--r-- | gnu/packages/hexedit.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm index bc4729d6c35..f341373d0f7 100644 --- a/gnu/packages/hexedit.scm +++ b/gnu/packages/hexedit.scm @@ -236,7 +236,7 @@ and is themeable.") (with-directory-excursion "../source" (invoke "python3" "tests/integration/integration.py" "../build/cli/plcli"))))))) - (native-inputs (list cli11 gcc-14 fmt-10 nlohmann-json python)) + (native-inputs (list cli11 fmt-10 nlohmann-json python)) (home-page "https://imhex.werwolv.net") (synopsis "Pattern language used by the ImHex Hex Editor") (description "This package provides a C-like domain-specific language used |
