From 0146f85d82e682d20477a1e201d314e496f73d7b Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 24 Mar 2026 10:27:01 +0200 Subject: [PATCH] gnu: imhex-pattern-language: Remove redundant input. * gnu/packages/hexedit.scm (imhex-pattern-language)[native-inputs]: Remove redundant gcc-14. Change-Id: I928aff12b7e86cab27d59b46b3a2d3958ad21393 --- gnu/packages/hexedit.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/hexedit.scm b/gnu/packages/hexedit.scm index bc4729d6c3..f341373d0f 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