Commit Graph

25222 Commits (44b8823fc7fffa67c6bff9c76c1f062a7e1703d5)

Author SHA1 Message Date
Eric Bavier 9de52b5643
gnu: perl-sys-cpu: Skip cpu_clock and cpu_type tests.
* gnu/packages/perl.scm (perl-sys-cpu)[source]: Replace test in snippet.
2017-10-28 18:20:58 -05:00
Mark H Weaver 0f27666b91
gnu: linux-libre: Update to 4.13.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.10.
(%linux-libre-hash): Update hash.
2017-10-28 22:29:01 -04:00
Mark H Weaver 88deca15b5
gnu: linux-libre@4.9: Update to 4.9.59.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.59.
2017-10-28 22:28:23 -04:00
Mark H Weaver 813b4454a8
gnu: linux-libre@4.4: Update to 4.4.95.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.95.
2017-10-28 22:27:37 -04:00
Efraim Flashner c178aa344f
gnu: gavl: Fix building on armhf and aarch64.
* gnu/packages/video.scm (gavl)[arguments]: Add '-lm' to configure flags.
2017-10-28 23:11:12 +03:00
ng0 4b86f04a51
gnu: neomutt: Remove obsolete configure switches.
* gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex'
and '--with-external-dotlock' from configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:42 +02:00
ng0 32fc1ec3d5
gnu: neomutt: Do not inherit mutt.
* gnu/packages/mail.scm (neomutt): Remove (inherit mutt),
add 'build-system' and 'license'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:36 +02:00
ng0 7de23b02a1
gnu: neomutt: Update to 20171027.
* gnu/packages/mail.scm (neomutt): Update to 20171027.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:25 +02:00
Kyle Meyer bf1264ab70
gnu: emacs-yasnippet: Update to 0.12.2.
* gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.12.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:31 +02:00
Kyle Meyer 8a0d454eed
gnu: emacs-elfeed: Update to 2.2.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.2.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:29 +02:00
Kyle Meyer 9932dabfb6
gnu: emacs-hydra: Update to 0.14.0.
* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:25 +02:00
Kyle Meyer 2b0ddaaac7
gnu: emacs-f: Update to 0.19.0.
* gnu/packages/emacs.scm (emacs-f): Update to 0.19.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:22 +02:00
Kyle Meyer 4e4255849d
gnu: emacs-s: Update to 1.12.0.
* gnu/packages/emacs.scm (emacs-s): Update to 1.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:18 +02:00
Julien Lepiller c54a8fdf90
gnu: Update php to 7.1.11.
* gnu/packages/php.scm (php): Update to 7.1.11.
2017-10-28 14:19:15 +02:00
Peter Kreye 90ab26fa26
gnu: Add ocaml-utop.
* gnu/packages/ocaml.scm (ocaml-utop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:33:59 +02:00
Peter Kreye 50856b7342
gnu: Add ocaml-findlib-1.7.3.
* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:33:46 +02:00
Peter Kreye e88ff71c10
gnu: Add ocaml-lambda-term.
* gnu/packages/ocaml.scm (ocaml-zed): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:12:20 +02:00
Peter Kreye cd4abd293d
gnu: Add ocaml-zed.
* gnu/packages/ocaml.scm (ocaml-zed): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:09:02 +02:00
Peter Kreye c00233ac16
gnu: Add ocaml-jbuilder.
* gnu/packages/ocaml.scm (ocaml-jbuilder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:00:09 +02:00
Ludovic Courtès 34b1f339cd
graph: Remove mention of Graphviz from the summary line.
* guix/scripts/graph.scm (show-help): Remove mention of Graphviz from
the summary line.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 0a2ce1ea0a
import: elpa: Do not abort when failing to download the archive.
* guix/import/elpa.scm (elpa-fetch-archive): Use 'http-fetch/cached'
directly instead of 'call-with-downloaded-file'.  This ensures we don't
just abort when networking access is lacking, which is required to allow
'guix refresh -c refresh' to proceed.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 90297811a9
import: github: Gracefully handle multiple-URL origins.
* guix/import/github.scm (latest-release)[origin-github-uri]: New
procedure.  Use it.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 6d6d193221
lint: 'refresh' gracefully handles lack of networking access.
* guix/scripts/lint.scm (check-for-updates): Wrap
'package-latest-release*' call in 'with-networking-fail-safe'.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 4b879e0acf
lint: Extract network-related exception handling.
* guix/scripts/lint.scm (call-with-networking-fail-safe): New procedure.
(with-networking-fail-safe): New macro.
(current-vulnerabilities*): Rewrite in terms of 'with-networking-fail-safe'.
2017-10-28 09:45:54 +02:00
Ludovic Courtès a1ff7e1d8d
scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.
* guix/scripts.scm (parse-command-line): Add #:build-options? parameter
and honor it.
* guix/scripts/challenge.scm (guix-challenge): Use 'parse-command-line'
with #:build-options? #f instead of 'args-fold*'.
* guix/scripts/gc.scm (guix-gc): Likewise.
* guix/scripts/graph.scm (guix-graph): Likewise.
* guix/scripts/hash.scm (guix-hash): Likewise.
* guix/scripts/lint.scm (guix-lint): Likewise.
* guix/scripts/refresh.scm (guix-refresh): Likewise.
* guix/scripts/size.scm (guix-size): Likewise.
* guix/scripts/weather.scm (guix-weather): Likewise.
2017-10-28 09:45:53 +02:00
Tobias Geerinckx-Rice ed1f071e98
gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-28 01:55:26 +02:00
Tobias Geerinckx-Rice e13a63d933
gnu: perl-xml-libxml: Update to 2.0131.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0131.
2017-10-28 01:55:26 +02:00
Ludovic Courtès efff3dd4c9
scripts: Use 'args-fold*' for command that do not honor build flags.
Fixes <https://bugs.gnu.org/28984>.
Reported by Eric Bavier.

* guix/scripts/challenge.scm (guix-challenge): Use 'args-fold*' instead
of 'parse-command-line'.
* guix/scripts/size.scm (guix-size): Likewise.
* guix/scripts/weather.scm (guix-weather): Likewise.
2017-10-27 13:11:26 -07:00
Theodoros Foradis 50942a690e
gnu: kicad: Build with ngspice support.
* gnu/packages/engineering.scm (kicad):
[arguments] <configure-flags>: Add KICAD_SPICE flag.
[inputs]: Add libngspice.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:03:39 -07:00
Theodoros Foradis c48799c0a5
gnu: kicad: Update to commit 5f4599f.
* gnu/packages/engineering.scm (kicad): Update to commit 5f4599f.
[arguments]: Add "install-lib-3d" phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:03:18 -07:00
Theodoros Foradis c16fabfa9e
gnu: kicad-library: Update to 4.0.6.
* gnu/packages/engineering.scm (kicad-library): Update to 4.0.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:00:39 -07:00
Theodoros Foradis c31b61ef53
gnu: Add qucs.
* gnu/packages/engineering.scm (qucs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 12:42:49 -07:00
Ludovic Courtès 40a99ca014
gnu: freehdl: Depend on the current 'gcc-toolchain'.
* gnu/packages/engineering.scm (freehdl)[inputs]: Change
'gcc-toolchain-5' to 'gcc-toolchain'.
2017-10-27 12:37:38 -07:00
Ludovic Courtès b887ede17d
gnu: gcc: Add unversioned 'gcc-toolchain' variable.
Reported by Theodoros Foradis <theodoros@foradis.org>.

* gnu/packages/commencement.scm (gcc-toolchain): Rename to...
(make-gcc-toolchain): ... this.
(gcc-toolchain): New variable.
(gcc-toolchain-5): Turn into an alias for 'gcc-toolchain'.
2017-10-27 12:35:49 -07:00
Ludovic Courtès 99b9857be7
gnu: Add Catalan dictionary for Aspell.
Hola!

* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
2017-10-27 11:57:47 -07:00
Ludovic Courtès 085bcca313
gnu: Add hunspell-dict-en*.
* gnu/packages/aspell.scm (aspell-word-list): New procedure.
(define-word-list-dictionary): New macro.
(hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca)
(hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New
variables.
2017-10-27 09:33:15 -07:00
Theodoros Foradis d3f9589842
gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts.
* gnu/packages/engineering.scm (freehdl):
[arguments] <phases>: Add patch-gvhdl and patch-freehdl-gennodes phases.
Wrap-program "/bin/gvhdl" in make-wrapper phase.
[inputs]: Add guile-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 09:33:15 -07:00
ng0 e37bdc0f28
gnu: Add gavl.
* gnu/packages/video.scm (gavl): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:55 -04:00
ng0 c50fe6c291
gnu: Add python-pycanberra.
* gnu/packages/libcanberra.scm (python-pycanberra): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:55 -04:00
ng0 635f981b9a
gnu: Add gst-transcoder.
* gnu/packages/video.scm (gst-transcoder): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:54 -04:00
Roel Janssen 58a308e0b4
gnu: Add gwl.
* gnu/packages/package-management.scm (gwl): New variable.
2017-10-27 11:17:43 +02:00
Marius Bakke 4119376d66
gnu: exiv2: Add upstream security fixes.
Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864.

* gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch,
gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/image.scm (exiv2)[source]: Use them.
2017-10-27 00:50:09 +02:00
Maxim Cournoyer ba2cd6c2d8
gnu: synergy: Update repository URI and hash.
* gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core.
[sha256]: Update to reflect the name change of the archive root directory.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-26 15:45:14 -07:00
Kyle Meyer 3414ce9876
gnu: snakemake: Update to 4.2.0.
* gnu/packages/python.scm (snakemake): Update to 4.2.0.
[propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml,
and python-ratelimiter, which are dependencies as of Snakemake 4.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Kyle Meyer 9d0866ce1b
gnu: Add python-ratelimiter.
* gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Kyle Meyer b89e3c77c6
gnu: python-configargparse: Update to 0.12.0.
* gnu/packages/python.scm (python-configargparse, python2-configargparse):
Update to 0.12.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pyyaml, which is an optional dependency but
required to run the tests.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Rutger Helling 750e9f15a3
gnu: xpra: Update to 2.1.3.
* gnu/packages/xorg.scm (xpra): Update to 2.1.3.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Jelle Licht 256ecba1a1
gnu: ansible: Update to 2.4.1.0.
* gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
2017-10-27 00:30:49 +02:00
Marius Bakke 1c2adcd6b9
gnu: ffmpeg@3.3: Update to 3.3.5.
* gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
2017-10-27 00:03:17 +02:00
Rutger Helling b1c01503df
gnu: Add ffmpeg@3.3 and use it on packages that fail with 3.4.
* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/video.scm (ffmpeg-3.3): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:01:53 +02:00