jackhill/guix/guix.git
6 years agognu: Add ocaml-graph.
Julien Lepiller [Thu, 21 Sep 2017 18:46:37 +0000 (20:46 +0200)]
gnu: Add ocaml-graph.

* gnu/packages/ocaml.scm (ocaml-graph): New variable.
* gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.

6 years agognu: Add ocaml-uuidm.
Julien Lepiller [Thu, 21 Sep 2017 18:45:47 +0000 (20:45 +0200)]
gnu: Add ocaml-uuidm.

* gnu/packages/ocaml.scm (ocaml-uuidm): New variable.

6 years agognu: Add ocaml-piqilib.
Julien Lepiller [Thu, 21 Sep 2017 18:44:57 +0000 (20:44 +0200)]
gnu: Add ocaml-piqilib.

* gnu/packages/ocaml.scm (ocaml-piqilib): New variable.

6 years agognu: Add ocaml-optcomp.
Julien Lepiller [Thu, 21 Sep 2017 18:35:17 +0000 (20:35 +0200)]
gnu: Add ocaml-optcomp.

* gnu/packages/ocaml.scm (ocaml-optcomp): New variable.

6 years agognu: Add ocaml-easy-format.
Julien Lepiller [Thu, 21 Sep 2017 18:34:27 +0000 (20:34 +0200)]
gnu: Add ocaml-easy-format.

* gnu/packages/ocaml.scm (ocaml-easy-format): New variable.

6 years agognu: Add ocaml-uri.
Julien Lepiller [Thu, 21 Sep 2017 18:33:33 +0000 (20:33 +0200)]
gnu: Add ocaml-uri.

* gnu/packages/ocaml.scm (ocaml-uri): New variable.

6 years agognu: Add ocaml-ezjsonm.
Julien Lepiller [Thu, 21 Sep 2017 18:32:27 +0000 (20:32 +0200)]
gnu: Add ocaml-ezjsonm.

* gnu/packages/ocaml.scm (ocaml-ezjsonm): New variable.

6 years agognu: samba: Install manual pages.
Marius Bakke [Wed, 27 Sep 2017 11:44:39 +0000 (13:44 +0200)]
gnu: samba: Install manual pages.

* gnu/packages/samba.scm (samba)[arguments]<#:phases>: Add
'locate-docbook-stylesheets' phase.
[native-inputs]: Add DOCBOOK-XSL and LIBXSLT.

6 years agognu: tklib: Fix typo.
Marius Bakke [Wed, 27 Sep 2017 09:37:59 +0000 (11:37 +0200)]
gnu: tklib: Fix typo.

This is a follow-up to commit 1966481fe306691d9fad7dda0da6143f93055cae.

* gnu/packages/tcl.scm (tklib)[description]: Fix Texinfo markup.

6 years agognu: potrace: Update to 1.15 [fixes CVE-2017-12067].
Marius Bakke [Mon, 25 Sep 2017 14:10:09 +0000 (16:10 +0200)]
gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].

* gnu/packages/fontutils.scm (potrace): Update to 1.15.

6 years agognu: e2fsprogs: Update to 1.43.6.
Marius Bakke [Mon, 25 Sep 2017 13:51:12 +0000 (15:51 +0200)]
gnu: e2fsprogs: Update to 1.43.6.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.6.

6 years agognu: powertop: Update to 2.9.
Marius Bakke [Mon, 25 Sep 2017 13:38:52 +0000 (15:38 +0200)]
gnu: powertop: Update to 2.9.

* gnu/packages/linux.scm (powertop): Update to 2.9.
[source]: Adjust URI.

6 years agognu: lftp: Update to 4.8.2.
Marius Bakke [Mon, 25 Sep 2017 13:09:11 +0000 (15:09 +0200)]
gnu: lftp: Update to 4.8.2.

* gnu/packages/ftp.scm (lftp): Update to 4.8.2.

6 years agognu: pulseview: Build with modular Qt.
Marius Bakke [Mon, 25 Sep 2017 13:02:44 +0000 (15:02 +0200)]
gnu: pulseview: Build with modular Qt.

* gnu/packages/electronics.scm (pulseview)[inputs]: Remove QT.  Add QTBASE and QTSVG.

6 years agognu: tklib: Add missing closing brace.
Maxim Cournoyer [Wed, 27 Sep 2017 18:55:24 +0000 (20:55 +0200)]
gnu: tklib: Add missing closing brace.

