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 | |
| 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')
| -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 eda844ac32..cf21cda4e8 100644 --- a/gnu/packages/cinnamon.scm +++ b/gnu/packages/cinnamon.scm @@ -253,7 +253,7 @@ as well as some desktop-wide documents.") pkg-config xorg-server-for-tests)) (inputs - (list atk + (list at-spi2-core cinnamon-desktop exempi gsettings-desktop-schemas |
