summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build: julia-build-system: Add support for parallel tests.zimoun2021-11-25
| | | | | | | | | | | | The tests are defined by the script 'test/runtests.jl' from packages and the parallelism depends on the implementation of this script. Therefore, 'julia' is launched using local worker processes accordingly with 'parallel?'. * guix/build/julia-build-system.scm (check): Set the JULIA_CPU_THREADS environment variable and invoke julia with the '--procs' option. * guix/build-system/julia.scm (julia-build)[parallel-tests?]: New argument. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Allow parallel tests.zimoun2021-11-25
| | | | | | | | * gnu/packages/julia.scm (julia)[origin]<patches>: New patch. * gnu/packages/patches/julia-allow-parallel-build.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Disable broken tests.zimoun2021-11-25
| | | | | | * gnu/packages/julia.scm (julia)[arguments]: Disable broken tests. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: glib-networking: Update to 2.70.0.Maxim Cournoyer2021-11-25
| | | | | | | It was erroneously thought when updating to 2.70rc in commit 60e2a3bd5e1dca1b520ea16e8967fd85795fe3ef that 2.70.0 was not yet released. * gnu/packages/gnome.scm (glib-networking): Update to 2.70.0.
* gnu: libva: Update to 2.13.0Josselin Poiret2021-11-25
| | | | | | * gnu/packages/video.scm (libva): Update it. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: Remove python2-itsdangerous.Ricardo Wurmus2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-itsdangerous): Delete variable.
* gnu: python2-pylibmc: Remove package.zimoun2021-11-25
| | | | | | * gnu/packages/databases.scm (python2-pylibmc): Delete variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: python2-validators: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-validators): Delete variable.
* gnu: python2-discogs-client: Remove package.zimoun2021-11-25
| | | | * gnu/packages/music.scm (python2-discogs-client): Delete variable.
* gnu: python2-munkres: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-munkres): Delete variable.
* gnu: python2-faker: Remove package.zimoun2021-11-25
| | | | | * gnu/packages/python-xyz.scm (python2-faker): Delete variable. (python-faker)[properties]: Remove.
* gnu: python2-sql: Remove package.zimoun2021-11-25
| | | | * gnu/packages/databases.scm (python2-sql): Delete variable.
* gnu: python2-sadisplay: Remove package.zimoun2021-11-25
| | | | * gnu/packages/databases.scm (python2-sadisplay): Delete variable.
* gnu: python2-relatorio: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-relatorio): Delete variable.
* gnu: python2-traitlets: Remove package.zimoun2021-11-25
| | | | | * gnu/packages/python-xyz.scm (python2-traitlets): Delete variable. (python-traitlets)[properties]: Remove.
* gnu: python2-colormath: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-colormath): Delete variable.
* gnu: python2-spectra: Remove package.zimoun2021-11-25
| | | | * gnu/packages/python-xyz.scm (python2-spectra): Delete variable.
* gnu: shotwell: Build with libsoup 2.Leo Famulari2021-11-24
| | | | | * gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace webkitgtk with webkitgtk-with-libsoup2.
* gnu: pitivi: Fix build.Leo Famulari2021-11-24
| | | | | | * gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to gst-plugins-bad variant. [arguments]: Use meson-0.59.
* gnu: glib-networking: Work around test failure on 32-bit platforms.Ludovic Courtès2021-11-24
| | | | | | | | | | | | On 32-bit platforms with a 32-bit 'time_t', we'd get this test failure: GLib-Net:ERROR:../glib-networking-2.70.rc/tls/tests/certificate.c:689:test_certificate_not_valid_after: assertion failed (actual_str == EXPECTED_NOT_VALID_AFTER): ("2037-12-31T23:23:23Z" == "2046-07-25T18:13:10Z") This commit includes the workaround implemented upstream. * gnu/packages/patches/glib-networking-32-bit-time.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (glib-networking)[arguments]: New field.
* gnu: plotutils: Fix tests on i686.Ludovic Courtès2021-11-24
| | | | | * gnu/packages/plotutils.scm (plotutils)[arguments]: On 32-bit x86, pass CFLAGS and add 'skip-sloppy-test' phase.
* gnu: python2-cryptography: Remove 'sanity-check phase.Ricardo Wurmus2021-11-24
| | | | | * gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not inherit; remove 'sanity-check phase.
* gnu: cl-slynk: Fix build.Guillaume Le Vaillant2021-11-24
| | | | * gnu/packages/lisp-xyz.scm (sbcl-slynk)[arguments]: Fix 'build-image' phase.
* gnu: cl-libxml2: Fix build.Guillaume Le Vaillant2021-11-24
| | | | | | Tests are not working properly and the check phase never ends. * gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[arguments]: Disable tests.
* gnu: cl-html-encode: Fix source tarball name.Guillaume Le Vaillant2021-11-24
| | | | | * gnu/packages/lisp-xyz.scp (sbcl-html-encode)[source]: Remove 'file-name' field.
* gnu: python2-backports-csv: Remove sanity-check phase.Ricardo Wurmus2021-11-24
| | | | | * gnu/packages/python-xyz.scm (python2-backports-csv)[arguments]: Remove 'sanity-check phase.
* gnu: python2-astroid: Add missing input and don't inherit.Ricardo Wurmus2021-11-24
| | | | | | * gnu/packages/python-xyz.scm (python2-astroid)[arguments]: Do not inherit from Python 3 package variant. [propagated-inputs]: Do not inherit and add python2-six.
* gnu: asymptote: Fix build.Nicolas Goaziou2021-11-24
| | | | | | | * gnu/packages/plotutils.scm (asymptote)[native-inputs]: Add texlive-dvips-l3backend, texlive-fonts-ec, texlive-generic-infwarerr, texlive-generic-kvdefinekeys, texlive-grfext, texlive-latex-kvoptions, texlive-latex-pdftexcmds.
* gnu: polkit: Define polkit package variable based on architecture.Maxim Cournoyer2021-11-24
| | | | | | | | * gnu/packages/polkit.scm (polkit): Rename to... (polkit*): ... this. (polkit-duktape): Adjust to inherit from polkit*. (polkit-for-system): New procedure. (polkit): New variable.
* gnu: sideload: Update to 6.0.2.Maxim Cournoyer2021-11-24
| | | | | | | * gnu/packages/pantheon.scm (sideload): Update to 6.0.2. Delete trailing #t. [configure-flags]: Remove nonexistent flatpak build option. [inputs]: Add libhandy.
* gnu: gdm: Pass GDK_PIXBUF_MODULE_FILE to sessions.Josselin Poiret2021-11-24
| | | | | | | | | | * gnu/packages/patches/gdm-pass-gdk-pixbuf-loader-env.patch: Add patch. * gnu/local.mk (dist_patch_DATA): List it. * gnu/packages/gnome.scm (gdm): Use it. * gnu/services/xorg.scm (gdm-shepherd-service): Pass GDK_PIXBUF_MODULE_FILE. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: malcontent: Use meson 0.59 to fix build.Maxim Cournoyer2021-11-24
| | | | * gnu/packages/freedesktop.scm (malcontent)[meson]: Use meson 0.59.
* gnu: libostree: Update to 2021.6.Maxim Cournoyer2021-11-24
| | | | * gnu/packages/package-management.scm (libostree): Update to 2021.6.
* gnu: libostree: Build with libsoup 2.John Kehayias2021-11-24
| | | | | | | * gnu/packages/package-management.scm (libostree)[inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
* gnu: julia: Use libgit2-1.1 and prepare for parallel tests.Maxim Cournoyer2021-11-24
| | | | | | | | | | | Commit e0e2316420 updated libgit2 to version 1.3.0, but julia seems to only support 1.1.0 for now. * gnu/packages/julia.scm (julia): Delete trailing #t. [phases]{enable-parallel-tests}: New phase. [inputs]: Use libgit2-1.1. Reported-by: zimoun <zimon.toutoune@gmail.com>
* gnu: iftop: Fix build failure with GCC 10.Leo Famulari2021-11-23
| | | | * gnu/packages/admin.scm (iftop)[arguments]: New field.
* gnu: libgit2: Reintroduce 1.1.0.Ludovic Courtès2021-11-23
| | | | | | * gnu/packages/version-control.scm (libgit2-1.1): New variable. * gnu/packages/patches/libgit2-mtime-0.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* style: Add '--dry-run'.Ludovic Courtès2021-11-23
| | | | | | | * guix/scripts/style.scm (edit-expression/dry-run): New procedure. (simplify-package-inputs): Add #:edit-expression parameter. (%options, show-help): Add '--dry-run'. (guix-style): Honor '--dry-run'.
* gnu: libgit2: Remove version 0.28.Ludovic Courtès2021-11-23
| | | | | | | This is a followup to e0e23164202ad9328ffeadde5e900857cb008124, which removed "libgit2-mtime-0.patch", which was still used by LIBGIT2-0.28. * gnu/packages/version-control.scm (libgit2-0.28): Remove.
* Merge branch 'master' into core-updates-frozenLudovic Courtès2021-11-23
|\
| * Update NEWS.Ludovic Courtès2021-11-23
| |
| * guix graph: Show '-M' in '--help' output.Ludovic Courtès2021-11-23
| | | | | | | | * guix/scripts/graph.scm (show-help): Add -M shorthand.
| * doc: Add new Swap Space section.Josselin Poiret2021-11-23
| | | | | | | | | | | | | | | | * doc/guix.texi (operating-system Reference): Update swap-devices. * doc/guix.texi (Swap Space): Add it. * gnu/system/examples/desktop.tmpl: Add swap-devices example. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Filter out boot dependencies from swap-space.Josselin Poiret2021-11-23
| | | | | | | | | | | | * gnu/systems.scm (swap-services): Filter them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Add swap flags.Josselin Poiret2021-11-23
| | | | | | | | | | | | | | | | | | | | | | * gnu/system/file-systems.scm (swap-space)[priority, discard?]: Add them. * guix/build/syscalls.scm (SWAP_FLAG_PREFER, SWAP_FLAG_PRIO_MASK, SWAP_FLAG_PRIO_SHIFT, SWAP_FLAG_DISCARD): Add them. * gnu/build/file-systems.scm (swap-space->flags-bit-mask): Add it. * gnu/services/base.scm (swap-service-type): Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Warn about swap-devices format changeJosselin Poiret2021-11-23
| | | | | | | | | | | | | | | | * gnu/system.scm (warn-swap-devices-change, %warn-swap-devices-change): Add them. * gnu/system.scm (operating-system) [swap-devices]: Use it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * system: Rework swap space support, add dependencies.Josselin Poiret2021-11-23
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/system/file-systems.scm (swap-space): Add it. * gnu/system.scm (operating-system)[swap-devices]: Update comment. * gnu/services/base.scm (swap-space->shepherd-service-name, swap-deprecated->shepherd-service-name, swap->shepherd-service-name): Add them. * gnu/services/base.scm (swap-service-type, swap-service): Use the new records. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * doc: Fix the example of "Using virt-viewer with Spice".Rostislav Svoboda2021-11-23
| | | | | | | | | | | | | | * doc/guix.texi (Running Guix in a Virtual Machine): add missing line continuation char '\'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * docker: Enable arm64 docker image building for 'guix pack'.Collin J. Doering2021-11-23
| | | | | | | | | | | | * guix/docker.scm (build-docker-image): Recognize "aarch64". Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: pipe-viewer: Update to 0.1.7.Robby Zambito2021-11-23
| | | | | | | | | | | | * gnu/packages/video.scm (pipe-viewer): Update to 0.1.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>