jackhill/guix/guix.git
7 years agoservices: Add sddm service.
David Craven [Wed, 20 Jul 2016 11:17:48 +0000 (13:17 +0200)]
services: Add sddm service.

* gnu/services/sddm.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (@deftp, @deffn): Add documentation.

7 years agognu: Add sddm.
David Craven [Sun, 28 Aug 2016 15:09:16 +0000 (17:09 +0200)]
gnu: Add sddm.

* gnu/packages/display-managers.scm (sddm): New variable.

7 years agognu: Add greenisland.
David Craven [Sun, 28 Aug 2016 15:07:57 +0000 (17:07 +0200)]
gnu: Add greenisland.

* gnu/packages/display-managers.scm (greenisland): New variable.

7 years agognu: Add prefix to license imports in (gnu packages display-managers).
David Craven [Sun, 28 Aug 2016 14:26:28 +0000 (16:26 +0200)]
gnu: Add prefix to license imports in (gnu packages display-managers).

* gnu/packages/display-managers.scm: Import (guix licenses) with prefix
  "license:".

7 years agoservices: syslog: Use syslog-configuration.
David Craven [Sat, 27 Aug 2016 13:38:55 +0000 (15:38 +0200)]
services: syslog: Use syslog-configuration.

* gnu/services/base.scm (<syslog-configuration>): New variable.
  (syslog-service-type): Use <syslog-configuration>.
  (syslog-service): Use <syslog-configuration>.
* gnu/tests/base.scm (%avahi-os): Use <syslog-configuration>.
* doc/guix.texi (syslog-configuration-type): Add @deftp.
  (syslog-service): Update @deffn.

7 years agoservices: Export initrc.
David Craven [Sat, 27 Aug 2016 13:45:15 +0000 (15:45 +0200)]
services: Export initrc.

* gnu/services/xorg.scm (define-module): Export initrc.

7 years agoactivation: Allow home directories to be created under /var/lib.
David Craven [Fri, 26 Aug 2016 19:45:57 +0000 (21:45 +0200)]
activation: Allow home directories to be created under /var/lib.

* gnu/build/activation.scm (activate-user+groups): Make sure /var/lib
  exists.

7 years agosystem: vm: Remove -net user flag.
David Craven [Fri, 26 Aug 2016 19:48:36 +0000 (21:48 +0200)]
system: vm: Remove -net user flag.

* gnu/system/vm.scm (common-qemu-options): Remove -net user flag.

7 years agognu: btrfs-progs: Update to 4.7.2.
Tobias Geerinckx-Rice [Mon, 5 Sep 2016 13:28:07 +0000 (15:28 +0200)]
gnu: btrfs-progs: Update to 4.7.2.

* gnu/packages/linux.scm (btrfs-progs): Update to 4.7.2.

7 years agognu: Fix pre-2.7.0 qemu builds.
Efraim Flashner [Tue, 6 Sep 2016 12:53:57 +0000 (15:53 +0300)]
gnu: Fix pre-2.7.0 qemu builds.

This is a follow-up to 43bec6d0.

* gnu/packages/debug.scm (qemu-2.3.0),
gnu/packages/grub.scm (qemu-for-tests)[arguments]: Remove the
'disable-test-qga phase.

7 years agognu: gst-plugins-bad: Remove unreferenced qt input.
Efraim Flashner [Tue, 6 Sep 2016 10:06:10 +0000 (13:06 +0300)]
gnu: gst-plugins-bad: Remove unreferenced qt input.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Remove qtbase.

7 years agognu: gst-plugins-ugly: Add mpg123 support.
Efraim Flashner [Tue, 6 Sep 2016 06:49:38 +0000 (09:49 +0300)]
gnu: gst-plugins-ugly: Add mpg123 support.

* gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Add mpg123.

7 years agognu: gst-plugins-base: Add opus support.
Efraim Flashner [Tue, 6 Sep 2016 06:01:23 +0000 (09:01 +0300)]
gnu: gst-plugins-base: Add opus support.

* gnu/packages/gstreamer.scm (gst-plugins-base)[inputs]: Add opus.

7 years agognu: orc: Use 'modify-phases'.
Efraim Flashner [Tue, 6 Sep 2016 05:47:22 +0000 (08:47 +0300)]
gnu: orc: Use 'modify-phases'.

* gnu/packages/gstreamer.scm (orc)[arguments]: Use the 'modify-phases'
syntax.

7 years agognu: orc: Update to 0.4.26.
Efraim Flashner [Tue, 6 Sep 2016 03:54:20 +0000 (06:54 +0300)]
gnu: orc: Update to 0.4.26.

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

7 years agognupg: Honor $GUIX_GPG_COMMAND and default to 'gpg'.
Ludovic Courtès [Tue, 6 Sep 2016 07:23:43 +0000 (09:23 +0200)]
gnupg: Honor $GUIX_GPG_COMMAND and default to 'gpg'.

* guix/gnupg.scm (%gpg-command): Change to "gpg" or $GUIX_GPG_COMMAND.

7 years agosyscalls: Use #:return-errno? when it is available.
Ludovic Courtès [Tue, 6 Sep 2016 07:17:57 +0000 (09:17 +0200)]
syscalls: Use #:return-errno? when it is available.

* guix/build/syscalls.scm (errno): Do not export.
(syscall->procedure): Change to return a procedure that returns both the
value and errno.  Use #:return-errno? where available.
(mount, umount, swapon, swapoff, mkdtemp!, fdatasync, statfs)
(clone, setns, pivot-root, fcntl-flock, network-interface-names)
(network-interface-flags, set-network-interface-flags)
(set-network-interface-address, network-interface-address):
(network-interfaces, tcgetattr, tcsetattr, terminal-window-size): Adjust
accordingly using 'let-values'.

7 years agognu: slock: Update to 1.3.
Leo Famulari [Mon, 5 Sep 2016 03:07:51 +0000 (23:07 -0400)]
gnu: slock: Update to 1.3.

* gnu/packages/suckless.scm (slock): Update to 1.3.
[inputs]: Add libxrandr.

7 years agognu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].
Leo Famulari [Sun, 4 Sep 2016 06:53:37 +0000 (02:53 -0400)]
gnu: qemu: Update to 2.7.0 [fixes CVE-2016-7116].

* gnu/packages/qemu.scm (qemu): Update to 2.7.0.
[arguments]: Adjust path in 'disable-test-qga' phase.

7 years agognu: Add freealut.
ng0 [Sun, 21 Aug 2016 02:17:27 +0000 (02:17 +0000)]
gnu: Add freealut.

* gnu/packages/audio.scm (freealut): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add libtoxcore.
ng0 [Sat, 20 Aug 2016 22:14:17 +0000 (22:14 +0000)]
gnu: Add libtoxcore.

* gnu/packages/messaging.scm (libtoxcore): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add git@2.9
John Darrington [Mon, 5 Sep 2016 12:19:05 +0000 (14:19 +0200)]
gnu: Add git@2.9

* gnu/packages/version-control.scm (git@2.9): New variable.
* gnu/packages/version-control.scm (cgit)[inputs]: Replace git with git@2.9

7 years agognu: Add perl-www-opensearch.
ng0 [Sun, 14 Aug 2016 15:54:07 +0000 (15:54 +0000)]
gnu: Add perl-www-opensearch.

* gnu/packages/web.scm (perl-www-opensearch): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-xml-feed.
ng0 [Sun, 14 Aug 2016 15:36:05 +0000 (15:36 +0000)]
gnu: Add perl-xml-feed.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-xml-rss.
ng0 [Sun, 14 Aug 2016 15:14:05 +0000 (15:14 +0000)]
gnu: Add perl-xml-rss.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-test-manifest.
ng0 [Sun, 14 Aug 2016 15:05:30 +0000 (15:05 +0000)]
gnu: Add perl-test-manifest.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-xml-atom.
ng0 [Sun, 14 Aug 2016 14:50:00 +0000 (14:50 +0000)]
gnu: Add perl-xml-atom.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-xml-xpath.
ng0 [Sun, 14 Aug 2016 14:37:34 +0000 (14:37 +0000)]
gnu: Add perl-xml-xpath.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-path-tiny.
ng0 [Sun, 14 Aug 2016 14:21:09 +0000 (14:21 +0000)]
gnu: Add perl-path-tiny.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-unicode-utf8.
ng0 [Sun, 14 Aug 2016 14:12:25 +0000 (14:12 +0000)]
gnu: Add perl-unicode-utf8.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-uri-fetch.
ng0 [Sun, 14 Aug 2016 13:55:21 +0000 (13:55 +0000)]
gnu: Add perl-uri-fetch.

