mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: swi-prolog: Use shell from our inputs at runtime.
* gnu/packages/prolog.scm (swi-prolog)[arguments]: Set POSIX_SHELL build variable. Closes: #119 Change-Id: Icf7464bc48e8cd6b89da44fbf13cff3fe8933a24 Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
e504c84679
commit
cb8727f593
1 changed files with 3 additions and 0 deletions
|
@ -123,6 +123,9 @@ manner. It also features an interactive interpreter.")
|
||||||
#+(this-package-native-input "swi-prolog")
|
#+(this-package-native-input "swi-prolog")
|
||||||
"/bin/swipl"))
|
"/bin/swipl"))
|
||||||
#~())
|
#~())
|
||||||
|
(string-append "-DPOSIX_SHELL="
|
||||||
|
#$(this-package-input "bash-minimal")
|
||||||
|
"/bin/sh")
|
||||||
"-DINSTALL_DOCUMENTATION=ON"
|
"-DINSTALL_DOCUMENTATION=ON"
|
||||||
"-DSWIPL_INSTALL_IN_LIB=OFF") ; FIXME: Breaks RUNPATH validation.
|
"-DSWIPL_INSTALL_IN_LIB=OFF") ; FIXME: Breaks RUNPATH validation.
|
||||||
#:phases
|
#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue