jackhill/guix/guix.git
6 years agognu: node: Add search path specification for 'NODE_PATH'.
Jelle Licht [Tue, 23 Aug 2016 02:41:28 +0000 (04:41 +0200)]
gnu: node: Add search path specification for 'NODE_PATH'.

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

6 years agovm: Increase disk size overhead estimate.
Tobias Geerinckx-Rice [Tue, 18 Jul 2017 14:30:14 +0000 (16:30 +0200)]
vm: Increase disk size overhead estimate.

* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size.

6 years agognu: libstaroffice: Update to 0.0.4.
Tobias Geerinckx-Rice [Tue, 18 Jul 2017 00:00:48 +0000 (02:00 +0200)]
gnu: libstaroffice: Update to 0.0.4.

* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4.

6 years agosystem: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
宋文武 [Mon, 17 Jul 2017 13:26:27 +0000 (21:26 +0800)]
system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.

* gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'.

6 years agoservices: sysctl: Fix typo.
宋文武 [Tue, 18 Jul 2017 12:09:30 +0000 (20:09 +0800)]
services: sysctl: Fix typo.

* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.

6 years agognu: moka-icon-theme: Update to 5.3.6.
Tobias Geerinckx-Rice [Tue, 18 Jul 2017 00:00:17 +0000 (02:00 +0200)]
gnu: moka-icon-theme: Update to 5.3.6.

* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.6.

6 years agognu: edi: Update to 0.5.1.
Tobias Geerinckx-Rice [Mon, 17 Jul 2017 23:43:28 +0000 (01:43 +0200)]
gnu: edi: Update to 0.5.1.

* gnu/packages/enlightenment.scm (edi): Update to 0.5.1.

6 years agognu: enblend-enfuse: Use texlive-tiny.
Ricardo Wurmus [Mon, 10 Jul 2017 05:15:58 +0000 (07:15 +0200)]
gnu: enblend-enfuse: Use texlive-tiny.

* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Replace
texlive-minimal with texlive-tiny.

6 years agognu: c-toxcore: Update to 0.1.9.
Ricardo Wurmus [Tue, 18 Jul 2017 07:37:25 +0000 (09:37 +0200)]
gnu: c-toxcore: Update to 0.1.9.

* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.9.
[build-system]: Switch to cmake-build-system.
[native-inputs]: Remove autoconf, automake, libtool, and check.
[inputs]: Rename to...
[propagated-inputs]: ...this.
[arguments]: Remove field.

6 years agognu: Rename (gnu packages gforth) to (gnu packages forth).
ng0 [Mon, 17 Jul 2017 20:21:35 +0000 (22:21 +0200)]
gnu: Rename (gnu packages gforth) to (gnu packages forth).

* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm.
* gnu/packages/gforth.scm: Rename file to forth.scm.
* gnu/packages/forth.scm: Renamed from gforth.scm.

6 years agognu: python-numpy-documentation: Use texlive-union.
Ricardo Wurmus [Sun, 9 Jul 2017 21:06:44 +0000 (23:06 +0200)]
gnu: python-numpy-documentation: Use texlive-union.

* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Replace
"texlive" with a texlive-union.

6 years agognu: raxml: Limit to x86_64 and i686 only.
Efraim Flashner [Tue, 18 Jul 2017 05:58:59 +0000 (08:58 +0300)]
gnu: raxml: Limit to x86_64 and i686 only.

* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field.

6 years agognu: qemu: Fix CVE-2017-11334.
Leo Famulari [Tue, 18 Jul 2017 02:14:29 +0000 (22:14 -0400)]
gnu: qemu: Fix CVE-2017-11334.

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

6 years agognu: chicken: Fix CVE-2017-11343.
Leo Famulari [Tue, 18 Jul 2017 00:14:15 +0000 (20:14 -0400)]
gnu: chicken: Fix CVE-2017-11343.

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

