gnu: r-minimal: Simplify build phase.
* gnu/packages/statistics.scm (r-minimal)[arguments]: Simplify phase "remove-extraneous-references".
This commit is contained in:
parent
a8082fefe0
commit
4c0449ba8f
1 changed files with 7 additions and 13 deletions
|
@ -452,26 +452,20 @@ available, greatly increasing its breadth and scope.")
|
||||||
(substitute* (string-append out "/lib/R/bin/libtool")
|
(substitute* (string-append out "/lib/R/bin/libtool")
|
||||||
(((string-append
|
(((string-append
|
||||||
"(-L)?("
|
"(-L)?("
|
||||||
(assoc-ref inputs "bzip2")
|
|
||||||
"|"
|
|
||||||
(assoc-ref inputs "perl")
|
|
||||||
"|"
|
|
||||||
(assoc-ref inputs "texlive-bin")
|
|
||||||
"|"
|
|
||||||
(assoc-ref inputs "texinfo")
|
|
||||||
"|"
|
|
||||||
(assoc-ref inputs "xz")
|
|
||||||
"|"
|
|
||||||
(format #false
|
(format #false
|
||||||
"~a/[^-]+-(~{~a~^|~})-[^/]+"
|
"~a/[^-]+-(~{~a~^|~})-[^/]+"
|
||||||
(%store-directory)
|
(%store-directory)
|
||||||
'("glibc-utf8-locales"
|
'("bzip2"
|
||||||
|
"file"
|
||||||
|
"glibc-utf8-locales"
|
||||||
|
"graphite2"
|
||||||
"libselinux"
|
"libselinux"
|
||||||
"libsepol"
|
"libsepol"
|
||||||
"file"
|
"perl"
|
||||||
|
"texinfo"
|
||||||
"texlive-bin"
|
"texlive-bin"
|
||||||
"util-macros"
|
"util-macros"
|
||||||
"graphite2"))
|
"xz"))
|
||||||
"|"
|
"|"
|
||||||
(format #false "~a/[^-]+-glibc-[^-]+-static"
|
(format #false "~a/[^-]+-glibc-[^-]+-static"
|
||||||
(%store-directory))
|
(%store-directory))
|
||||||
|
|
Reference in a new issue