From 93fba7486e6546f371bb111360b397cb121229b9 Mon Sep 17 00:00:00 2001 From: Pjotr Prins Date: Fri, 10 Apr 2026 14:01:02 +0200 Subject: Tuneable output (guix.scm) for pangemma --- guix.scm | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit 1.4.1