Fixes <http://bugs.gnu.org/28624>.
Reported by Jelle Licht <wordempire@gmail.com>

* gnu/packages/tcl.scm (tklib): Add closing brace.

6 years agognu: lilypond: Fix fontforge detection.
Efraim Flashner [Wed, 27 Sep 2017 07:08:42 +0000 (10:08 +0300)]
gnu: lilypond: Fix fontforge detection.

* gnu/packages/music.scm (lilypond)[arguments]: Adjust fontforge
detection algorithm to allow for SOURCE_DATE_EPOCH in fontforge's build.

6 years agognu: git: Update to 2.14.2.
Tobias Geerinckx-Rice [Tue, 26 Sep 2017 11:12:14 +0000 (13:12 +0200)]
gnu: git: Update to 2.14.2.

* gnu/packages/version-control.scm (git): Update to 2.14.2.

6 years agognu: btrfs-progs: Update to 4.13.1.
Tobias Geerinckx-Rice [Tue, 26 Sep 2017 09:50:47 +0000 (11:50 +0200)]
gnu: btrfs-progs: Update to 4.13.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.1.
[inputs]: Add zstd.

6 years agobuild-system: meson: Fix typo in variable name.
Mohammed Sadiq [Tue, 26 Sep 2017 14:19:24 +0000 (19:49 +0530)]
build-system: meson: Fix typo in variable name.

* guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.

6 years agognu: Add tklib.
Danny Milosavljevic [Thu, 3 Aug 2017 06:54:43 +0000 (08:54 +0200)]
gnu: Add tklib.

* gnu/packages/tcl.scm (tklib): New variable.

6 years agoservices: cuirass: Add host option.
Jan Nieuwenhuizen [Mon, 18 Sep 2017 20:12:18 +0000 (22:12 +0200)]
services: cuirass: Add host option.

* gnu/services/cuirass.scm (<cuirass-configuration>): Add host option.
(cuirass-shepherd-service): Pass host option.
* doc/guix.texi (Continuous Integration): Document it.

6 years agognu: cuirass: Update development snapshot.
Jan Nieuwenhuizen [Tue, 19 Sep 2017 16:51:06 +0000 (18:51 +0200)]
gnu: cuirass: Update development snapshot.

* gnu/packages/ci.scm (cuirass): Update to commit 87ad259.

6 years agognu: libunwind: Update to 1.2.1.
Leo Famulari [Tue, 26 Sep 2017 15:39:26 +0000 (11:39 -0400)]
gnu: libunwind: Update to 1.2.1.

* gnu/packages/libunwind.scm (libunwind): Upate to 1.2.1.
[source]: Remove 'libunwind-CVE-2015-3239.patch'.
* gnu/packages/patches/libunwind-CVE-2015-3239.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: Add uim, uim-gtk and uim-qt.
Arun Isaac [Mon, 11 Sep 2017 19:15:12 +0000 (00:45 +0530)]
gnu: Add uim, uim-gtk and uim-qt.

* gnu/packages/xorg.scm (uim, uim-gtk, uim-qt): New variables.

6 years agotests: install: Switch to modifying the gc-root-service-type.
Ludovic Courtès [Tue, 26 Sep 2017 08:43:10 +0000 (10:43 +0200)]
tests: install: Switch to modifying the gc-root-service-type.

Fixes <https://bugs.gnu.org/28600>.
Fixes a regression introduced in
4e854b1814a9216ae7cc90aef4d82fd989a519c3.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/tests/install.scm (operating-system-with-gc-roots): Use
'simple-service' to extend GC-ROOT-SERVICE-TYPE instead of instantiating
it.

6 years agognu: Add gpa.
ng0 [Sun, 24 Sep 2017 15:52:05 +0000 (15:52 +0000)]
gnu: Add gpa.

* gnu/packages/gnupg.scm (gpa): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add lxqt-build-tools.
ng0 [Sun, 24 Sep 2017 15:08:11 +0000 (15:08 +0000)]
gnu: Add lxqt-build-tools.

