jackhill/guix/guix.git
5 years agognu: emacs-exwm: Fix fullscreen issue.
Arun Isaac [Fri, 3 Aug 2018 12:51:19 +0000 (18:21 +0530)]
gnu: emacs-exwm: Fix fullscreen issue.

* gnu/packages/patches/emacs-exwm-fix-fullscreen-issue.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/emacs.scm (emacs-exwm)[sources]: Add
emacs-exwm-fix-fullscreen-issue.patch to patches.

5 years agognu: Add imapfilter.
Jelle Licht [Fri, 27 Jul 2018 16:15:27 +0000 (18:15 +0200)]
gnu: Add imapfilter.

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

5 years agognu: Update ruby-net-ssh to 4.2.0.
Danny Milosavljevic [Tue, 31 Jul 2018 17:10:14 +0000 (19:10 +0200)]
gnu: Update ruby-net-ssh to 4.2.0.

* gnu/packages/ruby.scm (ruby-net-ssh)[version]: Update to 4.2.0.
[source]: Update hash.

5 years agognu: Add ruby-childprocess@0.6.3.
Danny Milosavljevic [Tue, 31 Jul 2018 17:05:08 +0000 (19:05 +0200)]
gnu: Add ruby-childprocess@0.6.3.

* gnu/packages/ruby.scm (ruby-childprocess): Modify.
(ruby-childprocess-0.6): New variable.

5 years agoservices: file-system-shepherd-service: Require "udev" service.
Danny Milosavljevic [Thu, 2 Aug 2018 13:18:23 +0000 (15:18 +0200)]
services: file-system-shepherd-service: Require "udev" service.

Fixes <https://bugs.gnu.org/32313>.
Reported by Brendan Tildesley <brendan.tildesley@openmailbox.org>

* gnu/services/base.scm (file-system-shepherd-service): Require "udev" service.

5 years agognu: minetest: Add console support.
Efraim Flashner [Thu, 2 Aug 2018 09:53:08 +0000 (12:53 +0300)]
gnu: minetest: Add console support.

* gnu/packages/games.scm (minetest)[inputs]: Add ncurses.

5 years agognu: games.scm: Arrange modules alphabetically.
Efraim Flashner [Thu, 2 Aug 2018 09:19:00 +0000 (12:19 +0300)]
gnu: games.scm: Arrange modules alphabetically.

* gnu/packages/games.scm: Arrange imported modules alphabetically.

5 years agognu: minetest: Use more system libraries.
Efraim Flashner [Thu, 2 Aug 2018 09:12:35 +0000 (12:12 +0300)]
gnu: minetest: Use more system libraries.

* gnu/packages/games.scm (minetest)[source]: Remove bundled libraries in
a snippet.
[arguments]: Add flag to use system jsoncpp.
[inputs]: Add gmp, jsoncpp. Arrange alphabetically.

5 years agognu: irrlicht: Don't use bundled libraries.
Efraim Flashner [Thu, 2 Aug 2018 08:56:01 +0000 (11:56 +0300)]
gnu: irrlicht: Don't use bundled libraries.

* gnu/packages/patches/irrlicht-use-system-libs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (irrlicht)[source]: Add patch. Remove bundled
code and binaries in a snippet.
[native-inputs]: Remove unzip.
[inputs]: Remove glu, add bzip2, libjpeg, libpng, libx11, libxx86vm.
[arguments]: Remove custom 'unpack phase, add custom 'chdir-to-source
phase and adjust 'fix-build-env phase to changes.

5 years agognu: minetest: Don't use unstable tarball.
Efraim Flashner [Wed, 1 Aug 2018 19:43:21 +0000 (22:43 +0300)]
gnu: minetest: Don't use unstable tarball.

* gnu/packages/games.scm (minetest)[source]: Download from git
repository.

5 years agognu: minetest-data: Don't use autogenerated tarball.
Efraim Flashner [Wed, 1 Aug 2018 19:37:40 +0000 (22:37 +0300)]
gnu: minetest-data: Don't use autogenerated tarball.

* gnu/packages/games.scm (minetest-data)[source]: Download from git
repository.
[native-inputs]: Remove gzip, tar.
[arguments]: Adjust custom build accordingly.

5 years agognu: Add net-snmp.
Ricardo Wurmus [Tue, 31 Jul 2018 11:19:33 +0000 (13:19 +0200)]
gnu: Add net-snmp.

* gnu/packages/networking.scm (net-snmp): New variable.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
Co-authored-by: Oleg Pykhalov <go.wigust@gmail.com>
5 years agognu: Add cdrkit-libre.
Oleg Pykhalov [Sun, 15 Jul 2018 17:02:30 +0000 (20:02 +0300)]
gnu: Add cdrkit-libre.

* gnu/packages/cdrom.scm (cdrkit-libre): New variable.

5 years agognu: Add glibc@2.28.
Marius Bakke [Wed, 1 Aug 2018 13:48:26 +0000 (15:48 +0200)]
gnu: Add glibc@2.28.

* gnu/packages/base.scm (glibc-2.28): New public variable.

5 years agognu: dmraid: Disable parallel build.
Marius Bakke [Wed, 1 Aug 2018 11:15:56 +0000 (13:15 +0200)]
gnu: dmraid: Disable parallel build.

Fixes a race condition as reported by Brendan Tildesley
<brendan.tildesley@openmailbox.org> in <https://bugs.gnu.org/31999#187>.

* gnu/packages/disk.scm (dmraid)[arguments]: Set #:parallel-build #f.

5 years agognu: xdotool: Update to 3.20160805.1.
Marius Bakke [Wed, 1 Aug 2018 10:32:16 +0000 (12:32 +0200)]
gnu: xdotool: Update to 3.20160805.1.

* gnu/packages/xdisorg.scm (xdotool): Update to 3.20160805.1.
[source](patches): Remove.
[arguments]: Create output directory.
* gnu/packages/patches/xdotool-fix-makefile.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.

5 years agognu: re2: Update to 2018-08-01.
Marius Bakke [Wed, 1 Aug 2018 10:24:33 +0000 (12:24 +0200)]
gnu: re2: Update to 2018-08-01.

* gnu/packages/regex.scm (re2): Update to 2018-08-01.

5 years agognu: elfutils: Update to 0.173.
Marius Bakke [Mon, 30 Jul 2018 22:38:42 +0000 (00:38 +0200)]
gnu: elfutils: Update to 0.173.

* gnu/packages/elf.scm (elfutils): Update to 0.173.

5 years agognu: freedesktop.scm: Remove unneeded imports.
Marius Bakke [Mon, 30 Jul 2018 20:54:44 +0000 (22:54 +0200)]
gnu: freedesktop.scm: Remove unneeded imports.

* gnu/packages/freedesktop.scm: Remove unused imports.

5 years agognu: upower: Add explicit dependency on Glib.
Marius Bakke [Mon, 30 Jul 2018 19:50:57 +0000 (21:50 +0200)]
gnu: upower: Add explicit dependency on Glib.

* gnu/packages/gnome.scm (upower)[propagated-inputs]: New field.

5 years agognu: upower: Update to 0.99.8.
Marius Bakke [Mon, 30 Jul 2018 19:17:09 +0000 (21:17 +0200)]
gnu: upower: Update to 0.99.8.

* gnu/packages/gnome.scm (upower): Update to 0.99.8.
[source](uri): Change to new download location*.
[arguments]: Remove #:phases.

* https://lists.freedesktop.org/archives/devkit-devel/2018-June/001829.html

5 years agognu: xapian: Update to 1.4.7.
Marius Bakke [Mon, 30 Jul 2018 19:12:58 +0000 (21:12 +0200)]
gnu: xapian: Update to 1.4.7.

* gnu/packages/search.scm (xapian, python-xapian-bindings): Update to 1.4.7.

5 years agognu: Add emacs-magit-todos.
Pierre Neidhardt [Wed, 1 Aug 2018 10:59:37 +0000 (12:59 +0200)]
gnu: Add emacs-magit-todos.

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

5 years agognu: Add emacs-pcre2el.
Pierre Neidhardt [Wed, 1 Aug 2018 10:59:27 +0000 (12:59 +0200)]
gnu: Add emacs-pcre2el.

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

5 years agognu: libreoffice: Update to 6.0.6.2.
Efraim Flashner [Wed, 1 Aug 2018 08:18:47 +0000 (11:18 +0300)]
gnu: libreoffice: Update to 6.0.6.2.

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

