gnu: r-minimal: Use %store-directory instead of /gnu/store.
* gnu/packages/statistics.scm (r-minimal)[arguments]: Use %store-directory instead of hard-coding "/gnu/store" prefix.master
parent
eeeca2341d
commit
a8082fefe0
|
@ -463,7 +463,8 @@ available, greatly increasing its breadth and scope.")
|
|||
(assoc-ref inputs "xz")
|
||||
"|"
|
||||
(format #false
|
||||
"/gnu/store/[^-]+-(~{~a~^|~})-[^/]+"
|
||||
"~a/[^-]+-(~{~a~^|~})-[^/]+"
|
||||
(%store-directory)
|
||||
'("glibc-utf8-locales"
|
||||
"libselinux"
|
||||
"libsepol"
|
||||
|
@ -472,7 +473,8 @@ available, greatly increasing its breadth and scope.")
|
|||
"util-macros"
|
||||
"graphite2"))
|
||||
"|"
|
||||
"/gnu/store/[^-]+-glibc-[^-]+-static"
|
||||
(format #false "~a/[^-]+-glibc-[^-]+-static"
|
||||
(%store-directory))
|
||||
")/lib")) ""))))))))))))
|
||||
|
||||
(define-public rmath-standalone
|
||||
|
|
Reference in New Issue