[bug#57987] gnu: gnome: Update dependencies
Commit Message
Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.
Comments
On Wed Sep 21, 2022 at 7:41 PM BST, Sughosha via Guix-patches via wrote:
> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.
We shouldn't be *replacing* them IIUC, they're completely separate
programs, so gnome-terminal and gedit aren't obsolete.
-- (
On Wed Sep 21, 2022 at 7:41 PM BST, Sughosha via Guix-patches via wrote:
> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.
Doh, never mind. I thought you were deprecating the gedit and
gnome-terminal packages ;)
-- (
Hi!
Sughosha <Sughosha@proton.me> writes:
> Replace gnome-terminal with gnome-console and gedit with gnome-text-editor.
Applied, thanks!
Maxim
From 5f90909e8bd4f731dc0f99ce293ed4fb1f52c945 Mon Sep 17 00:00:00 2001
From: Sughosha <sughosha@proton.me>
Date: Wed, 21 Sep 2022 20:37:32 +0200
Subject: [PATCH] gnu: gnome: Update dependencies
* gnu/packages/gnome.scm (gnome): Remove gnome-terminal and gedit and add gnome-console and gnome-text-editor.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
@@ -10013,7 +10013,6 @@ (define-public gnome
("epiphany" ,epiphany)
("evince" ,evince)
("file-roller" ,file-roller)
- ("gedit" ,gedit)
("gnome-boxes" ,gnome-boxes)
("gnome-calculator" ,gnome-calculator)
("gnome-calendar" ,gnome-calendar)
@@ -10027,7 +10026,8 @@ (define-public gnome
("gnome-photos" ,gnome-photos)
("gnome-screenshot" ,gnome-screenshot)
("gnome-system-monitor" ,gnome-system-monitor)
- ("gnome-terminal" ,gnome-terminal)
+ ("gnome-text-editor" ,gnome-text-editor)
+ ("gnome-console" ,gnome-console)
("gnome-weather" ,gnome-weather)
("nautilus" ,nautilus)
("simple-scan" ,simple-scan)
--
2.37.3