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/messaging.scm | 8 -------- 1 file changed, 8 deletions(-) (limited to 'nongnu/packages/messaging.scm') diff --git a/nongnu/packages/messaging.scm b/nongnu/packages/messaging.scm index cada9a5..7e3b645 100644 --- a/nongnu/packages/messaging.scm +++ b/nongnu/packages/messaging.scm @@ -151,9 +151,7 @@ or iOS.") ;; Note: it seems like some (all?) of these only do anything in ;; LD_LIBRARY_PATH, or at least needed there as well. #~(let ((libs '("alsa-lib" - "at-spi2-atk" "at-spi2-core" - "atk" "cairo" "cups" "dbus" @@ -236,8 +234,6 @@ or iOS.") ;; aomhost has a shorter needed list, ;; but untested. '("alsa-lib" - "atk" - "at-spi2-atk" "at-spi2-core" "cairo" "cups" @@ -277,8 +273,6 @@ or iOS.") #$@(map (lambda (pkg) (file-append (this-package-input pkg) "/lib")) '("alsa-lib" - "atk" - "at-spi2-atk" "at-spi2-core" "cairo" "cups" @@ -352,9 +346,7 @@ or iOS.") (#f "Zoom Video Conference"))))))))) (native-inputs (list tar)) (inputs (list alsa-lib - at-spi2-atk at-spi2-core - atk bash-minimal cairo cups -- cgit v1.2.3