mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: ungoogled-chromium: Unbundle openjpeg again.
This is a follow-up to commit 40594fdcb9e360d68e5444771b5467ba5bbbfcf2. * gnu/packages/chromium.scm (%preserved-third-party-files): Remove 'third_party/pdfium/third_party/libopenjpeg20'. (ungoogled-chromium)[arguments]: Fix typo in #:configure-flags.
This commit is contained in:
parent
bd9d5dbb86
commit
ca86b0bae3
1 changed files with 1 additions and 2 deletions
|
@ -164,7 +164,6 @@ (define %preserved-third-party-files
|
||||||
"third_party/pdfium/third_party/agg23" ;Expat
|
"third_party/pdfium/third_party/agg23" ;Expat
|
||||||
"third_party/pdfium/third_party/base" ;BSD-3
|
"third_party/pdfium/third_party/base" ;BSD-3
|
||||||
"third_party/pdfium/third_party/bigint" ;Public domain, BSD-3
|
"third_party/pdfium/third_party/bigint" ;Public domain, BSD-3
|
||||||
"third_party/pdfium/third_party/libopenjpeg20" ;BSD-2
|
|
||||||
"third_party/pdfium/third_party/skia_shared" ;BSD-3
|
"third_party/pdfium/third_party/skia_shared" ;BSD-3
|
||||||
"third_party/pdfium/third_party/freetype/include/pstables.h" ;FreeType
|
"third_party/pdfium/third_party/freetype/include/pstables.h" ;FreeType
|
||||||
"third_party/ply" ;BSD-3
|
"third_party/ply" ;BSD-3
|
||||||
|
@ -460,7 +459,7 @@ (define-public ungoogled-chromium
|
||||||
"use_system_lcms2=true"
|
"use_system_lcms2=true"
|
||||||
"use_system_libdrm=true"
|
"use_system_libdrm=true"
|
||||||
"use_system_libjpeg=true"
|
"use_system_libjpeg=true"
|
||||||
"use_system_libopenjpeg=true"
|
"use_system_libopenjpeg2=true"
|
||||||
"use_system_libpng=true"
|
"use_system_libpng=true"
|
||||||
"use_system_zlib=true"
|
"use_system_zlib=true"
|
||||||
"use_gnome_keyring=false" ;deprecated by libsecret
|
"use_gnome_keyring=false" ;deprecated by libsecret
|
||||||
|
|
Loading…
Reference in a new issue