gnu: ungoogled-chromium: Remove non-free file.

* gnu/packages/chromium.scm (ungoogled-chromium-source): Remove (unused) SVG
file that is licensed under a NoDerivatives license.
This commit is contained in:
Marius Bakke 2020-06-06 16:01:08 +02:00
parent 3d5a217d5e
commit cafc5f8927
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -330,6 +330,15 @@ (define ungoogled-chromium-source
(force-output)
(invoke "tar" "xf" #+chromium-source)
(format #t "Removing non-free file...~%")
(force-output)
;; This file has a CC-BY-NC clause according to LICENSES from
;; the same directory, making it non-free.
(delete-file
(string-append
chromium-dir
"/third_party/blink/perf_tests/svg/resources/HarveyRayner.svg"))
;; Ungoogled-Chromium contains a forked subset of the Debian
;; patches. Disable those, as we apply newer versions later.
(substitute* "patches/series"