jackhill/guix/guix.git
7 years agognu: Add LibDOM.
Eric Bavier [Sun, 12 Feb 2017 03:27:31 +0000 (21:27 -0600)]
gnu: Add LibDOM.

* gnu/packages/web.scm (libdom): New variable.

7 years agognu: Add perl-switch.
Eric Bavier [Sun, 12 Feb 2017 03:26:36 +0000 (21:26 -0600)]
gnu: Add perl-switch.

* gnu/packages/perl.scm (perl-switch): New variable.

7 years agognu: Add libcss.
Eric Bavier [Sun, 12 Feb 2017 03:25:31 +0000 (21:25 -0600)]
gnu: Add libcss.

* gnu/packages/web.scm (libcss): New variable.

7 years agognu: Add LibWapcaplet.
Eric Bavier [Sun, 12 Feb 2017 03:24:49 +0000 (21:24 -0600)]
gnu: Add LibWapcaplet.

* gnu/packages/web.scm (libwapcaplet): New variable.

7 years agognu: Add hubbub.
Eric Bavier [Sun, 12 Feb 2017 03:23:52 +0000 (21:23 -0600)]
gnu: Add hubbub.

* gnu/packages/web.scm (hubbub): New variable.

7 years agognu: Add libparserutils.
Eric Bavier [Sun, 12 Feb 2017 03:21:50 +0000 (21:21 -0600)]
gnu: Add libparserutils.

* gnu/packages/web.scm (netsurf-buildsystem)
(netsurf-buildsystem-arguments, libparserutils): New variables.

7 years agognu: utf8proc: Enable tests.
Eric Bavier [Sat, 11 Feb 2017 05:18:49 +0000 (23:18 -0600)]
gnu: utf8proc: Enable tests.

* gnu/packages/textutils.scm (utf8proc)[inputs]: New field.
[arguments]: Remove '#:tests? #f'.  Add check-data phase.

7 years agognu: utf8proc: Upgrade to 2.1.0.
Eric Bavier [Sat, 11 Feb 2017 03:06:57 +0000 (21:06 -0600)]
gnu: utf8proc: Upgrade to 2.1.0.

* gnu/packages/textutils.scm (utf8proc): Upgrade to 2.1.0.

7 years agognu: netsurf: Upgrade to 3.6.
Eric Bavier [Sun, 12 Feb 2017 18:39:57 +0000 (12:39 -0600)]
gnu: netsurf: Upgrade to 3.6.

* gnu/packages/web.scm (netsurf): Upgrade to 3.6.
[source]: 'https' -> 'http'.  Remove modules, snippet, and patches.
[home-page]: 'https' -> 'http'.
[arguments]: Adjust source directories.
* gnu/packages/patches/netsurf-about.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.

7 years agognu: borg: Update to 1.0.10.
Tobias Geerinckx-Rice [Mon, 13 Feb 2017 17:50:08 +0000 (18:50 +0100)]
gnu: borg: Update to 1.0.10.

* gnu/packages/backup.scm (borg): Update to 1.0.10.

7 years agognu: libwacom: Update to 0.23.
Marius Bakke [Mon, 13 Feb 2017 21:03:17 +0000 (22:03 +0100)]
gnu: libwacom: Update to 0.23.

* gnu/packages/xdisorg.scm (libwacom): Update to 0.23.

7 years agognu: Add python-openid.
Julien Lepiller [Mon, 6 Feb 2017 18:49:01 +0000 (19:49 +0100)]
gnu: Add python-openid.

* gnu/packages/python.scm (python-openid): New variable.

7 years agognu: gajim: Do not propagate Python packages.
Ricardo Wurmus [Mon, 13 Feb 2017 21:13:03 +0000 (22:13 +0100)]
gnu: gajim: Do not propagate Python packages.

* gnu/packages/messaging.scm (gajim)[propagated-inputs]: Move all inputs from
here...
[inputs]: ...to here.

7 years agognu: gajim: Update to 0.16.7.
Ricardo Wurmus [Mon, 13 Feb 2017 21:12:40 +0000 (22:12 +0100)]
gnu: gajim: Update to 0.16.7.

* gnu/packages/messaging.scm (gajim): Update to 0.16.7.

