guix-commits
[Top][All Lists]
Advanced

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

03/12: gnu: bioperl-minimal: Remove trailing #T from build phase.


From: guix-commits
Subject: 03/12: gnu: bioperl-minimal: Remove trailing #T from build phase.
Date: Mon, 12 Dec 2022 09:01:19 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2c8a53cb6b3d2224a12d99c28fcea13c7aa1e3f1
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 2 21:51:51 2022 +0100

    gnu: bioperl-minimal: Remove trailing #T from build phase.
    
    * gnu/packages/bioinformatics.scm (bioperl-minimal)[arguments]: Remove
    trailing #T from build phase.
---
 gnu/packages/bioinformatics.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3a7dc1a1b7..207f3c3d28 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1176,8 +1176,7 @@ alignments and perform the following operations:
                         (package-inputs this-package)))))))
        `(#:phases
          (modify-phases %standard-phases
-           (add-after
-               'install 'wrap-programs
+           (add-after 'install 'wrap-programs
              (lambda* (#:key outputs #:allow-other-keys)
                ;; Make sure all executables in "bin" find the required Perl
                ;; modules at runtime.  As the PERL5LIB variable contains also
@@ -1194,8 +1193,7 @@ alignments and perform the following operations:
                  (for-each (lambda (file)
                              (wrap-program file
                                `("PERL5LIB" ":" prefix (,path))))
-                           (find-files bin "\\.pl$"))
-                 #t)))))))
+                           (find-files bin "\\.pl$")))))))))
     (inputs
      (list perl-module-build perl-data-stag perl-libwww perl-uri))
     (native-inputs



reply via email to

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