5 years agognu: lvm2: Fix static linking of dmeventd.
Marius Bakke [Tue, 31 Jul 2018 20:18:51 +0000 (22:18 +0200)]
gnu: lvm2: Fix static linking of dmeventd.

Fixes a regression introduced in a3ed69b694eab393129348bbabbed8c59bad3772
where dmeventd.static fails to link against libm and breaks "lvm2-static".

* gnu/packages/patches/lvm2-static-link.patch: Patch make.tmpl.in.

5 years agognu: optipng: Use system libraries.
Efraim Flashner [Tue, 31 Jul 2018 18:53:47 +0000 (21:53 +0300)]
gnu: optipng: Use system libraries.

* gnu/packages/image.scm (optipng)[source]: Add snippet to delete
bundled libraries.
[inputs]: Add libpng.
[arguments]: Add configure-flag to use system libraries.

5 years agognu: python-pyqt: Add qtwebkit.
Efraim Flashner [Tue, 31 Jul 2018 14:45:01 +0000 (17:45 +0300)]
gnu: python-pyqt: Add qtwebkit.

* gnu/packages/qt.scm (python-pyqt)[inputs]: Add qtwebkit.

5 years agognu: qtwebkit: Update to 5.212.0-alpha2.
Andreas Enge [Sun, 22 Jul 2018 09:38:58 +0000 (11:38 +0200)]
gnu: qtwebkit: Update to 5.212.0-alpha2.

* gnu/packages/patches/qtwebkit-pbutils-include.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register the patch.
* gnu/packages/qt.scm (qtwebkit): Update to 5.212.0-alpha2.
[source]: Use new upstream location. Add patch.
[build-system]: Switch to cmake-build-system.
[inputs]: Add glib, gst-plugins-base, qtlocation, qtsensors,
qtwebchannel.
[arguments]: Disable the tests. Add new configure flags. Remove all
custom phases.

5 years agognu: Update udisks to 2.7.7.
Pierre Neidhardt [Fri, 25 May 2018 18:19:55 +0000 (20:19 +0200)]
gnu: Update udisks to 2.7.7.

* gnu/package/freedesktop.scm (udisks): Update to 2.7.7.
[inputs]: Replace parted with libblockdev.

5 years agognu: Add libblockdev.
Pierre Neidhardt [Tue, 29 May 2018 10:32:52 +0000 (12:32 +0200)]
gnu: Add libblockdev.

* gnu/package/disk.scm (libblockdev): New variable.

5 years agognu: Add dmraid.
Pierre Neidhardt [Wed, 30 May 2018 10:33:08 +0000 (12:33 +0200)]
gnu: Add dmraid.

* gnu/package/disk.scm (dmraid): New variable.

5 years agognu: lvm2: Add device-mapper-event support.
Pierre Neidhardt [Wed, 30 May 2018 11:17:53 +0000 (13:17 +0200)]
gnu: lvm2: Add device-mapper-event support.

* GNU/packages/linux.scm (lvm2)[configure-flags]: Build device-mapper-event.

5 years agognu: Add libbytesize.
Pierre Neidhardt [Tue, 29 May 2018 15:22:53 +0000 (17:22 +0200)]
gnu: Add libbytesize.

* gnu/package/c.scm (libbytesize): New variable.

5 years agognu: Add ndctl.
Pierre Neidhardt [Thu, 28 Jun 2018 20:45:08 +0000 (22:45 +0200)]
gnu: Add ndctl.

* gnu/package/disk.scm (ndctl): New variable.

5 years agognu: Add volume-key.
Pierre Neidhardt [Tue, 29 May 2018 10:22:02 +0000 (12:22 +0200)]
gnu: Add volume-key.

* gnu/package/disk.scm (volume-key): New variable.

5 years agodoc: Fix Cuirass URL.
Clément Lassieur [Mon, 30 Jul 2018 19:44:51 +0000 (21:44 +0200)]
doc: Fix Cuirass URL.

* doc/guix.texi (Continuous Integration): Fix Cuirass URL.

5 years agognu: minetest: Update to 0.4.17.1.
Kei Kebreau [Mon, 30 Jul 2018 17:16:04 +0000 (13:16 -0400)]
gnu: minetest: Update to 0.4.17.1.

* gnu/packages/games.scm (minetest): Update to 0.4.17.1.

5 years agognu: retux: Return #t from all phases.
Kei Kebreau [Mon, 30 Jul 2018 16:55:22 +0000 (12:55 -0400)]
gnu: retux: Return #t from all phases.

* gnu/packages/games.scm (retux)[arguments]: Return #t from the 'install' phase.

5 years agognu: gnubg: Update to 1.06.001.
Kei Kebreau [Mon, 30 Jul 2018 16:33:42 +0000 (12:33 -0400)]
gnu: gnubg: Update to 1.06.001.

* gnu/packages/games.scm (gnubg): Update to 1.06.001.

5 years agognu: golly: Update to 3.2.
Kei Kebreau [Mon, 30 Jul 2018 16:27:54 +0000 (12:27 -0400)]
gnu: golly: Update to 3.2.

* gnu/packages/games.scm (golly): Update to 3.2.

5 years agognu: warzone2100: Update to 3.2.3.
Kei Kebreau [Mon, 30 Jul 2018 02:31:46 +0000 (22:31 -0400)]
gnu: warzone2100: Update to 3.2.3.

* gnu/packages/games.scm (warzone2100): Update to 3.2.3.
[arguments]: Add "--with-distributor=Guix" to #:configure-flags.  Remove
'remove-reference-to-missing-file' and 'patch-for-qt5.8' phases.  Add
'fix-ivis-linktest' phase.
[native-inputs]: Add gettext-minimal.
[inputs]: Add harfbuzz and remove quesoglc.

5 years agognu: parallel: Update to 20180722.
Efraim Flashner [Mon, 30 Jul 2018 11:58:28 +0000 (14:58 +0300)]
gnu: parallel: Update to 20180722.

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

5 years agognu: openssh: Update home-page.
Efraim Flashner [Mon, 30 Jul 2018 11:41:14 +0000 (14:41 +0300)]
gnu: openssh: Update home-page.

* gnu/packages/ssh.scm (openssh)[home-page]: Update to new home-page.

5 years agognu: tig: Update to 2.4.1.
Efraim Flashner [Mon, 30 Jul 2018 11:38:17 +0000 (14:38 +0300)]
gnu: tig: Update to 2.4.1.

* gnu/packages/version-control.scm (tig): Update to 2.4.1.
[description]: Fix texinfo markup.

5 years agognu: monero-gui: Build with modular qt.
Efraim Flashner [Mon, 30 Jul 2018 06:43:15 +0000 (09:43 +0300)]
gnu: monero-gui: Build with modular qt.

* gnu/packages/finance.scm (monero-gui)[inputs]: Remove qt, add qtbase,
qtdeclarative, qtgraphicaleffects, qtquickcontrols.
[native-inputs]: Add qttools.
[arguments]: Add a custom phase to patch the absolute file-name of
lrelease and lupdate. Add a custom phase to wrap the executable with QT
environmental variables.

5 years agognu: youtube-dl: Update to 2018.07.29.
Arun Isaac [Mon, 30 Jul 2018 05:15:16 +0000 (10:45 +0530)]
gnu: youtube-dl: Update to 2018.07.29.

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

5 years agognu: cuirass: Update to 99241ef.
Clément Lassieur [Sun, 29 Jul 2018 22:46:26 +0000 (00:46 +0200)]
gnu: cuirass: Update to 99241ef.

* gnu/packages/ci.scm (cuirass): Update to 99241ef.

5 years agognu: Add emacs-agda2-mode
Alex ter Weele [Sat, 21 Jul 2018 15:57:35 +0000 (10:57 -0500)]
gnu: Add emacs-agda2-mode

* gnu/packages/agda.scm (emacs-agda2-mode): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
5 years agognu: agda: Compile .agda files.
Alex ter Weele [Sat, 21 Jul 2018 02:35:14 +0000 (21:35 -0500)]
gnu: agda: Compile .agda files.

* gnu/packages/agda.scm: (agda)[arguments]: Compile .agda files.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
5 years agognu: libreoffice: Fix build with newer GLM.
Marius Bakke [Sun, 29 Jul 2018 19:31:55 +0000 (21:31 +0200)]
gnu: libreoffice: Fix build with newer GLM.

