summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2021-11-25gnu: python2-relatorio: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-relatorio): Delete variable.
2021-11-25gnu: python2-traitlets: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-traitlets): Delete variable. (python-traitlets)[properties]: Remove.
2021-11-25gnu: python2-colormath: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-colormath): Delete variable.
2021-11-25gnu: python2-spectra: Remove package.zimoun
* gnu/packages/python-xyz.scm (python2-spectra): Delete variable.
2021-11-24gnu: shotwell: Build with libsoup 2.Leo Famulari
* gnu/packages/gnome.scm (shotwell)[inputs]: Remove libsoup@3. Replace webkitgtk with webkitgtk-with-libsoup2.
2021-11-24gnu: pitivi: Fix build.Leo Famulari
* gnu/packages/video.scm (pitivi)[inputs]: Adjust arguments to gst-plugins-bad variant. [arguments]: Use meson-0.59.
2021-11-24gnu: glib-networking: Work around test failure on 32-bit platforms.Ludovic Courtès
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.
2021-11-24gnu: plotutils: Fix tests on i686.Ludovic Courtès
* gnu/packages/plotutils.scm (plotutils)[arguments]: On 32-bit x86, pass CFLAGS and add 'skip-sloppy-test' phase.
2021-11-24gnu: python2-cryptography: Remove 'sanity-check phase.Ricardo Wurmus
* gnu/packages/python-crypto.scm (python2-cryptography)[arguments]: Do not inherit; remove 'sanity-check phase.
2021-11-24gnu: cl-slynk: Fix build.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-slynk)[arguments]: Fix 'build-image' phase.
2021-11-24gnu: cl-libxml2: Fix build.Guillaume Le Vaillant
Tests are not working properly and the check phase never ends. * gnu/packages/lisp-xyz.scm (sbcl-cl-libxml2)[arguments]: Disable tests.
2021-11-24gnu: cl-html-encode: Fix source tarball name.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scp (sbcl-html-encode)[source]: Remove 'file-name' field.
2021-11-24gnu: python2-backports-csv: Remove sanity-check phase.Ricardo Wurmus
* gnu/packages/python-xyz.scm (python2-backports-csv)[arguments]: Remove 'sanity-check phase.
2021-11-24gnu: python2-astroid: Add missing input and don't inherit.Ricardo Wurmus
* 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.
2021-11-24gnu: asymptote: Fix build.Nicolas Goaziou
* 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.
2021-11-24gnu: polkit: Define polkit package variable based on architecture.Maxim Cournoyer
* gnu/packages/polkit.scm (polkit): Rename to... (polkit*): ... this. (polkit-duktape): Adjust to inherit from polkit*. (polkit-for-system): New procedure. (polkit): New variable.
2021-11-24gnu: sideload: Update to 6.0.2.Maxim Cournoyer
* gnu/packages/pantheon.scm (sideload): Update to 6.0.2. Delete trailing #t. [configure-flags]: Remove nonexistent flatpak build option. [inputs]: Add libhandy.
2021-11-24gnu: gdm: Pass GDK_PIXBUF_MODULE_FILE to sessions.Josselin Poiret
* 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>
2021-11-24gnu: malcontent: Use meson 0.59 to fix build.Maxim Cournoyer
* gnu/packages/freedesktop.scm (malcontent)[meson]: Use meson 0.59.
2021-11-24gnu: libostree: Update to 2021.6.Maxim Cournoyer
* gnu/packages/package-management.scm (libostree): Update to 2021.6.
2021-11-24gnu: libostree: Build with libsoup 2.John Kehayias
* gnu/packages/package-management.scm (libostree)[inputs]: Change LIBSOUP to LIBSOUP-MINIMAL-2. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2021-11-24gnu: julia: Use libgit2-1.1 and prepare for parallel tests.Maxim Cournoyer
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>
2021-11-23gnu: iftop: Fix build failure with GCC 10.Leo Famulari
* gnu/packages/admin.scm (iftop)[arguments]: New field.
2021-11-23gnu: libgit2: Reintroduce 1.1.0.Ludovic Courtès
* 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.
2021-11-23gnu: libgit2: Remove version 0.28.Ludovic Courtès
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.
2021-11-23Merge branch 'master' into core-updates-frozenLudovic Courtès
2021-11-23doc: Add new Swap Space section.Josselin Poiret
* 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>
2021-11-23system: Filter out boot dependencies from swap-space.Josselin Poiret
* gnu/systems.scm (swap-services): Filter them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23system: Add swap flags.Josselin Poiret
* 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>
2021-11-23system: Warn about swap-devices format changeJosselin Poiret
* 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>
2021-11-23system: Rework swap space support, add dependencies.Josselin Poiret
* 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>
2021-11-23gnu: pipe-viewer: Update to 0.1.7.Robby Zambito
* gnu/packages/video.scm (pipe-viewer): Update to 0.1.7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: piper: Update to 0.6.Brendan Tildesley
* gnu/packages/gnome.scm (piper): Update to 0.6. [inputs]: Add libratbag. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: libratbag: Update to 0.16.Brendan Tildesley
* gnu/packages/gnome.scm (libratbag): Update to 0.16. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: Add qtile.Stephen Paul Weber
* gnu/packages/wm.scm (qtile): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: Add python-iwlib.Stephen Paul Weber
* gnu/packages/python-xyz.scm (python-iwlib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: Add python-dbus-next.Stephen Paul Weber
* gnu/packages/python-xyz.scm (python-debus-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: python-xcffib: Upgrade to 0.11.1.Stephen Paul Weber
Required for qtile. * gnu/packages/python-xyz.scm (python-xcffib): Upgrade to 0.11.1. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: Add stcgal.Simon South
* gnu/packages/embedded.scm (stcgal): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: Add python-tinydb.jgart
* gnu/packages/databases.scm (python-tinydb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-11-23gnu: emacs-fullframe: Update to 0.5.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-fullframe): Update to 0.5.1. [source]: Update URI. [home-page]: Update home-page accordingly.
2021-11-23gnu: wireshark: Update to 3.6.0.Nicolas Goaziou
* gnu/packages/networking.scm (wireshark): Update to 3.6.0.
2021-11-23tests: Fix installation tests.Mathieu Othacehe
Use a CEST timezone as this is the assumed timezone in the run-basic-test procedure. * gnu/tests/install.scm (%encrypted-root-not-boot-os, %btrfs-root-on-subvolume-os): Use a CEST timezone.
2021-11-22gnu: guile-git: Patch to support latest libgit2.Maxim Cournoyer
* gnu/packages/patches/guile-git-adjust-for-libgit2-1.2.0.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/guile.scm (guile-git)[source]: Use it.
2021-11-22gnu: rust-git2: Update to 0.13.24.Maxim Cournoyer
* gnu/packages/crates-io.scm (rust-git2): Update to 0.13.24.
2021-11-22gnu: rust-libgit2-sys-0.12: Update to 0.12.25+1.3.0.Maxim Cournoyer
* gnu/packages/crates-io.scm (rust-libgit2-sys-0.12): Update to 0.12.25+1.3.0.
2021-11-22gnu: python-pygit2: Update to 1.7.1.Maxim Cournoyer
* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.7.1.
2021-11-22gnu: libgit2: Update to 1.3.0.Maxim Cournoyer
* gnu/packages/patches/libgit2-mtime-0.patch: Delete file. * gnu/local.mk (dist_patch_DATA): De-register it. * gnu/packages/version-control.scm (libgit2): Update to 1.3.0. [source]: Remove patch and simplify snippet. [phases]: Remove trailing #t.
2021-11-22gnu: oil: Update to 0.9.4.Felix Gruber
* gnu/packages/shells.scm (oil): Update to 0.9.4. Signed-off-by: Timothy Sample <samplet@ngyro.com>
2021-11-22gnu: guix-build-coordinator: Update to 0-39.c9c55c0.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-39.c9c55c0.