summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-19 07:30:17 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-20 12:35:19 +0100
commit8554f3d1d673ea4cf4b6dbf776ab4c426a11868f (patch)
tree84b4d56383f559277cdeda9a4b30ac0de8dfffaa
parent1a737f139940a91acc3ceaaeb5d43c533e5ddcfa (diff)
Break out komodo-wallet description definition from the body of the package
-rw-r--r--private/komodo/komodo.scm13
1 files changed, 7 insertions, 6 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm
index 9ab05eb..285b53a 100644
--- a/private/komodo/komodo.scm
+++ b/private/komodo/komodo.scm
@@ -103,6 +103,12 @@
" DESTINATION " #+ build-path-mm2 " )\n"))))))
#:configure-flags
#~ (list "-Wno-dev" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON")))
+ (komodo-wallet-description
+ (string-append
+ "Komodo Wallet is a secure wallet and non-custodial "
+ "decentralized exchange rolled into one application. Store "
+ "your coind, trade peer-to-peer with minimal fees and never "
+ "give up control over your digital assets."))
(komodo-wallet-native-inputs
(list
boost cpprestsdk date doctest entt fmt git libsodium-komodo nlohmann-json
@@ -127,11 +133,6 @@
(arguments komodo-wallet-arguments)
(native-inputs komodo-wallet-native-inputs)
(synopsis "Komodo Wallet Desktop GUI")
- (description
- (string-append
- "Komodo Wallet is a secure wallet and non-custodial "
- "decentralized exchange rolled into one application. Store "
- "your coind, trade peer-to-peer with minimal fees and never "
- "give up control over your digital assets."))
+ (description komodo-wallet-description)
(license license:gpl2)
(home-page "https://atomicdex.io/")))))