From 32b96a8f3412ecab379c929a37cee3ed5255659b Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Tue, 19 Mar 2024 07:30:17 +0100 Subject: Break out komodo-wallet description definition from the body of the package --- private/komodo/komodo.scm | 13 +++++++------ 1 file 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/"))))) -- cgit v1.2.3