lilyp pushed a commit to branch gnome-team
in repository guix.
commit 1845c35d0ecaed58475bd0f6bd9b63ea661c5a6b
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Sat Dec 7 13:02:23 2024 +0100
gnu: Remove gnome-shell-extension-hide-app-icon.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-hide-app-icon):
Delete variable.
Reviewed-by: Maxim Cournoyer <[email protected]>
---
gnu/packages/gnome-xyz.scm | 4 ----
1 file changed, 4 deletions(-)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 89943ba136..92d8b7cb03 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -867,10 +867,6 @@ GNOME Shell itself does not provide out of the box, such
as the ability to hide
certain elements or change animation speeds.")
(license license:gpl3)))
-(define-public gnome-shell-extension-hide-app-icon
- (deprecated-package "gnome-shell-extension-hide-app-icon"
- gnome-shell-extension-just-perfection))
-
(define-public gnome-shell-extension-dash-to-panel
(package
(name "gnome-shell-extension-dash-to-panel")