summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-07-09gnu: make-glibc-locales: Adjust patch for glibc 2.29.Kei Kebreau
The patch for glibc 2.28 and earlier replaces the same content, but the context in the patch is different enough to fail to merge. * gnu/packages/base.scm (make-glibc-locales)[source]: Add patch. * gnu/packages/patches/glibc-locales.patch: Adjust for glibc 2.29 and move old file... * gnu/packages/patches/glibc-locales-2.28.patch: ...here. * gnu/local.mk (dist_patch_DATA): Add it.
2019-07-09gnu: wgetpaste: Update to 2.29.Efraim Flashner
* gnu/packages/wget.scm (wgetpaste): Update to 2.29. [arguments]: Replace default paste service. Install license file.
2019-07-09gnu: emacs-stumpwm-mode: Update to 0.0.1-1.8fbe071.Oleg Pykhalov
* gnu/packages/emacs-xyz.scm (emacs-stumpwm-mode): Update to 0.0.1-1.8fbe071.
2019-07-09gnu: r-biocinstaller: Remove entirely.Tobias Geerinckx-Rice
This follows up on commit 0971f8bd884b6e92b77d9e12030cd58279699183, which led to ‘r-biocmanager: unbound variable’ errors. See <https://lists.gnu.org/archive/html/guix-devel/2019-07/msg00120.html>. * gnu/packages/bioinformatics.scm (r-biocinstaller): Remove variable.
2019-07-09gnu: Add anonip.Hartmut Goebel
* gnu/packages/web.scm (anonip): New variable.
2019-07-09gnu: snap: Update to 5.0.1.Nicolas Goaziou
* gnu/packages/education.scm (snap): Update to 5.0.1.
2019-07-09gnu: musescore: Update to 3.2.3.Nicolas Goaziou
* gnu/packages/music.scm (musescore): Update to 3.2.3.
2019-07-09gnu: libmicrohttpd: Update to 0.9.65.Tobias Geerinckx-Rice
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.65.
2019-07-08gnu: glibc: Add 2.27 supported locales patch.Carl Dong
The 'glibc-supported-locales.patch' was updated for glibc 2.29, breaking compatibility with 2.27. Add a 2.27-specific supported locales patch. * gnu/packages/patches/glibc-2.27-supported-locales.patch: New file. * gnu/packages/base.scm (glibc-2.27)[source](patches): Use 'glibc-2.27-supported-locales.patch' instead. * gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2019-07-09gnu: grub: Build ‘grub-mount’.Tobias Geerinckx-Rice
This increases the closure size by a mere 1.8 MiB (0.8%). * gnu/packages/bootloaders.scm (grub)[inputs]: Add fuse.
2019-07-09gnu: grub: Update to 2.04.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (grub): Update to 2.04. [source]: Remove upstreamed patches. [arguments]: Don't require Python. Add a ‘disable-pixel-perfect-test’ phase to skip tests that fail with with our newer Unifont. * gnu/packages/patches/grub-efi-fat-serial-number.patch: Adjust context. * gnu/packages/patches/grub-binutils-compat.patch, gnu/packages/patches/grub-check-error-efibootmgr.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2019-07-08gnu: Update to 0.18.0.Carl Dong
* gnu/packages/finance.scm (bitcoin-core): Update to 0.18.0. [inputs]: Use bdb-4.8 for compatibility. [arguments]: Remove --with-incompatible-bdb from configure flags and add check-functional phase for functional tests.
2019-07-08gnu: bdb: Add 4.8.30.Carl Dong
* gnu/packages/dbm.scm (bdb-4.8): New variable. [arguments]: Configure and build from 'build_unix' directory as mentioned in documentation. (bdb-5.3): Inherit from bdb-4.8. (bdb-6): Inherit from bdb-4.8. (bdb): Point to bdb-6.
2019-07-08guix-install.sh: Don't initialise ~/.gnupg.Tobias Geerinckx-Rice
* etc/guix-install.sh (chk_gpg_keyring): Call gpg with ‘--dry-run’.
2019-07-08guix-install.sh: Check for PGP key separately.Tobias Geerinckx-Rice
* etc/guix-install.sh (chk_gpg_keyring): New function to handle the public key check previously stuffed into chk_require. (main): Call it.
2019-07-08discovery: Handle edge case in scheme-files when looking at symlinks.Christopher Baines
Previously, this code would cause crashes in Guix (running guix package -s for example) which could be experienced when Emacs creates temporary files in the gnu/packages/patches directory when a patch file has been edited, but not saved. * guix/discovery.scm (scheme-files): Add else clause to cond used when handling symlinks.
2019-07-08guix-install.sh: Add missing ‘local’ declaration.Tobias Geerinckx-Rice
* etc/guix-install.sh (chk_require): Make $c local.
2019-07-08guix-install.sh: Treat REQUIRE as the array it is.Tobias Geerinckx-Rice
Don't flatten it into a string only to split it again later. * etc/guix-install.sh (chk_require): Iterate over array elements, not string tokens. (main): Pass $REQUIRE as an array of arguments.
2019-07-08scripts: environment: Add --no-cwd.Carl Dong
* doc/guix.texi (Invoking guix environment): Add --no-cwd. * guix/scripts/environment.scm (show-help, %options): Add --no-cwd. (launch-environment/container): Add 'map-cwd?' param; only add mapping for cwd if #t. Only change to cwd within container if #t, otherwise home. (guix-environment): Error if --no-cwd without --container. Provide '(not no-cwd?)' to launch-environment/container as 'map-cwd?'. * tests/guix-environment.sh: Add test for no-cwd. Co-authored-by: Mike Gerwitz <mtg@gnu.org>
2019-07-08scripts: environment: Only rewrite user-specified mappings.Carl Dong
* guix/scripts/environment.scm (launch-environment/container): Only apply override-user-mappings to user-mappings and cwd. Do not apply to network configuration mapping and inputs.
2019-07-08gnu: Remove r-biocinstaller.Tobias Geerinckx-Rice
It requires R < 3.6 and is no longer supported. * gnu/packages/bioinformatics.scm (r-biocinstaller): Define as deprecated in favour of r-biocmanager.
2019-07-08gnu: r-xbioc: Update to 0.1.16-1.6ff0670.Tobias Geerinckx-Rice
This is needed to deprecate r-biocinstaller, which is no longer distributed. * gnu/packages/bioinformatics.scm (r-xbioc): Update to 0.1.16-1.6ff0670. [propagated-inputs]: Replace deprecated r-biocinstaller with r-biocmanager.
2019-07-08gnu: cmh: Fix build.Tobias Geerinckx-Rice
This follows up on commit 1de48e8f8afec23847458c533d2fae0d69d8942a. * gnu/packages/algebra.scm (fplll-4-cmh): New variable. (cmh)[inputs]: Use it.
2019-07-08gnu: libomp: Download over HTTPS.Tobias Geerinckx-Rice
* gnu/packages/llvm.scm (libomp)[source]: Use HTTPS.
2019-07-08gnu: libomp: Fix source hash.Tobias Geerinckx-Rice
This is a follow-up to commit c5296e205b65a9b53553cf45be2ab223d5e82df5, which updated llvm. * gnu/packages/llvm.scm (libomp)[source]: Fix hash.
2019-07-08gnu: r-txdb-mmusculus-ucsc-mm10-knowngene: Update to 3.4.7.Tobias Geerinckx-Rice
* gnu/packages/bioconductor.scm (r-txdb-mmusculus-ucsc-mm10-knowngene): Update to 3.4.7.
2019-07-08gnu: Add emacs-polymode-org.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-polymode-org): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-08gnu: emacs-polymode: Update to 0.2.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-polymode): Update to 0.2. [source]: Change URL of Git repository to Polymode GitHub project. [homepage]: Change URL to polymode GitHub project. [description]: Realign text. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-08gnu: i3blocks: Update to ec050e7.ison
* gnu/packages/wm.scm (i3blocks): Update to ec050e7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-08gnu: dosfstools: Enable compat symlinks.Pierre Langlois
Enable compatibility symlinks to provide commands such as `mkfs.vfat`. * gnu/packages/disk.scm (dosfstools)[arguments]: Pass "--enable-compat-symlinks" to configure. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-08gnu: wireservice: New wireservice-package macro.Pierre Langlois
Replace the parent 'base-package' variable with a 'wireservice-package' macro that includes all common package fields. * gnu/packages/wireservice.scm (base-package): Delete. (wireservice-package): New macro. (python-leather, python-agate, python-agate-sql, python-agate-dbf, python-agate-excel): Use wireservice-package. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-07-08channels: Key cached channel derivations by system.Ludovic Courtès
Previously, the channel instance to derivation mapping would be independent of the system. Thus, building the same channel instance for several different systems would always return the derivation that was first computed. This is a followup to c3ab921eed2a471022e9863a94ea521508782e53. * guix/channels.scm (channel-instance-derivations)[instance->derivation]: Pass the current system as a third argument to 'mcached'.
2019-07-08gnu: gobject-introspection: Update absolute-shlib-path.patch.Christopher Baines
Incorporate some changes from nixpkgs to the gobject-introspection package patches. This is motivated by looking at issues with libsoup and lollypop. These changes mean that the share/gir-1.0/Soup-2.4.gir file within libsoup (and the corresponding binary typelib) references libsoup-2.4.so.1 with an absolute filename, whereas previously, the filename wasn't absolute. With an absolute filename in the typelib, loading libsoup from lollypop should work. * gnu/packages/patches/gobject-introspection-absolute-shlib-path.patch: Incorporate changes from nixpkgs.
2019-07-08gnu: gama: Update to 2.06.Efraim Flashner
* gnu/packages/gps.scm (gama): Update to 2.06.
2019-07-07gnu: diffoscope: Update to 116.Vagrant Cascadian
* gnu/packages/package-management (diffoscope): Update to 116.
2019-07-08gnu: python-pytest: Update to 4.4.2.Marius Bakke
This is necessary to fix a test failure on 32-bit platforms in 4.4.1. * gnu/packages/check.scm (python-pytest): Update to 4.4.2.
2019-07-08gnu: python-pluggy: Update to 0.11.0.Marius Bakke
* gnu/packages/python-xyz.scm (python-pluggy): Update to 0.11.0.
2019-07-08gnu: webkitgtk: Build with Python 3.Marius Bakke
* gnu/packages/webkit.scm (webkitgtk)[native-inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07gnu: jalv: Remove GCC5 workaround.Marius Bakke
* gnu/packages/audio.scm (jalv)[arguments]: Remove <#:phases>.
2019-07-07gnu: mesa: Use the "release" Meson build type.Marius Bakke
* gnu/packages/gl.scm (mesa)[arguments]: Add <#:build-type>.
2019-07-07gnu: doxygen: Build with Python 3.Marius Bakke
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change PYTHON-2 to PYTHON.
2019-07-07gnu: doxygen: Don't build against special Flex variant.Marius Bakke
* gnu/packages/documentation.scm (doxygen)[native-inputs]: Change FLEX-2.6.1 to FLEX.
2019-07-07gnu: libinput: Use the 'release' Meson build type.Marius Bakke
* gnu/packages/freedesktop.scm (libinput)[arguments]: Add <#:build-type>.
2019-07-07build-system/meson: Enable compiler optimizations.Marius Bakke
* guix/build-system/meson.scm (meson-build)[#:build-type]: Set to 'debugoptimized'.
2019-07-07gnu: libpsl: Python is a native input.Marius Bakke
* gnu/packages/web.scm (libpsl)[inputs]: Move PYTHON-WRAPPER ... [native-inputs]: ... here.
2019-07-07gnu: graphite2: Build against Python 3.Marius Bakke
Previously, the Python tests were skipped, because they require Python 3. * gnu/packages/fontutils.scm (graphite2)[arguments]: New field. [native-inputs]: Change PYTHON-2 and PYTHON2-FONTTOOLS to PYTHON and PYTHON-FONTTOOLS.
2019-07-07gnu: zziplib: Don't run failing tests.Marius Bakke
* gnu/packages/compression.scm (zziplib)[arguments]: Set <#:test-target>.
2019-07-07gnu: zziplib: Don't use unstable tarball.Marius Bakke
* gnu/packages/compression.scm (zziplib)[source]: Change to GIT-FETCH. [argumnents]: New field.
2019-07-07gnu: libpsl: Build against Python 3.Marius Bakke
* gnu/packages/web.scm (libpsl)[inputs]: Change PYTHON-2 to PYTHON-WRAPPER.
2019-07-07gnu: ninja: Python is a regular input.Marius Bakke
Ninja uses Python at run time, so it must not be a native input. * gnu/packages/ninja.scm (ninja)[native-inputs]: Change to ... [inputs]: ... this.