guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: r-rbowtie: Add missing input.


From: guix-commits
Subject: 01/02: gnu: r-rbowtie: Add missing input.
Date: Thu, 20 Jan 2022 09:26:42 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 15b509e6545d093909569c716ed05453f1af47cf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jan 20 15:06:35 2022 +0100

    gnu: r-rbowtie: Add missing input.
    
    * gnu/packages/bioconductor.scm (r-rbowtie)[inputs]: Add zlib.
---
 gnu/packages/bioconductor.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 19d3907a04..409d5036be 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ricardo Wurmus 
<rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus 
<rekado@elephly.net>
 ;;; Copyright © 2016, 2017, 2018, 2020, 2021 Roel Janssen <roel@gnu.org>
 ;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
 ;;; Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
@@ -9457,6 +9457,7 @@ Gaussian distributions.")
          "0ardmryx6ac7v6n900a1klrrldvbmh7bxvy8ldz8rwid19h29ikr"))))
     (properties `((upstream-name . "Rbowtie")))
     (build-system r-build-system)
+    (inputs (list zlib))
     (native-inputs
      (list r-knitr))
     (home-page "https://bioconductor.org/packages/Rbowtie/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]