* gnu/packages/web.scm (perl-uri-fetch): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-feed-find.
ng0 [Sun, 14 Aug 2016 13:45:37 +0000 (13:45 +0000)]
gnu: Add perl-feed-find.

* gnu/packages/web.scm (perl-feed-find): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-datetime-format-w3cdtf.
ng0 [Sun, 14 Aug 2016 13:24:11 +0000 (13:24 +0000)]
gnu: Add perl-datetime-format-w3cdtf.

* gnu/packages/perl.scm (perl-datetime-format-w3cdtf): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-datetime-format-mail.
ng0 [Sun, 14 Aug 2016 13:13:18 +0000 (13:13 +0000)]
gnu: Add perl-datetime-format-mail.

* gnu/packages/perl.scm (perl-datetime-format-mail): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-class-errorhandler.
ng0 [Sun, 14 Aug 2016 13:02:00 +0000 (13:02 +0000)]
gnu: Add perl-class-errorhandler.

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

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: Add perl-uri-template.
ng0 [Sun, 14 Aug 2016 12:42:12 +0000 (12:42 +0000)]
gnu: Add perl-uri-template.

* gnu/packages/web.scm (perl-uri-template): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
7 years agognu: font-gnu-unifont: Update to 9.0.02.
Efraim Flashner [Mon, 5 Sep 2016 14:49:33 +0000 (17:49 +0300)]
gnu: font-gnu-unifont: Update to 9.0.02.

* gnu/packages/fonts.scm (font-gnu-unifont): Update to 9.0.02.

7 years agognu: borg: Rebuild generated C files.
Efraim Flashner [Mon, 5 Sep 2016 12:23:11 +0000 (15:23 +0300)]
gnu: borg: Rebuild generated C files.

* gnu/packages/backup.scm (borg)[source]: Remove generated '.c' files.
[native-inputs]: Add python-cython.

7 years agognu: Remove elementary, evas-generic-loaders, emotion-generic-players.
Efraim Flashner [Mon, 5 Sep 2016 10:13:30 +0000 (13:13 +0300)]
gnu: Remove elementary, evas-generic-loaders, emotion-generic-players.

* gnu/packages/enlightenment.scm (elementary, evas-generic-loaders)
(emotion-generic-players): Remove variables.

These packages were absorbed by efl-1.18.0.

7 years agognu: Add mb2md.
Clément Lassieur [Sun, 4 Sep 2016 20:42:35 +0000 (22:42 +0200)]
gnu: Add mb2md.

* gnu/packages/mail.scm (mb2md): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: Add ola.
John J. Foerch [Thu, 4 Aug 2016 02:36:52 +0000 (21:36 -0500)]
gnu: Add ola.

* gnu/packages/ola.scm (ola): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agognu: libvpx: Update to 1.6.0.
Efraim Flashner [Mon, 5 Sep 2016 08:19:20 +0000 (11:19 +0300)]
gnu: libvpx: Update to 1.6.0.

* gnu/packages/video.scm (libvpx): Update to 1.6.0.

7 years agognu: bitcoin-core: Update to 0.13.0.
Efraim Flashner [Mon, 5 Sep 2016 07:47:15 +0000 (10:47 +0300)]
gnu: bitcoin-core: Update to 0.13.0.

* gnu/packages/finance.scm (bitcoin-core): Update to 0.13.0.
[native-inputs]: Use python-3 over python-2.

7 years agosystem: Use 'source-module-closure' where needed.
Ludovic Courtès [Sun, 4 Sep 2016 21:42:50 +0000 (23:42 +0200)]
system: Use 'source-module-closure' where needed.

* gnu/system/vm.scm (%vm-module-closure): Remove.
(expression->derivation-in-linux-vm): Use 'source-module-closure'
instead of %VM-MODULE-CLOSURE.
(qemu-image): Likewise.
* gnu/system/linux-initrd.scm (expression->initrd): Likewise.
(flat-linux-module-directory, base-initrd): Likewise.
* gnu/system/mapped-devices.scm (open-luks-device): Likewise.

