mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 19:49:25 -05:00
gnu: libreoffice: Don't replace "/bin/sh" reference with bash.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Use (which "sh") instead of (which "bash") in /bin/sh substitution.
This commit is contained in:
parent
832735965d
commit
f51befedbb
1 changed files with 1 additions and 1 deletions
|
@ -966,7 +966,7 @@ (define-public libreoffice
|
||||||
(list "sysui/CustomTarget_share.mk"
|
(list "sysui/CustomTarget_share.mk"
|
||||||
"solenv/gbuild/gbuild.mk"
|
"solenv/gbuild/gbuild.mk"
|
||||||
"solenv/gbuild/platform/unxgcc.mk")
|
"solenv/gbuild/platform/unxgcc.mk")
|
||||||
(("/bin/sh") (which "bash")))
|
(("/bin/sh") (which "sh")))
|
||||||
(mkdir "external/tarballs")
|
(mkdir "external/tarballs")
|
||||||
(symlink
|
(symlink
|
||||||
xmlsec
|
xmlsec
|
||||||
|
|
Loading…
Reference in a new issue