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-19 07:30:17 +0100
commit32b96a8f3412ecab379c929a37cee3ed5255659b (patch)
tree80648abade4dbbf778df89f0efae1721cf99a3e6
parentc3d0dd18c899e6472b35b272d2501e522e8704d3 (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 9ab05eb341..285b53a5b1 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/")))))