rekado pushed a commit to branch wip-python-science
in repository guix.

commit 03e85cfc783cf8447faf629b825e0bf32d11a3cb
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jan 9 12:32:45 2024 +0100

    gnu: tadbit: Add missing input.
    
    * gnu/packages/bioinformatics.scm (tadbit)[native-inputs]: Add glib.
    
    Change-Id: Ia1f79e2a30f5b57616cf3d1f7b6438f07451fbbf
---
 gnu/packages/bioinformatics.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a279b8b993..ce1ad18504 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014-2023 Ricardo Wurmus <[email protected]>
+;;; Copyright © 2014-2024 Ricardo Wurmus <[email protected]>
 ;;; Copyright © 2015, 2016, 2017, 2018 Ben Woodcroft <[email protected]>
 ;;; Copyright © 2015, 2016, 2018, 2019, 2020 Pjotr Prins 
<[email protected]>
 ;;; Copyright © 2015 Andreas Enge <[email protected]>
@@ -13125,6 +13125,7 @@ applications for tackling some common problems in a 
user-friendly way.")
                  (invoke "python3" "test/test_all.py")))))))
       (native-inputs
        (list `(,glib "bin") ;for gtester
+             glib
              pkg-config))
       (inputs
        ;; TODO: add Chimera for visualization

Reply via email to