guix-commits
[Top][All Lists]
Advanced

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

01/01: Add missing aux-file in Makefile.


From: guix-commits
Subject: 01/01: Add missing aux-file in Makefile.
Date: Thu, 21 Feb 2019 15:36:50 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit a7e70ec2a54b9b159a829653b3bea9609eca4400
Author: Jonathan Brielmaier <address@hidden>
Date:   Thu Feb 21 17:42:54 2019 +0100

    Add missing aux-file in Makefile.
    
    Fixes installation of ungoogled-chromium on foreign distros.
    
    This is a followup to commit f1e9de4d3aefae420db633a56ba9cd93f7750df3.
    
    * Makefile.am (AUX_FILES): Add missing
    gnu/packages/aux-files/chromium/master-preferences.json entry.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.am b/Makefile.am
index fec9800..45f49c7 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   \



reply via email to

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