summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* packages: 'fold-packages' takes #:select? parameter.Ludovic Courtès2017-11-07
| | | | * gnu/packages.scm (fold-packages): Add #:select? parameter and honor it.
* compile: Fix VPATH builds.Ludovic Courtès2017-11-07
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/29091>. Reported by Eric Bavier <bavier@cray.com>. * guix/build/compile.scm (relative-file): New procedure. (load-files): Use it before calling 'file-name->module-name'. (compile-files): Likewise before calling 'scm->go'. * guix/build/pull.scm (build-guix): Remove 'with-directory-excursion' and file name hack from ce33c3af76b0e5c68cc42dddf2b9c4b017386fd8. Pass OUT to 'all-scheme-files'.
* Fix ambiguous imports.Ludovic Courtès2017-11-07
| | | | | * gnu/packages/ocaml.scm: Hide 'zip' from (srfi srfi-1). * guix/git.scm: Select 'mkdir-p' from (guix build utils).
* gnu: nnn: Update to 1.5.Efraim Flashner2017-11-06
| | | | * gnu/packages/admin.scm (nnn): Update to 1.5.
* gnu: libuninameslist: Update to 20170807.Efraim Flashner2017-11-06
| | | | * gnu/packages/fontutils.scm (libuninameslist): Update to 20170807.
* gnu: u-boot: Only install 'MLO' output if it exists.Efraim Flashner2017-11-06
| | | | | * gnu/packages/bootloaders.scm (u-boot)[arguments]: Add 'MLO' to uboot-files only if it has been built.
* system: vm: Use 2^32 - 1 as hash size.Mathieu Othacehe2017-11-06
| | | | | | | | * gnu/system/vm.scm (operating-system-uuid): Use 2^32 - 1 instead of 2^32 as hash size. On some 32 bit system (ARM for example), 2^32 exceeds hash max size (ULONG_MAX = 2^32 - 1).
* bootloaders: uboot: Add .img and MLO files to binary outputs.Mathieu Othacehe2017-11-06
| | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files as binary output.
* linux: Add omap2plus generic kernel.Mathieu Othacehe2017-11-06
| | | | * gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
* gnu: uboot: Fix same-arch? check.Mathieu Othacehe2017-11-06
| | | | | | * gnu/packages/bootloaders.scm (make-u-boot-package): Compare %current-system to system associated to given triplet. Comparing a system and a triplet didn't make sense.
* gnu: perl-test-www-mechanize-psgi: Update source uri.Efraim Flashner2017-11-06
| | | | | * gnu/packages/web.scm (perl-test-www-mechanize-psgi)[source]: Update to new source uri.
* gnu: dtc: Build python bindings.Efraim Flashner2017-11-06
| | | | | | | * gnu/packages/bootloaders.scm (dtc)[native-inputs]: Add swig. [inputs]: Add python-2. [arguments]: Remove 'NO_PYTHON' from make-flags, add 'SETUP_PREFIX' to set python bindings prefix.
* gnu: dtc: Update to 1.4.5.Efraim Flashner2017-11-06
| | | | | * gnu/packages/bootloaders.scm (dtc): Update to 1.4.5. [arguments]: Add NO_PYTHON flag to make-flags.
* gnu: libxres: Update to 1.2.0.Efraim Flashner2017-11-06
| | | | * gnu/packages/xorg.scm (libxres): Update to 1.2.0.
* gnu: youtube-dl: Update to 2017.11.06.Tobias Geerinckx-Rice2017-11-06
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.11.06.
* gnu: aria2: Update to 1.33.0.Efraim Flashner2017-11-06
| | | | * gnu/packages/bittorrent.scm (aria2): Update to 1.33.0.
* gnu: emacs-undo-tree: Parameterize source uri.Efraim Flashner2017-11-06
| | | | | * gnu/packages/emacs.scm (emacs-undo-tree)[source]: Replace hard-coded version with version parameter.
* gnu: borg: Update to 1.1.2.Leo Famulari2017-11-05
| | | | | * gnu/packages/backup.scm (borg): Update to 1.1.2. [arguments]: Disable another test in the 'check' phase.
* gnu: netsurf: Update to 3.7.Eric Bavier2017-11-05
| | | | | | | | | | For compatibility, dependents must be updated at the same time. * gnu/packages/web.scm (libcss): Update to 0.7.0 (nsgenbind): Update to 0.5. (netsurf): Update to 3.7. [arguments]: Fix binary name in .desktop. Adjust "docs" directory name. * gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source.
* gnu: libnspsl: Update to 0.1.2.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (libnspsl): Update to 0.1.2.
* gnu: libnsgif: Update to 0.2.0.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (libnsgif): Update to 0.2.0.
* gnu: libsvgtiny: Update to 0.1.6.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (libsvgtiny): Update to 0.1.6.
* gnu: libdom: Update to 0.3.2.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (libdom): Update to 0.3.2.
* gnu: libwapcaplet: Update to 0.4.0.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (libwapcaplet): Update to 0.4.0.
* gnu: hubbub: Update to 0.3.4.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (hubbub): Update to 0.3.4.
* gnu: netsurf-buildsystem: Update to 1.6.Eric Bavier2017-11-05
| | | | * gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6.
* gnu: emacs-evil: Update to 1.2.13.ng02017-11-05
| | | | | | | | * gnu/packages/emacs.scm (emacs-evil): Update to 1.2.13. (source): Adjust URL to new upstream location on github. (home-page): likewise. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-slime: Use correct Texinfo commands in the description.ng02017-11-05
| | | | | | | | | | Previously the description had "@{something}" in it which is never valid Texinfo. This commit changes it to use "@command{something}" to render the full description. * gnu/packages/emacs.scm (emacs-slime)[description]: Correct Texinfo usage. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-undo-tree: Update to 0.6.6.ng02017-11-05
| | | | | | * gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-which-key: Update to 3.0.2.ng02017-11-05
| | | | | | * gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: emacs-neotree: Update to 0.5.2.ng02017-11-05
| | | | | | | * gnu/packages/emacs.scm (emacs-neotree): Update to 0.5.2. [source](uri): Adjust URL to tag change. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: redis: Update to 4.0.2.Marius Bakke2017-11-05
| | | | * gnu/packages/databases.scm (redis): Update to 4.0.2.
* gnu: sdl2: Update to 2.0.7 and enable Wayland backend.Rutger Helling2017-11-05
| | | | | | | | * gnu/packages/sdl.scm (sdl2): Update to 2.0.7. [inputs]: Add wayland, wayland-protocols, libxkbcommon. [arguments]: Add '--disable-wayland-shared' to #:configure-flags. Co-authored-by: Marius Bakke <mbakke@fastmail.com>
* gnu: add disorderfs.Gábor Boskovits2017-11-05
| | | | | | * gnu/packages/file-systems.scm (disorderfs): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-decorator: Update to 4.1.2.Gábor Boskovits2017-11-05
| | | | | | * gnu/packages/python.scm (python-decorator): Update to 4.1.2. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Install mimetypes.Brendan Tildesley2017-11-05
| | | | | | * gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Add optipng as an input.Brendan Tildesley2017-11-05
| | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add optipng. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Add python2-dukpy as an input.Brendan Tildesley2017-11-05
| | | | | | | * gnu/packages/ebook.scm (calibre)[inputs]: Add python2-dukpy. dukpy was unbundled from Calibre, so we need to to use the Guix version. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-dukpy, python2-dukpy.Brendan Tildesley2017-11-05
| | | | | | gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: calibre: Update to 3.11.1.Brendan Tildesley2017-11-05
| | | | | | * gnu/packages/ebook.scm (calibre): Update to 3.11.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: retroarch: Enable Wayland support.Rutger Helling2017-11-05
| | | | | | * gnu/packages/games.scm (retroarch)[inputs]: Add wayland. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: weston: Update to 3.0.0.Rutger Helling2017-11-05
| | | | | | * gnu/packages/freedesktop.scm (weston): Update to 3.0.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: lollypop: Update to 0.9.304.rennes2017-11-05
| | | | | | * gnu/packages/gnome.scm (lollypop): Update to 0.9.304. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: gnome-terminal: Update to 3.26.2.Tobias Geerinckx-Rice2017-11-05
| | | | * gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2.
* gnu: vte: Update to 0.50.2.Tobias Geerinckx-Rice2017-11-05
| | | | * gnu/packages/gnome.scm (vte): Update to 0.50.2.
* gnu: fio: Update to 3.2.Marius Bakke2017-11-05
| | | | * gnu/packages/benchmark.scm (fio): Update to 3.2.
* gnu: feh: Update to 2.22.Marius Bakke2017-11-05
| | | | | * gnu/packages/image-viewers.scm (feh): Update to 2.22. [native-search-paths]: New field.
* services: Add 'description' fields.Ludovic Courtès2017-11-05
| | | | | | | | | * gnu/services/admin.scm (rottlog-service-type) (tailon-service-type): Add 'description' field. * gnu/services/audio.scm (mpd-service-type): Likewise. * gnu/services/avahi.scm (avahi-service-type): Likewise. * gnu/services/ssh.scm (lsh-service-type) (openssh-service-type, dropbear-service-type): Likewise.
* services: Add murmur.nee2017-11-05
| | | | | | | | * gnu/services/telephony.scm: New file. * gnu/local.mk: Add it. * doc/guix.texi (Telephony Services): New node. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix: records: Add match-record.nee2017-11-05
| | | | | | * guix/records.scm: New syntax-rule. Signed-off-by: Ludovic Courtès <ludo@gnu.org>