7 years agoAdd (guix modules).
Ludovic Courtès [Sun, 4 Sep 2016 21:41:53 +0000 (23:41 +0200)]
Add (guix modules).

* guix/modules.scm, tests/modules.scm: New files.
* Makefile.am (MODULES, SCM_TESTS): Add them.
* doc/guix.texi (G-Expressions): Add an example of
'source-module-closure'.

7 years agofile-systems: Always use (guix build syscalls).
Ludovic Courtès [Sun, 4 Sep 2016 21:39:17 +0000 (23:39 +0200)]
file-systems: Always use (guix build syscalls).

* gnu/build/file-systems.scm: Use (guix build syscalls)
unconditionally.  Override the 'mount' and 'umount' bindings
when (guile) provides them.
(MS_RDONLY, MS_NOSUID, MS_NODEV, MS_NOEXEC, MS_REMOUNT)
(MS_BIND, MS_MOVE): Remove.
* guix/build/syscalls.scm (%libc-errno-pointer): Add
'false-if-exception' around 'dynamic-func'.

7 years agoui: Initialize %FILE-PORT-NAME-CANONICALIZATION to #f.
Ludovic Courtès [Fri, 2 Sep 2016 22:17:27 +0000 (00:17 +0200)]
ui: Initialize %FILE-PORT-NAME-CANONICALIZATION to #f.

This avoids loads of needless 'stat' calls due to the default 'relative
setting and the 'canonicalize-path' calls it leads to.  This was
especially visible when 'guix substitute' access files in
/var/guix/substitute/cache.

* guix/ui.scm (run-guix-command): Set %FILE-PORT-NAME-CANONICALIZATION
to #f.

7 years agognu: nano: Update to 2.7.0.
Rene Saavedra [Sun, 4 Sep 2016 05:05:11 +0000 (00:05 -0500)]
gnu: nano: Update to 2.7.0.

* gnu/packages/nano.scm (nano): Update to 2.7.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add remind.
Stefan Reichoer [Sat, 3 Sep 2016 23:09:48 +0000 (01:09 +0200)]
gnu: Add remind.

* gnu/packages/calendar.scm (remind): New variable.

7 years agognu: Add p7zip.
Kei Kebreau [Sat, 27 Aug 2016 10:33:26 +0000 (06:33 -0400)]
gnu: Add p7zip.

* gnu/packages/compression.scm (p7zip): New variable.
* gnu/packages/patches/remove-unused-p7zip-code.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.

7 years agognu: rage: Update to 0.2.1.
Efraim Flashner [Sun, 4 Sep 2016 13:14:10 +0000 (16:14 +0300)]
gnu: rage: Update to 0.2.1.

* gnu/packages/enlightenment.scm (rage): Update to 0.2.1.

7 years agognu: Add libicns.
Brendan Tildesley [Fri, 2 Sep 2016 19:53:56 +0000 (05:53 +1000)]
gnu: Add libicns.

* gnu/packages/image.scm (libicns): New variable.

Signed-off-by: David Craven <david@craven.ch>
7 years agognu: dtc: Update to 1.4.2.
Danny Milosavljevic [Sun, 4 Sep 2016 10:50:09 +0000 (12:50 +0200)]
gnu: dtc: Update to 1.4.2.

* gnu/packages/u-boot.scm (dtc): Update to 1.4.2. Delete patch.
* gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Delete patch.

Signed-off-by: David Craven <david@craven.ch>
7 years agognu: gzochi: Update to 0.10.1.
Julian Graham [Sat, 3 Sep 2016 17:08:37 +0000 (13:08 -0400)]
gnu: gzochi: Update to 0.10.1.

* gnu/packages/game-development.scm (gzochi): Update to 0.10.1.

Signed-off-by: David Craven <david@craven.ch>
7 years agognu: infernal: Limit to i686 and x86_64 systems.
Efraim Flashner [Sun, 4 Sep 2016 09:43:10 +0000 (12:43 +0300)]
gnu: infernal: Limit to i686 and x86_64 systems.

* gnu/packages/bioinformatics.scm (infernal)[supported-systems]: The
package requires VMX or SSE capability for parallel instructions, so
limit it to those supported systems.

7 years agognu: Add python-odfpy.
Marius Bakke [Wed, 17 Aug 2016 16:45:24 +0000 (17:45 +0100)]
gnu: Add python-odfpy.

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

