diff options
author | John Kehayias <john.kehayias@protonmail.com> | 2021-11-21 15:58:38 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-21 20:41:03 -0500 |
commit | b033079e47357dcf77ebeeb52b0a5306cd6aa982 (patch) | |
tree | 5fb41ec92ec1c8601ee8224bb54eb81350d2974c /gnu/packages/syncthing.scm | |
parent | aa100d3fe8707fe8d7dcfe2b44b51c9ab945a511 (diff) | |
download | guix-b033079e47357dcf77ebeeb52b0a5306cd6aa982.tar.gz |
gnu: python-nautilus: Remove package.
This package dates from 2016 and looks inactive. The packages that used this as an input actually wanted nautilus-python (not currently packaged), for (optional) integration with the nautilus file manager. * gnu/packages/python-xyz.scm (python-nautilus): Remove variable. * gnu/packages/gnome-xyz.scm (gnome-shell-extension-gsconnect)[inputs]: Remove it. * gnu/packages/sync.scm (nexcloud-client)[inputs]: Remove it. * gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/syncthing.scm')
-rw-r--r-- | gnu/packages/syncthing.scm | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm index 4deb60bee2..8880801adb 100644 --- a/gnu/packages/syncthing.scm +++ b/gnu/packages/syncthing.scm @@ -191,7 +191,6 @@ Protocol.") ("python-dateutil" ,python-dateutil) ("python-pycairo" ,python-pycairo) ("python-pygobject" ,python-pygobject) - ("python-nautilus" ,python-nautilus) ("psmisc" ,psmisc) ("syncthing" ,syncthing))) ;; (native-inputs |