aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/science.scm
AgeCommit message (Collapse)Author
2020-06-28services: Add rshiny service.Efraim Flashner
* gnu/services/science.scm: New file. (<rshiny-configuration>): New record. (rshiny-shepherd-service-type): New variable. * doc/guix.texi (Miscellaneous Services): Document it. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
u/packages/patches/glibc-bootstrap-system.patch gnu/packages/python-xyz.scm gnu/packages/shells.scm gnu/packages/statistics.scm Marius Bakke 2021-08-11gnu: gpodder: Update to 3.10.21....* gnu/packages/gpodder.scm (gpodder): Update to 3.10.21. Pierre Langlois 2021-07-20gnu: gpodder: Make the check phase honor the tests? argument....* gnu/packages/gpodder.scm (gpodder)[arguments]: Adjust custom 'check phase to skip tests when #:tests? is #f. Efraim Flashner 2021-07-20gnu: gpodder: Add bash-minimal....* gnu/packages/gpodder.scm (gpodder)[inputs]: Add bash-minimal. Efraim Flashner 2021-07-20gnu: gpodder: Add python-mutagen (fixes one of its addons)....* gnu/packages/gpodder.scm (gpodder)[inputs]: Added python-mutagen. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> raingloom 2021-07-18Merge branch 'master' into core-updatesLudovic Courtès 2021-06-25gnu: gpodder: Update to 3.10.20....* gnu/packages/gpodder.scm (gpodder): Update to 3.10.20. Tobias Geerinckx-Rice 2021-06-19Merge branch 'master' into core-updates...Note: this merge actually changes the 'curl' and 'python-attrs' derivations, as part of solving caf4a7a2770ef4d05a6e18f40d602e51da749ddc and 12964df69a99de6190422c752fef65ef813f3b6b respectively. 4604d43c0e (gnu: gnutls@3.6.16: Fix cross-compilation.) was ignored because it cannot currently be tested. Conflicts: gnu/local.mk gnu/packages/aidc.scm gnu/packages/boost.scm gnu/packages/curl.scm gnu/packages/nettle.scm gnu/packages/networking.scm gnu/packages/python-xyz.scm gnu/packages/tls.scm Marius Bakke 2021-06-14gnu: Rename qtbase to qtbase-5....This change was automated via the following command: $ git ls-files | xargs sed -i 's/,qtbase)/,qtbase-5)/g' $ git ls-files | xargs sed -i 's/inherit qtbase)/inherit qtbase-5)/g' $ git ls-files | xargs sed -i 's/package-version qtbase)/package-version qtbase-5)/g' $ git checkout etc # to clear some spurious changes This is done so the qtbase package can be upgraded to version 6 in the following commit. Maxim Cournoyer 2021-05-09Merge branch 'master' into core-updates... Conflicts: gnu/local.mk gnu/packages/bioinformatics.scm gnu/packages/django.scm gnu/packages/gtk.scm gnu/packages/llvm.scm gnu/packages/python-web.scm gnu/packages/python.scm gnu/packages/tex.scm guix/build-system/asdf.scm guix/build/emacs-build-system.scm guix/profiles.scm Marius Bakke 2021-05-05gnu: Add castget....* gnu/packages/gpodder.scm (castget): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Stefan Reichör 2021-04-19gnu: gpodder: Update to 3.10.19....* gnu/packages/gpodder.scm (gpodder): Update to 3.10.19. Tobias Geerinckx-Rice 2021-04-16Merge remote-tracking branch 'origin/master' into core-updates... Conflicts: gnu/local.mk gnu/packages/boost.scm gnu/packages/chez.scm gnu/packages/compression.scm gnu/packages/crates-io.scm gnu/packages/docbook.scm gnu/packages/engineering.scm gnu/packages/gcc.scm gnu/packages/gl.scm gnu/packages/gtk.scm gnu/packages/nettle.scm gnu/packages/python-check.scm gnu/packages/python-xyz.scm gnu/packages/radio.scm gnu/packages/rust.scm gnu/packages/sqlite.scm guix/build-system/node.scm Efraim Flashner 2021-04-11gnu: gpodder: Update to 3.10.18....* gnu/packages/gpodder.scm (gpodder): Update to 3.10.18. [native-inputs]: Add python-pytest, python-pytest-cov, python-pytest-httpserver and which. [inputs]: Add python-requests. Pierre Langlois 2021-02-01gnu: gpodder: Do not alter PYTHONPATH....* gnu/packages/gpodder.scm (gpodder): Do not alter PYTHONPATH. Maxim Cournoyer 2020-11-23gnu: gpodder: Update to 3.10.17....* gnu/packages/gpodder.scm (gpodder): Update to 3.10.17. Tobias Geerinckx-Rice 2020-11-15gnu: python-podcastparser: Update to 0.6.6....* gnu/packages/gpodder.scm (python-podcastparser): Update to 0.6.6. [native-inputs, arguments]: Substitute python-pytest for python-coverage & python-nose. Tobias Geerinckx-Rice 2020-09-05gnu: Update gPodder to 3.10.16 and disable updater....* gnu/packages/gpodder.scm (gpodder): Update to 3.10.16 and add patch. * gnu/packages/patches/gpodder-disable-updater.patch: New file * gnu/local.mk (dist_patch_DATA): Add patch Signed-off-by: Andreas Enge <andreas@enge.fr> raingloom