* gnu/packages/lxqt.scm (lxqt-build-tools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agotests: mcron: Adjust use of 'wait-for-file'.
Ludovic Courtès [Tue, 26 Sep 2017 08:09:53 +0000 (10:09 +0200)]
tests: mcron: Adjust use of 'wait-for-file'.

Fixes a regression introduced in
8bd5231485cdeb02078c4294badb3a1e7caa0fe0, whereby returning #<eof> would
no longer work (since #<eof> would be in the cdr of the result, and thus
it would not get converted to a string.)

* gnu/tests/base.scm (run-mcron-test)["root's job with command"]: Pass
  #:read to 'wait-for-file'.

6 years agobuild: Build (guix import gnome) only when we have Guile-JSON.
Ludovic Courtès [Tue, 26 Sep 2017 07:29:00 +0000 (09:29 +0200)]
build: Build (guix import gnome) only when we have Guile-JSON.

* Makefile.am (MODULES): Move guix/import/gnome.scm under "if
HAVE_GUILE_JSON".

6 years agohttp-client: Reset cache TTL upon 304 "Not Modified" responses.
Ludovic Courtès [Mon, 25 Sep 2017 22:32:12 +0000 (00:32 +0200)]
http-client: Reset cache TTL upon 304 "Not Modified" responses.

* guix/http-client.scm (http-fetch/cached)[update-cache]: Add call to
'utime' in the 304 case.

6 years agognu: libgtop: Update to 2.38.0.
Ludovic Courtès [Mon, 25 Sep 2017 22:19:12 +0000 (00:19 +0200)]
gnu: libgtop: Update to 2.38.0.

* gnu/packages/gnome.scm (libgtop): Update to 2.38.0.

6 years agoupstream: Add new GNOME updater.
Ludovic Courtès [Mon, 25 Sep 2017 21:58:02 +0000 (23:58 +0200)]
upstream: Add new GNOME updater.

Partly fixes <https://bugs.gnu.org/28159>.
Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* guix/import/gnome.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/gnu-maintenance.scm (latest-gnome-release)
(%gnome-updater): Remove.

6 years agoupstream: Add 'url-prefix-predicate'.
Ludovic Courtès [Mon, 25 Sep 2017 15:34:26 +0000 (17:34 +0200)]
upstream: Add 'url-prefix-predicate'.

* guix/gnu-maintenance.scm (url-prefix-predicate): Move to...
* guix/upstream.scm (url-prefix-predicate): ... here.

6 years agognu: lm-sensors: Add "lib" output.
Dave Love [Mon, 25 Sep 2017 10:42:07 +0000 (11:42 +0100)]
gnu: lm-sensors: Add "lib" output.

* gnu/packages/linux.scm (lm-sensors)[outputs]: Add "lib".
[arguments]: Fix up make flags.
(xsensors)[inputs]: Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: certbot, python-acme: Update to 0.18.2.
Leo Famulari [Sun, 24 Sep 2017 21:56:19 +0000 (17:56 -0400)]
gnu: certbot, python-acme: Update to 0.18.2.

* gnu/packages/tls.scm (certbot, python-acme): Update to 0.18.2.
* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: i3-wm: Update to 4.14.1.
Marius Bakke [Sun, 24 Sep 2017 22:07:57 +0000 (00:07 +0200)]
gnu: i3-wm: Update to 4.14.1.

* gnu/packages/wm.scm (i3-wm): Update to 4.14.1.

6 years agoREADME: Replace http:// with https:// where applicable.
Marius Bakke [Sun, 24 Sep 2017 22:05:47 +0000 (00:05 +0200)]
README: Replace  with https:// where applicable.

6 years agognu: openntpd: Update to 6.2p2.
Efraim Flashner [Sun, 24 Sep 2017 17:40:37 +0000 (20:40 +0300)]
gnu: openntpd: Update to 6.2p2.

* gnu/packages/ntp.scm (openntpd): Update to 6.2p2.

6 years agognu: fontforge: Update to 20170731.
Efraim Flashner [Sun, 24 Sep 2017 16:59:27 +0000 (19:59 +0300)]
gnu: fontforge: Update to 20170731.

* gnu/packages/fontutils.scm (fontforge): Update to 20170731.
[source]: Remove patch, remove snippet.
[arguments]: Enable tests. Remove phase to build showttf.
[inputs]: Use python-wrapper instead of python.
[home-page]: Update to new home page.
* gnu/packages/patches/fontforge-svg-modtime.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

6 years agognu: imagemagick: Update to 6.9.9-15.
Marius Bakke [Sun, 24 Sep 2017 17:00:01 +0000 (19:00 +0200)]
gnu: imagemagick: Update to 6.9.9-15.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-15.

6 years agognu: lvm2: Update to 2.02.174.
Marius Bakke [Sun, 24 Sep 2017 16:43:15 +0000 (18:43 +0200)]
gnu: lvm2: Update to 2.02.174.

* gnu/packages/linux.scm (lvm2): Update to 2.02.174.

6 years agognu: Add emacs-olivetti.
Roel Janssen [Mon, 25 Sep 2017 14:41:57 +0000 (16:41 +0200)]
gnu: Add emacs-olivetti.

* gnu/packages/emacs.scm (emacs-olivetti): New variable.

6 years agognu: python-cython: Update to 0.27.
Efraim Flashner [Sun, 24 Sep 2017 11:26:46 +0000 (14:26 +0300)]
gnu: python-cython: Update to 0.27.

* gnu/packages/python.scm (python-cython): Update to 0.27.

6 years agognu: ibus-libpinyin: Update to 1.9.2.
Ricardo Wurmus [Sun, 24 Sep 2017 10:37:00 +0000 (12:37 +0200)]
gnu: ibus-libpinyin: Update to 1.9.2.

* gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.9.2.
[inputs]: Replace "python-2" with "python" and python2-pyxdg with
python-pyxdg.

6 years agognu: python-pyxdg: Disable failing test.
Ricardo Wurmus [Sun, 24 Sep 2017 10:36:21 +0000 (12:36 +0200)]
gnu: python-pyxdg: Disable failing test.

* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Disable theme
validation test.

6 years agognu: libpinyin: Update to 2.1.0.
Ricardo Wurmus [Sun, 24 Sep 2017 10:35:47 +0000 (12:35 +0200)]
gnu: libpinyin: Update to 2.1.0.

* gnu/packages/ibus.scm (libpinyin): Update to 2.1.0.

6 years agognu: r-glmnet: Update to 2.0-13.
Ricardo Wurmus [Sun, 24 Sep 2017 09:27:10 +0000 (11:27 +0200)]
gnu: r-glmnet: Update to 2.0-13.

* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-13.

6 years agognu: r-segmented: Update to 0.5-2.2.
Ricardo Wurmus [Sun, 24 Sep 2017 09:26:48 +0000 (11:26 +0200)]
gnu: r-segmented: Update to 0.5-2.2.

* gnu/packages/statistics.scm (r-segmented): Update to 0.5-2.2.

6 years agognu: r-mgcv: Update to 1.8-22.
Ricardo Wurmus [Sun, 24 Sep 2017 09:26:20 +0000 (11:26 +0200)]
gnu: r-mgcv: Update to 1.8-22.

* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-22.

6 years agognu: parallel: Update to 20170922.
Efraim Flashner [Sun, 24 Sep 2017 09:09:18 +0000 (12:09 +0300)]
gnu: parallel: Update to 20170922.

* gnu/packages/parallel.scm (parallel): Update to 20170922.

6 years agognu: Add cl-yale-haskell.
Ricardo Wurmus [Sat, 24 Dec 2016 08:50:29 +0000 (09:50 +0100)]
gnu: Add cl-yale-haskell.

* gnu/packages/haskell.scm (cl-yale-haskell): New variable.

6 years agognu: qtractor: Update to 0.8.4.
Ricardo Wurmus [Sat, 23 Sep 2017 20:52:37 +0000 (22:52 +0200)]
gnu: qtractor: Update to 0.8.4.

* gnu/packages/music.scm (qtractor): Update to 0.8.4.

6 years agognu: Add rsync service.
Oleg Pykhalov [Thu, 27 Jul 2017 01:01:01 +0000 (04:01 +0300)]
gnu: Add rsync service.

* doc/guix.texi (Networking Services): Add rsync service documentation.
* gnu/services/rsync.scm (<rsync-configuration>): New file.
* gnu/tests/rsync.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new files.

Signed-off-by: Christopher Baines <mail@cbaines.net>
6 years agognu: youtube-dl: Update to 2017.09.24.
Tobias Geerinckx-Rice [Sat, 23 Sep 2017 18:50:23 +0000 (20:50 +0200)]
gnu: youtube-dl: Update to 2017.09.24.

* gnu/packages/video.scm (youtube-dl): Update to 2017.09.24.

6 years agognu: weechat: Update to 1.9.1 [security fix].
Tobias Geerinckx-Rice [Sat, 23 Sep 2017 16:37:46 +0000 (18:37 +0200)]
gnu: weechat: Update to 1.9.1 [security fix].

* gnu/packages/irc.scm (weechat): Update to 1.9.1.

6 years agognu: Add gnome-clocks.
Mohammed Sadiq [Fri, 22 Sep 2017 16:08:44 +0000 (21:38 +0530)]
gnu: Add gnome-clocks.

* gnu/packages/gnome.scm (gnome-clocks): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add gsound.
Mohammed Sadiq [Fri, 22 Sep 2017 15:59:34 +0000 (21:29 +0530)]
gnu: Add gsound.

* gnu/packages/gnome.scm (gsound): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: libgweather: Enable vala support.
Mohammed Sadiq [Fri, 22 Sep 2017 15:58:53 +0000 (21:28 +0530)]
gnu: libgweather: Enable vala support.

* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add vala.
(libgweather)[arguments]: Install vala bindings into out.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add ibutils.
Dave Love [Fri, 22 Sep 2017 15:04:07 +0000 (16:04 +0100)]
gnu: Add ibutils.

* gnu/packages/fabric-management.scm (ibutils): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add infiniband-diags.
Dave Love [Fri, 22 Sep 2017 15:04:06 +0000 (16:04 +0100)]
gnu: Add infiniband-diags.

* gnu/packages/fabric-management.scm (infiniband-diags): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add opensm.
Dave Love [Fri, 22 Sep 2017 15:04:05 +0000 (16:04 +0100)]
gnu: Add opensm.

* gnu/packages/fabric-management.scm: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: gnurl: Update to 7.55.1-4.
ng0 [Thu, 21 Sep 2017 14:59:43 +0000 (14:59 +0000)]
gnu: gnurl: Update to 7.55.1-4.

* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4.
(native-inputs): Remove 'autoconf' and 'automake'.
(arguments)[phases]: Remove 'autoconf' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: python-unidecode: Fix typo in description.
Tobias Geerinckx-Rice [Sat, 23 Sep 2017 12:12:10 +0000 (14:12 +0200)]
gnu: python-unidecode: Fix typo in description.

* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.

6 years agognu: python-unidecode: Update to 0.04.21.
Tobias Geerinckx-Rice [Sat, 23 Sep 2017 12:11:36 +0000 (14:11 +0200)]
gnu: python-unidecode: Update to 0.04.21.

* gnu/packages/python.scm (python-unidecode): Update to 0.04.21.

6 years agognu: proteinortho: Update to 5.16b.
Ben Woodcroft [Sat, 23 Sep 2017 08:10:14 +0000 (18:10 +1000)]
gnu: proteinortho: Update to 5.16b.

* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b.

6 years agognu: you-get: Update to 0.4.915.
Feng Shu [Fri, 22 Sep 2017 12:40:32 +0000 (20:40 +0800)]
gnu: you-get: Update to 0.4.915.

* gnu/packages/video.scm (you-get): Update to 0.4.915.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: xpra: Update to 2.1.2.
Rutger Helling [Thu, 21 Sep 2017 06:30:51 +0000 (08:30 +0200)]
gnu: xpra: Update to 2.1.2.

* gnu/packages/xorg.scm (xpra): Update to 2.1.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: bitcoin-core: Build with modular Qt.
Marius Bakke [Fri, 22 Sep 2017 17:00:08 +0000 (19:00 +0200)]
gnu: bitcoin-core: Build with modular Qt.

* gnu/packages/finance.scm (bitcoin-core)[native-inputs]: Add QTTOOLS.
[inputs]: Remove QT.  Add QTBASE.
[arguments]: Specify paths to "lrelease" and "lupdate" in #:configure-flags.

6 years agognu: bitcoin-core: Update to 0.15.0.1.
Marius Bakke [Fri, 22 Sep 2017 16:59:38 +0000 (18:59 +0200)]
gnu: bitcoin-core: Update to 0.15.0.1.

* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1.

6 years agognu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].
Marius Bakke [Fri, 22 Sep 2017 16:14:19 +0000 (18:14 +0200)]
gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].

