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