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/dyalog.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/dyalog.scm')
| -rw-r--r-- | nongnu/packages/dyalog.scm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nongnu/packages/dyalog.scm b/nongnu/packages/dyalog.scm index 770eb05..764c405 100644 --- a/nongnu/packages/dyalog.scm +++ b/nongnu/packages/dyalog.scm @@ -49,9 +49,7 @@ (build-system gnu-build-system) (outputs '("out" "fonts")) (inputs (list alsa-lib - at-spi2-atk at-spi2-core - atk cairo coreutils cups @@ -175,9 +173,7 @@ (string-append (assoc-ref inputs pkg) "/lib")) '("alsa-lib" - "at-spi2-atk" "at-spi2-core" - "atk" "cairo" "cups" "dbus" |
