guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/07: gnu: ungoogled-chromium: Remove non-free file.


From: guix-commits
Subject: 03/07: gnu: ungoogled-chromium: Remove non-free file.
Date: Mon, 22 Jun 2020 11:17:32 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit cafc5f8927174aca2e9198eac4d28d6cbd8738ee
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jun 6 16:01:08 2020 +0200

    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.
---
 gnu/packages/chromium.scm | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/gnu/packages/chromium.scm b/gnu/packages/chromium.scm
index d43e535..8fdaeed 100644
--- a/gnu/packages/chromium.scm
+++ b/gnu/packages/chromium.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]