summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-19 09:43:27 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-19 09:43:27 +0100
commit5ee04ad941626eae46d3fc1af6d69bd94ea164ff (patch)
treee135ee433d971cec7b29f76396a880b6b256f86c
parentd13b9ef2eb7458f43a55eec83a2b510d3a9b63db (diff)
Break out configure-flags from the body of komodo-wallet-arguments
-rw-r--r--private/komodo/komodo.scm10
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 "