7 years agognu: ffmpeg: Build with SDL support.
Arun Isaac [Sat, 11 Feb 2017 16:22:18 +0000 (21:52 +0530)]
gnu: ffmpeg: Build with SDL support.

SDL is required for the `ffplay' executable to be built.

* gnu/packages/video.scm (ffmpeg)[inputs]: Add sdl2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: libuv: Update to 1.11.0.
Marius Bakke [Mon, 13 Feb 2017 19:34:19 +0000 (20:34 +0100)]
gnu: libuv: Update to 1.11.0.

* gnu/packages/libevent.scm (libuv): Update to 1.11.0.
[home-page]: Change to new home.

7 years agognu: libev: Update to 4.24.
Marius Bakke [Mon, 13 Feb 2017 19:31:31 +0000 (20:31 +0100)]
gnu: libev: Update to 4.24.

* gnu/packages/libevent.scm (libev): Update to 4.24.

7 years agotests: Adjust for 'http-fetch' change in (guix import json).
Ludovic Courtès [Mon, 13 Feb 2017 15:04:09 +0000 (16:04 +0100)]
tests: Adjust for 'http-fetch' change in (guix import json).

This is a followup to commit 81e0bc1834490a1a8092c75a0733b15c2b407285.

* tests/cpan.scm ("cpan->guix-package"): Add a 'rest' argument to the
lambda that mocks 'http-fetch'.
* tests/crate.scm ("crate->guix-package"): Likewise.
* tests/gem.scm ("gem->guix-package"): Likewise.
* tests/pypi.scm ("pypi->guix-package"): Likewise.
("pypi->guix-package, wheels"): Likewise.

7 years agognu: Add font-google-material-design-icons.
José Miguel Sánchez García [Sun, 12 Feb 2017 11:26:42 +0000 (12:26 +0100)]
gnu: Add font-google-material-design-icons.

* gnu/packages/font.scm (font-google-material-design-icons): New
variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add simh.
José Miguel Sánchez García [Sun, 12 Feb 2017 11:33:49 +0000 (12:33 +0100)]
gnu: Add simh.

* gnu/packages/simh.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add simh.scm.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add ghc-hslogger.
rsiddharth [Sat, 11 Feb 2017 20:35:05 +0000 (20:35 +0000)]
gnu: Add ghc-hslogger.

* gnu/packages/haskell.scm (ghc-hslogger): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: ghc: remove unused 'libedit' input
Sergei Trofimovich [Sat, 11 Feb 2017 17:49:47 +0000 (17:49 +0000)]
gnu: ghc: remove unused 'libedit' input

ghc stopped using libedit (via editline) in 2009:
    https://git.haskell.org/ghc.git/commitdiff/46aed8a4a084add708bbd119d19905105d5f0d72

* gnu/packages/haskell.scm (ghc, ghc-8): remove 'libedit' input

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: bundler: Update to 1.14.4.
Ben Woodcroft [Mon, 13 Feb 2017 11:16:37 +0000 (21:16 +1000)]
gnu: bundler: Update to 1.14.4.

* gnu/packages/ruby.scm (bundler): Update to 1.14.4.

7 years agosystem: Use the normalized codeset for the locale name in the examples.
Ludovic Courtès [Mon, 13 Feb 2017 08:57:01 +0000 (09:57 +0100)]
system: Use the normalized codeset for the locale name in the examples.

* gnu/system/examples/bare-bones.tmpl <locale>: Change to "en_US.utf8".
* gnu/system/examples/desktop.tmpl <locale>: Likewise.
* gnu/system/examples/lightweight-desktop.tmpl <locale>: Likewise.

7 years agodoc: Update patch submission instructions.
Ludovic Courtès [Mon, 13 Feb 2017 08:56:30 +0000 (09:56 +0100)]
doc: Update patch submission instructions.

* doc/contributing.texi (Submitting Patches): Add paragraph on
guix-patches@gnu.org.

7 years agognu: wget: Update to 1.19.1.
Marius Bakke [Sun, 12 Feb 2017 20:20:35 +0000 (21:20 +0100)]
gnu: wget: Update to 1.19.1.

* gnu/packages/wget.scm (wget): Update to 1.19.1.

7 years agognu: i3status: Update to 2.11.
Marius Bakke [Sun, 12 Feb 2017 20:05:21 +0000 (21:05 +0100)]
gnu: i3status: Update to 2.11.

* gnu/packages/wm.scm (i3status): Update to 2.11.

7 years agognu: Add angband.
Christopher Allan Webber [Fri, 10 Feb 2017 22:45:11 +0000 (16:45 -0600)]
gnu: Add angband.

* gnu/packages/games.scm (angband): New variable.

7 years agognu: postgresql: Update to 9.5.6.
Leo Famulari [Sun, 12 Feb 2017 18:35:37 +0000 (13:35 -0500)]
gnu: postgresql: Update to 9.5.6.

* gnu/packages/databases.scm (postgresql): Update to 9.5.6.

7 years agognu: mcabber: Update to 1.0.5 [fixes CVE-2017-5604].
Leo Famulari [Sun, 12 Feb 2017 15:44:47 +0000 (10:44 -0500)]
gnu: mcabber: Update to 1.0.5 [fixes CVE-2017-5604].

* gnu/packages/messaging.scm (mcabber): Update to 1.0.5.

7 years agognu: screen: Fix CVE-2017-5618.
Leo Famulari [Sun, 12 Feb 2017 03:35:29 +0000 (22:35 -0500)]
gnu: screen: Fix CVE-2017-5618.

* gnu/packages/patches/screen-CVE-2017-5618.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/screen.scm (screen)[source]: Use it.

7 years agognu: mpd: Update to 0.20.4.
Leo Famulari [Sun, 12 Feb 2017 14:58:50 +0000 (09:58 -0500)]
gnu: mpd: Update to 0.20.4.

* gnu/packages/mpd.scm (mpd): Update to 0.20.4.
[native-inputs]: Add gcc-5.

7 years agognu: qemu: Fix CVE-2017-{5667,5898,5931}.
Leo Famulari [Sun, 12 Feb 2017 14:20:08 +0000 (09:20 -0500)]
gnu: qemu: Fix CVE-2017-{5667,5898,5931}.

* gnu/packages/patches/qemu-CVE-2017-5667.patch,
gnu/packages/patches/qemu-CVE-2017-5898.patch,
gnu/packages/patches/qemu-CVE-2017-5931.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
gnu/packages/qemu.scm (qemu)[source]: Use them.

7 years agognu: ffmpeg@2.8: Update to 2.8.11.
Efraim Flashner [Sun, 12 Feb 2017 07:14:25 +0000 (09:14 +0200)]
gnu: ffmpeg@2.8: Update to 2.8.11.

* gnu/packages/video.scm (ffmpeg@2.8): Update to 2.8.11.

7 years agognu: ffmpeg: Update to 3.2.4.
Efraim Flashner [Sun, 12 Feb 2017 06:13:03 +0000 (08:13 +0200)]
gnu: ffmpeg: Update to 3.2.4.

* gnu/packages/video.scm (ffmpeg): Update to 3.2.4.

7 years agoservices: Add openvswitch-service-type.
宋文武 [Fri, 27 Jan 2017 13:37:42 +0000 (21:37 +0800)]
services: Add openvswitch-service-type.

* gnu/services/networking.scm (<openvswitch-configuration>): New record type.
(openvswitch-activation, openvswitch-shepherd-service): New procedures.
(openvswitch-service-type): New variable.
* doc/guix.texi (Networking Services): Document it.

7 years agognu: Add openvswitch.
宋文武 [Fri, 27 Jan 2017 13:35:12 +0000 (21:35 +0800)]
gnu: Add openvswitch.

* gnu/packages/networking.scm (openvswitch): New variable.

7 years agognu: irssi: Update to 1.0.1.
Leo Famulari [Sun, 12 Feb 2017 03:13:01 +0000 (22:13 -0500)]
gnu: irssi: Update to 1.0.1.

* gnu/packages/irc.scm (irssi): Update to 1.0.1.

7 years agotests: Relax test on utmpx entries.
Ludovic Courtès [Sat, 11 Feb 2017 21:26:36 +0000 (22:26 +0100)]
tests: Relax test on utmpx entries.

Partly fixes <http://bugs.gnu.org/25476>.
Reported by Paul Garlick <pgarlick@tourbillion-technology.com>.

* tests/syscalls.scm ("utmpx-entries"): Check whether ENTRY is of type
'BOOT_TIME', in which case PID may be 0.

7 years agognu: Add Guile-Git.
Ludovic Courtès [Sat, 11 Feb 2017 20:52:00 +0000 (21:52 +0100)]
gnu: Add Guile-Git.

* gnu/packages/guile.scm (guile-git): New variable.

7 years agognu: libgit2: Propagate openssl and zlib.
Ludovic Courtès [Sat, 11 Feb 2017 20:50:49 +0000 (21:50 +0100)]
gnu: libgit2: Propagate openssl and zlib.

* gnu/packages/version-control.scm (libgit2)[inputs]: Move OPENSSL
to...
[propagated-inputs]: ... here.  New field.

7 years agognu: Use 'license:' prefix in (gnu packages guile).
Ludovic Courtès [Sat, 11 Feb 2017 18:23:56 +0000 (19:23 +0100)]
gnu: Use 'license:' prefix in (gnu packages guile).

* gnu/packages/guile.scm: Import (guix licenses) with the 'license:'
prefix.

7 years agognu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884,5885}].
Marius Bakke [Sat, 11 Feb 2017 18:38:23 +0000 (19:38 +0100)]
gnu: gtk-vnc: Update to 0.7.0 [fixes CVE-2017-{5884,5885}].

* gnu/packages/gnome.scm (gtk-vnc): Update to 0.7.0.

7 years agognu: spice-gtk: Update to 0.33.
Marius Bakke [Sat, 11 Feb 2017 18:36:14 +0000 (19:36 +0100)]
gnu: spice-gtk: Update to 0.33.

* gnu/packages/spice.scm (spice-gtk): Update to 0.33.
[source, home-page]: Use HTTPS.

7 years agognu: spice-protocol: Update to 0.12.12.
Marius Bakke [Sat, 11 Feb 2017 18:35:35 +0000 (19:35 +0100)]
gnu: spice-protocol: Update to 0.12.12.

* gnu/packages/spice.scm (spice-protocol): Update to 0.12.12.
[source, home-page]: Use HTTPS.

7 years agognu: spice: Fix CVE-2016-9577 and CVE-2016-9578.
Marius Bakke [Sat, 11 Feb 2017 18:12:10 +0000 (19:12 +0100)]
gnu: spice: Fix CVE-2016-9577 and CVE-2016-9578.

* gnu/packages/patches/spice-CVE-2016-9577.patch,
  gnu/packages/patches/spice-CVE-2016-9578-1.patch,
  gnu/packages/patches/spice-CVE-2016-9578-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/spice.scm (spice)[source]: Use them.

7 years agognu: slurm: Update to 16.05.9.1.
Carolili [Fri, 10 Feb 2017 17:19:11 +0000 (12:19 -0500)]
gnu: slurm: Update to 16.05.9.1.

 * gnu/packages/parallel.scm (slurm): Update to 16.05.9.1.
 * gnu/packages/patches/slurm-configure-remove-nonfree-contribs.patch:
Removing two contribs which are added in the new version.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: shadow: Update to 4.4.
ng0 [Thu, 19 Jan 2017 20:06:36 +0000 (20:06 +0000)]
gnu: shadow: Update to 4.4.

* gnu/packages/admin.scm (shadow): Update to 4.4.
[source]: Adjust URL.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: shadow: Use 'modify-phases'.
ng0 [Sat, 11 Feb 2017 18:18:42 +0000 (13:18 -0500)]
gnu: shadow: Use 'modify-phases'.

* gnu/packages/admin.scm (shadow): Use 'modify-phases'.

7 years agognu: python-pyodbc-c: Update to 3.1.4.
Danny Milosavljevic [Fri, 10 Feb 2017 17:13:09 +0000 (18:13 +0100)]
gnu: python-pyodbc-c: Update to 3.1.4.

* gnu/packages/databases.scm (python-pyodbc-c): Update to 3.1.4.

7 years agognu: Add sedsed.
ng0 [Tue, 31 Jan 2017 18:39:53 +0000 (18:39 +0000)]
gnu: Add sedsed.

* gnu/packages/admin.scm (sedsed): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
7 years agognu: librstp: Allow tests to run.
Ludovic Courtès [Fri, 10 Feb 2017 22:16:46 +0000 (23:16 +0100)]
gnu: librstp: Allow tests to run.

Fixes <http://bugs.gnu.org/25669>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

Before that, the sender process in test/rtpw_test.sh would try to read
words from the parent directory, and thus it would return almost
immediately (as if it had read an empty file, no error).

* gnu/packages/telephony.scm (libsrtp)[inputs]: Add PSMISC.
[arguments]: In 'patch-dictionary-location' phase, set the name of the
'FAQ' file rather than the name of its parent directory.

7 years agotests: Add 'prosody-service-type' test.
Clément Lassieur [Fri, 10 Feb 2017 18:17:22 +0000 (19:17 +0100)]
tests: Add 'prosody-service-type' test.

* gnu/tests/messaging.scm: New file.
* gnu/services/messaging.scm: New exported procedure.
  (<shepherd-service>)[provision]: Add 'xmpp-daemon'.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: virglrenderer: Update to 0.6.0 [security fixes].
Marius Bakke [Fri, 10 Feb 2017 19:15:37 +0000 (20:15 +0100)]
gnu: virglrenderer: Update to 0.6.0 [security fixes].

Fixes CVE-2016-{10163,10214} and CVE-2017-{5580,5937}.

* gnu/packages/spice.scm (virglrenderer): Update to 0.6.0.

7 years agognu: Add guile2.2-gdbm-ffi.
Christopher Allan Webber [Fri, 10 Feb 2017 18:42:12 +0000 (12:42 -0600)]
gnu: Add guile2.2-gdbm-ffi.

* gnu/packages/guile.scm (guile2.2-gdbm-ffi): New variable.

7 years agognu: Add font-go.
Alex Griffin [Thu, 9 Feb 2017 20:27:12 +0000 (14:27 -0600)]
gnu: Add font-go.

* gnu/packages/fonts.scm (font-go): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add font-iosevka.
Alex Griffin [Thu, 9 Feb 2017 20:26:41 +0000 (14:26 -0600)]
gnu: Add font-iosevka.

* gnu/packages/fonts.scm (font-iosevka): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add font-comic-neue.
Alex Griffin [Thu, 9 Feb 2017 20:25:24 +0000 (14:25 -0600)]
gnu: Add font-comic-neue.

* gnu/packages/fonts.scm (font-comic-neue): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add ovmf.
David Craven [Mon, 16 Jan 2017 22:37:21 +0000 (23:37 +0100)]
gnu: Add ovmf.

* gnu/packages/grub.scm (edk2-commit, edk2-version, edk2-origin, ovmf): New
  variables.

7 years agognu: Add seabios.
David Craven [Mon, 16 Jan 2017 19:23:11 +0000 (20:23 +0100)]
gnu: Add seabios.

* gnu/packages/firmware.scm (seabios): New variable.

7 years agognu: Use 'license:' prefix in (gnu packages firmware).
David Craven [Fri, 10 Feb 2017 13:52:57 +0000 (14:52 +0100)]
gnu: Use 'license:' prefix in (gnu packages firmware).

* gnu/packages/firmware.scm (ath9k-htc-firmware, b43-tools,
  openfwwf-firmware): Add prefix.

7 years agognu: Move (gnu packages grub) and (gnu packages u-boot) ...
David Craven [Thu, 9 Feb 2017 18:46:47 +0000 (19:46 +0100)]
gnu: Move (gnu packages grub) and (gnu packages u-boot) ...
     to (gnu packages bootloaders).

* gnu/packages/grub.scm: Rename to bootloaders.scm.
* gnu/packages/u-boot.scm: Move to bootloaders.scm.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add bootloaders.scm,
  remove grub.scm and u-boot.scm;
* gnu/system/grub.scm: Import (gnu packages bootloaders).
* gnu/system/install.scm: Import (gnu packages bootloaders).
* gnu/system/vm.scm: Import (gnu packages bootloaders).

7 years agognu: Add syslinux.
David Craven [Thu, 9 Feb 2017 18:21:22 +0000 (19:21 +0100)]
gnu: Add syslinux.

* gnu/packages/grub.scm (syslinux): New variable.

7 years agognu: Use 'license:' prefix in (gnu packages grub).
David Craven [Mon, 16 Jan 2017 19:17:46 +0000 (20:17 +0100)]
gnu: Use 'license:' prefix in (gnu packages grub).

* gnu/packages/grub.scm (grub): Add prefix.

7 years agognu: wxmaxima: Update to 16.12.2.
Kei Kebreau [Fri, 10 Feb 2017 15:38:51 +0000 (10:38 -0500)]
gnu: wxmaxima: Update to 16.12.2.

* gnu/packages/maths.scm (wxmaxima): Update to 16.12.2.

7 years agognu: bash: Add graft for patch #7 [fixes CVE-2017-5932].
Ludovic Courtès [Fri, 10 Feb 2017 09:34:33 +0000 (10:34 +0100)]
gnu: bash: Add graft for patch #7 [fixes CVE-2017-5932].

* gnu/packages/bash.scm (bash)[replacement]: New field.
(bash-minimal): Likewise.
(url-fetch/reset-patch-level): New procedure.
(bash/fixed): New variable.

7 years agognu: bash: Update patch URL to 4.4.
Ludovic Courtès [Fri, 10 Feb 2017 09:33:08 +0000 (10:33 +0100)]
gnu: bash: Update patch URL to 4.4.

* gnu/packages/bash.scm (patch-url): Change "43" to "44".

7 years agognu: webkitgtk: Update to 2.14.4 [security fixes].
Marius Bakke [Fri, 10 Feb 2017 15:31:34 +0000 (16:31 +0100)]
gnu: webkitgtk: Update to 2.14.4 [security fixes].

Fixes CVE-2017-{2350,2354,2355,2356,2362,2363,2364,2365,2366,2369,2371,2373}.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.14.4.

7 years agognu: lvm2: Update to 2.02.168.
Marius Bakke [Fri, 10 Feb 2017 15:14:05 +0000 (16:14 +0100)]
gnu: lvm2: Update to 2.02.168.

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

7 years agognu: Add dub-build-system.
Danny Milosavljevic [Mon, 6 Feb 2017 15:45:08 +0000 (16:45 +0100)]
gnu: Add dub-build-system.

* guix/build-system/dub.scm: New file.
* guix/build/dub-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi: Add section for dub-build-system.

7 years agognu: rdmd: Update to 2.073.0.
Danny Milosavljevic [Fri, 10 Feb 2017 11:19:07 +0000 (12:19 +0100)]
gnu: rdmd: Update to 2.073.0.

* gnu/packages/ldc.scm (rdmd): Remove local variable "commit".
  [version]: Modify.
  [source]: Modify.

7 years agobuild: Add build-aux/ar-lib to .gitignore.
Clément Lassieur [Wed, 8 Feb 2017 20:12:00 +0000 (21:12 +0100)]
build: Add build-aux/ar-lib to .gitignore.

* .gitignore: Add entry for the above file which is created by './bootstrap'.

Signed-off-by: David Craven <david@craven.ch>
7 years agognu: git: Add GIT_EXEC_PATH search-path-specification.
David Craven [Fri, 10 Feb 2017 11:21:08 +0000 (12:21 +0100)]
gnu: git: Add GIT_EXEC_PATH search-path-specification.

Enables git plugins to be found when in they're in the system profile.

* gnu/packages/version-control.scm (git)[native-search-paths]: Add
  GIT_EXEC_PATH.  Remove git wrapper and outdated comment.

7 years agosystem: install: Add gptfdisk to installation os.
David Craven [Mon, 30 Jan 2017 19:52:00 +0000 (20:52 +0100)]
system: install: Add gptfdisk to installation os.

* gnu/system/install.scm (installation-os)[packages]: Add gptfdisk.

7 years agognu: Add gnome-disk-utility.
David Craven [Mon, 30 Jan 2017 16:24:33 +0000 (17:24 +0100)]
gnu: Add gnome-disk-utility.

* gnu/packages/gnome.scm (gnome-disk-utility): New variable.

7 years agognu: Add appstream-glib.
David Craven [Wed, 7 Sep 2016 19:13:06 +0000 (21:13 +0200)]
gnu: Add appstream-glib.

* gnu/packages/glib.scm (appstream-glib): New variable.

7 years agognu: Add git-crypt.
David Craven [Wed, 1 Feb 2017 19:33:46 +0000 (20:33 +0100)]
gnu: Add git-crypt.

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

7 years agognu: mutter: Update to HEAD.
David Craven [Wed, 1 Feb 2017 18:51:53 +0000 (19:51 +0100)]
gnu: mutter: Update to HEAD.

* gnu/packages/gnome.scm (mutter): Update to HEAD.
  [native-inputs]: Add autoconf, automake and libtool.
  [arguments]: Add autoreconf phase.

7 years agognu: rustc: Add native-search-paths.
Ben Woodcroft [Tue, 31 Jan 2017 11:01:59 +0000 (21:01 +1000)]
gnu: rustc: Add native-search-paths.

* gnu/packages/rust.scm (rust)[native-search-paths]: New field.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: ldc: Update to 1.1.0.
Danny Milosavljevic [Wed, 1 Feb 2017 09:51:32 +0000 (10:51 +0100)]
gnu: ldc: Update to 1.1.0.

* gnu/packages/ldc.scm (ldc-1.1.0-beta6): Rename to...
  (ldc): ... this.
  [version]: Modify.
  [source]: Modify.
  (ldc-beta): Modify.

7 years agognu: ldc: Rename ldc 0.17.2 to ldc-bootstrap.
Danny Milosavljevic [Wed, 1 Feb 2017 09:51:31 +0000 (10:51 +0100)]
gnu: ldc: Rename ldc 0.17.2 to ldc-bootstrap.

* gnu/packages/ldc.scm (ldc): Rename to...
  (ldc-bootstrap): ... this.
  (ldc-1.1.0-beta6): Replace ldc by ldc-bootstrap.
  [native-inputs]: Replace ldc by ldc-bootstrap.

7 years agognu: ntfs-3g: Fix CVE-2017-0358.
Kei Kebreau [Fri, 10 Feb 2017 03:27:51 +0000 (22:27 -0500)]
gnu: ntfs-3g: Fix CVE-2017-0358.

* gnu/packages/linux.scm (ntfs-3g)[source]: Add patch.
* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

7 years agognu: linux-libre: Update to 4.9.9.
Mark H Weaver [Thu, 9 Feb 2017 23:36:07 +0000 (18:36 -0500)]
gnu: linux-libre: Update to 4.9.9.

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

7 years agognu: linux-libre: Use %linux-libre-{version,hash} in package definition.
Mark H Weaver [Thu, 9 Feb 2017 23:33:36 +0000 (18:33 -0500)]
gnu: linux-libre: Use %linux-libre-{version,hash} in package definition.

* gnu/packages/linux.scm (%linux-libre-version, %linux-libre-hash): Move
above definition of 'linux-libre'.  Remove comment about avoiding minor
version bumps.
(linux-libre): Use %linux-libre-version and %linux-libre-hash to avoid
duplicate copies of that information.

7 years agognu: linux-libre@4.4: Update to 4.4.48.
Mark H Weaver [Thu, 9 Feb 2017 23:28:06 +0000 (18:28 -0500)]
gnu: linux-libre@4.4: Update to 4.4.48.

* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.48.

7 years agognu: Add tlp.
Mathieu Othacehe [Tue, 31 Jan 2017 21:01:18 +0000 (22:01 +0100)]
gnu: Add tlp.

* gnu/packages/linux (tlp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: emacs: Adjust 'tramp-remote-path' for remote GuixSD machines.
Ludovic Courtès [Thu, 9 Feb 2017 22:10:49 +0000 (23:10 +0100)]
gnu: emacs: Adjust 'tramp-remote-path' for remote GuixSD machines.

* gnu/packages/emacs.scm (emacs)[source](snippet): Patch
'net/tramp-sh.el'.

7 years agognu: Add python2-ruamel.ordereddict.
Muriithi Frederick Muriuki [Thu, 9 Feb 2017 17:48:36 +0000 (20:48 +0300)]
gnu: Add python2-ruamel.ordereddict.

* gnu/packages/python.scm (python2-ruamel.ordereddict): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-pycosat.
Muriithi Frederick Muriuki [Thu, 9 Feb 2017 17:48:35 +0000 (20:48 +0300)]
gnu: Add python-pycosat.

* gnu/packages/python.scm (python-pycosat, python2-pycosat): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-ddt.
Muriithi Frederick Muriuki [Thu, 9 Feb 2017 17:48:34 +0000 (20:48 +0300)]
gnu: Add python-ddt.

* gnu/packages/python.scm (python-ddt, python2-ddt): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-flake8-polyfill.
Muriithi Frederick Muriuki [Thu, 9 Feb 2017 17:48:33 +0000 (20:48 +0300)]
gnu: Add python-flake8-polyfill.

* gnu/packages/python.scm (python-flake8-polyfill, python2-flake8-polyfill):
New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: Add python-rst2ansi.
Muriithi Frederick Muriuki [Thu, 9 Feb 2017 17:48:32 +0000 (20:48 +0300)]
gnu: Add python-rst2ansi.

* gnu/packages/python.scm (python-rst2ansi): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
7 years agognu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.
Marius Bakke [Thu, 9 Feb 2017 21:02:35 +0000 (22:02 +0100)]
gnu: xf86-video-intel: Update to 2.99.917-3-e4fe79c.

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-3-e4fe79c.

7 years agognu: vte-ng: Update to 0.46.1.a.
Marius Bakke [Thu, 9 Feb 2017 15:52:39 +0000 (16:52 +0100)]
gnu: vte-ng: Update to 0.46.1.a.

* gnu/packages/gnome.scm (vte-ng): Update to 0.46.1.a.

7 years agogit-download: Add 'git-predicate'.
Mathieu Lirzin [Sat, 28 Jan 2017 23:34:48 +0000 (00:34 +0100)]
git-download: Add 'git-predicate'.

* guix/git-download.scm (git-predicate): New procedure.
* gnu/packages/package-management.scm (current-guix): Use it.
(make-git-predicate): Remove.

7 years agoimport: hackage: Handle unknown packages gracefully.
Federico Beffa [Thu, 9 Feb 2017 16:05:41 +0000 (17:05 +0100)]
import: hackage: Handle unknown packages gracefully.

* guix/import/hackage.scm (hackage-fetch): Add 'guard'.

7 years agoimport: Add stackage importer and updater.
Federico Beffa [Mon, 6 Feb 2017 17:19:26 +0000 (18:19 +0100)]
import: Add stackage importer and updater.

* guix/import/stackage.scm: New file.
* guix/scripts/import/stackage.scm: New file.
* Makefile.am (MODULES): Add new files.
* guix/scripts/import.scm (importers): Add "stackage".
* guix/scripts/refresh.scm (%updaters): Add %stackage-updater.
* doc/guix.texi (Invoking 'guix import'): Document the importer.
  (Invoking 'guix refresh'): Add stackage to option --type valid values.
* guix/import/hackage.scm (guix-package->hackage-name, hackage-fetch,
  hackage-source-url, hackage-cabal-url, hackage-package?): Export them.

7 years agoimport: json: Explicitly ask for JSON data.
Federico Beffa [Sun, 5 Feb 2017 13:42:10 +0000 (14:42 +0100)]
import: json: Explicitly ask for JSON data.

* guix/import/json.scm (json-fetch): Add #:headers to http-fetch call.

7 years agognu: gmsh: Propagate opencascade-oce.
Paul Garlick [Wed, 1 Feb 2017 15:12:59 +0000 (15:12 +0000)]
gnu: gmsh: Propagate opencascade-oce.

* gnu/packages/maths.scm (gmsh)[propagated-inputs]: Add opencascade-oce.
[arguments]: Remove #:phases parameter for component8_in_a_box test

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: libextractor: Move .a files to output "static".
ng0 [Thu, 9 Feb 2017 13:37:04 +0000 (13:37 +0000)]
gnu: libextractor: Move .a files to output "static".

* gnu/packages/gnunet.scm (libextractor): Move .a files to "static" output.
[arguments](phases): New phase for moving .a files to output "static".

Signed-off-by: Kei Kebreau <kei@openmailbox.org>