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.master
parent
108111114d
commit
92b85194cd
|
@ -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")
|
||||
|
|
Reference in New Issue