Signed-off-by: Alex Kost <alezost@gmail.com>
7 years agognu: awesome: Shorten the description.
ng0 [Sat, 20 Aug 2016 20:56:46 +0000 (20:56 +0000)]
gnu: awesome: Shorten the description.

* gnu/packages/wm.scm (awesome)[description]: Shorten.

Signed-off-by: Alex Kost <alezost@gmail.com>
7 years agognu: gtk: Add clipit.
doncatnip [Thu, 1 Sep 2016 01:15:01 +0000 (03:15 +0200)]
gnu: gtk: Add clipit.

* gnu/packages/gtk.scm (clipit): New variable.

Co-authored-by: 宋文武 <iyzsong@gmail.com>
7 years agoMerge branch 'gtk-im-modules'
Ricardo Wurmus [Sun, 4 Sep 2016 06:19:10 +0000 (08:19 +0200)]
Merge branch 'gtk-im-modules'

7 years agognu: aria2: Update to 1.26.1.
Efraim Flashner [Sat, 3 Sep 2016 20:48:46 +0000 (23:48 +0300)]
gnu: aria2: Update to 1.26.1.

* gnu/packages/bittorrent.scm (aria2): Update to 1.26.1.

7 years agognu: mpv: Update to 0.20.0.
Efraim Flashner [Sat, 3 Sep 2016 19:50:59 +0000 (22:50 +0300)]
gnu: mpv: Update to 0.20.0.

* gnu/packages/video.scm (mpv): Update to 0.20.0.

7 years agognu: rpcbind: Enable warm starts
John Darrington [Sat, 3 Sep 2016 16:00:25 +0000 (18:00 +0200)]
gnu: rpcbind: Enable warm starts

* gnu/packages/onc-rpc.scm (rpcbind)[arguments]: Pass --enable-warmstarts
to #:configure-flags.

7 years agoRevert "gnu: yelp: Update to 3.21.3"
John Darrington [Sat, 3 Sep 2016 14:25:31 +0000 (16:25 +0200)]
Revert "gnu: yelp: Update to 3.21.3"

This reverts commit 29405d882161e8bfa9aadf67bc264c2ee6c74fa4.

7 years agognu: git: Update to 2.10.0.
John Darrington [Sat, 3 Sep 2016 10:48:36 +0000 (12:48 +0200)]
gnu: git: Update to 2.10.0.

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

7 years agognu: libnfsidmap: Set pluginpath at configure time.
John Darrington [Sat, 3 Sep 2016 13:48:42 +0000 (15:48 +0200)]
gnu: libnfsidmap: Set pluginpath at configure time.

* gnu/packages/linux.scm (libnfsidmap)[arguments]: Pass --with-pluginpath=
to #:configure-flags.

7 years agoguix: ant-build-system: Fix pattern for collecting jar files.
Hartmut Goebel [Sat, 3 Sep 2016 07:04:52 +0000 (09:04 +0200)]
guix: ant-build-system: Fix pattern for collecting jar files.

The former pattern included the "jar" binary.

* guix/build/ant-build-system.scm (generate-classpath): Change pattern.

Suggested by: Ricardo Wurmus <rekado@elephly.net>

7 years agodoc: Fix typos.
Alex Kost [Fri, 2 Sep 2016 17:54:21 +0000 (20:54 +0300)]
doc: Fix typos.

* doc/guix.texi: Fix typo.
* doc/emacs.texi: Fix multiple typos.

7 years agognu: Add Infernal.
Ricardo Wurmus [Fri, 2 Sep 2016 13:35:14 +0000 (15:35 +0200)]
gnu: Add Infernal.

* gnu/packages/bioinformatics.scm (infernal): New variable.

7 years agognu: libidn: Replace with 1.33 [fixes CVE-2015-8948 and CVE-2016-{6261,6263}].
Leo Famulari [Fri, 2 Sep 2016 06:11:49 +0000 (02:11 -0400)]
gnu: libidn: Replace with 1.33 [fixes CVE-2015-8948 and CVE-2016-{6261,6263}].

* gnu/packages/libidn.scm (libidn)[replacement]: New field.
(libidn-1.33): New variable.

