This is an automated email from the git hooks/post-receive script.

andreas pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 4ba06192aa maint: Add icecat to the release manifest.
4ba06192aa is described below

commit 4ba06192aa9000f25946df9ed7cad2d7cbb6f2c4
Author: Andreas Enge <[email protected]>
AuthorDate: Thu Mar 30 11:13:02 2023 +0200

    maint: Add icecat to the release manifest.
    
    * etc/release-manifest.scm (%system-packages): Uncomment icecat.
---
 etc/release-manifest.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/etc/release-manifest.scm b/etc/release-manifest.scm
index 83983c0738..773910ac80 100644
--- a/etc/release-manifest.scm
+++ b/etc/release-manifest.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2020-2022 Ludovic Courtès <[email protected]>
 ;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <[email protected]>
+;;; Copyright © 2023 Andreas Enge <[email protected]>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -73,9 +74,7 @@ TARGET."
                  "connman" "network-manager" "network-manager-applet"
                  "openssh" "ntp" "tor"
                  "linux-libre" "grub-hybrid"
-                 ;; FIXME: Add IceCat when Rust is available on i686.
-                 ;;"icecat"
-                 ))
+                 "icecat"))
           %default-xorg-modules))
 
 (define %packages-to-cross-build

Reply via email to