6 years agognu: python-cryptograpy: Update to 2.0.
Marius Bakke [Mon, 17 Jul 2017 23:31:10 +0000 (01:31 +0200)]
gnu: python-cryptograpy: Update to 2.0.

* gnu/packages/python.scm (python-cryptography-vectors,
python2-cryptography-vectors, python-cryptography, python2-cryptography):
Update to 2.0.

6 years agognu: orc: Update to 0.4.27.
Marius Bakke [Mon, 17 Jul 2017 23:30:16 +0000 (01:30 +0200)]
gnu: orc: Update to 0.4.27.

* gnu/packages/gstreamer.scm (orc): Update to 0.4.27.

6 years agognu: imagemagick: Update to 6.9.9-0.
Leo Famulari [Mon, 17 Jul 2017 22:13:56 +0000 (18:13 -0400)]
gnu: imagemagick: Update to 6.9.9-0.

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

6 years agolocale: Demonadify the locale creation API.
Ludovic Courtès [Mon, 17 Jul 2017 21:38:23 +0000 (23:38 +0200)]
locale: Demonadify the locale creation API.

* gnu/system/locale.scm (single-locale-directory): Use 'computed-file'
instead of 'gexp->derivation'.
(locale-directory): Adjust accordingly and do the same.
* gnu/system.scm (operating-system-directory-base-entries): Adjust
accordingly.

6 years agognu: Remove glibc@2.21 and its traces.
Ludovic Courtès [Mon, 17 Jul 2017 21:28:59 +0000 (23:28 +0200)]
gnu: Remove glibc@2.21 and its traces.

* gnu/packages/base.scm (glibc-2.21): Remove.
* gnu/system/locale.scm (localedef-command)[maybe-version-directory]:
Remove.  Replace call with use of 'package-version'.
(single-locale-directory): Remove 'version>=' conditional.

6 years agogexp: 'ungexp-splicing' properly accounts for nested native inputs.
Ludovic Courtès [Mon, 17 Jul 2017 21:21:55 +0000 (23:21 +0200)]
gexp: 'ungexp-splicing' properly accounts for nested native inputs.

