[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/47: gnu: tadbit: Add missing input.
From: |
guix-commits |
Subject: |
28/47: gnu: tadbit: Add missing input. |
Date: |
Wed, 10 Jan 2024 14:52:58 -0500 (EST) |
rekado pushed a commit to branch wip-python-science
in repository guix.
commit 312c9dc40c7b28a8cb248682f873608784e15a05
Author: Ricardo Wurmus <rekado@elephly.net>
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 <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>
@@ -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
- 02/47: gnu: Add pybind11-2.10., (continued)
- 02/47: gnu: Add pybind11-2.10., guix-commits, 2024/01/10
- 10/47: gnu: python-imageio: Update to 2.33.1., guix-commits, 2024/01/10
- 07/47: gnu: python-scipy: Update to 1.11.4., guix-commits, 2024/01/10
- 15/47: gnu: python-scikit-learn: Update to 1.3.2., guix-commits, 2024/01/10
- 16/47: gnu: python-pynndescent: Update to 0.5.11., guix-commits, 2024/01/10
- 17/47: gnu: python-umap-learn: Update to 0.5.5., guix-commits, 2024/01/10
- 18/47: gnu: Add python-cppy., guix-commits, 2024/01/10
- 12/47: gnu: python-afdko: Disable failing test., guix-commits, 2024/01/10
- 19/47: gnu: python-kiwisolver: Update to 1.4.5., guix-commits, 2024/01/10
- 26/47: gnu: python-poliastro: Make compatible with latest matplotlib., guix-commits, 2024/01/10
- 28/47: gnu: tadbit: Add missing input.,
guix-commits <=
- 23/47: gnu: Add python-pytest-nunit., guix-commits, 2024/01/10
- 30/47: gnu: python-pegasusio: Disable tests., guix-commits, 2024/01/10
- 31/47: gnu: python-reportlab: Update to 4.0.8., guix-commits, 2024/01/10
- 37/47: gnu: python-cartopy: Update to 0.22.0., guix-commits, 2024/01/10
- 03/47: gnu: python-doit: Update to 0.36.0., guix-commits, 2024/01/10
- 06/47: gnu: meson-python: Update to 0.15.0., guix-commits, 2024/01/10
- 09/47: gnu: python-lazy-loader: Update to 0.3., guix-commits, 2024/01/10
- 04/47: gnu: Add python-pyproject-metadata-0.7., guix-commits, 2024/01/10
- 05/47: gnu: Add python-pydevtool., guix-commits, 2024/01/10
- 08/47: gnu: python-tifffile: Update to 2023.12.9., guix-commits, 2024/01/10