* gnu/packages/patches/libreoffice-glm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/libreoffice.scm (libreoffice)[source](patches): Add it.

5 years agognu: libwps: Update to 0.4.9.
Marius Bakke [Sun, 29 Jul 2018 18:37:59 +0000 (20:37 +0200)]
gnu: libwps: Update to 0.4.9.

* gnu/packages/libreoffice.scm (libwps): Update to 0.4.9.

5 years agognu: make-u-boot-package: Add missing module.
Efraim Flashner [Sun, 29 Jul 2018 17:49:42 +0000 (20:49 +0300)]
gnu: make-u-boot-package: Add missing module.

* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
missing 'srfi srfi-1' module.

5 years agognu: Add fdroidserver.
Efraim Flashner [Tue, 24 Jul 2018 14:49:22 +0000 (17:49 +0300)]
gnu: Add fdroidserver.

* gnu/packages/android.scm (fdroidserver): New variable.

5 years agognu: python-docker-py: Update to 1.10.6.
Efraim Flashner [Tue, 24 Jul 2018 14:45:32 +0000 (17:45 +0300)]
gnu: python-docker-py: Update to 1.10.6.

* gnu/packages/docker.scm (python-docker-py): Update to 1.10.6.

5 years agognu: Add python-vagrant.
Efraim Flashner [Tue, 24 Jul 2018 14:44:21 +0000 (17:44 +0300)]
gnu: Add python-vagrant.

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

5 years agognu: virtualization.scm: Use license prefix.
Efraim Flashner [Tue, 24 Jul 2018 14:43:54 +0000 (17:43 +0300)]
gnu: virtualization.scm: Use license prefix.

* gnu/packages/virtualization.scm: Replace all 'license' values with a
'license:' prefix.

5 years agognu: Add python-androguard.
Efraim Flashner [Tue, 24 Jul 2018 14:32:45 +0000 (17:32 +0300)]
gnu: Add python-androguard.

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

5 years agognu: Add python-codecov.
Efraim Flashner [Tue, 24 Jul 2018 14:25:17 +0000 (17:25 +0300)]
gnu: Add python-codecov.

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

5 years agognu: Add python-pyperclip.
Efraim Flashner [Tue, 24 Jul 2018 14:19:02 +0000 (17:19 +0300)]
gnu: Add python-pyperclip.

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

5 years agognu: Add python-docker-pycreds.
Efraim Flashner [Tue, 24 Jul 2018 14:14:55 +0000 (17:14 +0300)]
gnu: Add python-docker-pycreds.

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

5 years agognu: quaternion: Build with modular qt.
Efraim Flashner [Sun, 29 Jul 2018 16:29:00 +0000 (19:29 +0300)]
gnu: quaternion: Build with modular qt.

* gnu/packages/messaging.scm (quaternion)[inputs]: Remove qt, add
qtbase, qtdeclarative.

5 years agognu: libqmatrixclient: Build with modular qt.
Efraim Flashner [Sun, 29 Jul 2018 16:28:23 +0000 (19:28 +0300)]
gnu: libqmatrixclient: Build with modular qt.

* gnu/packages/messaging.scm (libqmatrixclient)[inputs]: Remove qt, add
qtbase.

5 years agognu: quaternion: Don't use unstable tarball.
Efraim Flashner [Sun, 29 Jul 2018 16:22:36 +0000 (19:22 +0300)]
gnu: quaternion: Don't use unstable tarball.

* gnu/packages/messaging.scm (quaternion)[source]: Download using git
reference and not autogenerated tarball.

5 years agognu: libqmatrixclient: Don't use unstable tarball.
Efraim Flashner [Sun, 29 Jul 2018 16:21:08 +0000 (19:21 +0300)]
gnu: libqmatrixclient: Don't use unstable tarball.

* gnu/packages/messaging.scm (libqmatrixclient)[source]: Download using
git reference and not autogenerated tarball.

5 years agognu: monero-gui: Use git-file-name.
Efraim Flashner [Sun, 29 Jul 2018 13:05:53 +0000 (16:05 +0300)]
gnu: monero-gui: Use git-file-name.