Previously, (gexp-native-inputs #~#$@(list #~#+foo)) would return '().

This is a followup to 5b14a7902c58d9fb7923f9e16871f549fbe59b6e.

* guix/gexp.scm (gexp-inputs)[add-reference-inputs]: In the list case,
remove 'if' around 'fold-right'.  In 'map' lambda, always inherit N?.
* tests/gexp.scm ("gexp list splicing + ungexp-splicing"): New test.

6 years agognu: screen: Update to 4.6.1.
Efraim Flashner [Mon, 17 Jul 2017 19:33:26 +0000 (22:33 +0300)]
gnu: screen: Update to 4.6.1.

* gnu/packages/screen.scm (screen): Update to 4.6.1.

6 years agobuild, vm: Use a less common label.
Tobias Geerinckx-Rice [Fri, 14 Jul 2017 18:47:38 +0000 (20:47 +0200)]
build, vm: Use a less common label.

* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD_image" as label.
* gnu/system/install.scm (installation-os): Likewise.
* gnu/system/vm.scm (system-disk-image): Likewise.

6 years agognu: emacs-ahungry-theme: Upgrade to 1.4.0.
Alex Vong [Sun, 16 Jul 2017 22:50:26 +0000 (06:50 +0800)]
gnu: emacs-ahungry-theme: Upgrade to 1.4.0.

* gnu/packages/emacs.scm (emacs-ahungry-theme): Upgrade to 1.4.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
6 years agognu: dash: Use the release tarball.
Leo Famulari [Sat, 15 Jul 2017 22:46:57 +0000 (18:46 -0400)]
gnu: dash: Use the release tarball.

* gnu/packages/shells.scm (dash)[source]: Use the release tarball
instead of a Git checkout.
[native-inputs]: Remove field.
[arguments]: Remove 'bootstrap' phase.

6 years agognu: font-wqy-zenhei: Use 'font-build-system'.
Feng Shu [Sat, 15 Jul 2017 21:52:59 +0000 (05:52 +0800)]
gnu: font-wqy-zenhei: Use 'font-build-system'.

* gnu/packages/fonts.scm (font-wqy-zenhei): Switch to font-build-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: font-wqy-microhei: Use 'font-build-system'.
Feng Shu [Sat, 15 Jul 2017 21:57:02 +0000 (05:57 +0800)]
gnu: font-wqy-microhei: Use 'font-build-system'.

* gnu/packages/fonts.scm (font-wqy-microhei): Switch to font-build-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: Add Poly/ML.
Andy Patterson [Sat, 15 Jul 2017 22:17:25 +0000 (18:17 -0400)]
gnu: Add Poly/ML.

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
6 years agodaemon: Flush the sink upon 'exportPath' errors.
Jan Nieuwenhuizen [Mon, 17 Jul 2017 13:00:01 +0000 (15:00 +0200)]
daemon: Flush the sink upon 'exportPath' errors.

Prior to this change, errors such as wrong permissions on
/etc/guix/signing-key.sec would give:

  guix-daemon: nix/libutil/serialise.cc:15: virtual nix::BufferedSink::~BufferedSink(): Assertion `!bufPos' failed.

This patch correctly propagates the error to the client and thus changes
that to:

  error: build failed: file `/etc/guix/signing-key.sec' should be secret (inaccessible to everybody else)!

* nix/nix-daemon/nix-daemon.cc (performOp): Wrap 'exportPath' call in
'try' block.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
6 years agognu: supertuxkart: Fix build on aarch64.
Efraim Flashner [Mon, 17 Jul 2017 12:29:27 +0000 (15:29 +0300)]
gnu: supertuxkart: Fix build on aarch64.

* gnu/packages/games.scm (supertuxkart)[source]: Add patch.
* gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

6 years agognu: Add sooperlooper.
Ricardo Wurmus [Thu, 13 Jul 2017 07:38:59 +0000 (09:38 +0200)]
gnu: Add sooperlooper.

* gnu/packages/patches/sooperlooper-build-with-wx-30.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/music.scm (sooperlooper): New variable.

6 years agognu: texlive-union: Silence union-build.
Ricardo Wurmus [Sat, 15 Jul 2017 08:43:54 +0000 (10:43 +0200)]
gnu: texlive-union: Silence union-build.

* gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of
"union-build".

6 years agognu: Add texlive-latex-type1cm.
Ricardo Wurmus [Sat, 15 Jul 2017 08:43:08 +0000 (10:43 +0200)]
gnu: Add texlive-latex-type1cm.

* gnu/packages/tex.scm (texlive-latex-type1cm): New variable.

6 years agognu: Add texlive-fonts-txfonts.
Ricardo Wurmus [Sat, 15 Jul 2017 08:42:47 +0000 (10:42 +0200)]
gnu: Add texlive-fonts-txfonts.

* gnu/packages/tex.scm (texlive-fonts-txfonts): New variable.

6 years agognu: Add texlive-latex-enumitem.
Ricardo Wurmus [Sat, 15 Jul 2017 08:42:18 +0000 (10:42 +0200)]
gnu: Add texlive-latex-enumitem.

* gnu/packages/tex.scm (texlive-latex-enumitem): New variable.

6 years agognu: texlive-dvips: Install font maps.
Ricardo Wurmus [Sat, 15 Jul 2017 08:41:17 +0000 (10:41 +0200)]
gnu: texlive-dvips: Install font maps.

* gnu/packages/tex.scm (texlive-dvips)[native-inputs]: Add dvips-font-maps and
dvips-base-enc.
[arguments]: Install them.

6 years agognu: texlive-union: Add texlive-fontname to defaults.
Ricardo Wurmus [Sat, 15 Jul 2017 08:40:23 +0000 (10:40 +0200)]
gnu: texlive-union: Add texlive-fontname to defaults.

* gnu/packages/tex.scm (texlive-union): Add texlive-fontname to the default
packages

6 years agognu: Add texlive-fontname.
Ricardo Wurmus [Sat, 15 Jul 2017 08:39:38 +0000 (10:39 +0200)]
gnu: Add texlive-fontname.

* gnu/packages/tex.scm (texlive-fontname): New variable.

6 years agognu: python-ipython: Use texlive-union.
Ricardo Wurmus [Sat, 15 Jul 2017 08:38:29 +0000 (10:38 +0200)]
gnu: python-ipython: Use texlive-union.

* gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive"
with a texlive-union.

6 years agognu: Add texlive-latex-pstool.
Ricardo Wurmus [Tue, 11 Jul 2017 10:05:40 +0000 (12:05 +0200)]
gnu: Add texlive-latex-pstool.

* gnu/packages/tex.scm (texlive-latex-pstool): New variable.

6 years agognu: Add texlive-latex-trimspaces.
Ricardo Wurmus [Tue, 11 Jul 2017 10:05:24 +0000 (12:05 +0200)]
gnu: Add texlive-latex-trimspaces.

* gnu/packages/tex.scm (texlive-latex-trimspaces): New variable.

6 years agognu: Add texlive-latex-psfrag.
Ricardo Wurmus [Tue, 11 Jul 2017 10:04:45 +0000 (12:04 +0200)]
gnu: Add texlive-latex-psfrag.

* gnu/packages/tex.scm (texlive-latex-psfrag): New variable.

6 years agognu: Add texlive-latex-ifplatform.
Ricardo Wurmus [Tue, 11 Jul 2017 10:04:19 +0000 (12:04 +0200)]
gnu: Add texlive-latex-ifplatform.

* gnu/packages/tex.scm (texlive-latex-ifplatform): New variable.

6 years agognu: Add texlive-latex-filemod.
Ricardo Wurmus [Tue, 11 Jul 2017 10:04:01 +0000 (12:04 +0200)]
gnu: Add texlive-latex-filemod.

* gnu/packages/tex.scm (texlive-latex-filemod): New variable.

6 years agognu: Add texlive-latex-environ.
Ricardo Wurmus [Tue, 11 Jul 2017 10:03:33 +0000 (12:03 +0200)]
gnu: Add texlive-latex-environ.

* gnu/packages/tex.scm (texlive-latex-environ): New variable.

6 years agognu: Add texlive-latex-bigfoot.
Ricardo Wurmus [Tue, 11 Jul 2017 10:00:38 +0000 (12:00 +0200)]
gnu: Add texlive-latex-bigfoot.

* gnu/packages/tex.scm (texlive-latex-bigfoot): New variable.

6 years agognu: Add texlive-generic-pdftex.
Ricardo Wurmus [Tue, 11 Jul 2017 06:53:55 +0000 (08:53 +0200)]
gnu: Add texlive-generic-pdftex.

* gnu/packages/tex.scm (texlive-generic-pdftex): New variable.

6 years agognu: Add texlive-latex-wrapfig.
Ricardo Wurmus [Tue, 11 Jul 2017 06:53:34 +0000 (08:53 +0200)]
gnu: Add texlive-latex-wrapfig.

* gnu/packages/tex.scm (texlive-latex-wrapfig): New variable.

6 years agognu: Add texlive-latex-varwidth.
Ricardo Wurmus [Tue, 11 Jul 2017 06:53:11 +0000 (08:53 +0200)]
gnu: Add texlive-latex-varwidth.

* gnu/packages/tex.scm (texlive-latex-varwidth): New variable.

6 years agognu: Add texlive-latex-threeparttable.
Ricardo Wurmus [Tue, 11 Jul 2017 06:52:47 +0000 (08:52 +0200)]
gnu: Add texlive-latex-threeparttable.

* gnu/packages/tex.scm (texlive-latex-threeparttable): New variable.

6 years agognu: Add texlive-latex-tabulary.
Ricardo Wurmus [Tue, 11 Jul 2017 06:52:23 +0000 (08:52 +0200)]
gnu: Add texlive-latex-tabulary.

* gnu/packages/tex.scm (texlive-latex-tabulary): New variable.

6 years agognu: Add texlive-latex-parskip.
Ricardo Wurmus [Mon, 10 Jul 2017 20:41:59 +0000 (22:41 +0200)]
gnu: Add texlive-latex-parskip.

* gnu/packages/tex.scm (texlive-latex-parskip): New variable.

6 years agognu: Add texlive-latex-upquote.
Ricardo Wurmus [Mon, 10 Jul 2017 20:41:29 +0000 (22:41 +0200)]
gnu: Add texlive-latex-upquote.

* gnu/packages/tex.scm (texlive-latex-upquote): New variable.

6 years agognu: Add texlive-latex-mdwtools.
Ricardo Wurmus [Mon, 10 Jul 2017 20:41:06 +0000 (22:41 +0200)]
gnu: Add texlive-latex-mdwtools.

* gnu/packages/tex.scm (texlive-latex-mdwtools): New variable.

6 years agognu: Add texlive-latex-framed.
Ricardo Wurmus [Mon, 10 Jul 2017 20:40:49 +0000 (22:40 +0200)]
gnu: Add texlive-latex-framed.

* gnu/packages/tex.scm (texlive-latex-framed): New variable.

6 years agognu: Add texlive-latex-etoolbox.
Ricardo Wurmus [Mon, 10 Jul 2017 20:40:28 +0000 (22:40 +0200)]
gnu: Add texlive-latex-etoolbox.

* gnu/packages/tex.scm (texlive-latex-etoolbox): New variable.

6 years agognu: Add texlive-latex-capt-of.
Ricardo Wurmus [Mon, 10 Jul 2017 20:39:54 +0000 (22:39 +0200)]
gnu: Add texlive-latex-capt-of.

* gnu/packages/tex.scm (texlive-latex-capt-of): New variable.

6 years agognu: texlive-latex-babel: Install to generic/babel.
Ricardo Wurmus [Mon, 10 Jul 2017 20:39:06 +0000 (22:39 +0200)]
gnu: texlive-latex-babel: Install to generic/babel.

* gnu/packages/tex.scm (texlive-latex-babel)[arguments]: Change tex-directory
to install to the "generic" tree.

6 years agognu: texlive-union: Add texlive-generic-babel-english to defaults.
Ricardo Wurmus [Mon, 10 Jul 2017 20:38:00 +0000 (22:38 +0200)]
gnu: texlive-union: Add texlive-generic-babel-english to defaults.

* gnu/packages/tex.scm (texlive-union): Add "texlive-generic-babel-english" to
the default inputs.

6 years agognu: Add texlive-generic-babel-english.
Ricardo Wurmus [Mon, 10 Jul 2017 20:37:26 +0000 (22:37 +0200)]
gnu: Add texlive-generic-babel-english.

* gnu/packages/tex.scm (texlive-generic-babel-english): New variable.

6 years agognu: Add texlive-latex-cmap.
Ricardo Wurmus [Mon, 10 Jul 2017 06:32:29 +0000 (08:32 +0200)]
gnu: Add texlive-latex-cmap.

* gnu/packages/tex.scm (texlive-latex-cmap): New variable.

6 years agognu: Add texlive-latex-fncychap.
Ricardo Wurmus [Mon, 10 Jul 2017 06:32:10 +0000 (08:32 +0200)]
gnu: Add texlive-latex-fncychap.

* gnu/packages/tex.scm (texlive-latex-fncychap): New variable.

6 years agognu: Add texlive-latex-expdlist.
Ricardo Wurmus [Mon, 10 Jul 2017 06:31:50 +0000 (08:31 +0200)]
gnu: Add texlive-latex-expdlist.

* gnu/packages/tex.scm (texlive-latex-expdlist): New variable.

6 years agognu: Add texlive-latex-eqparbox.
Ricardo Wurmus [Mon, 10 Jul 2017 06:31:28 +0000 (08:31 +0200)]
gnu: Add texlive-latex-eqparbox.

* gnu/packages/tex.scm (texlive-latex-eqparbox): New variable.

6 years agognu: Add texlive-latex-draftwatermark.
Ricardo Wurmus [Sun, 9 Jul 2017 20:49:55 +0000 (22:49 +0200)]
gnu: Add texlive-latex-draftwatermark.

* gnu/packages/tex.scm (texlive-latex-draftwatermark): New variable.

6 years agognu: Add texlive-latex-dinbrief.
Ricardo Wurmus [Sun, 9 Jul 2017 20:46:23 +0000 (22:46 +0200)]
gnu: Add texlive-latex-dinbrief.

* gnu/packages/tex.scm (texlive-latex-dinbrief): New variable.

6 years agognu: Add texlive-latex-blindtext.
Ricardo Wurmus [Sun, 9 Jul 2017 20:36:53 +0000 (22:36 +0200)]
gnu: Add texlive-latex-blindtext.

* gnu/packages/tex.scm (texlive-latex-blindtext): New variable.

6 years agognu: Add texlive-latex-polyglossia.
Ricardo Wurmus [Sun, 9 Jul 2017 20:33:11 +0000 (22:33 +0200)]
gnu: Add texlive-latex-polyglossia.

* gnu/packages/tex.scm (texlive-latex-polyglossia): New variable.

6 years agognu: Add texlive-latex-supertabular.
Ricardo Wurmus [Sun, 9 Jul 2017 20:23:42 +0000 (22:23 +0200)]
gnu: Add texlive-latex-supertabular.

* gnu/packages/tex.scm (texlive-latex-supertabular): New variable.

6 years agognu: Add texlive-latex-geometry.
Ricardo Wurmus [Sun, 9 Jul 2017 20:23:23 +0000 (22:23 +0200)]
gnu: Add texlive-latex-geometry.

* gnu/packages/tex.scm (texlive-latex-geometry): New variable.

6 years agognu: Add texlive-latex-gcite.
Ricardo Wurmus [Sun, 9 Jul 2017 20:06:57 +0000 (22:06 +0200)]
gnu: Add texlive-latex-gcite.

* gnu/packages/tex.scm (texlive-latex-gcite): New variable.

6 years agognu: Add texlive-latex-galois.
Ricardo Wurmus [Sun, 9 Jul 2017 20:06:34 +0000 (22:06 +0200)]
gnu: Add texlive-latex-galois.

* gnu/packages/tex.scm (texlive-latex-galois): New variable.

6 years agognu: Add texlive-latex-g-brief.
Ricardo Wurmus [Sun, 9 Jul 2017 19:45:32 +0000 (21:45 +0200)]
gnu: Add texlive-latex-g-brief.

* gnu/packages/tex.scm (texlive-latex-g-brief): New variable.

6 years agognu: Add texlive-latex-amsrefs.
Ricardo Wurmus [Sun, 9 Jul 2017 19:34:14 +0000 (21:34 +0200)]
gnu: Add texlive-latex-amsrefs.

* gnu/packages/tex.scm (texlive-latex-amsrefs): New variable.

6 years agognu: Add texlive-latex-acronym.
Ricardo Wurmus [Sun, 9 Jul 2017 19:28:04 +0000 (21:28 +0200)]
gnu: Add texlive-latex-acronym.

* gnu/packages/tex.scm (texlive-latex-acronym): New variable.

6 years agognu: Add texlive-latex-preview.
Ricardo Wurmus [Sun, 9 Jul 2017 19:27:38 +0000 (21:27 +0200)]
gnu: Add texlive-latex-preview.

* gnu/packages/tex.scm (texlive-latex-preview): New variable.

6 years agognu: Add texlive-latex-ucs.
Ricardo Wurmus [Sun, 9 Jul 2017 19:27:15 +0000 (21:27 +0200)]
gnu: Add texlive-latex-ucs.

* gnu/packages/tex.scm (texlive-latex-ucs): New variable.

6 years agognu: Add emacs-org-pomodoro.
Oleg Pykhalov [Wed, 12 Jul 2017 15:30:56 +0000 (18:30 +0300)]
gnu: Add emacs-org-pomodoro.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
6 years agognu: Add python-ruamel.yaml.
Muriithi Frederick Muriuki [Fri, 14 Jul 2017 13:22:49 +0000 (16:22 +0300)]
gnu: Add python-ruamel.yaml.

* gnu/packages/serialization.scm (python-ruamel.yaml, python2-ruamel.yaml): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
6 years agognu: libsodium: Update to 1.0.13.
Marius Bakke [Sun, 16 Jul 2017 20:13:01 +0000 (22:13 +0200)]
gnu: libsodium: Update to 1.0.13.

* gnu/packages/crypto.scm (libsodium): Update to 1.0.13.

6 years agognu: nzbget: Update to 19.1.
Tobias Geerinckx-Rice [Sun, 16 Jul 2017 06:49:23 +0000 (08:49 +0200)]
gnu: nzbget: Update to 19.1.

* gnu/packages/networking.scm (nzbget): Update to 19.1.
[source]: Fix building with gnutls in a snippet.
[arguments]: Fix indentation.

6 years agognu: par2cmdline: Fix typo.
Tobias Geerinckx-Rice [Sun, 16 Jul 2017 04:49:07 +0000 (06:49 +0200)]
gnu: par2cmdline: Fix typo.

* gnu/packages/backup.scm (par2cmdline)[description]: Fix typo only visible
on white backgrounds.  Use less ambiguous word.

6 years agognu: par2cmdline: Improve synopsis & description.
Tobias Geerinckx-Rice [Sun, 16 Jul 2017 04:43:55 +0000 (06:43 +0200)]
gnu: par2cmdline: Improve synopsis & description.

* gnu/packages/backup.scm (par2cmdline)[synopsis, description]: Fix a typo,
end up re-writing most of it.

6 years agognu: par2cmdline: Update to 0.7.3.
Tobias Geerinckx-Rice [Sun, 16 Jul 2017 03:19:00 +0000 (05:19 +0200)]
gnu: par2cmdline: Update to 0.7.3.

* gnu/packages/backup.scm (par2cmdline): Update to 0.7.3.

6 years agognu: tiled: Update to 1.0.2.
Tobias Geerinckx-Rice [Sun, 16 Jul 2017 03:18:08 +0000 (05:18 +0200)]
gnu: tiled: Update to 1.0.2.

* gnu/packages/game-development.scm (tiled): Update to 1.0.2.

6 years agognu: youtube-dl: Update to 2017.07.15.
Tobias Geerinckx-Rice [Sat, 15 Jul 2017 20:54:21 +0000 (22:54 +0200)]
gnu: youtube-dl: Update to 2017.07.15.

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

6 years agognu: linux-libre: Update to 4.12.2.
Mark H Weaver [Sun, 16 Jul 2017 02:32:44 +0000 (22:32 -0400)]
gnu: linux-libre: Update to 4.12.2.

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

6 years agognu: linux-libre@4.9: Update to 4.9.38.
Mark H Weaver [Sun, 16 Jul 2017 02:32:09 +0000 (22:32 -0400)]
gnu: linux-libre@4.9: Update to 4.9.38.

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

6 years agognu: linux-libre@4.4: Update to 4.4.77.
Mark H Weaver [Sun, 16 Jul 2017 02:31:31 +0000 (22:31 -0400)]
gnu: linux-libre@4.4: Update to 4.4.77.

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

6 years agognu: shntool: Improve description.
Leo Famulari [Sun, 16 Jul 2017 00:49:51 +0000 (20:49 -0400)]
gnu: shntool: Improve description.

* gnu/packages/audio.scm (shntool)[description]: Mention support for CUE files.

6 years agoRemove task from 'guix-daemon.conf'.
Christopher Baines [Sat, 15 Jul 2017 14:36:56 +0000 (15:36 +0100)]
Remove task from 'guix-daemon.conf'.

The 'task' means that events that led to this job starting will be blocked
until it has stopped. Tasks are short lived jobs, whereas the guix-daemon is a
long lived service. Including 'task' means that attempts to start the
guix-daemon appear to hang, as upstart waits for it to exit.

* etc/guix-daemon.conf.in: Remove 'task'.

6 years agognu: python-mutagen: Update to 1.38.
Leo Famulari [Sat, 15 Jul 2017 19:29:33 +0000 (15:29 -0400)]
gnu: python-mutagen: Update to 1.38.

* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.38.

6 years agonls: Adjust to qemu.scm renaming.
宋文武 [Sat, 15 Jul 2017 11:25:39 +0000 (19:25 +0800)]
nls: Adjust to qemu.scm renaming.

This is a followup to 59132b800093e486e4d81aed6b837e9ac76aa86c.

* po/packages/POTFILES.in: Remove qemu.scm and add virtualization.scm.

6 years agognu: Add lxc.
宋文武 [Thu, 13 Jul 2017 11:30:02 +0000 (19:30 +0800)]
gnu: Add lxc.

* gnu/packages/virtualization.scm (lxc): New package.

6 years agognu: Rename (gnu packages qemu) to (gnu packages virtualization).
宋文武 [Wed, 12 Jul 2017 12:35:57 +0000 (20:35 +0800)]
gnu: Rename (gnu packages qemu) to (gnu packages virtualization).

* gnu/packages/qemu.scm: Rename this ...
* gnu/packages/virtualization.scm: ... to this.
* gnu/local.mk (GNU_SYSTEM_MODULES),
gnu/packages/bootloaders.scm, gnu/packages/debug.scm,
gnu/packages/gnome.scm, gnu/system/vm.scm,
gnu/tests/install.scm: Adjust accordingly.

6 years agobootloader: Add u-boot.
Danny Milosavljevic [Sun, 11 Jun 2017 10:58:38 +0000 (12:58 +0200)]
bootloader: Add u-boot.

* gnu/bootloader/u-boot.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi: Document it.

6 years agognu: python-internetarchive: Heed disabled test suite.
Danny Milosavljevic [Sat, 15 Jul 2017 10:48:24 +0000 (12:48 +0200)]
gnu: python-internetarchive: Heed disabled test suite.

* gnu/packages/web.scm (python-internetarchive)[arguments]: Heed disable test
suite.

6 years agognu: Add python-internetarchive.
Oleg Pykhalov [Sat, 15 Jul 2017 07:19:37 +0000 (10:19 +0300)]
gnu: Add python-internetarchive.

* gnu/packages/web.scm (python-internetarchive, python2-internetarchive):
New variable.

6 years agognu: Add python-pytest-capturelog.
Danny Milosavljevic [Sat, 15 Jul 2017 09:46:18 +0000 (11:46 +0200)]
gnu: Add python-pytest-capturelog.

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

6 years agognu: Add python-jsonpatch.
Oleg Pykhalov [Sat, 15 Jul 2017 07:19:36 +0000 (10:19 +0300)]
gnu: Add python-jsonpatch.

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

6 years agognu: Add python-backports-csv.
Oleg Pykhalov [Sat, 15 Jul 2017 07:19:35 +0000 (10:19 +0300)]
gnu: Add python-backports-csv.

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