gnu: mozjs-60: Use quasiquote, addressing TODO.
* gnu/packages/gnuzilla.scm (mozjs-60)[configure-flags]: Use quasiquote.
This commit is contained in:
parent
a9d27c30dc
commit
e8298b8cf3
1 changed files with 1 additions and 4 deletions
|
@ -369,10 +369,7 @@ in C/C++.")
|
||||||
`(#:tests? #f ; FIXME: all tests pass, but then the check phase fails anyway.
|
`(#:tests? #f ; FIXME: all tests pass, but then the check phase fails anyway.
|
||||||
#:test-target "check-jstests"
|
#:test-target "check-jstests"
|
||||||
#:configure-flags
|
#:configure-flags
|
||||||
;; TODO(core-updates): unconditionally use 'quasiquote
|
,#~(quasiquote
|
||||||
,#~(#$(if (%current-target-system)
|
|
||||||
#~quasiquote
|
|
||||||
#~quote)
|
|
||||||
("--enable-ctypes"
|
("--enable-ctypes"
|
||||||
"--enable-optimize"
|
"--enable-optimize"
|
||||||
"--enable-pie"
|
"--enable-pie"
|
||||||
|
|
Reference in a new issue