diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-01-09 12:32:45 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-01-16 12:44:35 +0100 |
commit | b460f89d9396267f964e2454ec5d662531c60d94 (patch) | |
tree | 207866645dd0ffb7d8454830124b3727a20ef684 /gnu/packages | |
parent | c085139bc99751e930cb0128aa804ab3e4a5cf6a (diff) |
gnu: tadbit: Add missing input.
* gnu/packages/bioinformatics.scm (tadbit)[native-inputs]: Add glib.
Change-Id: Ia1f79e2a30f5b57616cf3d1f7b6438f07451fbbf
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 1f707a31c1..e1da1c1199 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 <rekado@elephly.net> +;;; Copyright © 2014-2024 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015, 2016, 2017, 2018 Ben Woodcroft <donttrustben@gmail.com> ;;; Copyright © 2015, 2016, 2018, 2019, 2020 Pjotr Prins <pjotr.guix@thebird.nl> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> @@ -13184,6 +13184,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 |