diff options
| -rw-r--r-- | guix.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/guix.scm b/guix.scm index 9550be4..2e2de52 100644 --- a/guix.scm +++ b/guix.scm @@ -51,6 +51,7 @@ (arguments (list #:install-plan #~'(("include/lmdbxx/lmdb++.h" "include/lmdb++.h")))) + (properties '((tunable? . #t))) (home-page "https://github.com/hoytech/lmdbxx") (synopsis "C++17 wrapper for the LMDB database library") (description "Header-only C++17 wrapper for the LMDB embedded @@ -92,6 +93,7 @@ key-value store, with string_view-based API.") (lambda _ (install-file "build/bin/Release/gemma" (string-append #$output "/bin"))))))) + (properties '((tunable? . #t))) (home-page "https://github.com/genetics-statistics/pangemma") (synopsis "Pangenome-enabled GEMMA for genome-wide association studies") (description "PanGemma is a pangenome-enabled version of GEMMA |
