mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: imhex-pattern-language: Downgrade dependency.
* gnu/packages/hexedit.scm (imhex-pattern-language) [native-inputs]: Replace fmt-11 with fmt-10. Change-Id: I8e9c51c3f5f2127bd4c663227dd0b4145e2d2c4f
This commit is contained in:
parent
4e43c0dd21
commit
2bb9ba3350
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue