me
/
guix
Archived
1
0
Fork 0

gnu: mozjs-60: Use quasiquote, addressing TODO.

* gnu/packages/gnuzilla.scm (mozjs-60)[configure-flags]: Use quasiquote.
master
Maxim Cournoyer 2021-12-17 16:12:34 -05:00
parent a9d27c30dc
commit e8298b8cf3
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 4 deletions

View File

@ -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"