diff options
author | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-16 09:03:31 +0100 |
---|---|---|
committer | Marek Paśnikowski <marek@marekpasnikowski.pl> | 2024-03-17 12:59:54 +0100 |
commit | 5774bd2b28a7f480c8daa0e0b9b8e9d9888f5089 (patch) | |
tree | 99709594bd333433b57d1bbb33654dc6a514d2bd | |
parent | c5fa69227ad5e092991d72b82ad8141e37379e76 (diff) |
Include doctest as dependency of komodo-wallet
-rw-r--r-- | private/komodo/komodo.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/private/komodo/komodo.scm b/private/komodo/komodo.scm index 26da719e06..cde473e9d3 100644 --- a/private/komodo/komodo.scm +++ b/private/komodo/komodo.scm @@ -1,5 +1,6 @@ (define-module (komodo) #:use-module (gnu packages calendar) + #:use-module (gnu packages check) #:use-module (gnu packages cpp) #:use-module (gnu packages game-development) #:use-module (gnu packages pretty-print) @@ -45,7 +46,7 @@ "# include(vcpkg_prerequisites)"))))) #:configure-flags #~ (list "-DFETCHCONTENT_FULLY_DISCONNECTED=ON"))) - (native-inputs (list date entt fmt git nlohmann-json range-v3)) + (native-inputs (list date doctest entt fmt git nlohmann-json range-v3)) (synopsis "Komodo Wallet Desktop GUI") (description (string-append |