diff options
| author | bdunahu <bdunahu@operationnull.com> | 2026-06-23 22:12:14 -0400 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-25 11:23:32 +0900 |
| commit | 187e39183436c765ef49200af365de5e2797ba8e (patch) | |
| tree | d75f6bad42c80cb93ee11b28a08e454f2f64f7fd /gnu/packages/engineering.scm | |
| parent | 7a62291644fd83197b8b22c4cbec1c5e7e8b7ecc (diff) | |
gnu: radare2: Update to 6.1.8.
* gnu/packages/engineering.scm (radare2): Update to 6.1.8.
[arguments]<#:phases>{find-capital-zydis}: Delete phase.
Merges: https://codeberg.org/guix/guix/pulls/9512
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu/packages/engineering.scm')
| -rw-r--r-- | gnu/packages/engineering.scm | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm index 5fee6b0f72e..5e4321c4e41 100644 --- a/gnu/packages/engineering.scm +++ b/gnu/packages/engineering.scm | |||
| @@ -1721,8 +1721,7 @@ bootloader in Espressif ESP8266 & ESP32 series chips.") | |||
| 1721 | (define-public radare2 | 1721 | (define-public radare2 |
| 1722 | (package | 1722 | (package |
| 1723 | (name "radare2") | 1723 | (name "radare2") |
| 1724 | ;; TODO: Delete upstreamed phase 'find-capital-zydis' at versions >6.1.6. | 1724 | (version "6.1.8") ;keep in sync with iaito,r2ghidra |
| 1725 | (version "6.1.6") ;keep in sync with iaito,r2ghidra | ||
| 1726 | (source (origin | 1725 | (source (origin |
| 1727 | (method git-fetch) | 1726 | (method git-fetch) |
| 1728 | (uri (git-reference | 1727 | (uri (git-reference |
| @@ -1730,7 +1729,7 @@ bootloader in Espressif ESP8266 & ESP32 series chips.") | |||
| 1730 | (commit version))) | 1729 | (commit version))) |
| 1731 | (sha256 | 1730 | (sha256 |
| 1732 | (base32 | 1731 | (base32 |
| 1733 | "1a1d36nk4jkzlxywrzgf45wlzh7zifl7ilz8nj89d7n0mlk55g8r")) | 1732 | "1p8h3wwmbaizxj08pif2mk8vcq2xiv5yavhdgcdwf8mcyp99c7qs")) |
| 1734 | (file-name (git-file-name name version)) | 1733 | (file-name (git-file-name name version)) |
| 1735 | (patches | 1734 | (patches |
| 1736 | (search-patches "radare2-fix-meson-build-to-use-sys-sdb.patch" | 1735 | (search-patches "radare2-fix-meson-build-to-use-sys-sdb.patch" |
| @@ -1751,11 +1750,6 @@ bootloader in Espressif ESP8266 & ESP32 series chips.") | |||
| 1751 | "-Duse_sys_zydis=true") | 1750 | "-Duse_sys_zydis=true") |
| 1752 | #:phases | 1751 | #:phases |
| 1753 | #~(modify-phases %standard-phases | 1752 | #~(modify-phases %standard-phases |
| 1754 | (add-before 'configure 'find-capital-zydis | ||
| 1755 | (lambda _ | ||
| 1756 | (substitute* '("meson.build") | ||
| 1757 | ;; We want the big one. | ||
| 1758 | (("(find_library\\(')zydis" _ f) (string-append f "Zydis"))))) | ||
| 1759 | ;; CHECK LATER: This patches an incorrect relative include. | 1753 | ;; CHECK LATER: This patches an incorrect relative include. |
| 1760 | (add-before 'build 'fix-relative-include | 1754 | (add-before 'build 'fix-relative-include |
| 1761 | (lambda _ | 1755 | (lambda _ |
