summary refs log tree commit diff
path: root/gnu/packages
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2016-11-10 18:45:31 +0100
committerRicardo Wurmus <rekado@elephly.net>2016-11-10 18:49:49 +0100
commitb8deffe2b27434ae33bca1b56f1e54c106aa0616 (patch)
tree90641b64542c3eb7fd4e32ecd09b41207e75a5fd /gnu/packages
parent3f62fa2b8180afd8dafd9e38cc34bcba9beab871 (diff)
downloadguix-b8deffe2b27434ae33bca1b56f1e54c106aa0616.tar.gz
gnu: r-rmarkdown: Remove phase "copy-files-without-mode".
This phase is no longer needed as upstream has merged the fix in the
current release.

* gnu/packages/statistics.scm (r-rmarkdown)[arguments]: Remove build
phase "copy-files-without-mode".
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/statistics.scm14
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 4ad19b9a0b..80ce15decb 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -2153,20 +2153,6 @@ encoder/decoder, round-off-error-free sum and cumsum, etc.")
             "1czvkaz1ji3jyj6qrvbswisqs9d05ljqc4vjkfdrf6hygix7azd0"))))
     (properties `((upstream-name . "rmarkdown")))
     (build-system r-build-system)
-    (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         ;; See https://github.com/rstudio/rmarkdown/pull/800
-         ;; The resource files are in the store and have mode 444.  After
-         ;; copying the files R fails to remove them again because it doesn't
-         ;; have write access to them.
-         (add-after 'unpack 'copy-files-without-mode
-           (lambda _
-             (substitute* "R/render.R"
-               (("file.copy\\(from = from," prefix)
-                (string-append prefix
-                               " copy.mode = FALSE, ")))
-             #t)))))
     (propagated-inputs
      `(("r-catools" ,r-catools)
        ("r-evaluate" ,r-evaluate)