summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: Rust: Use 'gdb-minimal' for tests.Marius Bakke2020-06-27
| | | | | * gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to GDB-MINIMAL.
* gnu: valgrind: Don't depend on GDB.Marius Bakke2020-06-27
| | | | | | | | ...but add a special 'valgrind/interactive' variant for end users. * gnu/packages/valgrind.scm (valgrind)[inputs]: Remove. [properties]: New field. (valgrind/interactive): New public variable.
* gnu: libevdev: Remove obsolete workaround.Marius Bakke2020-06-27
| | | | * gnu/packages/xorg.scm (libevdev)[arguments]: Remove #:phases.
* Merge branch 'master' into stagingMarius Bakke2020-06-27
|\
| * 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: Remove version 9.1.Marius Bakke2020-06-27
| | | | | | | | | | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1): Rename to ... (gdb): ... this. Update to 9.2. [source](patches): Add 'gdb-hurd.patch'. (gdb-8.2): Inherit from GDB instead of GDB-9.1. (gdb-9.2): Remove variable. (gdb-minimal): Inherit from GDB instead of GDB-9.2.
* | gnu: GDB: Inline cross-compilation fix.Marius Bakke2020-06-27
| | | | | | | | | | * gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on %CURRENT-TARGET-SYSTEM.
* | Merge branch 'master' into stagingMarius Bakke2020-06-27
|\|
| * 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.
| * system: image: Fix disk-image name.Mathieu Othacehe2020-06-26
| | | | | | | | | | | | | | This is a follow-up of 5980ec8ada5ede54bde6558c7ab8bf492bc70f85. * gnu/system/image.scm (system-disk-image): When using the image name, convert it to string first.
| * system: image: Use the image name as the disk-image derivation name.Mathieu Othacehe2020-06-26
| | | | | | | | | | * gnu/system/image.scm (system-disk-image): Use the image name as disk-image derivation name, if defined. Otherwise use the generic "disk-image" name.
| * gnu: ungoogled-chromium: Remove all Blink performance tests.Marius Bakke2020-06-26
| | | | | | | | | | * gnu/packages/chromium.scm (%blacklisted-files): New variable. (ungoogled-chromium-snippet): Adjust accordingly.
| * gnu: ungoogled-chromium: Convert computed origin to source snippet.Marius Bakke2020-06-26
| | | | | | | | | | | | | | * gnu/packages/chromium.scm (computed-origin-method, %chromium-origin): Remove. (ungoogled-chromium-source): Rename to ... (ungoogled-chromium-snippet): ... this. Adjust for running as snippet. (ungoogled-chromium)[source]: Use URL-FETCH, with custom snippet.
| * gnu: openvswitch: Update to 2.13.0.Marius Bakke2020-06-26
| | | | | | | | | | | | * gnu/packages/networking.scm (openvswitch): Update to 2.13.0. [native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. [propagated-inputs]: Remove PYTHON2-SIX.
| * gnu: debootstrap: Wrap with gpg and wget in PATH.Marius Bakke2020-06-26
| | | | | | | | * gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
| * gnu: xf86-video-intel: Update to 2.99.917-16.5ca3ac1.Marius Bakke2020-06-26
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-16.5ca3ac1.
| * gnu: Add clitest.Marius Bakke2020-06-26
| | | | | | | | * gnu/packages/check.scm (clitest): New public variable.
| * gnu: linux-libre@4.19: Update to 4.19.130.Mark H Weaver2020-06-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.130. (linux-libre-4.19-pristine-source): Update hash.
| * gnu: linux-libre@4.14: Update to 4.14.186.Mark H Weaver2020-06-25
| | | | | | | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.186. (linux-libre-4.14-pristine-source): Update hash.
| * image: hurd: Initialize root partition for the Hurd.Jan (janneke) Nieuwenhuizen2020-06-25
| | | | | | | | | | | | | | | | This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/image.scm (hurd-initialize-root-partition): Move to ... * gnu/system/images/hurd.scm (hurd-initialize-root-partition): ... here. (hurd-disk-image): Use it.
| * image: hurd: Create hurd-compatible ext2 file-system.Jan (janneke) Nieuwenhuizen2020-06-25
| | | | | | | | | | | | | | This is a follow-up to commit b904b59ce592c89dfb4675a8c06757afed6738a0. * gnu/system/images/hurd.scm (hurd-disk-image): Add file-system-options to create an ext2 file-system that is compatible with the Hurd.
| * gnu: diffoscope: Console widowed brackets.Tobias Geerinckx-Rice2020-06-25
| | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Move closing brackets to the previous line.
| * gnu: diffoscope: Install the man page.Tobias Geerinckx-Rice2020-06-25
| | | | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope)[arguments]: Add ‘build-man-page’ and ‘install-man-page’ phases. [native-inputs]: Add help2man.
| * gnu: grub: Cross-build fix for system i686-linux.Jan (janneke) Nieuwenhuizen2020-06-25
| | | | | | | | | | | | * gnu/packages/patches/grub-cross-system-i686.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/bootloaders.scm (grub): Use it.
| * gnu: Add vim-eunuch.Efraim Flashner2020-06-25
| | | | | | | | * gnu/packages/vim.scm (vim-eunuch): New variable.
| * gnu: knot-resolver: Enable automatic reloading of policy files.Simon South2020-06-25
| | | | | | | | | | | | * gnu/packages/dns.scm (knot-resolver)[inputs]: Add lua5.1-cqueues. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add lua-cqueues.Simon South2020-06-25
| | | | | | | | | | | | | | * gnu/packages/lua.scm (make-lua-cqueues): New function. (lua-cqueues, lua5.1-cqueues, lua5.2-cqueues): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add lua-ossl.Simon South2020-06-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | luaossl doesn't actually require M4 to build, unlike cqueues. Here's a replacement patch that omits M4 from the package inputs. >From 610918a771b84a081af24940ae94d35b1af7511e Mon Sep 17 00:00:00 2001 From: Simon South <simon@simonsouth.net> Date: Fri, 15 May 2020 11:18:44 -0400 Subject: [PATCH 1/3] gnu: Add lua-ossl. To: 41363@debbugs.gnu.org * gnu/packages/lua.scm (make-lua-ossl): New function. (lua-ossl, lua5.1-ossl, lua5.2-ossl): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>