[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: maint: Add icecat to the release manifest.
From: |
guix-commits |
Subject: |
branch master updated: maint: Add icecat to the release manifest. |
Date: |
Thu, 30 Mar 2023 05:15:12 -0400 |
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 <andreas@enge.fr>
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 <ludo@gnu.org>
;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
+;;; Copyright © 2023 Andreas Enge <andreas@enge.fr>
;;;
;;; 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: maint: Add icecat to the release manifest.,
guix-commits <=