7 years agognu: python2-ipython: Use strip-python2-variant.
Efraim Flashner [Thu, 1 Sep 2016 20:23:46 +0000 (23:23 +0300)]
gnu: python2-ipython: Use strip-python2-variant.

* gnu/packages/python.scm (python2-ipython): Inherit using
strip-python2-variant.
[propagated-inputs]: Remove work-around for python2-terminado.
[inputs]: Remove work-around for python2-jsonschema, python2-matplotlib,
python2-numpy, python2-requests.
(python-inputs)[properties]: New field.

7 years agognu: python2-numexpr: Use strip-python2-variant.
Efraim Flashner [Thu, 1 Sep 2016 20:15:53 +0000 (23:15 +0300)]
gnu: python2-numexpr: Use strip-python2-variant.

* gnu/packages/python.scm (python2-numexpr): Replace package definition
with 'package-with-python2', using 'strip-python2-variant'.

7 years agognu: python2-scikit-image: Use strip-python2-variant.
Efraim Flashner [Thu, 1 Sep 2016 20:06:42 +0000 (23:06 +0300)]
gnu: python2-scikit-image: Use strip-python2-variant.

* gnu/packages/python.scm (python2-scikit-image): Inherit using
strip-python2-variant.
[propagated-inputs]: Remove work-around for python2-matplotlib,
python2-numpy, python2-scipy.

7 years agognu: python-scikit-learn: Set source file name.
Efraim Flashner [Thu, 1 Sep 2016 19:46:31 +0000 (22:46 +0300)]
gnu: python-scikit-learn: Set source file name.

* gnu/packages/python.scm (python-scikit-learn)[source]: Add 'file-name'
field.

7 years agognu: python2-scikit-learn: Use strip-python2-variant.
Efraim Flashner [Thu, 1 Sep 2016 19:44:03 +0000 (22:44 +0300)]
gnu: python2-scikit-learn: Use strip-python2-variant.

* gnu/packages/python.scm (python2-scikit-learn): Replace package
definition with 'package-with-python2', using 'strip-python2-variant'
to simplify the package definition.

7 years agognu: python-requests-mock: Update to 1.0.0.
Efraim Flashner [Thu, 1 Sep 2016 18:51:49 +0000 (21:51 +0300)]
gnu: python-requests-mock: Update to 1.0.0.

* gnu/packages/openstack.scm (python-requests-mock): Update to 1.0.0.
[inputs]: Remove python-setuptools. Move python-mock ...
[native-inputs]: ... to here.  Add python-discover, python-fixtures,
python-sphinx, python-testrepostory, python-testtools.
[properties]: Add python2-variant.
(python2-requests-mock): inherit stripped variant.
[native-inputs]: Use python2-setuptools.

7 years agoRevert "gnu: gsl: Update to 2.2."
Mark H Weaver [Fri, 2 Sep 2016 00:17:01 +0000 (20:17 -0400)]
Revert "gnu: gsl: Update to 2.2."

This reverts commit b16b16e6c2ba9780ebdf936c325e06ebcc0a950b.

Rationale: gsl-2.2 consistently fails its test suite on i686.  Inkscape
depends on gsl, and the grub background image is converted using
inkscape, so i686 systems can no longer be built.

7 years agognu: dtc: Add missing symbols patch from debian.
Danny Milosavljevic [Thu, 1 Sep 2016 22:07:24 +0000 (00:07 +0200)]
gnu: dtc: Add missing symbols patch from debian.

* gnu/packages/u-boot.scm (dtc)[source]: Add patch.
* gnu/packages/patches/dtc-add-missing-symbols-to-lds.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: David Craven <david@craven.ch>
7 years agoguix build: Rewrite '--with-input' in terms of 'package-input-rewriting'.
Ludovic Courtès [Thu, 1 Sep 2016 20:39:41 +0000 (22:39 +0200)]
guix build: Rewrite '--with-input' in terms of 'package-input-rewriting'.

* guix/scripts/build.scm (transform-package-inputs): Rewrite in terms of
'package-input-rewriting'.

7 years agopackages: Add 'package-input-rewriting'.
Ludovic Courtès [Thu, 1 Sep 2016 20:35:35 +0000 (22:35 +0200)]
packages: Add 'package-input-rewriting'.

