diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-12 12:50:00 +0200 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2023-10-13 20:37:36 +0200 |
commit | a7be930240c69207eee87368fe3f6ad57c9e24cf (patch) | |
tree | 3ff2f01e63f0b184d3b08d73008f5e1163a5a987 /gnu/packages/gnome.scm | |
parent | 93a69ccbc5aea8e00fa3d40eb54641015edcb6f9 (diff) | |
download | guix-a7be930240c69207eee87368fe3f6ad57c9e24cf.tar guix-a7be930240c69207eee87368fe3f6ad57c9e24cf.tar.gz |
gnu: Remove gnome-todo.
* gnu/packages/gnome.scm (gnome-todo): Delete variable.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 5339c647ed..71645b2076 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -10476,9 +10476,6 @@ desktop. It supports multiple calendars, month, week and year view.") to perfectly fit the GNOME desktop.") (license license:gpl3+))) -(define-public gnome-todo - (deprecated-package "gnome-todo" endeavour)) - (define-public dialect (package (name "dialect") |