* gnu/packages/photo.scm (libraw): Update to 0.18.5.

6 years agognu: libsodium: Update to 1.0.14.
Marius Bakke [Fri, 22 Sep 2017 16:13:06 +0000 (18:13 +0200)]
gnu: libsodium: Update to 1.0.14.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.14.
[source, home-page]: Use HTTPS.

6 years agouuid: Add a parser for FAT32 UUIDs.
Ludovic Courtès [Fri, 22 Sep 2017 16:25:21 +0000 (18:25 +0200)]
uuid: Add a parser for FAT32 UUIDs.

* gnu/system/uuid.scm (%fat32-uuid-rx): New variable.
(string->fat32-uuid): New procedure.
(%uuid-parsers): Add it.
* tests/uuid.scm ("uuid, FAT32, format preserved"): New test.

6 years agognu: r-adaptivesparsity: Add dependency on Armadillo.
Ludovic Courtès [Fri, 22 Sep 2017 09:46:21 +0000 (11:46 +0200)]
gnu: r-adaptivesparsity: Add dependency on Armadillo.

Fixes a link error whereby -larmadillo would not be found.

* gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New
field.

6 years agognu: openttd-opengfx: Disable parallel build.
Arun Isaac [Tue, 19 Sep 2017 12:40:27 +0000 (18:10 +0530)]
gnu: openttd-opengfx: Disable parallel build.

* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build?
to #f.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agognu: openttd: Include openttd-openmsx and openttd-opensfx.
Arun Isaac [Wed, 13 Sep 2017 22:49:26 +0000 (04:19 +0530)]
gnu: openttd: Include openttd-openmsx and openttd-opensfx.

* gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation
directory from /share/openttd/baseset/opengfx to
/share/games/openttd/baseset/opengfx.
(openttd-engine)[arguments]: Support #:configure-flags keyword argument in
'configure' phase.
(openttd)[inputs]: Add timidity++.
[native-inputs]: Add openttd-openmsx and openttd-opensfx.
[arguments]: Configure with timidity as MIDI player. Install data from
openttd-openmsx and openttd-opensfx.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agognu: Add openttd-openmsx.
Arun Isaac [Wed, 13 Sep 2017 22:48:03 +0000 (04:18 +0530)]
gnu: Add openttd-openmsx.

* gnu/packages/games.scm (openttd-openmsx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agognu: Add openttd-opensfx.
Arun Isaac [Wed, 13 Sep 2017 17:05:02 +0000 (22:35 +0530)]
gnu: Add openttd-opensfx.

* gnu/packages/games.scm (openttd-opensfx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agolicenses: Add CC-Sampling+ 1.0.
Arun Isaac [Wed, 13 Sep 2017 16:51:56 +0000 (22:21 +0530)]
licenses: Add CC-Sampling+ 1.0.

* guix/licenses.scm (cc-sampling-plus-1.0): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agognu: Add catcodec.
Arun Isaac [Wed, 13 Sep 2017 16:36:12 +0000 (22:06 +0530)]
gnu: Add catcodec.

* gnu/packages/game-development.scm (catcodec): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
6 years agognu: Use xxd instead of vim.
Ricardo Wurmus [Fri, 22 Sep 2017 10:14:58 +0000 (12:14 +0200)]
gnu: Use xxd instead of vim.

* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd.
* gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise.
* gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.

6 years agognu: Add xxd.
Ricardo Wurmus [Fri, 22 Sep 2017 09:55:00 +0000 (11:55 +0200)]
gnu: Add xxd.

* gnu/packages/vim.scm (xxd): New variable.

6 years agobuild: Do not store two copies of the ISO-9660 superblock anymore.
Danny Milosavljevic [Fri, 22 Sep 2017 02:01:41 +0000 (04:01 +0200)]
build: Do not store two copies of the ISO-9660 superblock anymore.

* gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the
ISO-9660 superblock anymore.

6 years agognu: linux-libre: Update to 4.13.3.
Mark H Weaver [Thu, 21 Sep 2017 22:56:56 +0000 (18:56 -0400)]
gnu: linux-libre: Update to 4.13.3.

* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3.
(%linux-libre-hash): Update hash.

6 years agognu: linux-libre@4.9: Update to 4.9.51.
Mark H Weaver [Thu, 21 Sep 2017 22:56:25 +0000 (18:56 -0400)]
gnu: linux-libre@4.9: Update to 4.9.51.

* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.

6 years agognu: linux-libre@4.1: Update to 4.1.44.
Mark H Weaver [Thu, 21 Sep 2017 22:55:36 +0000 (18:55 -0400)]
gnu: linux-libre@4.1: Update to 4.1.44.

* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44.

6 years agoservices: network-manager: Add support for VPN plug-ins.
Ludovic Courtès [Thu, 21 Sep 2017 22:00:41 +0000 (00:00 +0200)]
services: network-manager: Add support for VPN plug-ins.

* gnu/services.scm (directory-union): Export.
* gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]:
New field.
(vpn-plugin-directory, network-manager-environment): New procedure.
(network-manager-shepherd-service): Pass #:environment-variables to
'make-forkexec-constructor'.
(network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE
extension.
* doc/guix.texi (Networking Services): Document it.

6 years agoservices: Move 'session-environment-service-type' to pam.scm.
Ludovic Courtès [Thu, 21 Sep 2017 21:52:45 +0000 (23:52 +0200)]
services: Move 'session-environment-service-type' to pam.scm.

* gnu/services/base.scm (environment-variables->environment-file)
(session-environment-service-type)
(session-environment-service): Move to...
* gnu/system/pam.scm: ... here.

6 years agosystem: <boot-parameters> does not use "/dev" device names.
Ludovic Courtès [Thu, 21 Sep 2017 20:30:59 +0000 (22:30 +0200)]
system: <boot-parameters> does not use "/dev" device names.

Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver and Roel Janssen.

* gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure.
Use it.

6 years agognu: vim: Update to 8.0.1130.
Marius Bakke [Thu, 21 Sep 2017 18:17:59 +0000 (20:17 +0200)]
gnu: vim: Update to 8.0.1130.

* gnu/packages/vim.scm (vim): Update to 8.0.1130.

6 years agognu: dlib: Update to 19.7.
Marius Bakke [Thu, 21 Sep 2017 18:04:36 +0000 (20:04 +0200)]
gnu: dlib: Update to 19.7.

* gnu/packages/machine-learning.scm (dlib): Update to 19.7.
[arguments]: Add #:configure-flags.  Remove redundant CXXFLAGS from 'check' phase.

6 years agognu: emacs: Update to 25.3.
Ricardo Wurmus [Thu, 21 Sep 2017 14:46:20 +0000 (16:46 +0200)]
gnu: emacs: Update to 25.3.

* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/emacs.scm (emacs): Update to 25.3.
[source]: Remove obsolete patch.

6 years agognu: Add vcsh.
Stefan Reichör [Wed, 20 Sep 2017 19:37:47 +0000 (21:37 +0200)]
gnu: Add vcsh.

* gnu/packages/version-control.scm (vcsh): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: openfoam: Fix typo in Note.
Paul Garlick [Wed, 20 Sep 2017 10:52:54 +0000 (11:52 +0100)]
gnu: openfoam: Fix typo in Note.

* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add network-manager-openvpn.
Ludovic Courtès [Wed, 20 Sep 2017 13:12:53 +0000 (15:12 +0200)]
gnu: Add network-manager-openvpn.

* gnu/packages/gnome.scm (network-manager-openvpn): New variable.

6 years agognu: virt-manager: Update to 1.4.3.
Tobias Geerinckx-Rice [Wed, 20 Sep 2017 13:56:46 +0000 (15:56 +0200)]
gnu: virt-manager: Update to 1.4.3.

* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.3.

6 years agognu: gnuastro: Update to 0.4.
Tobias Geerinckx-Rice [Wed, 20 Sep 2017 17:23:34 +0000 (19:23 +0200)]
gnu: gnuastro: Update to 0.4.

* gnu/packages/astronomy.scm (gnuastro): Update to 0.4.

6 years agognu: wcslib: Use HTTPS home page.
Tobias Geerinckx-Rice [Wed, 20 Sep 2017 12:02:19 +0000 (14:02 +0200)]
gnu: wcslib: Use HTTPS home page.

* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.

6 years agognu: wcslib: Update to 5.17.
Tobias Geerinckx-Rice [Wed, 20 Sep 2017 12:01:26 +0000 (14:01 +0200)]
gnu: wcslib: Update to 5.17.

* gnu/packages/astronomy.scm (wcslib): Update to 5.17.

6 years agognu: btrfs-progs: Install bash completions.
Marius Bakke [Thu, 14 Sep 2017 13:30:02 +0000 (15:30 +0200)]
gnu: btrfs-progs: Install bash completions.

* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add
'install-bash-completion' phase.

6 years agognu: python-pyjwt: Update to 1.5.3.
Marius Bakke [Wed, 20 Sep 2017 15:06:14 +0000 (17:06 +0200)]
gnu: python-pyjwt: Update to 1.5.3.

* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.