From 5ee04ad941626eae46d3fc1af6d69bd94ea164ff Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 19 Mar 2024 09:43:27 +0100 Subject: Break out configure-flags from the body of komodo-wallet-arguments --- private/komodo/komodo.scm | 10 +++++----- 1 file 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 " -- cgit v1.2.3