mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: Deprecate gnome meta-package.
GNOME is not a "one size fits all" environment, but with the introduction of World, Circle, and to some extent Developer Extras and recent explorations of mobile form factors much more customizable towards the needs of users. As such, it is silly to insist on a single meta-package to make everyone happy. * gnu/packages/gnome.scm (gnome): Deprecate.
This commit is contained in:
parent
96634bb878
commit
a7ab8e4f48
1 changed files with 2 additions and 1 deletions
|
@ -237,6 +237,7 @@ (define-module (gnu packages gnome)
|
|||
#:use-module (guix build-system meson)
|
||||
#:use-module (guix build-system python)
|
||||
#:use-module (guix build-system trivial)
|
||||
#:use-module (guix deprecation)
|
||||
#:use-module (guix download)
|
||||
#:use-module (guix git-download)
|
||||
#:use-module ((guix licenses) #:prefix license:)
|
||||
|
@ -10284,7 +10285,7 @@ (define-public gnome-essential-extras
|
|||
a good GNOME experience, mixed from core dependencies and other implicitly
|
||||
relied-on packages.")))
|
||||
|
||||
(define-public gnome
|
||||
(define-deprecated/public gnome #f
|
||||
(gnome-meta-package
|
||||
(name "gnome")
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue