aboutsummaryrefslogtreecommitdiff
*.scm       diff=scheme
*.scm.in    diff=scheme
*.texi      diff=texinfo
es/syncthing.scm?id=0a58c7c1c05dfe19b91d222b9fb6446b160dade7'>syncthing.scm
AgeCommit message (Expand)Author
2022-05-31gnu: Remove python2-setuptools....* gnu/packages/python-xyz.scm (python2-setuptools): Delete variable. (python-setuptools)[properties]: Delete field. * gnu/packages/syncthing.scm (syncthing-gtk): Delete commented native input. * guix/lint.scm (check-inputs-should-not-be-an-input-at-all): Remove obsolete entries. Maxim Cournoyer
2022-05-14gnu: Syncthing: Update to 1.20.1....* gnu/packages/syncthing.scm (syncthing): Update to 1.20.1. Leo Famulari
2022-03-05gnu: Syncthing: Update to 1.19.1....* gnu/packages/syncthing.scm (syncthing): Update to 1.19.1. Leo Famulari
2022-02-09gnu: 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-02-02gnu: Syncthing: Update to 1.19.0....* gnu/packages/syncthing.scm (syncthing): Update to 1.19.0. Leo Famulari
2022-02-02gnu: syncthing: Add release-monitoring-url....* gnu/packages/syncthing.scm (syncthing)[properties]: New field. Efraim Flashner
2022-01-17Merge branch 'version-1.4.0'...With resolved conflicts in: gnu/packages/gnome.scm gnu/packages/openstack.scm gnu/packages/python-xyz.scm Maxim Cournoyer
2022-01-10gnu: go-github-com-prometheus-common: Remove obsolete phase....* gnu/packages/syncthing.scm (go-github-com-prometheus-common) [arguments]<#:phases>: Remove 'make-gzip-archive-writable phase. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Sarah Morgensen
2022-01-12gnu: Syncthing: Update to 1.18.6....* gnu/packages/syncthing.scm (syncthing): Update to 1.18.6. Leo Famulari
2022-01-05gnu: syncthing-gtk: Make the autostart mechanism invoke the correct executable....Fixes <https://issues.guix.gnu.org/50789>. * gnu/packages/syncthing.scm (syncthing-gtk)[arguments]: Add a 'fix-autostart-path' phase. John Kehayias
2021-12-31gnu: go-github-com-go-ldap-ldap: Update to 3.4.1....* gnu/packages/syncthing.scm (go-github-com-go-ldap-ldap): Update to 3.4.1. [propagated-inputs]: Add go-github-com-azure-go-ntlmssp. Efraim Flashner
2021-12-31gnu: Add go-github-com-azure-go-ntlmssp.... gnu/packages/syncthing.scm (go-github-com-azure-go-ntlmssp): New variable. Efraim Flashner
2021-12-31gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.3....* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Update to 1.5.3. Efraim Flashner
2021-12-24build-system/go: Use go-1.17 by default....Build all Go packages with go-1.17 by default. Explicitly specify an older Go version in packages which cannot build with go-1.17. * gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'. * gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'. * gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]: Explicitly use Go 1.16. (go-ipfs)[arguments]: Use the default version of Go. * gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise. * gnu/packages/admin.scm (runitor)[arguments]: Likewise. Signed-off-by: Leo Famulari <leo@famulari.name> Sarah Morgensen
2021-12-19gnu: syncthing-gtk: Remove librsvg input...* gnu/packages/syncthing.scm (syncthing-gtk)[inputs]: Remove LIBRSVG as GTK+ propagates LIBRSVG-BOOTSTRAP. This fixes a startup error due to two LIBRSVG being in GI_TYPELIB_PATH. Signed-off-by: Leo Famulari <leo@famulari.name> John Kehayias
2021-12-17gnu: Syncthing: Update to 1.18.5....* gnu/packages/syncthing.scm (syncthing): Update to 1.18.5. Leo Famulari
2021-12-13gnu: Simplify package inputs....This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès
2021-12-10Merge remote-tracking branch 'signed/master' into core-updatesMathieu Othacehe
2021-12-06gnu: Syncthing: Update to 1.18.4....* gnu/packages/syncthing.scm (syncthing): Update to 1.18.4. [arguments]: Build with Go 1.17. Leo Famulari
2021-12-06gnu: go-github-com-golang-snappy: Adjust test-suite on 32-bit systems....* gnu/packages/syncthing.scm (go-github-com-golang-snappy)[source]: Add patch to skip a test on 32-bit systems. * gnu/packages/patches/go-github-com-golang-snappy-32bit-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner
2021-11-21gnu: 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