summaryrefslogtreecommitdiff
path: root/packages/komodo/komodo.scm
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-23 12:54:25 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2024-03-23 12:54:25 +0100
commit2b999e1feab53c0683f36438d8ae628837c17f04 (patch)
tree34b001ecf3613703471356f2264be6fa332b052e /packages/komodo/komodo.scm
parentded3b354cc47dcd80705bfd719847e1185e00398 (diff)
komodo: include strong-type as native-input: missing headers
Diffstat (limited to 'packages/komodo/komodo.scm')
-rw-r--r--packages/komodo/komodo.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/komodo/komodo.scm b/packages/komodo/komodo.scm
index cbde448..598f139 100644
--- a/packages/komodo/komodo.scm
+++ b/packages/komodo/komodo.scm
@@ -22,7 +22,8 @@
#:prefix license:)
#:use-module (guix packages)
#:use-module (libsodium-komodo)
- #:use-module (refl-cpp))
+ #:use-module (refl-cpp)
+ #:use-module (strong-type))
;;; DATA LAYER
@@ -211,7 +212,7 @@
(define komodo-wallet-native-inputs
(list boost cpprestsdk date doctest doom-meta entt fmt git libsodium-komodo
nlohmann-json openssl qtcharts qtdeclarative-5 qttools-5 qtsvg-5
- qtwebengine-5 range-v3 refl-cpp spdlog zlib))
+ qtwebengine-5 range-v3 refl-cpp spdlog strong-type zlib))
(define komodo-wallet-synopsis
(string-concatenate komodo-wallet-synopsis-lines))