diff options
| author | André Batista <nandre@riseup.net> | 2026-08-13 14:25:56 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-17 13:19:43 +0200 |
| commit | 8a5e70094feca84031f37e79cd167c3eb5f685f6 (patch) | |
| tree | 7e31caecc8031faa68e24ee8e2e192966bf2a1b5 /gnu | |
| parent | ff3bbd8a002b5a9df79cdcb597fefee4d48166af (diff) | |
gnu: ungoogled-chromium: Unbundle crc32c.
* gnu/packages/chromium.scm: Add #:use-module (gnu packages crypto) for crc32c.
(%preserved-third-party-files): Remove third_party/crc32c.
(ungoogled-chromium-snippet): Add crc32c as argument to replace_gn_files.py.
[inputs]: Add crc32c.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/chromium.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm index 40913e0287a..177f027b234 100644 --- a/gnu/packages/chromium.scm +++ b/gnu/packages/chromium.scm | |||
| @@ -36,6 +36,7 @@ | |||
| 36 | #:use-module (gnu packages bison) | 36 | #:use-module (gnu packages bison) |
| 37 | #:use-module (gnu packages build-tools) | 37 | #:use-module (gnu packages build-tools) |
| 38 | #:use-module (gnu packages compression) | 38 | #:use-module (gnu packages compression) |
| 39 | #:use-module (gnu packages crypto) | ||
| 39 | #:use-module (gnu packages cups) | 40 | #:use-module (gnu packages cups) |
| 40 | #:use-module (gnu packages curl) | 41 | #:use-module (gnu packages curl) |
| 41 | #:use-module (gnu packages fontutils) | 42 | #:use-module (gnu packages fontutils) |
| @@ -128,7 +129,6 @@ | |||
| 128 | "third_party/crashpad" ;ASL2.0 | 129 | "third_party/crashpad" ;ASL2.0 |
| 129 | "third_party/crashpad/crashpad/third_party/lss" ;ASL2.0 | 130 | "third_party/crashpad/crashpad/third_party/lss" ;ASL2.0 |
| 130 | "third_party/crashpad/crashpad/third_party/zlib" ;Zlib | 131 | "third_party/crashpad/crashpad/third_party/zlib" ;Zlib |
| 131 | "third_party/crc32c" ;BSD-3 | ||
| 132 | "third_party/cros_system_api" ;BSD-3 | 132 | "third_party/cros_system_api" ;BSD-3 |
| 133 | "third_party/dawn" ;ASL2.0 | 133 | "third_party/dawn" ;ASL2.0 |
| 134 | ;; TODO: can likely be unbundled when Vulkan is updated. | 134 | ;; TODO: can likely be unbundled when Vulkan is updated. |
| @@ -569,7 +569,7 @@ | |||
| 569 | ;; "absl_strings" "absl_synchronization" "absl_time" | 569 | ;; "absl_strings" "absl_synchronization" "absl_time" |
| 570 | ;; "absl_types" "absl_utility" | 570 | ;; "absl_types" "absl_utility" |
| 571 | "brotli" | 571 | "brotli" |
| 572 | ;; "crc32c" | 572 | "crc32c" |
| 573 | "dav1d" | 573 | "dav1d" |
| 574 | ;; "double-conversion" | 574 | ;; "double-conversion" |
| 575 | ;; "ffmpeg" | 575 | ;; "ffmpeg" |
| @@ -1070,6 +1070,7 @@ | |||
| 1070 | at-spi2-core | 1070 | at-spi2-core |
| 1071 | bash-minimal | 1071 | bash-minimal |
| 1072 | brotli | 1072 | brotli |
| 1073 | crc32c | ||
| 1073 | cups | 1074 | cups |
| 1074 | curl | 1075 | curl |
| 1075 | dav1d | 1076 | dav1d |
