aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* build-system/meson: Skip the 'fix-runpath' phase on armhf.Marius Bakke2018-03-12
| | | | | | * guix/build-system/meson.scm (lower): Remove DEFAULT-PATCHELF from inputs on armhf. (meson-build): Ignore the 'fix-runpath' phase when building for arm systems.
* build-system/meson: Add the output directory to RUNPATH.Marius Bakke2018-03-12
| | | | * guix/build/meson-build-system.scm (configure): Set LDFLAGS before invoking meson.
* gnu: meson: Update to 0.45.0.Marius Bakke2018-03-12
| | | | | * gnu/packages/build-tools.scm (meson): Update to 0.45.0. [arguments]: Explicitly disable tests (they were skipped before).
* gnu: meson-for-build: Update to 0.44.0.Marius Bakke2018-03-12
| | | | | * gnu/packages/build-tools.scm (meson-for-build)[version]: Remove field. [source]: Inherit from MESON.
* gnu: meson: Don't wrap the meson executable.Marius Bakke2018-03-12
| | | | * gnu/packages/build-tools.scm (meson)[arguments]: Delete WRAP-PHASE.
* Merge branch 'master' into stagingMarius Bakke2018-03-08
|\
| * gnu: nano: Update to 2.9.4.Efraim Flashner2018-03-08
| | | | | | | | * gnu/packages/nano.scm (nano): Update to 2.9.4.
| * gnu: r-dropbead: Update to 0-2.d746c6f.Ricardo Wurmus2018-03-08
| | | | | | | | * gnu/packages/bioinformatics.scm (r-dropbead): Update to 0-2.d746c6f.
| * gnu: milkytracker: Actually link with the JACK library.Kei Kebreau2018-03-08
| | | | | | | | | | * gnu/packages/music.scm (milkytracker)[arguments]: Add appropriate configure flag.
| * gnu: python-msgpack-transitional: Use a distinct name.Marius Bakke2018-03-08
| | | | | | | | * gnu/packages/python.scm (python-msgpack-transitional)[name]: New field.
| * gnu: nghttp2: Use a fixed variant of tzdata for tests.Marius Bakke2018-03-08
| | | | | | | | * gnu/packages/web.scm (nghttp2)[native-inputs]: Replace TZDATA with TZDATA-FOR-TESTS.
| * services: agetty: Call default-serial-port only when starting.Danny Milosavljevic2018-03-08
| | | | | | | | | | * gnu/services/base.scm (agetty-shepherd-service): Call default-serial-port only when starting.
| * gnu: feh: Update to 2.25.1.Marius Bakke2018-03-08
| | | | | | | | * gnu/packages/image-viewers.scm (feh): Update to 2.25.1.
| * vm: Use 9p mount tags below 32 chars.Ludovic Courtès2018-03-08
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/30667>. Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>. * gnu/system/vm.scm (file-system->mount-tag): Use 'sha1' to compute the tag.
| * hash: Add 'sha1'.Ludovic Courtès2018-03-08
| | | | | | | | | | | | | | | | * guix/hash.scm (GCRY_MD_SHA1): New macro. (bytevector-hash): New procedure. (sha256): Express in terms of 'bytevector-hash'. (sha1): New procedure. * tests/hash.scm ("sha1, empty", "sha1, hello"): New tests.
| * gnu: guile: Add 2.2.2.Ludovic Courtès2018-03-08
| | | | | | | | * gnu/packages/guile.scm (guile-2.2.2): New variable.
| * gnu: intelmetool, me-cleaner: Restrict to Intel platforms.Ludovic Courtès2018-03-08
| | | | | | | | | | | | * gnu/packages/flashing-tools.scm (intelmetool)[supported-systems]: New field. (me-cleaner)[supported-systems]: New field.
| * gnu: python-ddt: Update to 1.1.2.Tobias Geerinckx-Rice2018-03-08
| | | | | | | | * gnu/packages/python.scm (python-ddt): Update to 1.1.2.
| * gnu: python-ddt: Mark up description.Tobias Geerinckx-Rice2018-03-08
| | | | | | | | * gnu/packages/python.scm (python-ddt)[description]: Use @dfn.
| * gnu: yapet: Update to 1.1.Tobias Geerinckx-Rice2018-03-08
| | | | | | | | * gnu/packages/password-utils.scm (yapet): Update to 1.1.
| * gnu: keepassxc: Update to 2.3.1.Tobias Geerinckx-Rice2018-03-08
| | | | | | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.3.1.
| * gnu: slurm: Update to 17.11.3.Tobias Geerinckx-Rice2018-03-08
| | | | | | | | * gnu/packages/parallel.scm (slurm): Update to 17.11.3.
| * gnu: global: Replace GLOBAL with GNU GLOBAL in description.Clément Lassieur2018-03-08
| | | | | | | | * gnu/packages/code.scm (global)[description]: Replace GLOBAL with GNU GLOBAL.
| * gnu: vulkan-icd-loader: Update to 1.1.70.0.Rutger Helling2018-03-08
| | | | | | | | * gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.1.70.0.
| * gnu: sunxi-tools: Add cross-libc's "static" output.Danny Milosavljevic2018-03-08
| | | | | | | | | | * gnu/packages/admin.scm (sunxi-tools)[native-inputs]: Add cross-libc's "static" output.
| * gnu: sunxi-tools: Improve build error reporting.Danny Milosavljevic2018-03-08
| | | | | | | | | | * gnu/packages/admin.scm (sunxi-tools)[arguments]<#:phases>[set-environment-up]: Improve build error reporting.
| * gnu: emacs-slack: Update to 0-3.9272460.Ricardo Wurmus2018-03-08
| | | | | | | | * gnu/packages/emacs.scm (emacs-slack): Update to 0-3.9272460.
| * gnu: Add pigx-rnaseq.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/bioinformatics.scm (pigx-rnaseq): New variable.
| * gnu: Add r-algdesign.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/cran.scm (r-algdesign): New variable.
| * gnu: Add r-radiant-data.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/cran.scm (r-radiant-data): New variable.
| * gnu: Add r-shinyace.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/cran.scm (r-shinyace): New variable.
| * gnu: Add r-import.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/cran.scm (r-import): New variable.
| * gnu: Add r-cgdsr.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/cran.scm (r-cgdsr): New variable.
| * gnu: glibc: Add a comment in the patch.Ludovic Courtès2018-03-07
| | | | | | | | * gnu/packages/patches/glibc-allow-kernel-2.6.32.patch: Add a comment.
| * gnu: glibc-2.26-patch: Remove unneeded 'replacement' field.Ludovic Courtès2018-03-07
| | | | | | | | | | * gnu/packages/base.scm (glibc-2.26-patched): Remove unneeded 'replacement' field.
| * gnu: commencement: 'glibc-final' inherits the replacement of 'glibc'.Ludovic Courtès2018-03-07
| | | | | | | | | | | | | | | | | | | | | | That was the intent of commit b672a8160755bab07fb3c13dbc43dcc26525a7b7, but that commit left 'glibc-final' ungrafted. Reported by Ricardo Wurmus at <https://lists.gnu.org/archive/html/guix-devel/2018-02/msg00435.html>. * gnu/packages/commencement.scm (glibc-final): Use 'package/inherit' so that we inherit the 'replacement' of GLIBC.
| * gnu: commencement: 'glibc-final' now inherits from 'glibc'.Ludovic Courtès2018-03-07
| | | | | | | | | | | | * gnu/packages/commencement.scm (glibc-final): Inherit from GLIBC instead of GLIBC-FINAL-WITH-BOOTSTRAP-BASH. [propagated-inputs]: New fields.
| * gnu: Add r-heatmaply.Ricardo Wurmus2018-03-07
| | | | | | | | * gnu/packages/cran.scm (r-heatmaply): New variable.
| * gnu: znc: Update to 1.6.6.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/messaging.scm (znc): Update to 1.6.6.
| * gnu: Use HTTPS for zlib.net home pages.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/compression.scm (zlib, pigz)[home-page]: Use HTTPS.
| * gnu: pigz: Update to 2.4.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/compression.scm (pigz): Update to 2.4.
| * gnu: meson: Mark up description.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/build-tools.scm (meson)[description]: Use @dfn.
| * gnu: links, lynx, qutebrowser: Update phase style.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | | | * gnu/packages/web-browsers.scm (links, lynx, qutebrowser)[arguments]: Substitute INVOKE for SYSTEM and end phases with #t.
| * gnu: keyutils: Update to 1.5.10.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/crypto.scm (keyutils): Update to 1.5.10.
| * gnu: cppcheck: Update to 1.82.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/check.scm (cppcheck): Update to 1.82.
| * gnu: cmdtest: Update to 0.32.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/check.scm (cmdtest): Update to 0.32.
| * gnu: pam-krb5: Mark up description.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/admin.scm (pam-krb5)[description]: Use @code.
| * gnu: pam-krb5: Update to 4.8.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/admin.scm (pam-krb5): Update to 4.8.
| * gnu: mg: Use HTTPS home page.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/text-editors.scm (mg)[home-page]: Use HTTPS.
| * gnu: mg: Update to 20171014.Tobias Geerinckx-Rice2018-03-07
| | | | | | | | * gnu/packages/text-editors.scm (mg): Update to 20171014.