* guix/packages.scm (package-input-rewriting): New procedure.
* tests/packages.scm ("package-input-rewriting"): New test.
* doc/guix.texi (Defining Packages): Document it.
(Package Transformation Options): Add cross-reference.

7 years agognu: Fix typo in description of xfce-desktop-service.
John Darrington [Thu, 1 Sep 2016 09:34:04 +0000 (11:34 +0200)]
gnu: Fix typo in description of xfce-desktop-service.

* gnu/services/desktop.scm (xfce-desktop-service) abilit --> ability.

7 years agognu: Add rpcbind
John Darrington [Thu, 1 Sep 2016 09:30:52 +0000 (11:30 +0200)]
gnu: Add rpcbind

* gnu/packages/onc-rpc.scm (rpcbind): New variable.

7 years agognu: Add telepathy-mission-control.
Kei Kebreau [Tue, 30 Aug 2016 21:40:17 +0000 (17:40 -0400)]
gnu: Add telepathy-mission-control.

* gnu/packages/freedesktop.scm (telepathy-mission-control): New variable.

7 years agognu: Add u-boot.
Danny Milosavljevic [Mon, 29 Aug 2016 16:11:04 +0000 (18:11 +0200)]
gnu: Add u-boot.

* gnu/packages/u-boot.scm (u-boot, make-u-boot-package,
  u-boot-vexpress_ca9x4, u-boot-malta): New variables.

Co-authored-by: David Craven <david@craven.ch>
7 years agognu: Add dtc.
Danny Milosavljevic [Mon, 29 Aug 2016 14:45:34 +0000 (16:45 +0200)]
gnu: Add dtc.

* gnu/packages/u-boot.scm (dtc): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add file.

Co-authored-by: David Craven <david@craven.ch>
7 years agoUpdate 'TODO'.
Vincent Legoll [Wed, 31 Aug 2016 07:10:21 +0000 (09:10 +0200)]
Update 'TODO'.

* TODO: Remove items about guix challenge & guix publish.

Signed-off-by: Vincent Legoll <vincent.legoll@gmail.com>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
7 years agoReinstate "services: elogind: Provide '%elogind-file-systems' by extension."
Ludovic Courtès [Thu, 1 Sep 2016 12:00:39 +0000 (14:00 +0200)]
Reinstate "services: elogind: Provide '%elogind-file-systems' by extension."

This reverts commit 17073dafc59d62fb8cbb8b94d61d3ecc488ac59f.

7 years agognu: slim: Move to display-managers.scm.
Marius Bakke [Wed, 31 Aug 2016 13:07:15 +0000 (14:07 +0100)]
gnu: slim: Move to display-managers.scm.

* gnu/packages/display-managers.scm: New file.
* gnu/packages/slim.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/services/xorg.scm: Likewise.

7 years agotests: hackage: Fix mock urls.
Efraim Flashner [Thu, 1 Sep 2016 10:40:49 +0000 (13:40 +0300)]
tests: hackage: Fix mock urls.

Followup to 18f747350437136b203ef6400176d1fb07b131ea.

* tests/hackage.scm (hackage->guix-package): Use 'https' in mock urls.

7 years agognu: Fix typo in copyright notice in (gnu packages networking).
Mark H Weaver [Thu, 1 Sep 2016 08:27:08 +0000 (04:27 -0400)]
gnu: Fix typo in copyright notice in (gnu packages networking).

* gnu/packages/networking.scm: "Coypright" --> "Copyright".

7 years agognu: icedtea-6: Update to 1.13.12 [security fixes].
Leo Famulari [Wed, 31 Aug 2016 20:45:14 +0000 (16:45 -0400)]
gnu: icedtea-6: Update to 1.13.12 [security fixes].

Fixes CVE-2016-{3458,3485,3500,3508,3550,3606}.

* gnu/packages/java.scm (icedtea-6): Update to 1.13.12.
[source]: Remove 'icedtea-remove-overrides' patch.
[arguments]: Move ALSA header substitution to 'patch-paths' phase.
* gnu/packages/patches/icedtea-remove-overrides.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

7 years agognu: rofi: Update to 1.2.0.
Marius Bakke [Wed, 31 Aug 2016 14:45:06 +0000 (15:45 +0100)]
gnu: rofi: Update to 1.2.0.

