summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-19 07:28:30 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-20 12:35:19 +0100
commit1a737f139940a91acc3ceaaeb5d43c533e5ddcfa (patch)
tree06145c30e7aa78c597064c5a910b274d08047d90
parent823cdbec437055aad266c49e1f5efadbc095311a (diff)
Break out komodo-wallet native-inputs definition from the body of the package
-rw-r--r--private/komodo/komodo.scm11
1 files changed, 6 insertions, 5 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm
index 5e6d50c..9ab05eb 100644
--- a/private/komodo/komodo.scm
+++ b/private/komodo/komodo.scm
@@ -103,6 +103,11 @@
" DESTINATION " #+ build-path-mm2 " )\n"))))))
#:configure-flags
#~ (list "-Wno-dev" "-DFETCHCONTENT_FULLY_DISCONNECTED=ON")))
+ (komodo-wallet-native-inputs
+ (list
+ boost cpprestsdk date doctest entt fmt git libsodium-komodo nlohmann-json
+ openssl qtcharts qtdeclarative-5 qttools-5 qtsvg-5 qtwebengine-5
+ range-v3 spdlog zlib))
(komodo-wallet-origin
(origin
(uri
@@ -120,11 +125,7 @@
(source komodo-wallet-origin)
(build-system qt-build-system)
(arguments komodo-wallet-arguments)
- (native-inputs
- (list
- boost cpprestsdk date doctest entt fmt git libsodium-komodo nlohmann-json
- openssl qtcharts qtdeclarative-5 qttools-5 qtsvg-5 qtwebengine-5
- range-v3 spdlog zlib))
+ (native-inputs komodo-wallet-native-inputs)
(synopsis "Komodo Wallet Desktop GUI")
(description
(string-append