Jonathan Brielmaier wrote 6 years ago
(name . guix-patches)(address . guix-patches@gnu.org)(address . mbakke@fastmail.com)
Hi,
attached is a patch which fixes an error while installing
ungoogled-chromium on a foreign distro.
~Jonathan
From 926748189fd7bba8864f74a09640535333388a01 Mon Sep 17 00:00:00 2001
From: Jonathan Brielmaier <jbrielmaier@suse.de>
Date: Thu, 21 Feb 2019 17:42:54 +0100
Subject: [PATCH] Add missing aux-file in Makefile.
Fixes installation of ungoogled-chromium on foreign distros.
* Makefile.am (AUX_FILES): Add missing
gnu/packages/aux-files/chromium/master-preferences.json entry.
---
Makefile.am | 1 +
1 file changed, 1 insertion(+)
Toggle diff (12 lines)
diff --git a/Makefile.am b/Makefile.am
index fec9800ce7..45f49c7bcf 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -280,6 +280,7 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
# Auxiliary files for packages.
AUX_FILES = \
+ gnu/packages/aux-files/chromium/master-preferences.json \
gnu/packages/aux-files/emacs/guix-emacs.el \
gnu/packages/aux-files/linux-libre/4.20-arm.conf \
gnu/packages/aux-files/linux-libre/4.20-arm64.conf \
--
2.16.4