diff options
Diffstat (limited to 'private/komodo')
-rw-r--r-- | private/komodo/komodo.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm index ade5442868..1f25ad5787 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -48,7 +48,9 @@ (build-path-jl777-coins "../build/_deps/jl777-coins-src") (build-path-mm2 "../build/_deps/mm2-src") (version "0.7.0-beta")) - (let ((phases #~ (modify-phases + (let ((configure-flags #~ (list "-Wno-dev" + "-DFETCHCONTENT_FULLY_DISCONNECTED=ON")) + (phases #~ (modify-phases %standard-phases (add-after 'unpack @@ -98,10 +100,8 @@ (content-hash "1bn2sjcrp9ih44h3p96prnwg74aids7fgzcnlv3c68nan6y2lysi"))) " DESTINATION " #+ build-path-mm2 " )\n")))))))) - (let ((komodo-wallet-arguments - (list #:phases phases - #:configure-flags - #~ (list "-Wno-dev" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) + (let ((komodo-wallet-arguments (list #:phases phases + #:configure-flags configure-flags)) (komodo-wallet-description (string-append "Komodo Wallet is a secure wallet and non-custodial " |