swh:1:snp:3b83c4d7e7b90c29d17377d03c58e31a8bd08654

sort by:
Revision Author Date Message Commit Date
5921012 gnu: nss: Skip tests on powerpc-linux. * gnu/packages/nss.scm (nss)[arguments]: Skip tests on powerpc-linux. 28 May 2021, 10:12:35 UTC
a1c16fe gnu: mercurial: Skip tests on powerpc-linux. * gnu/packages/version-control.scm (mercurial)[arguments]: Skip tests on powerpc-linux. 28 May 2021, 10:12:34 UTC
2073218 build: qemu-command: Add support for powerpc. * gnu/build/vm.scm (qemu-command): Add missing case for powerpc. 28 May 2021, 10:12:33 UTC
4aa0040 gnu: Add mac-fdisk. * gnu/packages/disk.scm (mac-fdisk): New variable. * gnu/packages/patches/mac-fdisk-gentoo-patchset.patch, gnu/packages/patches/mac-fdisk-p18.patch: New files. * gnu/local.mk (dist_patch_DATA): Register them. 28 May 2021, 10:12:32 UTC
7cbd82f gnu: guile-3.0: Fix building on powerpc-linux. * gnu/packages/guile.scm (guile-3.0)[source]: Adjust snippet to skip OOM-test. [arguments]: On powerpc add a phase to adjust the compile flags during the bootstrap process. Add phase to skip known failing test. 28 May 2021, 10:11:42 UTC
d92ee0a guile: Leave 'scm_install_gmp_memory_functions' unchanged. Since the switch to Guile 3.0.7 using mini-GMP, we can leave 'scm_install_gmp_memory_functions' to its default value, which is to use custom memory allocators; there is no interference with users of GMP such as GnuTLS/Nettle. * gnu/packages/aux-files/guile-launcher.c (main) [!SCM_ENABLE_MINI_GMP]: Leave 'scm_install_gmp_memory_functions' unchanged. 25 May 2021, 20:17:38 UTC
e4c02ac ci: Add derivation inputs. * gnu/ci.scm (derivation->job): Add the derivation inputs to the job association list. 25 May 2021, 12:47:16 UTC
42162c8 gnu: mesa: Unify custom phases. * gnu/packages/gl.scm (mesa)[arguments]: Rewrite custom 'disable-failing-test phases to be one joint phase. Adjust 'split-outputs phase to simplify. 24 May 2021, 07:10:06 UTC
c2eb367 gnu: mesa: Add support for powerpc-linux. * gnu/packages/gl.scm (mesa)[inputs]: Add llvm, glslang for powerpc. [arguments]: Customize the configure flags for powerpc. Add powerpc specific phase to skip failing tests. 23 May 2021, 19:23:43 UTC
62282ff gnu: binutils: Fix bug in test suite in libiberty. * gnu/packages/base.scm (binutils)[source]: Add patch. * gnu/packages/patches/binutils-libiberty-endianness-bug.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. 23 May 2021, 19:23:34 UTC
dc25a9d gnu: gcc-boot0: Use 128-bit long-double on powerpc-linux. * gnu/packages/commencement.scm (gcc-boot0)[arguments]: Adjust configure-flag to also use '--with-long-double-128' on powerpc-linux. 23 May 2021, 19:23:27 UTC
cbdb7d4 gnu: bootstrap: Add support for powerpc-linux. On 923bb70a1bff657125c3008f119a477e5cb57c2b gnu:glibc-for-bootstrap: Fix patch. Run ./pre-inst-env guix build --target=powerpc-linux-gnu bootstrap-tarballs Producing /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0 With guix hash -rx /gnu/store/dyj1wvayyp1ihaknkxniz1xamcf4yrhl-bootstrap-tarballs-0 02xx2ydj28pwv3vflqffinpq1icj09gzi9icm8j4bwc4lca9irxn * gnu/packages/bootstrap.scm (%bootstrap-executables): Add entries for powerpc-linux. (%bootstrap-guile-hash, %bootstrap-coreutils&co, %bootstrap-binutils, %bootstrap-glibc, %bootstrap-gcc): Add entry for powerpc-linux. * gnu/packages.scm (%supported-systems): Add powerpc-linux. (%hydra-supported-systems): Remove powerpc-linux. * m4/guix.m4: Add powerpc-linux as a supported system. 23 May 2021, 19:23:18 UTC
0de7945 gnu: python-pyflakes: Remove obsolete patch. This patch was added on 'core-updates' in 43c889de85e79f279931d6cced261f54c9be5075, but no longer necessary since the update to 2.3.1 in 91741db5397174a2e96b4010c3c9ff53d34e8ef0. * gnu/packages/patches/python-pyflakes-fix-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/python-xyz.scm (python-pyflakes)[source](patches): Remove. 22 May 2021, 18:03:24 UTC
9df9a87 gnu: python-tqdm: Update to 4.60.0. * gnu/packages/python-xyz.scm (python-tqdm): Update to 4.60.0. [native-inputs]: Remove PYTHON-NOSE. Add PYTHON-PYTEST, PYTHON-PYTEST-ASYNCIO, PYTHON-PYTEST-TIMEOUT, PYTHON-SETUPTOOLS-SCM, and PYTHON-TOML. [arguments]: Use pytest instead of nosetests in check phase. 22 May 2021, 18:03:24 UTC
3ef5ee3 gnu: Remove 'texlive-amsfonts/patched'. * gnu/packages/tex.scm (texlive-amsfonts)[arguments]: Add the fix from 'texlive-amsfonts/patched'. (texlive-amsfonts/patched): Remove variable. * gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Change from TEXLIVE-AMSFONTS/PATCHED to TEXLIVE-AMSFONTS. 22 May 2021, 18:03:24 UTC
69b048b gnu: guile-static: Fix build without GMP. * gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Add "--enable-mini-gmp" to #:configure-flags. 22 May 2021, 15:28:37 UTC
986e902 gnu: guile-static: Remove obsolete workaround. * gnu/packages/make-bootstrap.scm (make-guile-static)[arguments]: Don't disable JIT on ARMv7. 22 May 2021, 15:28:37 UTC
4ea6852 Merge branch 'master' into core-updates 22 May 2021, 15:21:57 UTC
d4ffa96 gnu: autotrace: Prepare for GLib 2.68 and later. * gnu/packages/patches/autotrace-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (autotrace)[source](patches): New field. 22 May 2021, 15:14:17 UTC
fcf45f8 gnu: emacs-libgit: Fix installation failure. * gnu/packages/emacs-xyz.scm (emacs-libgit)[arguments]: Adjust for renamed source directory. While at it, removing trailing #t's. 22 May 2021, 15:08:15 UTC
2ae0c5d gnu: wget: Update to 1.21.1. * gnu/packages/wget.scm (wget): Update to 1.21.1. 22 May 2021, 15:08:15 UTC
8ce6cea gnu: gtk-doc: Remove obsolete workaround. * gnu/packages/gtk.scm (gtk-doc)[arguments]: Remove set-HOME phase. 22 May 2021, 15:08:15 UTC
cf45cc2 gnu: libxaw: Update to 1.0.14. * gnu/packages/xorg.scm (libxaw): Update to 1.0.14. 22 May 2021, 15:08:15 UTC
ba8dd0c gnu: libxt: Update to 1.2.1. * gnu/packages/xorg.scm (libxt): Update to 1.2.1. * gnu/packages/patches/libxt-guix-search-paths.patch: Adjust context. 22 May 2021, 15:08:15 UTC
a96a993 gnu: xkeyboard-config: Update to 2.32. * gnu/packages/xorg.scm (xkeyboard-config): Update to 2.32. 22 May 2021, 15:08:15 UTC
dca6c37 gnu: libxfixes: Update to 6.0.0. * gnu/packages/xorg.scm (libxfixes): Update to 6.0.0. 22 May 2021, 15:08:14 UTC
5c971de gnu: libxres: Update to 1.2.1. * gnu/packages/xorg.scm (libxres): Update to 1.2.1. 22 May 2021, 15:08:14 UTC
6642195 gnu: xorgproto: Update to 2021.4. * gnu/packages/xorg.scm (xorgproto): Update to 2021.4. 22 May 2021, 15:08:14 UTC
ea782f9 gnu: util-macros: Update to 1.19.3. * gnu/packages/xorg.scm (util-macros): Update to 1.19.3. 22 May 2021, 15:08:14 UTC
4250b25 gnu: doxygen: Update to 1.9.1. * gnu/packages/patches/doxygen-1.8.17-runtests.patch, gnu/packages/patches/doxygen-test.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/documentation.scm (doxygen): Update to 1.9.1. [source](patches): Remove. [home-page]: Use HTTPS. [arguments]: Disable bibtex test with a phase instead of patch. 22 May 2021, 15:08:14 UTC
42db0f4 gnu: SWIG: Update to 4.0.2. * gnu/packages/swig.scm (swig): Update to 4.0.2. [arguments]: Remove. 22 May 2021, 15:08:14 UTC
6daa0b5 gnu: Tcl/Tk: Update to 8.6.11. * gnu/packages/patches/tcl-fix-cross-compilation.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/tcl.scm (tcl): Update to 8.6.11. [source](patches): Remove. [arguments]: Remove trailing #t's. (tk): Update to 8.6.11.1. [arguments]: Remove trailing #t's and reindent. 22 May 2021, 15:08:14 UTC
4119775 gnu: libuv: Update to 1.41.0. * gnu/packages/libevent.scm (libuv): Update to 1.41.0. [native-inputs]: Change from AUTOCONF-WRAPPER to AUTOCONF. 22 May 2021, 15:08:14 UTC
46f2d25 gnu: libfaketime: Use absolute 'date' reference. * gnu/packages/check.scm (libfaketime)[inputs]: Add COREUTILS. [arguments]: Add phase to substitute the absolute 'date' file name. 22 May 2021, 15:08:14 UTC
b3338f1 gnu: help2man: Update to 1.48.3. * gnu/packages/man.scm (help2man): Update to 1.48.3. 22 May 2021, 15:08:14 UTC
5d3ac92 gnu: automake: Remove unnecessary conditional. * gnu/packages/autotools.scm (automake)[inputs]: Add all unconditionally. 22 May 2021, 15:08:14 UTC
1496bb5 gnu: autoconf: Remove unnecessary conditional. * gnu/packages/autotools.scm (autoconf-2.69)[inputs]: Add all unconditionally. 22 May 2021, 15:08:14 UTC
b08d989 gnu: boost: Update to 1.76.0. * gnu/packages/patches/boost-fix-transitive-linking.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/boost.scm (boost): Update to 1.76.0. [source](patches): Remove. 22 May 2021, 15:08:14 UTC
52f4ba9 gnu: util-linux: Disable setarch test on all architectures. * gnu/packages/linux.scm (util-linux)[arguments]: Don't make the disable-setarch-test phase conditional. While at it, remove trailing #t's. 22 May 2021, 15:08:13 UTC
11284cb gnu: gfortran: Remove obsolete workaround. * gnu/packages/gcc.scm (gfortran): Use GCC directly. 22 May 2021, 15:08:13 UTC
b4bf509 gnu: zstd: Update to 1.5.0. * gnu/packages/compression.scm (zstd): Update to 1.5.0. [arguments]: Remove obsolete phase. 22 May 2021, 15:08:13 UTC
bd6cb1d gnu: ninja: Update to 1.10.2. * gnu/packages/ninja.scm (ninja): Update to 1.10.2. [arguments]: Remove trailing #t's. 22 May 2021, 15:08:13 UTC
13ee1b9 gnu: meson: Update to 0.58.0. * gnu/packages/build-tools.scm (meson): Update to 0.58.0. [source](patches): New field. 22 May 2021, 15:08:13 UTC
dfd6ca1 gnu: Meson: Remove special versions. * gnu/packages/audio.scm (lv2-speech-denoiser, libaudec)[arguments]: Remove #:meson. * gnu/packages/build-tools.scm (meson): Update to 0.57.2. (meson-0.55, meson-next): Remove variables. * gnu/packages/datastructures.scm (tllist)[arguments]: Remove. * gnu/packages/fontutils.scm (fcft)[arguments]: Likewise. * gnu/packages/gimp.scm (babl, gegl)[arguments]: Remove #:meson. * gnu/packages/gtk.scm (gdk-pixbuf)[arguments]: Likewise. * gnu/packages/lua.scm (emilua)[arguments]: Likewise. * gnu/packages/music.scm (zrythm)[arguments]: Likewise. * gnu/packages/terminals.scm (foot)[arguments]: Likewise. * gnu/packages/virtualization.scm (qemu)[native-inputs]: Change from MESON-NEXT to MESON. (libvirt)[arguments]: Remove #:meson. * gnu/packages/wm.scm (wlroots, sway)[arguments]: Likewise. 22 May 2021, 15:08:13 UTC
c52eddc gnu: gtkmm: Fix build failure. * gnu/packages/gtk.scm (gtkmm)[native-inputs]: Add GLIB:BIN. [propagated-inputs]: Change ATKMM to ATKMM-2.28 and PANGOMM to PANGOMM-2.46. * gnu/packages/gtk.scm (gtkmm-2)[native-inputs]: Don't inherit from GTKMM. 22 May 2021, 15:08:13 UTC
0d2e7de gnu: pangomm@2.42: Update to 2.46.0. * gnu/packages/gtk.scm (pangomm-2.42): Rename to ... (pangomm-2.46): ... this. Update to 2.46.0. (gtkmm-2)[propagated-inputs]: Adjust accordingly. 22 May 2021, 15:08:13 UTC
200ddf3 gnu: cairomm@1.13: Update to 1.14.2. * gnu/packages/gtk.scm (cairomm-1.13): Rename to ... (cairomm-1.14): ... this. Update to 1.14.2. [build-system, arguments]: Remove. (pangomm-2.42, gtkmm-2)[propagated-inputs]: Adjust for variable rename. 22 May 2021, 15:08:13 UTC
f20de61 gnu: ATLAS: Fix build with GCC 10. * gnu/packages/patches/atlas-gfortran-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/maths.scm (atlas)[source](patches): New field. 22 May 2021, 15:08:13 UTC
a5c6bd3 gnu: libical: Update to 3.0.10. * gnu/packages/calendar.scm (libical): Update to 3.0.10. 22 May 2021, 15:08:13 UTC
10755ce gnu: cairomm: Do not propagate fontconfig. * gnu/packages/gtk.scm (cairomm)[propagated-inputs]: Move FONTCONFIG ... [inputs]: ... here. New field. 22 May 2021, 15:08:13 UTC
582537d gnu: python-sphinx: Update to 4.0.1. * gnu/packages/sphinx.scm (python-sphinx): Update to 4.0.1. 22 May 2021, 15:08:12 UTC
78c2f6e gnu: python-pyopenssl: Update to 20.0.1. * gnu/packages/python-crypto.scm (python-pyopenssl): Update to 20.0.1. 22 May 2021, 15:08:12 UTC
b12a916 gnu: java.scm: Adjust to new #:disallowed-references convention. * gnu/packages/java.scm (icedtea-8, openjdk9, openjdk10, openjdk11)[arguments]: Adjust #:disallowed-references. 22 May 2021, 15:08:12 UTC
d58e2f2 gnu: libblockdev: Prepare for GLib 2.58. * gnu/packages/patches/libblockdev-glib-compat.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/disk.scm (libblockdev)[source](patches): New field. 22 May 2021, 14:04:59 UTC
404feff gnu: ucx: Restore (and adapt) ioctl fallback patch. This is a followup to 4ebd4a58ce307874b18c30ffcd4852440e475ad5 which removed the patch, but it was still necessary for some dependents. * gnu/packages/patches/ucx-tcp-iface-ioctl.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fabric-management.scm (ucx)[source](patches): New field. 22 May 2021, 14:04:59 UTC
19ea43c gnu: cmdtest: Do not propagate any inputs. * gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ... [inputs]: ... here. New field. 22 May 2021, 14:04:59 UTC
0bdb7d3 gnu: cmdtest: Update to 0.32-14-gcdfe14e. * gnu/packages/check.scm (cmdtest): Update to 0.32-14-gcdfe14e. [source]: Switch to GIT-FETCH. [arguments]: Remove #:phases and #:python. Add #:tests?. [native-inputs]: Change from PYTHON2-CLIAPP, PYTHON2-MARKDOWN, and PYTHON-TTYSTATUS to their respective Python 3 variants. 22 May 2021, 14:04:59 UTC
10c8aa0 gnu: python2-ttystatus: Add Python 3 variant. * gnu/packages/python-xyz.scm (python2-ttystatus): Rename to ... (python-ttystatus): ... this. [name, native-inputs, arguments]: Adjust accordingly. [descriptions]: Remove mentions of Python version and add markup. (python2-ttystatus): Use PACKAGE-WITH-PYTHON2. 22 May 2021, 14:04:59 UTC
0d0e3be gnu: python2-cliapp: Add Python 3 variant. * gnu/packages/python-xyz.scm (python2-cliapp): Rename to ... (python-cliapp): ... this. [name, native-inputs, propagated-inputs]: Adjust accordingly. [arguments]: Disable tests. [description]: Remove mentions of Python version and add markup. (python2-cliapp): Use PACKAGE-WITH-PYTHON2. 22 May 2021, 14:04:59 UTC
3508335 gnu: python-coverage-test-runner: Add Python 3 variant. * gnu/packages/check.scm (python2-coverage-test-runner): Rename to ... (python-coverage-test-runner): ... this. [arguments, propagated-inputs]: Adjust for Python 3. (python2-coverage-test-runner): Use PACKAGE-WITH-PYTHON2. 22 May 2021, 14:04:59 UTC
de47177 gnu: sharutils: 'which' is a native input. * gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this. 22 May 2021, 14:04:58 UTC
9fe4e45 gnu: sharutils: Prepare for GCC 10. * gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution to avoid duplicate header definitions. [arguments]: Remove trailing #t. 22 May 2021, 14:04:58 UTC
c1947a8 gnu: ntp: Prepare for GCC 10. * gnu/packages/ntp.scm (ntp)[source](patches): New field. 22 May 2021, 14:04:58 UTC
7003b2d scripts: discover: Report Avahi errors. Fixes: <https://issues.guix.gnu.org/48561>. * guix/scripts/discover (guix-discover): Report Avahi errors. 22 May 2021, 12:04:19 UTC
fbabf0b gnu: guix: Update to 9f2b2c4. * gnu/packages/package-management.scm (guix): Update to 9f2b2c4. 22 May 2021, 08:18:54 UTC
9f2b2c4 gnu: Add emacs-poly-r. * gnu/packages/statistics.scm (emacs-poly-r): New variable. 22 May 2021, 05:14:29 UTC
9860c4f gnu: Add emacs-poly-noweb. * gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable. 22 May 2021, 05:14:28 UTC
a1a7a33 gnu: pinball: Update to 3.1.20201218. * gnu/packages/games.scm (pinball): Update to 3.1.20201218. [source]: Tarballs no longer published on sourceforge, so use git-fetch. [native-inputs]: New field for bootstrapping inputs. [inputs]: Add libltdl. [arguments]: Add custom 'bootstrap' phase. * gnu/packages/patches/pinball-system-ltdl.patch: Adjust to latest source. * gnu/packages/patches/pinball-const-fix.patch, gnu/packages/patches/pinball-cstddef.patch, gnu/packages/patches/pinball-missing-separators.patch, gnu/packages/patches/pinball-src-deps.patch: Delete upstreamed patches. * gnu/local.mk (dist_patch_DATA): Remove them. 22 May 2021, 03:37:54 UTC
8aab6e0 gnu: python-scour: Update to 0.38.2. * gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2. 21 May 2021, 20:20:13 UTC
b6c83dc gnu: python-scour: Correct version. * gnu/packages/python-xyz.scm (python-scour): Correct version string from 038.1 to 0.38.1. 21 May 2021, 19:57:01 UTC
bd382fa gnu: xfce4-screenshooter: Update to 1.9.9. * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name> 21 May 2021, 16:21:14 UTC
082988a gnu: Fix build for ldc. * gnu/packages/dlang.scm (ldc): Disable tests that use ptrace. 21 May 2021, 16:05:07 UTC
97c2e9e gnu: Add emacs-purescript-mode. * gnu/packages/emacs-xyz.scm (emacs-purescript-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 21 May 2021, 15:57:30 UTC
ed5a75c gnu: linux-libre: Update to 5.12.5. * gnu/packages/linux.scm (linux-libre-5.11-version, deblob-scripts-5.11, linux-libre-5.11-pristine-source, linux-libre-5.11-source, linux-libre-headers-5.11, linux-libre-5.11): Remove variables. (linux-libre-version, linux-libre-pristine-source, linux-libre-source, linux-libre): Update to the 5.12 kernel series. (linux-libre-with-bpf): Update to the 5.12 kernel series. * gnu/packages/aux-files/linux-libre/5.11-arm.conf, gnu/packages/aux-files/linux-libre/5.11-arm64.conf, gnu/packages/aux-files/linux-libre/5.11-i686.conf, gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Delete files. * Makefile.am (AUX_FILES): Remove them. 21 May 2021, 15:40:12 UTC
e7f97f8 gnu: python-pikepdf: Update to 2.12.1. * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1. 21 May 2021, 15:36:34 UTC
f161623 gnu: giac: Update to 1.7.0-9. * gnu/packages/algebra.scm (giac): Update to 1.7.0-9. 21 May 2021, 15:23:01 UTC
652a038 gnu: Add font-victor-mono * gnu/packages/fonts.scm (font-victor-mono): New variable. 21 May 2021, 11:32:30 UTC
4bf2637 gnu: sameboy: Update to 0.14.3 * gnu/packages/emulators.scm (sameboy): Update to 0.14.3. [native-inputs]: Remove gcc-9. [arguments]: Use cc-for-target instead of hard-coding gcc. 21 May 2021, 11:08:57 UTC
d2e531f gnu: Add numdiff. * gnu/packages/maths.scm (numdiff): New variable. 21 May 2021, 10:34:33 UTC
8b972bd gnu: sbcl-cl-html5-parser: Enable tests. * gnu/packages/lisp-xyz.scm (sbcl-cl-html5-parser) [arguments]: Enable tests, clean up not required #:asd-systems. [native-inputs]: Add json-streams, split-sequence and stefil. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 21 May 2021, 09:15:49 UTC
20eb41b gnu: Add cl-json-streams. * gnu/packages/lisp-xyz.scm (sbcl-json-streams, ecl-json-streams, cl-json-streams): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 21 May 2021, 09:10:30 UTC
2a60770 gnu: Add cl-woo. * gnu/packages/lisp-xyz.scm (sbcl-woo, ecl-woo, cl-woo): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 21 May 2021, 09:02:06 UTC
c4ebe65 gnu: Add cl-lev. * gnu/packages/lisp-xyz.scm (sbcl-lev, ecl-lev, cl-lev): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 21 May 2021, 08:28:13 UTC
0195d90 gnu: Add cl-speedy-queue. * gnu/packages/lisp-xyz.scm (sbcl-cl-speedy-queue, ecl-cl-speedy-queue, cl-speedy-queue): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> 21 May 2021, 08:22:59 UTC
1a06caf gnu: detox: Update to 1.4.2. * gnu/packages/admin.scm (detox): Update to 1.4.2 [arguments]: Remove '#:tests?', provide customer 'check' phase. 21 May 2021, 03:20:01 UTC
f7d2ae5 gnu: kicad: Fix ngspice support. Fixes <https://bugs.gnu.org/48336>. * gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-ngspice-detection' phase. 20 May 2021, 21:45:15 UTC
cf95957 gnu: emacs-org-super-agenda: Disable failing test. * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:phases>: Disable the “org-super-agenda-test--:auto-tags” test. The test failure was caused by commit 71045f4e6425a686667cf30252a2a71cff36308b. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> 20 May 2021, 21:36:19 UTC
a74de6c gnu: dav1d: Update to 0.9.0. * gnu/packages/video.scm (dav1d): Update to 0.9.0. 20 May 2021, 16:42:59 UTC
bead7dd gnu: libaom: Update to 3.1.0. * gnu/packages/video.scm (libaom): Update to 3.1.0. 20 May 2021, 16:42:49 UTC
bd8e762 guix: Build texlive-configuration only when texlive-base is present. Fixes <https://bugs.gnu.org/48519>. * guix/profiles.scm (texlive-configuration): Build only if texlive-base is present in the profile's manifest. 20 May 2021, 14:29:41 UTC
26a69ae gnu: emacs-ob-erlang: Update to 20210321. * gnu/packages/emacs-xyz.scm (emacs-ob-erlang): Update to 20210321. 20 May 2021, 14:21:30 UTC
28afc9b gnu: Add julia-recipesbase. * gnu/packages/julia-xyz.scm (julia-recipesbase): New variable. 20 May 2021, 14:12:26 UTC
6496b31 gnu: Add julia-static. * gnu/packages/julia-xyz.scm (julia-static): New variable. 20 May 2021, 14:12:26 UTC
130c13c gnu: Add julia-aqua. * gnu/packages/julia-xyz.scm (julia-aqua): New variable. 20 May 2021, 14:12:26 UTC
9e30f65 gnu: Add julia-pdmats. * gnu/packages/julia-xyz.scm (julia-pdmats): New variable. 20 May 2021, 14:12:26 UTC
47f67c5 gnu: Add julia-stablerngs. * gnu/packages/julia-xyz.scm (julia-stablerngs): New variable. 20 May 2021, 14:12:25 UTC
a9db2df gnu: Add julia-crayons. * gnu/packages/julia-xyz.scm (julia-crayons): New variable. 20 May 2021, 14:12:25 UTC
dd331f4 gnu: Add julia-parameters. * gnu/packages/julia-xyz.scm (julia-parameters): New variable. 20 May 2021, 14:12:25 UTC
c1f7692 gnu: Add julia-unpack. * gnu/packages/julia-xyz.scm (julia-unpack): New variable. 20 May 2021, 14:12:25 UTC
9f3dae8 gnu: Add julia-safetestsets. * gnu/packages/julia-xyz.scm (julia-safetestsets): New variable. 20 May 2021, 14:12:25 UTC
back to top