diff options
Diffstat (limited to 'private/komodo/komodo.scm')
-rw-r--r-- | private/komodo/komodo.scm | 13 |
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/"))))) |