mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rizin: Fix build.
* gnu/packages/engineering.scm (rizin)[arguments]: Add "--wrap-mode=nodownload" to configure flags. Change-Id: I1aa3fa7c806b33744e7cb6c680d67b5009599746
This commit is contained in:
parent
70968a7b76
commit
c0d4d077d3
1 changed files with 2 additions and 1 deletions
|
@ -5127,7 +5127,8 @@ form, numpad.
|
|||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list "-Dpackager=guix"
|
||||
#~(list "--wrap-mode=nodownload" ;for rzgdb, rzheap, etc.
|
||||
"-Dpackager=guix"
|
||||
(string-append "-Dpackager_version=" #$version)
|
||||
"-Duse_sys_capstone=enabled"
|
||||
"-Duse_sys_magic=enabled"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue