summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-07-02gnu: Rust: Use gdb@8.Marius Bakke
* gnu/packages/rust.scm (rust-1.19)[native-inputs]: Remove GDB-MINIMAL. Add GDB-8.2. (rust-1.27)[native-inputs]: Remove.
2020-07-02gnu: gdb@8.2: Inherit from the 'full' gdb.Marius Bakke
This reverts commit c007d868686fc2f9bf02a34150d4f0ac72b1f8d2, because later versions of Rust requires loading Python plugins. * gnu/packages/gdb.scm (gdb-minimal-8.2): Rename to ... (gdb-8.2): ... this. Adjust inheritance accordingly. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust accordingly.
2020-07-02gnu: libcyaml: Update to 1.1.0.Marius Bakke
* gnu/packages/web.scm (libcyaml): Update to 1.1.0.
2020-07-02gnu: libyaml: Do not build static libraries.Marius Bakke
* gnu/packages/web.scm (libyaml)[arguments]: New field.
2020-07-02gnu: libyaml: Update to 0.2.5.Marius Bakke
* gnu/packages/web.scm (libyaml): Update to 0.2.5.
2020-07-02gnu: python-cython: Update to 0.29.20.Marius Bakke
* gnu/packages/python-xyz.scm (python-cython): Update to 0.29.20.
2020-06-28gnu: jamvm: Add aarch64-linux support.Simon South
* gnu/packages/java.scm (classpath-devel)[source]: Add (existing) patch. (jamvm)[source]: Add patches. [arguments]: Inherit non-overridden arguments (particularly #:phases) from jamvm-1-bootstrap. * gnu/packages/patches/jamvm-2.0.0-aarch64-support.patch: New file. * gnu/packages/patches/jamvm-2.0.0-opcode-guard.patch: New file. * gnu/local.mk (dist_patch_DATA): Add files. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-28gnu: jamvm-1-bootstrap: Add aarch64-linux support.Simon South
* gnu/packages/java.scm (jamvm-1-bootstrap)[source]: Add patch; update name of existing patch. [arguments]<#:phases>: Invoke autoreconf during bootstrap phase when building for aarch64. [native-inputs]: Include packages required for autoreconf when building for aarch64. * gnu/packages/patches/jamvm-1.5.1-aarch64-support.patch: New file. * gnu/packages/patches/jamvm-arm.patch: Rename to "jamvm-1.5.1-armv7-support.patch". * gnu/local.mk (dist_patch_DATA): Add file; update filename. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-06-27gnu: valgrind: Update to 3.16.1.Marius Bakke
* gnu/packages/valgrind.scm (valgrind): Update to 3.16.1.
2020-06-27gnu: gdb@8.2: Inherit from 'gdb-minimal'.Marius Bakke
* gnu/packages/gdb.scm (gdb-minimal): Move definition up. (gdb-8.2): Rename to ... (gdb-minimal-8.2): ... this. Inherit from GDB-MINIMAL. * gnu/packages/rust.scm (rust-1.27)[native-inputs]: Adjust for the rename.
2020-06-27gnu: Rust: Use 'gdb-minimal' for tests.Marius Bakke
* gnu/packages/rust.scm (rust-1.19.0)[native-inputs]: Change from GDB to GDB-MINIMAL.
2020-06-27gnu: valgrind: Don't depend on GDB.Marius Bakke
...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.
2020-06-27gnu: libevdev: Remove obsolete workaround.Marius Bakke
* gnu/packages/xorg.scm (libevdev)[arguments]: Remove #:phases.
2020-06-27Merge branch 'master' into stagingMarius Bakke
2020-06-27gnu: Add jc.Oleg Pykhalov
* gnu/packages/admin.scm (jc): New variable.
2020-06-27gnu: Add jtbl.Oleg Pykhalov
* gnu/packages/admin.scm (jtbl): New variable.
2020-06-27gnu: python-tabulate: Update to 0.8.7.Oleg Pykhalov
* gnu/packages/python-xyz.scm (python-tabulate): Update to 0.8.7.
2020-06-27gnu: gdb-minimal: Include guile.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-minimal): Do not remove guile, as it is a cheap and very useful dependency.
2020-06-27gnu: GDB: Remove version 9.1.Marius Bakke
* 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.
2020-06-27gnu: GDB: Inline cross-compilation fix.Marius Bakke
* gnu/packages/gdb.scm (gdb-9.1)[arguments]: Remove conditionals on %CURRENT-TARGET-SYSTEM.
2020-06-27Merge branch 'master' into stagingMarius Bakke
2020-06-27gnu: gdb-minimal: Inherit replacements from GDB.Marius Bakke
* gnu/packages/gdb.scm (gdb-minimal): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-27gnu: gdb@8.2: Do not inherit replacements from 'gdb'.Marius Bakke
* gnu/packages/gdb.scm (gdb-8.2): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-27gnu: gdb: Apply cross-build fix without changing the native variant.Marius Bakke
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.
2020-06-27gnu: Add gdb-minimal.Jan (janneke) Nieuwenhuizen
* gnu/packages/gdb.scm (gdb-minimal): New variable.
2020-06-26gnu: gdb: Add support for the Hurd.Jan (janneke) Nieuwenhuizen
* 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.
2020-06-26gnu: mig: Do not assume "perl" to be available.Jan (janneke) Nieuwenhuizen
* 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.
2020-06-26gnu: lxrandr: Depend on xrandr.Tobias Geerinckx-Rice
* gnu/packages/lxde.scm (lxrandr)[arguments]: Substitute xrandr's absolute file name. Reported by pinoaffe on #guix.
2020-06-26gnu: python-autopep8: Update to 1.5.3.Maxim Cournoyer
Fixes <http://issues.guix.gnu.org/42062>. * gnu/packages/python-xyz.scm (python-autopep8): Update to 1.5.3.
2020-06-26installer: Use latest Guile.Mathieu Othacehe
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.
2020-06-26gnu: emacs-evil-collection: Update to 20200626.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-evil-collection): Update to 20200626.
2020-06-26tests: install: Disable image compression.Mathieu Othacehe
* gnu/tests/install.scm (run-install): Disable image compression to speed-up the tests.
2020-06-26tests: install: Fix marionette race condition.Mathieu Othacehe
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.
2020-06-26gnu: binutils-gold: Inherit replacements from binutils.Marius Bakke
* gnu/packages/base.scm (binutils-gold): Use PACKAGE/INHERIT instead of INHERIT.
2020-06-26gnu: binutils@2.33.1: Do not inherit replacements from binutils.Marius Bakke
* gnu/packages/base.scm (binutils-2.33): Use INHERIT instead of PACKAGE/INHERIT.
2020-06-26gnu: binutils-gold: Inherit from 'binutils+documentation'.Marius Bakke
* gnu/packages/base.scm (binutils-gold): Inherit from BINUTILS+DOCUMENTATION instead of BINUTILS.
2020-06-26gnu: ungoogled-chromium: Inline %PACKAGE-VERSION.Marius Bakke
* gnu/packages/chromium.scm (%chromium-version, package-revision, %package-version): Remove. (ungoogled-chromium)[version, source]: Adjust accordingly.
2020-06-26gnu: go: Update to 1.14.4.Katherine Cox-Buday
* 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>
2020-06-26gnu: emacs-magit: Update to 2.90.1-6-7f486d4.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 2.90.1-6-7f486d4.
2020-06-26gnu: cuirass: Update to 0.0.1-35.91204d.Mathieu Othacehe
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-35.91204d.
2020-06-26gnu: Add drip.Pierre Neidhardt
* gnu/packages/java.scm (drip): New variable.
2020-06-26system: image: Fix disk-image name.Mathieu Othacehe
This is a follow-up of 5980ec8ada5ede54bde6558c7ab8bf492bc70f85. * gnu/system/image.scm (system-disk-image): When using the image name, convert it to string first.
2020-06-26system: image: Use the image name as the disk-image derivation name.Mathieu Othacehe
* 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.
2020-06-26gnu: ungoogled-chromium: Remove all Blink performance tests.Marius Bakke
* gnu/packages/chromium.scm (%blacklisted-files): New variable. (ungoogled-chromium-snippet): Adjust accordingly.
2020-06-26gnu: ungoogled-chromium: Convert computed origin to source snippet.Marius Bakke
* 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.
2020-06-26gnu: openvswitch: Update to 2.13.0.Marius Bakke
* gnu/packages/networking.scm (openvswitch): Update to 2.13.0. [native-inputs]: Change from PYTHON-2 to PYTHON-WRAPPER. [propagated-inputs]: Remove PYTHON2-SIX.
2020-06-26gnu: debootstrap: Wrap with gpg and wget in PATH.Marius Bakke
* gnu/packages/debian.scm (debootstrap)[inputs]: Add GNUPG and WGET.
2020-06-26gnu: xf86-video-intel: Update to 2.99.917-16.5ca3ac1.Marius Bakke
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-16.5ca3ac1.
2020-06-26gnu: Add clitest.Marius Bakke
* gnu/packages/check.scm (clitest): New public variable.
2020-06-25gnu: linux-libre@4.19: Update to 4.19.130.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.130. (linux-libre-4.19-pristine-source): Update hash.