guix-commits
[Top][All Lists]
Advanced

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

03/356: gnu: r-with-tests: Update patch to DESCRIPTION file.


From: guix-commits
Subject: 03/356: gnu: r-with-tests: Update patch to DESCRIPTION file.
Date: Sun, 7 Nov 2021 18:10:40 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 92b85194cded53ef368a7e7b8a7b876cc46482c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 09:41:14 2021 +0000

    gnu: r-with-tests: Update patch to DESCRIPTION file.
    
    * gnu/packages/statistics.scm (r-with-tests)[arguments]: Patch line breaks 
and
    spaces in DESCRIPTION file to ensure reproducible build.
---
 gnu/packages/statistics.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index eb6898e..50e014e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -283,7 +283,9 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
              ;; that is suspected to be the culprit.
              (substitute* "src/library/methods/DESCRIPTION.in"
                (("\\(2008\\)\n") "(2008) ")
-               (("  ``Software") "``Software"))))
+               (("  ``Software") "``Software")
+               (("Data Analysis:.") "Data Analysis:\n")
+               (("Programming with R") "  Programming with R"))))
          (add-before 'build 'set-locales
            (lambda _
              (setlocale LC_ALL "C")



reply via email to

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