guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: r-mbecs: Fix indentation.


From: guix-commits
Subject: branch master updated: gnu: r-mbecs: Fix indentation.
Date: Thu, 01 Jun 2023 03:22:34 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 93804e978f gnu: r-mbecs: Fix indentation.
93804e978f is described below

commit 93804e978fc89070470a5df580ee1187ac6145ea
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 1 09:21:57 2023 +0200

    gnu: r-mbecs: Fix indentation.
    
    * gnu/packages/bioconductor.scm (r-mbecs)[arguments]: Adjust indentation and
    spelling of comment.
---
 gnu/packages/bioconductor.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a99b6e2b54..1a6665e842 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -10135,7 +10135,7 @@ processing to visualization and annotation.")
       #:phases
       #~(modify-phases %standard-phases
           (add-after 'unpack 'set-HOME
-          ;; Fontconfig needs an writable cache
+            ;; Fontconfig needs a writable cache
             (lambda _ (setenv "HOME" "/tmp"))))))
     (propagated-inputs
      (list r-cluster



reply via email to

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