Age | Commit message (Expand) | Author |
---|---|---|
2022-02-08 | gnu: Fix typo....* gnu/machine.scm: Fix typo in top-level comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org> | jgart | Greg Hogan |
2022-02-09 | gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork....This package is abandoned upstream and depends on the insecure and abandoned QtWebKit. Upstream abandonment: https://github.com/sieren/QSyncthingTray/issues/247 See <https://issues.guix.gnu.org/53289> for more information about this change * gnu/packages/sync.scm (qsyncthingtray): Move this variable ... * gnu/packages/syncthing.scm (qsyncthingtray): ... to here. And make it into a deprecated-package that points to syncthing-gtk. | Leo Famulari |
2022-01-29 | gnu: nextcloud-client: Don't depend on QtWebKit....This package propagates QtWebEngine and doesn't keep a reference to QtWebKit. See <https://issues.guix.gnu.org/53289> for more information about this change. * gnu/packages/sync.scm (qtwebkit)[inputs]: Remove qtwebkit. [arguments]: Remove related #:configure-flag that is not recognized by our version of nextcloud-client. | Leo Famulari |
2021-12-26 | gnu: nextcloud-client: Update to 3.2.0....* gnu/packages/sync.scm (nextcloud-client): Update to 3.2.0. | Nicholas von Klitzing |
2021-12-13 | gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. | Ludovic Courtès |
2021-11-21 | 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> | John Kehayias |