summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: axoloti-runtime: Update home page.Ricardo Wurmus2017-10-17
| | | | | * gnu/packages/axoloti.scm (axoloti-runtime)[home-page]: Use redirection target URL.
* gnu: Add Axoloti.Ricardo Wurmus2017-10-17
| | | | | | | * gnu/packages/axoloti.scm: New file. * gnu/packages/patches/libusb-for-axoloti.patch: New file. * gnu/local.mk (dist_patch_DATA): Add patch. (GNU_SYSTEM_MODULES): Add module.
* gnu: java-jgit: Include properties files.Ricardo Wurmus2017-10-17
| | | | | | | * gnu/packages/version-control.scm (java-jgit)[arguments]: Add phase "add-properties". (java-jgit-4.2)[arguments]: Move modification of phases into substitute-keyword-arguments clause.
* gnu: guix: Fix content hash.Ludovic Courtès2017-10-17
| | | | | | | | Fixes a mistake in bb4b9f7bf3d3c465823cd6d261c92fa90f9f97aa, which was due to the present of a hard link in my source tree, which confused 'git-predicate'... * gnu/packages/package-management.scm (guix)[source]: Fix content hash.
* gnu: perf: Find 'tips.txt'.Ludovic Courtès2017-10-17
| | | | | * gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not "DESTDIR". This allows 'perf report' to find 'tips.txt'.
* gnu: perf: Add dependency on libunwind and libnuma.Ludovic Courtès2017-10-17
| | | | * gnu/packages/linux.scm (perf)[inputs]: Add NUMACTL and LIBUNWIND.
* guix: substitute: Report the last progress in the child process.宋文武2017-10-17
| | | | | | | | | Fixes <https://bugs.gnu.org/28756>. * guix/utils.scm (filtered-port): Close the 'input' port for the current process, and close it upon exit in the child process. * guix/scripts/substitute.scm (progress-substitution): Display "\n\n" after the reporter has finished.
* gnu: guix: Update development snapshot.Ludovic Courtès2017-10-17
| | | | * gnu/packages/package-management.scm (guix): Update to 357ab93.
* gnu: Add python2-py2neo.Roel Janssen2017-10-17
| | | | * gnu/packages/python.scm (python2-py2neo): New variable.
* gnu: Add python2-neo4j-driver.Roel Janssen2017-10-17
| | | | * gnu/packages/python.scm (python2-neo4j-driver): New variable.
* gnu: wpa-supplicant: Fix "KRACK" key reinstallation attacks [security fixes].Leo Famulari2017-10-16
| | | | | | | | | | | | | | | | Fixes CVE-2017-{13078,13079,13080,13081,13082,13087,13088}. See these announcements for more information: https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt https://www.krackattacks.com/ * gnu/packages/patches/wpa-supplicant-CVE-2017-13082.patch, gnu/packages/patches/wpa-supplicant-fix-key-reuse.patch, gnu/packages/patches/wpa-supplicant-fix-nonce-reuse.patch gnu/packages/patches/wpa-supplicant-fix-zeroed-keys.patch, gnu/packages/patches/wpa-supplicant-krack-followups.patch: New files. * gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Use them. * gnu/local.mk (dist_patch_DATA): Add them.
* gnu: emacs-org, emacs-org-contrib: Update to 20171016.Ludovic Courtès2017-10-16
| | | | | * gnu/packages/emacs.scm (emacs-org, emacs-org-contrib): Update to 20171016.
* gnu: emacs-tiny: Update to 0.2.1.Ludovic Courtès2017-10-16
| | | | * gnu/packages/emacs.scm (emacs-tiny): Update to 0.2.1.
* gnu: emacs-adaptive-wrap: Update to 0.5.1.Ludovic Courtès2017-10-16
| | | | * gnu/packages/emacs.scm (emacs-adaptive-wrap): Update to 0.5.1.
* gnu: emacs-queue: Update to 0.2.Ludovic Courtès2017-10-16
| | | | * gnu/packages/emacs.scm (emacs-queue): Update to 0.2.
* gnu: emacs-ahungry-theme: Update to 1.6.0.Ludovic Courtès2017-10-16
| | | | * gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.6.0.
* gnu: libextractor: Update to 1.6.Ludovic Courtès2017-10-16
| | | | * gnu/packages/gnunet.scm (libextractor): Update to 1.6.
* gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813Adam Van Ymeren2017-10-16
| | | | | | | | Fixes <http://bugs.gnu.org/28813>. * gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-org-contrib.Christopher Baines2017-10-16
| | | | * gnu/packages/emacs.scm (emacs-org-contrib): New variable.
* gnu: tmux: Update to 2.6.Leo Famulari2017-10-15
| | | | * gnu/packages/tmux.scm (tmux): Update to 2.6.
* gnu: youtube-dl: Update to 2017.10.15.1.Tobias Geerinckx-Rice2017-10-15
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.10.15.1.
* gnu: baobab: Update to 3.26.1.Tobias Geerinckx-Rice2017-10-15
| | | | * gnu/packages/gnome.scm (baobab): Update to 3.26.1.
* gnu: Add cinnamon-desktop.ng02017-10-15
| | | | | | | * gnu/packages/cinnamon.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Christopher Baines <mail@cbaines.net>
* emacs-build-system: Change how patch-el-files substitutes commands.Christopher Baines2017-10-15
| | | | | | | | | | | | | | | | Previously the regex would match from /bin/ to a closing quote. However, this is greedy, so will match up until the last ". This causes problems when there are several quotes on the same line, for example: org-effectiveness.el: 196: (call-process "/bin/bash" nil t nil "-c" strplot) Therefore, change . to \S so that it doesn't include whitespace characters. Changing to a lazy quantifier would be an option, if that were supported. * guix/build/emacs-build-system.scm (patch-el-files): Change the regular expression used.
* emacs-build-system: Handle missing programs when patching.Christopher Baines2017-10-15
| | | | | | | | | Previously the string-append here would error, which isn't useful as it doesn't tell you which command couldn't be found. To make the error actionable, catch it earlier, and explicitly error. * guix/build/emacs-build-system.scm (patch-el-files): Handle (which cmd) returning #f.
* gnu: propeller-development-suite: Use stable release.Ricardo Wurmus2017-10-15
| | | | | | | | | | | | | | | | | * gnu/packages/embedded.scm (propeller-binutils): Take sources from release_1_0 branch. [arguments]: Remove "patch-/bin/sh-in-tests" phase; add "chdir" phase; disable Werror flag. (propeller-gcc-4): Use sources from release_1_0 branch. [arguments]: Add "chdir" phase. [home-page]: Change to official home page. (proplib): Use sources from release_1_0 branch. [arguments]: Add "chdir" phase; remove outdated patch from "fix-Makefile" phase; do not build and install tiny library. [home-page]: Change to official home page. (propeller-load): Use sources from release_1_0 branch. [arguments]: Add "chdir" phase. [home-page]: Change to official home page.
* gnu: maxima: Update to 5.41.0.Kei Kebreau2017-10-15
| | | | * gnu/packages/maths.scm (maxima): Update to 5.41.0.
* gnu: ruby-ffi: Move to libffi.scm.Efraim Flashner2017-10-15
| | | | | * gnu/packages/ruby.scm (ruby-ffi): Move from here ... * gnu/packages/libffi.scm: ... to here.
* gnu: python-cffi: Move to libffi.scmEfraim Flashner2017-10-15
| | | | | | | * gnu/packages/python.scm (python-cffi): Move from here ... * gnu/packages/libffi.scm: ... to here. * gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust module imports.
* gnu: python-cffi: Update to 1.11.2.Efraim Flashner2017-10-15
| | | | | * gnu/packages/python.scm (python-cffi): Update to 1.11.2. [home-page]: Use 'https'.
* gnu: python-cffi: Disable test that fails on aarch64.Efraim Flashner2017-10-15
| | | | | * gnu/packages/python.cm (python-cffi)[arguments]: Disable test that is known to fail on aarch64.
* gnu: fluidsynth: Update to 1.1.8.Ricardo Wurmus2017-10-15
| | | | | | | | * gnu/packages/audio.scm (fluidsynth): Update to 1.1.8. [build-system]: Use cmake-build-system. [arguments]: Disable tests; add phase "fix-libdir"; remove build phase "remove-broken-symlinks". [license]: Change to lpgl2.1+.
* gnu: linux-libre: Update to 4.13.7.Mark H Weaver2017-10-14
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.7. (%linux-libre-hash): Update hash.
* gnu: cups-minimal: Mark up description.Tobias Geerinckx-Rice2017-10-14
| | | | * gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
* gnu: cups-filters: Download over HTTPS.Tobias Geerinckx-Rice2017-10-14
| | | | * gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
* gnu: Add python-pyqrcode.ng02017-10-14
| | | | | | * gnu/packages/python.scm (python-pyqrcode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-pynacl.ng02017-10-14
| | | | | | * gnu/packages/crypto.scm (python-pynacl): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-py-ubjson.ng02017-10-14
| | | | | | * gnu/packages/web.scm (python-py-ubjson): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-cbor.ng02017-10-14
| | | | | | * gnu/packages/serialization.scm (python-cbor): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: neomutt: Update to 20171013.ng02017-10-14
| | | | | | * gnu/packages/mail.scm (neomutt): Update to 20171013. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: emacs-ess: Update to 16.10.Kyle Meyer2017-10-14
| | | | | | | | | * gnu/packages/emacs.scm (emacs-ess): Update to 16.10. [arguments]: Enable tests. [source]: Add snippet to prevent build process from trying to download external julia-mode.el. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-julia-mode.Kyle Meyer2017-10-14
| | | | | | * gnu/packages/emacs.scm (emacs-julia-mode): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-easy-kill.Kyle Meyer2017-10-14
| | | | | | * gnu/packages/emacs.scm (emacs-easy-kill): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: games: Add openrct2.Rutger Helling2017-10-14
| | | | | | * gnu/packages/games.scm (openrct2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: guile-sdl, guile-sly: Switch to Guile 2.2.Ludovic Courtès2017-10-14
| | | | | | | | * gnu/packages/sdl.scm (guile-sdl)[inputs]: Replace GUILE-2.0 with GUILE-2.2. [arguments]: Add 'skip-cursor-test' phase. * gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Switch to GUILE-2.2.
* gnu: guile-sly: Remove 2.0-specific bits.Ludovic Courtès2017-10-14
| | | | | * gnu/packages/guile.scm (guile-sly)[source](modules, snippet): New fields.
* gnu: guile-sdl: Remove 2.0-specific bits.Ludovic Courtès2017-10-14
| | | | | | * gnu/packages/sdl.scm (guile-sdl)[arguments]: Add #:modules. In 'fix-env-and-patch' phase, use 'open-pipe*' to determine the effective version; use it in makefiles.
* gnu: mesa: Disable svga driver for armhf.Marius Bakke2017-10-14
| | | | * gnu/packages/gl.scm (mesa)<#:configure-flags>: Drop svga gallium driver.
* gnu: python-fonttools: Update to 3.15.1.ng02017-10-14
| | | | | | | | * gnu/packages/python.scm (python-fonttools): Update to 3.15.1. (source)[uri]: Use 'pypi-uri'. (native-inputs): Add unzip. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-biopython: Update to 1.70.Cyril Roelandt2017-10-14
| | | | * gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.