From 23ad0f905a96ab88f64f50897dd0f842ed4ea43d Mon Sep 17 00:00:00 2001 From: Hilton Chain Date: Sat, 25 Oct 2025 19:46:15 +0800 Subject: nongnu: Remove use of deprecated atk and at-spi2-core. Commit produced by the following command, with manual adjustments: rg -l atk | xargs sed -i '/.*atk.*/d' --- nongnu/packages/anydesk.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nongnu/packages/anydesk.scm') diff --git a/nongnu/packages/anydesk.scm b/nongnu/packages/anydesk.scm index 78e16f1..f7bd3bd 100644 --- a/nongnu/packages/anydesk.scm +++ b/nongnu/packages/anydesk.scm @@ -34,7 +34,7 @@ `(#:validate-runpath? #f #:strip-binaries? #f ;; For some reason it breaks the program #:patchelf-plan - `(("usr/bin/anydesk" ("atk" + `(("usr/bin/anydesk" ("at-spi2-core" "cairo" "fontconfig" "freetype" @@ -97,7 +97,7 @@ (install-file desktop-file applications)) #t))))) (inputs - `(("atk" ,atk) + `(("at-spi2-core" ,at-spi2-core) ("cairo" ,cairo) ("fontconfig" ,fontconfig) ("freetype" ,freetype) -- cgit v1.2.3