[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME ap
From: |
Liliana Marie Prikler |
Subject: |
[bug#63461] [PATCH] gnu: gnome: Remove gnome-boxes from default GNOME apps. |
Date: |
Fri, 12 May 2023 23:43:09 +0200 |
User-agent: |
Evolution 3.46.4 |
Am Freitag, dem 12.05.2023 um 10:09 +0200 schrieb Josselin Poiret:
> From: Josselin Poiret <dev@jpoiret.xyz>
>
> * gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-
> inputs,
> since it is no longer a Core App in 42.
> ---
> Hi everyone,
>
> I noticed while reading [1] that Boxes was no longer required in
> GNOME, so here's a patch that does exactly that.
>
> [1]
> https://blogs.gnome.org/mcatanzaro/2023/05/10/gnome-core-apps-update/
>
> Best,
>
> gnu/packages/gnome.scm | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
> index 754bb668ba..85437c2e4a 100644
> --- a/gnu/packages/gnome.scm
> +++ b/gnu/packages/gnome.scm
> @@ -10030,7 +10030,6 @@ (define-public gnome
> epiphany
> evince
> file-roller
> - gnome-boxes
> gnome-calculator
> gnome-calendar
> gnome-characters
>
> base-commit: 60cf9866cfd01bd0492bdc427a016e26d779bb4e
SGTM, but we should probably offer a gnome-developer-tools meta package
too if we aim to make that distinction. Also note that gnome
technically isn't gnome-core: for instance, it excludes eog on
platforms where it doesn't build and I personally don't aim on touching
Loupe with a ten-foot pole while the Rust build system is still a
blazing dumpster.
Cheers