gnu: icecat: Use system sqlite.
* gnu/packages/gnuzilla.scm (icecat)[inputs]: Add sqlite. [arguments]: Pass "--enable-system-sqlite" to configure.
This commit is contained in:
parent
9e12bc3493
commit
9128e323c0
1 changed files with 2 additions and 5 deletions
|
@ -253,6 +253,7 @@ (define-public icecat
|
|||
("mesa" ,mesa)
|
||||
("nspr" ,nspr)
|
||||
("nss" ,nss)
|
||||
("sqlite" ,sqlite)
|
||||
("unzip" ,unzip)
|
||||
("yasm" ,yasm)
|
||||
("zip" ,zip)
|
||||
|
@ -291,11 +292,7 @@ (define-public icecat
|
|||
"--enable-system-pixman"
|
||||
"--enable-system-cairo"
|
||||
"--enable-system-ffi"
|
||||
|
||||
;; Fails with "configure: error: System
|
||||
;; SQLite library is not compiled with
|
||||
;; SQLITE_ENABLE_UNLOCK_NOTIFY."
|
||||
;; "--enable-system-sqlite"
|
||||
"--enable-system-sqlite"
|
||||
|
||||
;; Fails with "--with-system-png won't work because
|
||||
;; the system's libpng doesn't have APNG support".
|
||||
|
|
Loading…
Reference in a new issue