me
/
guix
Archived
1
0
Fork 0

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.
master
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
1 changed files with 9 additions and 0 deletions

View File

@ -330,6 +330,15 @@ from forcing GEXP-PROMISE."
(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"