aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/docker.scm
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-10-07 13:54:08 -0400
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:00 -0400
commitef365619b28c616dcc96d7e2cf81007dd88c7c6d (patch)
tree0d8fc10166b761e347dfd6370c9c03fba2205414 /gnu/services/docker.scm
parent5a8f9d32f5196263bc50c2059bac4c4226784a59 (diff)
downloadguix-ef365619b28c616dcc96d7e2cf81007dd88c7c6d.tar.gz
guix-ef365619b28c616dcc96d7e2cf81007dd88c7c6d.zip
gnu: linux-libre 6.5: Update to 6.5.6.
* gnu/packages/linux.scm (linux-libre-6.5-version): Update to 6.5.6. (linux-libre-6.5-pristine-source): Update hash.
Diffstat (limited to 'gnu/services/docker.scm')
0 files changed, 0 insertions, 0 deletions
d by adanska on IRC. * gnu/packages/sync.scm (onedrive)[arguments]: Remove custom 'link-to-external-libraries phase to allow linking to more libraries. 2023-04-07gnu: curl-minimal: Remove variable.Bruno Victal * gnu/packages/curl.scm (curl-minimal): Remove variable. * gnu/packages/astronomy.scm (python-fitsio, gnuastro): Use curl. * gnu/packages/games.scm (odamex): Ditto. * gnu/packages/sync.scm (onedrive): Ditto. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2023-02-04gnu: megacmd: Update to 1.5.1 and add libuv dependency.Wamm K. D * gnu/packages/sync.scm (megacmd): Update to 1.5.1. [inputs]: Remove labels and add LIBUV. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 2023-01-10gnu: onedrive: Update to 2.4.23.Efraim Flashner * gnu/packages/sync.scm (onedrive): Update to 2.4.23. 2023-01-02gnu: onedrive: Update to 2.4.22.Efraim Flashner * gnu/packages/sync.scm (onedrive): Update to 2.4.22. [arguments]: Adjust 'link-to-external-libraries phase to not clear the linker. Adjust 'adjust-makefile phase to not force adding libraries to the rpath. 2022-11-15gnu: Add onedrive.Efraim Flashner * gnu/packages/sync.scm (onedrive): New variable. 2022-07-31gnu: qttools: Rename to qttools-5.Maxim Cournoyer Automated with: git grep -l qttools | xargs sed 's/\bqttools\b/\0-5/g' -i git checkout NEWS 2022-07-31gnu: qtwebengine: Rename to qtwebengine-5.Maxim Cournoyer Automated with: git grep -l qtwebengine | xargs sed 's/\bqtwebengine\b/\0-5/g' -i git checkout NEWS 2022-07-31gnu: qtwebchannel: Rename to qtwebchannel-5.Maxim Cournoyer Automated via: git grep -l qtwebchannel | xargs sed 's/\bqtwebchannel\b/\0-5/g' -i git checkout NEWS 2022-07-31gnu: qtwebsockets: Rename to qtwebsockets-5.Maxim Cournoyer Automated via: git grep -l qtwebsockets | xargs sed 's/\bqtwebsockets\b/\0-5/g' -i git checkout NEWS 2022-07-31gnu: qtquickcontrols2: Rename to qtquickcontrols2-5.Maxim Cournoyer Automated via: git grep -l qtquickcontrols2 | xargs sed 's/\bqtquickcontrols2\b/\0-5/g' -i git checkout NEWS 2022-07-31gnu: qtdeclarative: Rename to qtdeclarative-5.Maxim Cournoyer Automated via the following commands: git grep -l '\bqtdeclarative\b' | xargs sed -E 's/qtdeclarative/\0-5/g' -i git checkout NEWS 2022-07-31gnu: qtsvg: Rename variable to qtsvg-5.Maxim Cournoyer This is in preparation of the qtsvg update to version 6. This change was automated via the following command: git grep -l '\bqtsvg\b' | xargs sed 's/qtsvg/qtsvg-5/g' -i 2022-05-30gnu: casync: Update to 99559cd1.Greg Hogan * gnu/packages/sync.scm (casync): Update to 99559cd1. [source]: Remove patch. [arguments]: Fix installation. [native-inputs]: Add python. [inputs]: Add eudev. * gnu/packages/patches/casync-renameat2-declaration.patch: Delete file. * gnu/local.mk: Remove it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> 2022-02-09gnu: QSyncthingTray: Deprecate in favor of Debian's syncthing-gtk fork.Leo Famulari 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. 2022-01-29gnu: nextcloud-client: Don't depend on QtWebKit.Leo Famulari 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. 2021-12-26gnu: nextcloud-client: Update to 3.2.0.Nicholas von Klitzing * gnu/packages/sync.scm (nextcloud-client): Update to 3.2.0. 2021-12-13gnu: Simplify package inputs.Ludovic Courtès This commit was obtained by running: ./pre-inst-env guix style without any additional argument.