diff options
-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 0ab684ded1..74d2454589 100644 --- a/gnu/packages/hexedit.scm +++ b/gnu/packages/hexedit.scm @@ -212,7 +212,7 @@ Development Environment} (IDE).") (with-directory-excursion "../source" (invoke "python3" "tests/integration/integration.py" "../build/cli/plcli"))))))) - (native-inputs (list cli11 gcc-14 fmt-11 nlohmann-json python)) + (native-inputs (list cli11 gcc-14 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 |