* gnu/packages/finance.scm (monero-gui)[source]: Rename the downloaded
source using 'git-file-name'.

5 years agognu: monero: Use git-file-name.
Efraim Flashner [Sun, 29 Jul 2018 13:03:59 +0000 (16:03 +0300)]
gnu: monero: Use git-file-name.

* gnu/packages/finance.scm (monero)[source]: Rename the downloaded
source using 'git-file-name'.

5 years agognu: mcrl2: Build with modular qt.
Efraim Flashner [Sun, 29 Jul 2018 12:32:22 +0000 (15:32 +0300)]
gnu: mcrl2: Build with modular qt.

* gnu/packages/maths.scm (mcrl2)[inputs]: Replace qt with qtbase.

5 years agognu: Remove duplicated python-pafy.
Christopher Baines [Tue, 17 Jul 2018 20:13:38 +0000 (21:13 +0100)]
gnu: Remove duplicated python-pafy.

It was first added in 02f8f804f0242df885311715412a1e3ee5436f3b, then again in
2dd12924cf4a30a96262b6d392fcde58c9f10d4b.

* gnu/packages/python.scm (python-pafy): Remove duplicated package definition.

5 years agognu: Remove duplicated perl-extutils-depends.
Christopher Baines [Tue, 17 Jul 2018 19:59:24 +0000 (20:59 +0100)]
gnu: Remove duplicated perl-extutils-depends.

This was first added in 84e8b19fe150ae843d63ca7343aa7172f35153f3, and then
again in 017b014ce4a5defed12836886c4dfe2c5ae89d2d.

* gnu/packages/perl.scm (perl-extutils-depends): Remove duplicated package
definition.

5 years agognu: Remove duplicated ghc-time-locale-compat.
Christopher Baines [Tue, 17 Jul 2018 19:56:09 +0000 (20:56 +0100)]
gnu: Remove duplicated ghc-time-locale-compat.

It was first added in 5e51bcf7b38511d943f4d24621be5817144061cd, then again in
c56a30b3ba3e1e93ced3c6ba2cfb4c738b805074.

* gnu/packages/haskell.scm (ghc-time-locale-compat): Remove duplicated package
definition.

5 years agognu: Remove duplicated ghc-th-lift-instances.
Christopher Baines [Tue, 17 Jul 2018 19:46:19 +0000 (20:46 +0100)]
gnu: Remove duplicated ghc-th-lift-instances.

It was first added in a6d1c4e75a76399c8d82a9570db5cd14351f661b, then again in
ff7dd11f0a4fd6ca947cfa40cec42628fde44667.

* gnu/packages/haskell.scm (ghc-th-lift-instances): Remove duplicated package
definition.

5 years agognu: Remove duplicated r-psych package.
Christopher Baines [Tue, 17 Jul 2018 19:38:27 +0000 (20:38 +0100)]
gnu: Remove duplicated r-psych package.

It was first added in cdc129dc53b1c04e9a6577f7d2b9641a0a03c32f, then again in
db80dd4a1d7e2371bc3c300f48b84a817adb3550.

* gnu/packages/cran.scm (r-psych): Remove duplicated package definition.

5 years agognu: Remove duplicated emacs-load-relative.
Christopher Baines [Tue, 17 Jul 2018 19:25:41 +0000 (20:25 +0100)]
gnu: Remove duplicated emacs-load-relative.

It was first added in fa1a17b78631681a23ae1fb7b1f902148bbebdbb, and then again
in f8a88f223ea2ac36576cd92f457790df5a6f2408.

* gnu/packages/emacs.scm (emacs-load-relative): Remove duplicated package
definition.

5 years agognu: Remove duplicated emacs-csv-mode.
Christopher Baines [Tue, 17 Jul 2018 19:19:20 +0000 (20:19 +0100)]
gnu: Remove duplicated emacs-csv-mode.

It was first added in 9faa46ee48d12bf55355805a84a7c533f904a39d, and then again
in 8bc8efc753605e404c1efcdc5b53a780feb0760c.

* gnu/packages/emacs.scm (emacs-csv-mode): Remove duplicated package
definition.

5 years agolinux-initrd: Report only missing modules, not all needed modules.
Ludovic Courtès [Sun, 29 Jul 2018 16:45:18 +0000 (18:45 +0200)]
linux-initrd: Report only missing modules, not all needed modules.

