summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into core-updatesMarius Bakke2021-05-22
|\
| * gnu: autotrace: Prepare for GLib 2.68 and later.Marius Bakke2021-05-22
| | | | | | | | | | | | * 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.
| * gnu: libblockdev: Prepare for GLib 2.58.Marius Bakke2021-05-22
| | | | | | | | | | | | * 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.
| * gnu: ucx: Restore (and adapt) ioctl fallback patch.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | | | 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.
| * gnu: cmdtest: Do not propagate any inputs.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/check.scm (cmdtest)[propagated-inputs]: Move everything ... [inputs]: ... here. New field.
| * gnu: cmdtest: Update to 0.32-14-gcdfe14e.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | * 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.
| * gnu: python2-ttystatus: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | * 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.
| * gnu: python2-cliapp: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: python-coverage-test-runner: Add Python 3 variant.Marius Bakke2021-05-22
| | | | | | | | | | | | | | * 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.
| * gnu: sharutils: 'which' is a native input.Marius Bakke2021-05-22
| | | | | | | | | | * gnu/packages/compression.scm (sharutils)[inputs]: Rename to ... [native-inputs]: ... this.
| * gnu: sharutils: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | | | | | | | | | * gnu/packages/compression.scm (sharutils)[source](snippet): Add substitution to avoid duplicate header definitions. [arguments]: Remove trailing #t.
| * gnu: ntp: Prepare for GCC 10.Marius Bakke2021-05-22
| | | | | | | | * gnu/packages/ntp.scm (ntp)[source](patches): New field.
| * scripts: discover: Report Avahi errors.Mathieu Othacehe2021-05-22
| | | | | | | | | | | | Fixes: <https://issues.guix.gnu.org/48561>. * guix/scripts/discover (guix-discover): Report Avahi errors.
| * gnu: guix: Update to 9f2b2c4.Christopher Baines2021-05-22
| | | | | | | | * gnu/packages/package-management.scm (guix): Update to 9f2b2c4.
| * gnu: Add emacs-poly-r.Ricardo Wurmus2021-05-22
| | | | | | | | * gnu/packages/statistics.scm (emacs-poly-r): New variable.
| * gnu: Add emacs-poly-noweb.Ricardo Wurmus2021-05-22
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-poly-noweb): New variable.
| * gnu: pinball: Update to 3.1.20201218.Eric Bavier2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: python-scour: Update to 0.38.2.Björn Höfling2021-05-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-scour): Update to 0.38.2.
| * gnu: python-scour: Correct version.Björn Höfling2021-05-21
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-scour): Correct version string from 038.1 to 0.38.1.
| * gnu: xfce4-screenshooter: Update to 1.9.9.Michael Rohleder2021-05-21
| | | | | | | | | | | | * gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Fix build for ldc.Roel Janssen2021-05-21
| | | | | | | | * gnu/packages/dlang.scm (ldc): Disable tests that use ptrace.
| * gnu: Add emacs-purescript-mode.Xinglu Chen2021-05-21
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-purescript-mode): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: linux-libre: Update to 5.12.5.Leo Famulari2021-05-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
| * gnu: python-pikepdf: Update to 2.12.1.Nicolas Goaziou2021-05-21
| | | | | | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.12.1.
| * gnu: giac: Update to 1.7.0-9.Nicolas Goaziou2021-05-21
| | | | | | | | * gnu/packages/algebra.scm (giac): Update to 1.7.0-9.
| * gnu: Add font-victor-monoaecepoglu2021-05-21
| | | | | | | | * gnu/packages/fonts.scm (font-victor-mono): New variable.
| * gnu: sameboy: Update to 0.14.3Felix Gruber2021-05-21
| | | | | | | | | | | | * 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.
| * gnu: Add numdiff.Paul A. Patience2021-05-21
| | | | | | | | * gnu/packages/maths.scm (numdiff): New variable.
| * gnu: sbcl-cl-html5-parser: Enable tests.Sharlatan Hellseher2021-05-21
| | | | | | | | | | | | | | | | * 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>
| * gnu: Add cl-json-streams.Sharlatan Hellseher2021-05-21
| | | | | | | | | | | | | | * 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>
| * gnu: Add cl-woo.Sharlatan Hellseher2021-05-21
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-woo, ecl-woo, cl-woo): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-lev.Sharlatan Hellseher2021-05-21
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-lev, ecl-lev, cl-lev): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: Add cl-speedy-queue.Sharlatan Hellseher2021-05-21
| | | | | | | | | | | | | | * 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>
| * gnu: detox: Update to 1.4.2.Eric Bavier2021-05-20
| | | | | | | | | | * gnu/packages/admin.scm (detox): Update to 1.4.2 [arguments]: Remove '#:tests?', provide customer 'check' phase.
| * gnu: kicad: Fix ngspice support.Guillaume Le Vaillant2021-05-20
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/48336>. * gnu/packages/engineering.scm (kicad)[arguments]: Add 'fix-ngspice-detection' phase.
| * gnu: emacs-org-super-agenda: Disable failing test.Xinglu Chen2021-05-20
| | | | | | | | | | | | | | | | * 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>
| * gnu: dav1d: Update to 0.9.0.Leo Famulari2021-05-20
| | | | | | | | * gnu/packages/video.scm (dav1d): Update to 0.9.0.
| * gnu: libaom: Update to 3.1.0.Leo Famulari2021-05-20
| | | | | | | | * gnu/packages/video.scm (libaom): Update to 3.1.0.
| * guix: Build texlive-configuration only when texlive-base is present.Ricardo Wurmus2021-05-20
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/48519>. * guix/profiles.scm (texlive-configuration): Build only if texlive-base is present in the profile's manifest.
| * gnu: emacs-ob-erlang: Update to 20210321.Maxim Cournoyer2021-05-20
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-ob-erlang): Update to 20210321.
| * gnu: Add julia-recipesbase.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-recipesbase): New variable.
| * gnu: Add julia-static.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-static): New variable.
| * gnu: Add julia-aqua.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-aqua): New variable.
| * gnu: Add julia-pdmats.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-pdmats): New variable.
| * gnu: Add julia-stablerngs.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-stablerngs): New variable.
| * gnu: Add julia-crayons.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-crayons): New variable.
| * gnu: Add julia-parameters.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-parameters): New variable.
| * gnu: Add julia-unpack.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-unpack): New variable.
| * gnu: Add julia-safetestsets.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-safetestsets): New variable.
| * gnu: Add julia-sortingalgorithms.Efraim Flashner2021-05-20
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-sortingalgorithms): New variable.