diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-04-09 15:18:41 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-04-09 15:26:12 +0200 |
| commit | 2f6a764d589987f3b42ef30163a5dbde1dc4ec04 (patch) | |
| tree | c1167cca2666ee202b76143caa6ffcc37d9eedaf /gnu/packages/cinnamon.scm | |
| parent | 6e2e0cd0fc6c3d695b989d9563615a3c7f51257c (diff) | |
gnu: nemo: Replace deprecated input.
* gnu/packages/cinnamon.scm (nemo)[inputs]: Remove atk; add at-spi2-core.
Change-Id: Ib87f712973b9ee3b687b82dcbbebc2dd98a68342
Diffstat (limited to 'gnu/packages/cinnamon.scm')
| -rw-r--r-- | gnu/packages/cinnamon.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cinnamon.scm b/gnu/packages/cinnamon.scm index eda844ac321..cf21cda4e83 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm | |||
| @@ -253,7 +253,7 @@ as well as some desktop-wide documents.") | |||
| 253 | pkg-config | 253 | pkg-config |
| 254 | xorg-server-for-tests)) | 254 | xorg-server-for-tests)) |
| 255 | (inputs | 255 | (inputs |
| 256 | (list atk | 256 | (list at-spi2-core |
| 257 | cinnamon-desktop | 257 | cinnamon-desktop |
| 258 | exempi | 258 | exempi |
| 259 | gsettings-desktop-schemas | 259 | gsettings-desktop-schemas |