Previously the warning would list all the required modules rather than
just those that are missing.

* gnu/system/mapped-devices.scm (check-device-initrd-modules): Compute
'missing' and report it.

5 years agolinux-initrd: Try several file names when looking up modules.
Ludovic Courtès [Sun, 29 Jul 2018 16:31:42 +0000 (18:31 +0200)]
linux-initrd: Try several file names when looking up modules.

Fixes <https://bugs.gnu.org/31714>.
Reported by Tonton <tonton@riseup.net>.

* gnu/build/linux-modules.scm (find-module-file): New procedure.
* gnu/system/linux-initrd.scm (flat-linux-module-directory)[build-exp]:
Remove 'lookup' procedure and use 'find-module-file' instead.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Add
comment.

5 years agolinux-initrd: Improve check of initrd modules.
Ludovic Courtès [Sun, 29 Jul 2018 15:53:12 +0000 (17:53 +0200)]
linux-initrd: Improve check of initrd modules.

Previously we would not strip the ".ko" suffix if present.

* gnu/build/linux-modules.scm (file-name->module-name): Export.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Use
'file-name->module-name' instead of 'normalize-module-name'.

5 years agoservices: openssh: Add forwarding options.
Eric Brown [Tue, 24 Jul 2018 21:19:40 +0000 (16:19 -0500)]
services: openssh: Add forwarding options.

* gnu/services/ssh.scm (<openssh-configuration>)[allow-agent-forwarding?]
[allow-tcp-forwarding?, gateway-ports?]: New fields.
(openssh-config-file): Handle them.
* doc/guix.texi (Networking Services): Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
5 years agossh: Display the size of the store items being sent.
Ludovic Courtès [Sun, 29 Jul 2018 13:19:55 +0000 (15:19 +0200)]
ssh: Display the size of the store items being sent.

* guix/ssh.scm (send-files): Compute the size of MISSING and display
it.

5 years agognu: taxtastic: Add missing propagated-inputs.
Ben Woodcroft [Sun, 29 Jul 2018 12:48:32 +0000 (22:48 +1000)]
gnu: taxtastic: Add missing propagated-inputs.

* gnu/packages/bioinformatics.scm (taxtastic)[propagated-inputs]: Add
python-psycopg2, python-fastalite, python-pyyaml, python-six, python-jinja2,
python-dendropy.

5 years agognu: python-dendropy: Update to 4.4.0.
Ben Woodcroft [Sun, 29 Jul 2018 12:44:37 +0000 (22:44 +1000)]
gnu: python-dendropy: Update to 4.4.0.

* gnu/packages/bioinformatics.scm (python-dendropy, python2-dendropy):
Update to 4.4.0.
[source]: Use GitHub URI. Remove patch.
[properties]: Remove field.
(python2-dendropy)[arguments]: Run tests with setup.py.
[native-inputs]: Remove 'python2-nose.
* gnu/packages/patches/python-dendropy-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Delete it.

5 years agognu: python2-psycopg2: Update to 2.7.5.
Ben Woodcroft [Sun, 29 Jul 2018 12:38:08 +0000 (22:38 +1000)]
gnu: python2-psycopg2: Update to 2.7.5.

* gnu/packages/bioinformatics.scm (python2-psycopg2): Update to 2.7.5.

5 years agognu: Add python-fastalite.
Ben Woodcroft [Sun, 29 Jul 2018 11:57:51 +0000 (21:57 +1000)]
gnu: Add python-fastalite.

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

5 years agognu: Add chroma.
Christopher Lemmer Webber [Thu, 26 Jul 2018 21:37:53 +0000 (17:37 -0400)]
gnu: Add chroma.

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

5 years agognu: linux-libre: Update to 4.17.11.
Mark H Weaver [Sun, 29 Jul 2018 07:32:03 +0000 (03:32 -0400)]
gnu: linux-libre: Update to 4.17.11.

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

5 years agognu: linux-libre@4.14: Update to 4.14.59.
Mark H Weaver [Sun, 29 Jul 2018 07:31:10 +0000 (03:31 -0400)]
gnu: linux-libre@4.14: Update to 4.14.59.

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

