guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 0c9b1349339ab30fb35f4c8b07823dc5443c90a3
Author: Andreas Enge <[email protected]>
AuthorDate: Wed Aug 26 12:06:46 2026 +0200

    gnu: Remove deprecated alias of deja-dup.
    
    * gnu/packages/gnome.scm (deja-dup): Delete variable.
    
    Signed-off-by: Maxim Cournoyer <[email protected]>
---
 gnu/packages/gnome.scm | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 04f1ad0b57..44f3b87b2d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1787,9 +1787,6 @@ configuration files for the GNOME menu, as well as a 
simple menu editor.")
     (home-page "https://gitlab.gnome.org/GNOME/gnome-menus";)
     (license license:lgpl2.0+)))
 
-(define-deprecated/public-alias deja-dup
-  (@ (gnu packages gnome-circle) deja-dup))
-
 (define-public gnome-commander
   (package
     (name "gnome-commander")

Reply via email to