guix-commits
[Top][All Lists]
Advanced

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

08/15: gnu: flexbar: Use TBB 2020.


From: guix-commits
Subject: 08/15: gnu: flexbar: Use TBB 2020.
Date: Sun, 24 Oct 2021 16:39:08 -0400 (EDT)

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

commit cc331ad7eb27d31c597cf1857a2f5fe4ced0f01d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sun Oct 24 18:50:09 2021 +0000

    gnu: flexbar: Use TBB 2020.
    
    * gnu/packages/bioinformatics.scm (flexbar)[inputs]: Replace tbb with
    tbb-2020.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index dfb260a..98e9c78 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -3595,7 +3595,7 @@ results.  The FASTX-Toolkit tools perform some of these 
preprocessing tasks.")
                     (bin (string-append out "/bin/")))
                (install-file "flexbar" bin)))))))
     (inputs
-     `(("tbb" ,tbb)
+     `(("tbb" ,tbb-2020)
        ("zlib" ,zlib)))
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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