guix-commits
[Top][All Lists]
Advanced

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

10/16: gnu: rcas-web: Add bash-minimal to inputs.


From: guix-commits
Subject: 10/16: gnu: rcas-web: Add bash-minimal to inputs.
Date: Fri, 20 Oct 2023 01:12:59 -0400 (EDT)

apteryx pushed a commit to branch core-updates
in repository guix.

commit c222ee720cfb3b0877f70d26980dc01dc79b0e01
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 20 01:08:04 2023 -0400

    gnu: rcas-web: Add bash-minimal to inputs.
    
    * gnu/packages/bioinformatics.scm (rcas-web): Delete trailing #t.
    [inputs]: Add bash-minimal.  Remove labels.
    
    Change-Id: I71f0e435e969e0a689caea90d9f442929c7d9431
---
 gnu/packages/bioinformatics.scm | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 338d22cf36..21878ee3b2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11422,8 +11422,7 @@ secondary structure and comparative analysis in R.")
            ;; its R expression ‘1.10.1 >= 1.3.4’ evaluates to false.
            (lambda _
              (substitute* "configure"
-               (("1\\.3\\.4") "0.0.0"))
-             #t))
+               (("1\\.3\\.4") "0.0.0"))))
          (add-after 'install 'wrap-executable
            (lambda* (#:key inputs outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
@@ -11435,14 +11434,14 @@ secondary structure and comparative analysis in R.")
                (wrap-program (string-append out "/bin/rcas-web")
                  `("GUILE_LOAD_PATH" ":" = (,path))
                  `("GUILE_LOAD_COMPILED_PATH" ":" = (,path))
-                 `("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE")))))
-             #t)))))
+                 `("R_LIBS_SITE" ":" = (,(getenv "R_LIBS_SITE"))))))))))
     (inputs
-     `(("r-minimal" ,r-minimal)
-       ("r-rcas" ,r-rcas)
-       ("guile" ,guile-2.2)
-       ("guile-json" ,guile-json-1)
-       ("guile-redis" ,guile2.2-redis)))
+     (list bash-minimal
+           r-minimal
+           r-rcas
+           guile-2.2
+           guile-json-1
+           guile2.2-redis))
     (native-inputs
      (list pkg-config))
     (home-page "https://github.com/BIMSBbioinfo/rcas-web";)



reply via email to

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