summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Add autofs.Tobias Geerinckx-Rice2020-06-27
| | | | | | * gnu/packages/file-systems.scm (autofs): New public variable. Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
* gnu: python-setproctitle: Fix indentation.Tobias Geerinckx-Rice2020-06-27
| | | | * gnu/packages/python-xyz.scm (python-setproctitle): Re-indent.
* gnu: python-setproctitle: Fix build.Tobias Geerinckx-Rice2020-06-27
| | | | | * gnu/packages/python-xyz.scm (python-setproctitle)[arguments]: Add ‘--embed’ to $PYCONFIG.
* gnu: Add r-shapforxgboost.Peter Lo2020-06-27
| | | | | | * gnu/packages/cran.scm (r-shapforxgboost): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add emacs-browse-kill-ring.Ricardo Wurmus2020-06-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-browse-kill-ring): New variable.
* gnu: x265: Update to 3.4.Marius Bakke2020-06-27
| | | | | | | * gnu/packages/patches/x265-arm-flags.patch: Update patch. * gnu/packages/video.scm (x265): Update to 3.4. [arguments]: Remove obsolete substitution. Disable the newly-added assembly optimizations on AArch64, as they are not implemented for all targets we build.
* gnu: libcyaml: Remove unused input.Marius Bakke2020-06-27
| | | | * gnu/packages/web.scm (libcyaml)[native-inputs]: Remove GIT.
* gnu: ilmbase: Update to 2.5.2.Marius Bakke2020-06-27
| | | | | | | | | * gnu/packages/patches/ilmbase-fix-test-arm.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/graphics.scm (ilmbase): Update to 2.5.2. [source](patches): Remove 'ilmbase-fix-test-arm.patch'. (openexr)[arguments]: Really increase test timeout, as the previous fix was ineffective.
* gnu: libzip: Update to 1.7.1.Marius Bakke2020-06-27
| | | | * gnu/packages/compression.scm (libzip): Update to 1.7.1.
* gnu: exempi: Delete the static library.Marius Bakke2020-06-27
| | | | * gnu/packages/freedesktop.scm (exempi)[arguments]: Add phase to delete libexempi.a.
* gnu: exempi: Update to 2.5.2.Marius Bakke2020-06-27
| | | | * gnu/packages/freedesktop.scm (exempi): Update to 2.5.2.
* gnu: python-gevent: Update to 20.6.2.Marius Bakke2020-06-27
| | | | | * gnu/packages/python-xyz.scm (python-gevent): Update to 20.6.2. (python2-gevent)[native-inputs]: Add PYTHON2-SELECTORS2.
* gnu: python-greenlet: Update to 0.4.16.Marius Bakke2020-06-27
| | | | * gnu/packages/python-xyz.scm (python-greenlet): Update to 0.4.16.
* gnu: Add python2-selectors2.Marius Bakke2020-06-27
| | | | * gnu/packages/python-xyz.scm (python2-selectors2): New public variable.
* gnu: dav1d: Update to 0.7.1.Marius Bakke2020-06-27
| | | | * gnu/packages/video.scm (dav1d): Update to 0.7.1.
* gnu: libconfuse: Do not build static libraries.Marius Bakke2020-06-27
| | | | * gnu/packages/textutils.scm (libconfuse)[arguments]: New field.
* gnu: libconfuse: Update to 3.3.Marius Bakke2020-06-27
| | | | * gnu/packages/textutils.scm (libconfuse): Update to 3.3.
* gnu: spdlog: Update to 1.6.1.Marius Bakke2020-06-27
| | | | | * gnu/packages/logging.scm (spdlog): Update to 1.6.1. [arguments]: Add "-DSPDLOG_BUILD_TESTS=ON" in #:configure-flags.
* gnu: feh: Update to 3.4.1.Marius Bakke2020-06-27
| | | | * gnu/packages/image-viewers.scm (feh): Update to 3.4.1.
* gnu: opusfile: Do not build static libraries.Marius Bakke2020-06-27
| | | | * gnu/packages/xiph.scm (opusfile)[arguments]: New field.
* gnu: opusfile: Update to 0.12.Marius Bakke2020-06-27
| | | | * gnu/packages/xiph.scm (opusfile): Update to 0.12.
* gnu: Add dhewm3.Pierre Neidhardt2020-06-27
| | | | * gnu/packages/game-development.scm (dhewm3): New variable.
* gnu: slynk: Update to 20200626.Pierre Neidhardt2020-06-27
| | | | | | | * gnu/packages/lisp-xyz.scm (slynk): Update 20200626. [source]: Don't rename slynk-util system since it seems useless for sbcl-slynk but it breaks cl-slynk. [description]: Improve syntax.
* gnu: emacs-sly: Update to 20200626.Pierre Neidhardt2020-06-27
| | | | * gnu/packages/emacs-xyz.scm (emacs-sly): Update to 20200626.
* hurd-boot: Mount /proc, add /etc/mtab.Jan (janneke) Nieuwenhuizen2020-06-27
| | | | | * gnu/build/hurd-boot.scm (set-hurd-device-translators): Mount /proc. Add symlink to /etc/mtab into /proc/mounts.
* hurd-boot: Remove duplicate calls to 'scope'.Jan (janneke) Nieuwenhuizen2020-06-27
| | | | | * gnu/build/hurd-boot.scm (set-hurd-device-translators): Remove duplicate calls to 'scope'.
* gnu: Add jc.Oleg Pykhalov2020-06-27
| | | | * gnu/packages/admin.scm (jc): New variable.
* gnu: Add jtbl.Oleg Pykhalov2020-06-27
| | | | * gnu/packages/admin.scm (jtbl): New variable.
* gnu: python-tabulate: Update to 0.8.7.Oleg Pykhalov2020-06-27
| | | | * gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
* gnu: gdb-minimal: Include guile.Jan (janneke) Nieuwenhuizen2020-06-27
| | | | | * gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency.
* gnu: gdb-minimal: Inherit replacements from GDB.Marius Bakke2020-06-27
| | | | * gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
* gnu: gdb@8.2: Do not inherit replacements from 'gdb'.Marius Bakke2020-06-27
| | | | * gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
* gnu: gdb: Apply cross-build fix without changing the native variant.Marius Bakke2020-06-27
| | | | | | | | Commit 76129cd3edb1eb62778344de0b1b44365f82ee06 accidentally changed the gdb derivation, causing too many rebuilds for the 'master' branch. * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Only apply cross-build fix when cross-compiling.
* gnu: Add gdb-minimal.Jan (janneke) Nieuwenhuizen2020-06-27
| | | | * gnu/packages/gdb.scm (gdb-minimal): New variable.
* gnu: gdb: Add support for the Hurd.Jan (janneke) Nieuwenhuizen2020-06-26
| | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1)[native-inputs]: When compiling for the Hurd, add required build dependency mig. ["arguments"]: Add "binutils" fall-back lookup in native-inputs for cross-builds. * gnu/packages/patches/gdb-hurd.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gdb.scm (gdb-9.2): Use it.
* gnu: mig: Do not assume "perl" to be available.Jan (janneke) Nieuwenhuizen2020-06-26
| | | | | | | * gnu/packages/hurd.scm (mig)[inputs]: Include perl. [arguments]: Substitute "perl" with full store file name in bin/mig. * gnu/packages/cross-base.scm (cross-kernel-headers): Adjust mig-cross accordingly.
* gnu: lxrandr: Depend on xrandr.Tobias Geerinckx-Rice2020-06-26
| | | | | | | * gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's absolute file name. Reported by pinoaffe on #guix.
* gnu: python-autopep8: Update to 1.5.3.Maxim Cournoyer2020-06-26
| | | | | | Fixes <http://issues.guix.gnu.org/42062>. * gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
* installer: Use latest Guile.Mathieu Othacehe2020-06-26
| | | | | | | | | | | Since the installer is loading Guix modules built with Guile 3.0.4, the installer script must be run by the same Guile version to avoid a bytecode incompatibility. This is a follow-up of a2991de0f44a5f4db71ddad67e914fe3344a4505. * gnu/installer.scm (installer-program): Use guile3.0-latest for the installation script.
* gnu: emacs-evil-collection: Update to 20200626.Pierre Neidhardt2020-06-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626.
* tests: install: Disable image compression.Mathieu Othacehe2020-06-26
| | | | | * gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests.
* tests: install: Fix marionette race condition.Mathieu Othacehe2020-06-26
| | | | | | | If the marionette shuts down before the script return is received, then status will be <eof>. * gnu/tests/install.scm (run-install): Allow status to be the <eof> object.
* gnu: binutils-gold: Inherit replacements from binutils.Marius Bakke2020-06-26
| | | | * gnu/packages/base.scm (binutils-gold): Use PACKAGE/INHERIT instead of INHERIT.
* gnu: binutils@2.33.1: Do not inherit replacements from binutils.Marius Bakke2020-06-26
| | | | * gnu/packages/base.scm (binutils-2.33): Use INHERIT instead of PACKAGE/INHERIT.
* gnu: binutils-gold: Inherit from 'binutils+documentation'.Marius Bakke2020-06-26
| | | | | * gnu/packages/base.scm (binutils-gold): Inherit from BINUTILS+DOCUMENTATION instead of BINUTILS.
* gnu: ungoogled-chromium: Inline %PACKAGE-VERSION.Marius Bakke2020-06-26
| | | | | | * gnu/packages/chromium.scm (%chromium-version, package-revision, %package-version): Remove. (ungoogled-chromium)[version, source]: Adjust accordingly.
* gnu: go: Update to 1.14.4.Katherine Cox-Buday2020-06-26
| | | | | | | * gnu/packages/golang.scm (go): Update to 1.14.4. * gnu/packages/docker.scm (docker)[arguments]: Fix build with go@1.14.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: emacs-magit: Update to 2.90.1-6-7f486d4.Nicolas Goaziou2020-06-26
| | | | * gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-6-7f486d4.
* gnu: cuirass: Update to 0.0.1-35.91204d.Mathieu Othacehe2020-06-26
| | | | * gnu/packages/ci.scm (cuirass): Update to 0.0.1-35.91204d.
* gnu: Add drip.Pierre Neidhardt2020-06-26
| | | | * gnu/packages/java.scm (drip): New variable.