mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 13:10:33 +02:00
gnu: imhex-pattern-language: Remove redundant input.
* gnu/packages/hexedit.scm (imhex-pattern-language)[native-inputs]: Remove redundant gcc-14. Change-Id: I928aff12b7e86cab27d59b46b3a2d3958ad21393
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user