guix-commits
[Top][All Lists]
Advanced

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

04/38: gnu: icecat: Use mozilla-build-system.


From: guix-commits
Subject: 04/38: gnu: icecat: Use mozilla-build-system.
Date: Sat, 2 Oct 2021 12:52:37 -0400 (EDT)

mothacehe pushed a commit to branch core-updates
in repository guix.

commit 9bf0652b08e269ae23f6e82b68fabafffc850863
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Fri Oct 1 16:21:06 2021 +0200

    gnu: icecat: Use mozilla-build-system.
    
    This doesn't actually have any effect because the 'configure'
    phase is replaced.
    
    * gnu/packages/gnuzilla.scm (icecat)[build-system]: Use 
mozilla-build-system.
    
    Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
 gnu/packages/gnuzilla.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnuzilla.scm b/gnu/packages/gnuzilla.scm
index 9647bb7..655b0c0 100644
--- a/gnu/packages/gnuzilla.scm
+++ b/gnu/packages/gnuzilla.scm
@@ -884,7 +884,7 @@ from forcing GEXP-PROMISE."
     (name "icecat")
     (version %icecat-version)
     (source icecat-source)
-    (build-system gnu-build-system)
+    (build-system mozilla-build-system)
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("bzip2" ,bzip2)



reply via email to

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