5 years agognu: linux-libre@4.9: Update to 4.9.116.
Mark H Weaver [Sun, 29 Jul 2018 07:30:32 +0000 (03:30 -0400)]
gnu: linux-libre@4.9: Update to 4.9.116.

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

5 years agognu: linux-libre@4.4: Update to 4.4.145.
Mark H Weaver [Sun, 29 Jul 2018 07:29:42 +0000 (03:29 -0400)]
gnu: linux-libre@4.4: Update to 4.4.145.

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

5 years agognu: clojure: Fix index generation.
Gábor Boskovits [Sat, 28 Jul 2018 06:04:53 +0000 (08:04 +0200)]
gnu: clojure: Fix index generation.

* gnu/packages/java.scm (clojure)[arguments]: Add phase 'fix-manifest-classpath to remove
offending directory entry making indexing fail.

5 years agognu: openlibm: Update to 0.6.0.
Marius Bakke [Sat, 28 Jul 2018 16:12:13 +0000 (18:12 +0200)]
gnu: openlibm: Update to 0.6.0.

* gnu/packages/maths.scm (openlibm): Update to 0.6.0.

5 years agognu: glm: Update home page.
Marius Bakke [Sat, 28 Jul 2018 15:56:59 +0000 (17:56 +0200)]
gnu: glm: Update home page.

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

5 years agognu: glm: Update to 0.9.9.0.
Marius Bakke [Sat, 28 Jul 2018 15:55:04 +0000 (17:55 +0200)]
gnu: glm: Update to 0.9.9.0.

* gnu/packages/maths.scm (glm): Update to 0.9.9.0.
[source](uri): Change to new download location.

5 years agognu: libjpeg-turbo: Update license.
Marius Bakke [Sat, 28 Jul 2018 14:41:27 +0000 (16:41 +0200)]
gnu: libjpeg-turbo: Update license.

* gnu/packages/image.scm (libjpeg-turbo)[license]: Add ZLIB.

5 years agognu: libjpeg-turbo: Update to 2.0.0.
Marius Bakke [Sat, 28 Jul 2018 14:40:37 +0000 (16:40 +0200)]
gnu: libjpeg-turbo: Update to 2.0.0.

* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.0.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]: Adjust accordingly.

5 years agognu: accountsservice: Update to 0.6.50.
Marius Bakke [Fri, 27 Jul 2018 13:33:38 +0000 (15:33 +0200)]
gnu: accountsservice: Update to 0.6.50.

* gnu/packages/freedesktop.scm (accountsservice): Update to 0.6.50.
[arguments]: Add "--enable-elogind" and "--disable-systemd" to #:configure-flags.
[inputs]: Add ELOGIND.

5 years agognu: dconf: Update to 0.28.0.
Marius Bakke [Fri, 27 Jul 2018 10:39:16 +0000 (12:39 +0200)]
gnu: dconf: Update to 0.28.0.

* gnu/packages/gnome.scm (dconf): Update to 0.28.0.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[arguments]: Adjust accordingly.
[native-inputs]: Add VALA and GLIB:BIN.

5 years agognu: dconf: Update license.
Marius Bakke [Fri, 27 Jul 2018 01:40:00 +0000 (03:40 +0200)]
gnu: dconf: Update license.

* gnu/packages/gnome.scm (dconf)[license]: Change from LGPL2.1 to LGPL2.1+.

5 years agognu: dconf: Install GTK documentation.
Marius Bakke [Fri, 27 Jul 2018 01:32:53 +0000 (03:32 +0200)]
gnu: dconf: Install GTK documentation.

* gnu/packages/gnome.scm (dconf)[native-inputs]: Add GTK-DOC.
[arguments]: Adjust #:configure-flags accordingly.

5 years agognu: dconf: Adjust inputs and remove obsolete workaround.
Marius Bakke [Fri, 27 Jul 2018 01:27:49 +0000 (03:27 +0200)]
gnu: dconf: Adjust inputs and remove obsolete workaround.

* gnu/packages/gnome.scm (dconf)[inputs]: Remove GLIB and LIBXML2.
[propagated-inputs]: Add GLIB.
[native-inputs]: Add LIBXML2.  Remove INTLTOOL.
[arguments]: Remove #:phases.