summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-01services: cuirass: Do not export record type descriptors.Ludovic Courtès
* gnu/services/cuirass.scm (<cuirass-remote-server-configuration>) (<cuirass-configuration>, <cuirass-remote-worker-configuration>): Do not export.
2021-06-01services: cuirass: Create the profile and GC root directory.Ludovic Courtès
* gnu/services/cuirass.scm (cuirass-activation): Create /var/guix/profiles/per-user/cuirass/cuirass or similar.
2021-06-01nls: Translate (guix diagnostics).Ludovic Courtès
* po/guix/POTFILES.in: Add guix/diagnostics.scm.
2021-06-01ui, lint: Simplify exception handling in Guile 3 style.Ludovic Courtès
* guix/lint.scm (check-derivation)[try]: Remove "catch #t" wrapping. * guix/ui.scm (call-with-error-handling): Remove "catch 'system-error" and move 'system-error handling to the &exception-with-kind-and-args clause.
2021-06-01maint: Require Guile 3.0.Ludovic Courtès
* configure.ac: Require Guile 3.0. * doc/guix.texi (Requirements): Adjust accordingly. * gnu/packages/package-management.scm (guile2.2-guix): Remove. * guix/lint.scm (exception-with-kind-and-args?): Remove 'cond-expand'. * guix/scripts/deploy.scm (deploy-machine*): Likewise. * guix/store.scm (call-with-store): Likewise. * guix/swh.scm (http-get*, http-post*): Likewise. * guix/ui.scm (without-compiler-optimizations, guard*) (call-with-error-handling): Likewise.
2021-06-01gnu: llvm-7: Update to 7.1.0.Efraim Flashner
* gnu/packages/llvm.scm (llvm-7): Update to 7.1.0.
2021-06-01gnu: unbound: Enable DoH support.Marius Bakke
* gnu/packages/dns.scm (unbound)[inputs]: Add NGHTTP2:LIB. [arguments]: Add "--with-libnghttp2" to #:configure-flags.
2021-06-01gnu: ungoogled-chromium: Update to 91.0.4472.77-0.6802c88.Marius Bakke
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for 91. (%chromium-version): Set to 91.0.4472.77. (%ungoogled-revision): Set to 91.0.4472.77-1-0-g6802c88. (%debian-patches): Remove obsolete patch. (%ungoogled-origin): Update hash. (ungoogled-chromium-snippet): Add substitution for an unbundling file. (ungoogled-chromium): Update hash. [arguments]: Add a substitution previously provided by a Debian patch. [inputs]: Change from ICU-68 to ICU-69.
2021-06-01gnu: icu4c: Add 69.1.Marius Bakke
* gnu/packages/icu4c.scm (icu4c-69): New public variable.
2021-06-01gnu: gcc-9: Update to 9.4.0.Efraim Flashner
* gnu/packages/gcc.scm (gcc-9): Update to 9.4.0.
2021-06-01gnu: musescore: Add missing QML imports.Leo Prikler
This fixes an issue wherein the palettes sidebar would turn up empty. * gnu/packages/music.scm (musescore)[build-system]: Use qt-build-systems. [inputs]: Add qtgraphicaleffects.
2021-06-01gnu: rust-cbindgen@0.17: Update to 0.19.0.Jonathan Brielmaier
* gnu/packages/rust-apps.scm (rust-cbindgen-0.17): Update to 0.19.0 and rename to rust-cbindgen-0.19.
2021-06-01tests: hpcguix-web: Fix it.Mathieu Othacehe
* gnu/tests/web.scm (run-hpcguix-web-server-test): Increase the VM memory size and add retries for the http-get test.
2021-06-01gnu: Add bamutils.Roel Janssen
* gnu/packages/bioinformatics.scm (bamutils): New variable.
2021-06-01gnu: sbcl: Update to 2.1.5.Pierre Neidhardt
* gnu/packages/lisp.scm (sbcl): Update to 2.1.5.
2021-06-01gnu: Add python-vedo.Paul Garlick
* gnu/packages/python-science.scm (python-vedo): New variable.
2021-06-01gnu: vtk: Wrap python modules.Paul Garlick
* gnu/packages/image-processing.scm (vtk)[inputs]: Add python. [arguments]: Add VTK_WRAP_PYTHON and VTK_PYTHON_VERSION flags.
2021-06-01gnu: guix: Update to 1.3.0-3.50dfbbf.Mathieu Othacehe
* gnu/packages/package-management.scm (guix): Update to 1.3.0-3.50dfbbf.
2021-06-01gnu: Add python-sinfo.Roel Janssen
* gnu/packages/python-xyz.scm (python-sinfo): New variable.
2021-06-01gnu: Add python-stdlib-list.Roel Janssen
* gnu/packages/python-xyz.scm (python-stdlib-list): New variable.
2021-06-01gnu: guix-build-coordinator: Update to 0-30.f9af463.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-30.f9af463.
2021-06-01publish: Add keep-alive support when sending nar.Mathieu Othacehe
The default Guile web server implementation supports the keep alive mechanism. However, in our custom http-write implementation, the connection is unconditionally close after sending nar files. To prevent that, when supported, add the client port to the server poll set so that further requests can be handled without closing the connection. * guix/scripts/publish.scm (nar-response-port): Rename it into ... (nar-compressed-port): ... this procedure. Operate directly on a given PORT. (http-write): Add keep-alive support when sending nar files. * guix/scripts/substitute.scm (process-substitution): Pass the download size to the progress-report-port procedure so that it doesn't block reading from the input port when keep-alive is supported.
2021-06-01publish: Preserve the request connection header.Mathieu Othacehe
The Guile web server is reading the response connection header to decide whether to close the connection. However, as the request connection header is not forwarded to the response, this mechanism cannot work. * guix/scripts/publish.scm (add-extra-headers): New procedure. (make-request-handler): Use it to forward the request connection header to the response.
2021-06-01progress: Add a download-size argument to progress-report-port.Mathieu Othacehe
* guix/progress.scm (progress-report-port): Add a download-size argument.
2021-05-31services: dnsmasq: Extend 'activation-service'.Brice Waegeneire
* gnu/services/dns.scm (dnsmasq-activation): New procedure … (dnsmasq-service-type): … use it.
2021-05-31services: hostapd: Use package from configuration.Brice Waegeneire
* gnu/services/networking.scm (hostapd-shepherd-services): Replace 'hostapd' by the package specified in the configuration.
2021-05-31tests: Fix loadable-kernel-modules-service tests.Brice Waegeneire
* gnu/tests/linux-modules.scm (run-loadable-kernel-modules-service-test): Actually load the modules with kernel-module-loader-service-type. Use a singleton service instead of defining a custom one. * doc/guix.texi (Service Reference): To give an example of linux-loadable-module-service-type use a singleton instead of defining a new service.
2021-05-31gnu: emacs-tramp: Update to 2.5.0.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.0.5.
2021-05-31gnu: emacs-solaire-mode: Update to 2.0.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-solaire-mode): Update to 2.0.0.
2021-05-31gnu: texmacs: Update to 1.99.21.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 1.99.21.
2021-05-31gnu: emacs-moody: Update to 0.5.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-moody): Update to 0.5.5.
2021-05-31gnu: emacs-posframe: Update to 1.0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.0.3.
2021-05-31gnu: lagrange: Update to 1.5.0.Solene Rapenne via Guix-patches via
* gnu/packages/web-browsers.scm (lagrange): Update to 1.5.0. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-31gnu: Add emacs-eyebrowse.Stefan Reichör
* gnu/packages/emacs-xyz.scm (emacs-eyebrowse): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-31gnu: Add python-easy-ansi.Stefan Reichör
* gnu/packages/python-xyz.scm (python-easy-ansi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-31gnu: Add emacs-evil-paredit.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-evil-paredit): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-31gnu: tome4: Update to 1.7.3.Solene Rapenne via Guix-patches via
* gnu/packages/games.scm (tome4): Update to 1.7.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-05-31gnu: bits: Use git-version and git-file-name.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bits)[version]: Use git-version. [source]: Use git-file-name.
2021-05-31gnu: piranha: Use git-version.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (piranha)[version]: Use git-version.
2021-05-31gnu: r-chipkernels: Use git-version and git-file-name.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-chipkernels)[version]: Use git-version. [source]: Use git-file-name.
2021-05-31gnu: f-seq: Use git-version and git-file-name.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (f-seq)[version]: Use git-version. [source]: Use git-file-name.
2021-05-31gnu: bismark: Use git-file-name.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bismark)[source]: Use git-file-name.
2021-05-31gnu: filevercmp: Use git-version.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (filevercmp)[version]: Use git-version; bind "revision" in outer let.
2021-05-31gnu: r-chipseeker: Move out of experiment section.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-chipseeker): Move the package from the "experiment" section to the section for regular Bioconductor packages.
2021-05-31gnu: r-spp: Move to (gnu packages bioconductor).Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-spp): Move from here... * gnu/packages/bioconductor.scm (r-spp): ...to here.
2021-05-31gnu: r-geneoverlap: Move out of experiment section.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-geneoverlap): Move the package definition out of the "experiment" section into the section for regular Bioconductor packages.
2021-05-31gnu: r-phantompeakqualtools: Let-bind commit, set revision to 1.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-phantompeakqualtools): Bind the commit outside of the package value. [version]: Use git-version. [source]: Use git-file-name.
2021-05-31gnu: r-methylkit: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-methylkit): Move from here... * gnu/packages/bioconductor.scm (r-methylkit): ...to here.
2021-05-31gnu: r-copywriter: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-copywriter): Move from here... * gnu/packages/bioconductor.scm (r-copywriter): ...to here.
2021-05-31gnu: r-copyhelper: Move to (gnu packages bioconductor).zimoun
* gnu/packages/bioinformatics.scm (r-copyhelper): Move from here... * gnu/packages/bioconductor.scm (r-copyhelper): ...to here. [source]: Repalce 'string-append' by 'bioconductor-uri' with 'experiment.