* gnu/packages/xdisorg.scm (rofi): Update to 1.2.0.
  [inputs]: Drop libx11 and add xcb-util-xrm.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: Add xcb-util-xrm.
Marius Bakke [Wed, 31 Aug 2016 14:37:18 +0000 (15:37 +0100)]
gnu: Add xcb-util-xrm.

* gnu/packages/xdisorg.scm (xcb-util-xrm): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
7 years agognu: wcslib: Correct formatting and grammar.
John Darrington [Wed, 31 Aug 2016 18:49:57 +0000 (20:49 +0200)]
gnu: wcslib: Correct formatting and grammar.

* gnu/packages/astronomy.scm (wcslib): Minor whitespace and grammatical
changes.

7 years agognu: bambam: Remove wrap-binary phase.
Eric Bavier [Wed, 31 Aug 2016 17:16:19 +0000 (12:16 -0500)]
gnu: bambam: Remove wrap-binary phase.

Functionality provided already by python-build-system.

* gnu/packages/games.scm (bambam)[arguments]: Remove 'wrap-binary phase.
[synopsis]: Capitalize first word.

7 years agotests: cpan: Fix mock urls.
Eric Bavier [Wed, 31 Aug 2016 14:56:00 +0000 (09:56 -0500)]
tests: cpan: Fix mock urls.

Followup to 7a62263ee5.

* tests/cpan.scm (cpan->guix-package): Use "https" in mock urls.

7 years agoservices: shepherd: Add 'shepherd-service-upgrade', from 'guix system'.
Ludovic Courtès [Wed, 31 Aug 2016 13:40:00 +0000 (15:40 +0200)]
services: shepherd: Add 'shepherd-service-upgrade', from 'guix system'.

* guix/scripts/system.scm (service-upgrade): Move to...
* gnu/services/shepherd.scm (shepherd-service-upgrade): ... here.
* tests/system.scm ("service-upgrade: nothing to do", "service-upgrade:
one unchanged, one upgraded, one new", "service-upgrade: service
depended on is not unloaded", "service-upgrade: obsolete services that
depend on each other"): Move to...
* tests/services.scm: ... here.  Adjust to 'service-upgrade' rename.

7 years agoguix system: Do not unload services depended on.
Ludovic Courtès [Wed, 31 Aug 2016 13:23:32 +0000 (15:23 +0200)]
guix system: Do not unload services depended on.

Reported by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2016-08/msg01470.html>.

* guix/scripts/system.scm (service-upgrade)[live-service-required?]: New
procedure.
[obsolete?]: Use it.
* tests/system.scm ("service-upgrade: service depended on is not
unloaded", "service-upgrade: obsolete services that depend on each
other"): New tests.

7 years agoservices: shepherd: Parameterize 'shepherd-service-back-edges'.
Ludovic Courtès [Wed, 31 Aug 2016 13:16:36 +0000 (15:16 +0200)]
services: shepherd: Parameterize 'shepherd-service-back-edges'.

* gnu/services/shepherd.scm (shepherd-service-back-edges): Add
  #:provision and #:requirement parameter.  Honor them.

7 years agoguix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'.
Ludovic Courtès [Wed, 31 Aug 2016 10:49:45 +0000 (12:49 +0200)]
guix system: Use 'shepherd-service-lookup-procedure' in 'service-upgrade'.

* guix/scripts/system.scm (service-upgrade)[essential?]: SERVICE is now
a <live-service>.
[lookup-target, lookup-live, running?, stopped, obsolete?]: New
procedures.
[to-load, to-unload]: Use them.  TO-UNLOAD is now a list of
<live-service>.
(call-with-service-upgrade-info): Extract symbols from TO-UNLOAD.
* tests/system.scm ("service-upgrade: one unchanged, one upgraded, one
new"): Adjust accordingly.

7 years agoservices: shepherd: Add 'shepherd-service-lookup-procedure'.
Ludovic Courtès [Wed, 31 Aug 2016 10:38:38 +0000 (12:38 +0200)]
services: shepherd: Add 'shepherd-service-lookup-procedure'.

* gnu/services/shepherd.scm (shepherd-service-lookup-procedure): New
procedure.
(shepherd-service-back-edges)[provision->service]: Use it.
* tests/services.scm ("shepherd-service-lookup-procedure"): New test.