diff options
| author | Hilton Chain <hako@ultrarare.space> | 2025-10-25 19:46:15 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2025-10-28 13:08:01 +0800 |
| commit | 23ad0f905a96ab88f64f50897dd0f842ed4ea43d (patch) | |
| tree | 66d24a39de1bd039a92d77527a3c557972215581 /nongnu/packages/anydesk.scm | |
| parent | a345ef84fbdf3b2491acb2c2b6665a4eb97bd4aa (diff) | |
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'
Diffstat (limited to 'nongnu/packages/anydesk.scm')
| -rw-r--r-- | nongnu/packages/anydesk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
