aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Collapse)Author
2020-04-01gnu: gnumach: Fix compilation.Ludovic Courtès
* gnu/packages/hurd.scm (gnumach)[arguments]: Inherit arguments from GNUMACH-HEADERS. [native-inputs]: Add AUTOCONF, AUTOMAKE, and TEXINFO-4.
2020-04-01Revert "gnu: coreutils: Fix cross-compilation to i586-pc-gnu."Ludovic Courtès
This reverts commit 67cbfeae30eb9b7c56145bf72582d71eea177370, which is not longer necessary now that the 'ld.so' linker script of the cross glibc contains "libhurduser.so libmachuser.so".
2020-04-01gnu: cross-libc: Build fix for the Hurd.Jan Nieuwenhuizen
This fixes cross building of coreutils, e.g. ./pre-inst-env guix build --target=i586-pc-gnu coreutils * gnu/packages/cross-base.scm (cross-libc): Add -lhurduser, -lmachuser for the Hurd.
2020-03-31gnu: Add spandsp.Raghav Gururajan
* gnu/packages/telephony.scm (spandsp): New variable. Co-authored by Maxim Cournoyer. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-03-31gnu: Add neverballVitaliy Shatrov
* gnu/packages/games.scm (neverball): New variable.
2020-03-31gnu: pam-krb5: Fix CVE-2020-10595.Leo Famulari
* gnu/packages/patches/pam-krb5-CVE-2020-10595.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/admin.scm (pam-krb5)[source]: Use it.
2020-03-31gnu: python-pyyaml: Update to 5.3.1 [fixes CVE-2020-1747]Leo Famulari
* gnu/packages/python-xyz.scm (python-pyyaml): Update to 5.3.1.
2020-03-31gnu: Add perl-class-mix.Paul Garlick
* gnu/packages/perl.scm (perl-class-mix): New variable.
2020-03-31gnu: Add perl-params-classify.Paul Garlick
* gnu/packages/perl.scm (perl-params-classify): New variable.
2020-03-31gnu: Add perl-devel-callchecker.Paul Garlick
* gnu/packages/perl.scm (perl-devel-callchecker): New variable.
2020-03-31gnu: Add perl-dynaloader-functions.Paul Garlick
* gnu/packages/perl.scm (perl-dynaloader-functions): New variable.
2020-03-31gnu: mumi: Update to 0.0.0-9.5fdbc3e.Ricardo Wurmus
* gnu/packages/mail.scm (mumi): Update to 0.0.0-9.5fdbc3e.
2020-03-31gnu: coreutils: Fix cross-compilation to i586-pc-gnu.Ludovic Courtès
Until now cross-compilation would fail with: i586-pc-gnu-ld: src/copy.o: undefined reference to symbol 'file_chauthor' i586-pc-gnu-ld: /gnu/store/…-glibc-cross-i586-pc-gnu-2.29/lib/libhurduser.so.0.3: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status * gnu/packages/base.scm (coreutils)[arguments]: When 'hurd-target?', add #:configure-flags.
2020-03-31gnu: hwloc@2: Update to 2.2.0.Ludovic Courtès
* gnu/packages/mpi.scm (hwloc-2): Update to 2.2.0.
2020-03-31gnu: hwloc@2: Skip test that fails on emulated hardware.Ludovic Courtès
Works around <https://bugs.gnu.org/40342>. * gnu/packages/mpi.scm (hwloc-2)[arguments]: Add 'skip-test-that-fails-on-qemu' phase.
2020-03-31gnu: scdoc: Update to 1.10.1.Alexandru-Sergiu Marton
* gnu/packages/man.scm (scdoc): Update to 1.10.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-03-31gnu: Order module imports in (gnu packages ntp).Tobias Geerinckx-Rice
This shouldn't cause any conflicts :-) * gnu/packages/ntp.scm: Order module imports alphabetically.
2020-03-31gnu: sonic: Fix installation directories.Tobias Geerinckx-Rice
* gnu/packages/speech.scm (sonic)[arguments]: Replace erroneous use of DESTDIR with PREFIX. Add the required ‘rpath’ LDFLAGS together with a ‘respect-LDFLAGS’ phase.
2020-03-31gnu: hexchat: Fix typo in synopsis.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (hexchat)[synopsis]: Lowercase ‘client’.
2020-03-31gnu: gmime: Update to 3.2.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (gmime): Update to 3.2.7.
2020-03-31gnu: font-rachana: Don't use unstable tarball.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-rachana)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2020-03-31gnu: font-rachana: Update to 7.0.3.Tobias Geerinckx-Rice
* gnu/packages/fonts.scm (font-rachana): Update to 7.0.3.
2020-03-31gnu: mumi: Update to 0.0.0-8.9f66dbc.Ricardo Wurmus
* gnu/packages/mail.scm (mumi): Update to 0.0.0-8.9f66dbc.
2020-03-31gnu: procenv: Make some inputs native & make multiline.Vincent Legoll
* gnu/packages/linux.scm (procenv)[native-inputs]: New field. [inputs]: Move groff to native-inputs, move each remaining item on its own line. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31gnu: nftables: Make some inputs native.Vincent Legoll
* gnu/packages/linux.scm (procenv)[native-inputs]: New field. [inputs]: Move bison & flex to native-inputs. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31gnu: sudo: Make some inputs native.Vincent Legoll
* gnu/packages/admin.scm (sudo)[native-inputs]: New field. [inputs]: Move groff to native-inputs. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-31gnu: privoxy: Make some inputs native.Vincent Legoll
* gnu/packages/tor.scm (privoxy)[native-inputs]: New field. [inputs]: Move autoconf & automake to native-inputs. Signed-off-by: Mathieu Othacehe <m.othacehe@gmail.com>
2020-03-30gnu: antlr3: Make antlr3-3.3 public.Raghav Gururajan
This is done in preparation of adding Linphone, which transitively requires antlr3-3.3 through its belle-sip dependency. * gnu/packages/java.scm (antlr3): Make antlr3-3.3 public. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2020-03-31gnu: Add emacs-flycheck-elm.John Soo
* gnu/packages/emacs-xyz.scm (emacs-flycheck-elm): New variable.
2020-03-30gnu: emacs-stumpwm-mode: Bump revision.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Bump revision. This is a followup to 31ee29161c1b9451b68366e653c7858d8135f8d1.
2020-03-30gnu: Add emacs-dhall-mode.John Soo
* gnu/packages/emacs-xyz.scm (emacs-dhall-mode): New variable.
2020-03-30gnu: Add emacs-haskell-snippets.John Soo
* gnu/packages/emacs-xyz.scm (emacs-haskell-snippets): New variable.
2020-03-30gnu: Add stumpish.Oleg Pykhalov
* gnu/packages/wm.scm (stumpish): New variable.
2020-03-30gnu: Add sbcl-stumpwm-ttf-fonts.Oleg Pykhalov
* gnu/packages/wm.scm (sbcl-stumpwm-ttf-fonts): New variable. * doc/guix-cookbook.texi (Customizing a Window Manager): Document SBCL-STUMPWM-TTF-FONTS installation and configuration.
2020-03-30gnu: emacs-stumpwm-mode: Update to 0.0.1-1.dd5b037.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Update to 0.0.1-1.dd5b037.
2020-03-30gnu: Add sbcl-clx-truetype.Oleg Pykhalov
* gnu/packages/lisp-xyz.scm (sbcl-clx-truetype): New variable.
2020-03-30gnu: reprotest: Update to 0.7.14.Vagrant Cascadian
* gnu/packages/diffoscope (reprotest): Update to 0.7.14. * gnu/packages/patches/reprotest-support-guix.patch: Remove file. * gnu/local.mk [dist_patch_DATA]: Update accordingly.
2020-03-30gnu: diffoscope: Update to 138.Vagrant Cascadian
* gnu/packages/diffoscope (diffoscope): Update to 138.
2020-03-30gnu: Add python-tortoise-orm.Lars-Dominik Braun
* gnu/packages/databases.scm (python-tortoise-orm): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30gnu: Add python-ciso8601.Lars-Dominik Braun
* gnu/packages/time.scm (python-ciso8601): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30gnu: Add python-pypika.Lars-Dominik Braun
Not to be confused with python-pika, which is a different package. * gnu/packages/databases.scm (python-pypika): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30gnu: Add python-aiosqlite.Lars-Dominik Braun
* gnu/packages/databases.scm (python-aiosqlite): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30gnu: Add python-aiounittest.Lars-Dominik Braun
* gnu/packages/check.scm (python-aiounittest): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
2020-03-30gnu: Add emacs-flycheck-rust.John Soo
* gnu/packages/emacs-xyz.scm (emacs-flycheck-rust): New variable.
2020-03-30gnu: sbcl-cl-containers: Update to 20200328.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-cl-containers): Update to 20200328.
2020-03-30gnu: sbcl-serapeum: Update to 20200330.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-serapeum): Update to 20200330.
2020-03-30gnu: Add emacs-racer.John Soo
* gnu/packages/emacs-xyz.scm (emacs-racer): New variable.
2020-03-30gnu: Add emacs-evil-escape.John Soo
* gnu/packages/emacs-xyz.scm (emacs-evil-escape): New variable.
2020-03-30gnu: Add emacs-company-coq.John Soo
* gnu/packages/emacs-xyz.scm (emacs-company-coq): New variable.
2020-03-30gnu: Add emacs-elm-mode.John Soo
* gnu/packages/emacs-xyz.scm (emacs-elm-mode): New variable.