Commit Graph

27332 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice ebbc0feaac
gnu: uim: Update to 1.8.8.
* gnu/packages/xorg.scm (uim): Update to 1.8.8.
2018-05-17 01:01:54 +02:00
Tobias Geerinckx-Rice 3659b0d7bf
gnu: maim: Update to 5.5.1.
* gnu/packages/xdisorg.scm (maim): Update to 5.5.1.
2018-05-17 01:01:54 +02:00
Tobias Geerinckx-Rice e7395b9024
gnu: prosody: Update to 0.10.1 [security fixes].
* gnu/packages/messaging.scm (prosody): Update to 0.10.1.
2018-05-17 01:01:53 +02:00
Rutger Helling cbf58afa05
gnu: dolphin-emu: Update to commit 47fd8c6eff4cdea7660d0fa78040f98d1d4fa136.
* gnu/packages/emulators.scm (dolphin-emu): Update to commit
47fd8c6eff4cdea7660d0fa78040f98d1d4fa136.
[arguments]: Add 'fixgcc7 phase.
[native-inputs]: Add gcc@7 since building with gcc@5 doesn't work anymore.
2018-05-16 15:54:43 +02:00
Rutger Helling 6f84dc4314
gnu: wine: Update to 3.0.1.
* gnu/packages/wine.scm (wine): Update to 3.0.1.
2018-05-16 11:48:02 +02:00
Gábor Boskovits 40dc6df4fb
gnu: emacs-orgalist: Fix texinfo markup in description.
* gnu/packages/emacs.scm (emacs-orgalist)[description]: Modify.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-16 11:06:41 +02:00
Eric Bavier 5f93600fa6
gnu: nano: Update to 2.9.7.
* gnu/packages/nano.scm: Update to 2.9.7.
2018-05-15 22:24:07 -05:00
Ricardo Wurmus 4eeed444f1
gnu: python-statsmodels: Fix build.
* gnu/packages/patches/python-statsmodels-fix-tests.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/statistics.scm (python-statsmodels)[source]: Remove patches.
[arguments]: Disable tests; adjust build phases; add build phase
"patch-for-scipy" to fix runtime error.
2018-05-16 04:40:20 +02:00
Tobias Geerinckx-Rice 5209f4db1d
gnu: filezilla: Update to 0.12.2.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.12.2.
2018-05-15 14:39:12 +02:00
Danny Milosavljevic 20f5c86c3e
gnu: inkscape: Disable "icon-theme.cache" generation.
* gnu/packages/inkscape.scm (inkscape)[arguments]<#:make-flags>: Delete.
<#:phases>[patch-icon-cache-generator]: Add phase.
2018-05-15 14:30:23 +02:00
Arun Isaac cbd2e3d52d
gnu: wesnoth: Update to 1.14.1.
* gnu/packages/games.scm (wesnoth): Update to 1.14.1.
[source]: Remove wesnoth-fix-std-bad-cast.patch.
* gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Unregister it.
2018-05-15 16:47:27 +05:30
Ricardo Wurmus 183db725a4
gnu: Add r-bsgenome-dmelanogaster-ucsc-dm6.
* gnu/packages/bioconductor.scm (r-bsgenome-dmelanogaster-ucsc-dm6): New variable.
2018-05-15 12:56:53 +02:00
Rouby Pierre-Antoine f858e58f19
gnu: Add guile-simple-zmq.
* gnu/package/guile.scm (guile-simple-zmq): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-15 11:27:58 +02:00
Björn Höfling 5834e4b70a
gnu: opencv: Ignore CVEs.
* gnu/packages/image-processing.scm (opencv)[properties]:  Add a
lint-hidden-cve property and add three CVEs to be ignored.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-14 23:01:36 +02:00
Nicolas Goaziou 320344055a
gnu: Add emacs-orgalist.
* gnu/packages/emacs.scm (emacs-orgalist): New variable.
2018-05-14 17:45:17 +02:00
Arun Isaac f93c7a8979
gnu: services: Fix wesnothd-configuration? symbol export.
* gnu/services/games.scm: Export wesnothd-configuration?, not the
non-existent wesnoth-configuration?.
2018-05-14 20:15:28 +05:30
Arun Isaac 20b51b17d1
gnu: Add pass-rotate.
* gnu/packages/password-utils.scm (pass-rotate): New variable.
2018-05-14 19:12:32 +05:30
Arun Isaac 34e00c7ba4
gnu: guile-dbi: Fix RPATH and dependencies.
Prior to this change, libguile-dbi.so was unable to find
libguile-dbd-sqlite3.so.

* gnu/packages/guile.scm (guile-dbi-bootstrap): New variable.
(guile-dbd-sqlite3)[propagated-inputs]: Remove guile-dbi.
[native-inputs]: Add guile-dbi-bootstrap.
(guile-dbi)[inputs]: Add guile-dbd-sqlite3.
[arguments]: Set RPATH using #:make-flags.
2018-05-14 18:40:21 +05:30
Efraim Flashner 2b79c6833d
gnu: mupdf: Update to 1.13.0.
* gnu/packages/pdf.scm (mupdf): Update to 1.13.0.
[source]: Remove patches.
* gnu/packages/patches/mupdf-build-with-latest-openjpeg.patch,
gnu/packages/patches/mupdf-CVE-2017-17858.patch,
gnu/packages/patches/mupdf-CVE-2018-6544.patch,
gnu/packages/patches/mupdf-CVE-2018-1000051.patch: Remove files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-05-14 12:09:40 +03:00
Mathieu Othacehe 563ab27bd4
gnu: Add emacs-dts-mode.
* gnu/packages/emacs.scm (emacs-dts-mode): New variable.
2018-05-14 10:01:09 +02:00
Tonton 7d4e377ff5
gnu: Add ghc-containers.
* gnu/packages/haskell.scm (ghc-containers): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-13 23:16:17 +02:00
Tonton e5d92c1ce1
gnu: Add ghc-array.
* gnu/packages/haskell.scm (ghc-array): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-13 23:16:17 +02:00
Tonton 44cea57841
gnu: Add ghc-quickcheck-2.9.
* gnu/packages/haskell-check.scm (ghc-quickcheck-2.9): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-13 23:16:16 +02:00
Ludovic Courtès 68fdb38f54
gnu: robocut: Remove unnecessary dependency on qttools.
Reported by Efraim Flashner.

* gnu/packages/printers.scm (robocut)[native-inputs]: Replace QTTOOLS
with QTBASE, which is where 'qmake' lives.
2018-05-13 23:16:16 +02:00
Efraim Flashner fb8aff71cb
gnu: speedtest-cli: Update to 2.0.0.
* gnu/packages/networking.scm (speedtest-cli): Update to 2.0.0.
2018-05-13 20:47:30 +03:00
Efraim Flashner aa8ac02944
gnu: myrepos: Fix CVE-2018-7032.
* gnu/packages/version-control.scm (myrepos)[source]: Add patch.
* gnu/packages/patches/myrepos-CVE-2018-7032.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-05-13 20:39:36 +03:00
Efraim Flashner 307cdd665e
gnu: viewnior: Update to 1.7.
* gnu/packages/image-viewers.scm (viewnior): Update to 1.7.
[source]: Update source uri.
[build-system]: Switch to meson-build-system.
[arguments]: Remove custom 'autogen and 'skip-gtk-update-icon-cache
phases, add 'patch-source phase.  Skip tests.
[native-inputs]: Remove automake, autoconf, intltool, gnome-common,
libtool, which, add gettext-minimal.
[home-page]: Update home-page.
2018-05-13 20:24:40 +03:00
Leo Famulari e42c3649d8
gnu: ImageMagick: Update to 6.9.9-43.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-43.
2018-05-13 11:55:46 -04:00
Ludovic Courtès d801cd0509
gnu: Add Robocut.
* gnu/packages/printers.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-05-13 13:29:27 +02:00
Ludovic Courtès 348987d3d1
packages: 'find-packages-by-name' properly honors version prefixes.
Fixes <https://bugs.gnu.org/28446>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages.scm (find-packages-by-name): Use 'version-prefix?'
instead of 'string-prefix?'.
2018-05-13 13:29:27 +02:00
Ludovic Courtès e18e7cb9f4
gnu: hypre: Add missing dependency on Perl.
Previously the test suite would fail to run 'ppmquant', though it would
silently ignore it.

* gnu/packages/maths.scm (hypre)[native-inputs]: Add PERL.
2018-05-13 13:29:26 +02:00
Leo Famulari fb6357ceea
gnu: Go 1.10: Update to 1.10.2.
* gnu/packages/golang.scm (go-1.10): Update to 1.10.2.
2018-05-12 23:04:13 -04:00
Leo Famulari 9dc0cf83d2
gnu: Go 1.9: Update to 1.9.6.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.6.
2018-05-12 23:04:10 -04:00
Danny Milosavljevic 0fcfed3950
gnu: make-u-boot-package: Install "u-boot".
* gnu/packages/bootloaders.scm (make-u-boot-package): Install "u-boot".
2018-05-12 22:38:58 +02:00
Danny Milosavljevic dd4fe0c288
gnu: Add u-boot-cubieboard.
* gnu/packages/bootloaders.scm (u-boot-cubieboard): New variable.
2018-05-12 22:38:58 +02:00
Leo Famulari 1d6dc2a206
gnu: gst-plugins-ugly: Remove libmad from the build environment.
Libmad is not used by gst-plugins-ugly since 1.12.0.

* gnu/packages/gstreamer.scm (gst-plugins-ugly)[inputs]: Remove libmad.
2018-05-12 16:19:58 -04:00
Leo Famulari 241caa62ca
gnu: MPD: Remove unecessary dependency on libmad.
MPD already depends on FFmpeg, which uses LAME for MP3 decoding.

gnu/packages/mpd.scm (mpd)[inputs]: Remove LIBMAD.
2018-05-12 16:19:57 -04:00
Leo Famulari 8e6450f7e2
gnu: libreoffice: Update to 5.4.7.1.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.1.
2018-05-12 16:19:57 -04:00
Rutger Helling efa465f123
gnu: wine-staging: Update to 3.8.
* gnu/packages/wine.scm (wine-staging): Update to 3.8.
2018-05-12 16:57:20 +02:00
Rutger Helling 1df811f74e
gnu: wine-staging-patchset-data: Update to 3.8.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.8.
2018-05-12 16:57:20 +02:00
Rutger Helling ecfc85dbb9
gnu: gnome-disk-utility: Update to 3.28.2.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.2.
2018-05-12 16:49:29 +02:00
Rutger Helling dd82ac174e
gnu: xpra: Update to 2.3.
* gnu/packages/xorg.scm (xpra): Update to 2.3.
2018-05-12 16:49:29 +02:00
Danny Milosavljevic 78ad8db682
gnu: u-boot-versatilepb: Remove package.
* gnu/packages/bootloaders.scm (u-boot-versatilepb): Delete variable.
2018-05-12 11:11:25 +02:00
Danny Milosavljevic 35e427d154
gnu: u-boot-pine64-plus: Use bundled dtc.
* gnu/packages/bootloaders.scm (u-boot-pine64-plus)[arguments]<#:phases>
[set-environment]: Use bundled dtc.
2018-05-12 11:09:42 +02:00
Danny Milosavljevic ac30d18c0b
gnu: make-u-boot-package: Print errors to (current-error-port).
* gnu/packages/bootloaders.scm (make-u-boot-package): Print errors to
(current-error-port).
2018-05-12 10:56:25 +02:00
Danny Milosavljevic 30ef146c99
gnu: make-u-boot-package: Sort printed configurations.
* gnu/packages/bootloaders.scm (make-u-boot-package): Sort printed
configurations.
2018-05-12 10:54:19 +02:00
Danny Milosavljevic 53e290df57
gnu: u-boot: Add our dtc.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Add dtc.
2018-05-12 10:38:51 +02:00
Vagrant Cascadian 3bdb24826e
gnu: u-boot: Update to 2018.05.
* gnu/packages/bootloaders.scm (u-boot): Update to 2018.05.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-05-12 10:38:51 +02:00
Mark H Weaver 0d0b572286
gnu: linux-libre: Update to 4.16.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.8.
(%linux-libre-hash): Update hash.
2018-05-12 04:00:17 -04:00
Mark H Weaver 7187669a81
gnu: linux-libre@4.14: Update to 4.14.40.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.40.
(%linux-libre-4.14-hash): Update hash.
2018-05-12 03:59:22 -04:00
Mark H Weaver 3944e13a72
gnu: linux-libre@4.9: Update to 4.9.99.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.99.
2018-05-12 03:58:14 -04:00
Vagrant Cascadian afca98ff01
bootloader: extlinux: Fix menu support with u-boot.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Set MENU TITLE in
generated extlinux.conf.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-05-12 09:37:35 +02:00
Ben Woodcroft 2c5289b263
gnu: diamond: Update to 0.9.22.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.22.
2018-05-12 11:01:21 +10:00
Ludovic Courtès cbcdb77790
gnu: diffoscope: Update to 94.
* gnu/packages/package-management.scm (diffoscope): Update to 94.
2018-05-11 18:42:43 +02:00
Ludovic Courtès 1a4e553069
gnu: eog-plugins: Update to 3.26.2.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.2.
2018-05-11 18:42:43 +02:00
Ludovic Courtès 4f38754180
gnu: arpack-ng-openmpi: Fix build.
* gnu/packages/maths.scm (arpack-ng-openmpi)[arguments]: Inherit
arguments from ARPACK-NG.  Previously the 'configure' phase would fail
due to the lack of a 'configure' script.
2018-05-11 18:42:42 +02:00
Ludovic Courtès 30da3173d5
pack: Relocatable wrapper now properly maps the current UID/GID.
* gnu/packages/aux-files/run-in-namespace.c (write_id_map)
(disallow_setgroups): New functions.
(main): Use 'clone' via 'syscall' instead of 'fork' followed by
'unshare'.  Add calls to 'disallow_setgroups' and 'write_id_map' in the
parent process.
2018-05-11 18:42:42 +02:00
Vagrant Cascadian 1b960787e2
system: Add u-boot-novena installer.
* gnu/packages/bootloaders.scm (u-boot-novena):
  New variable.
* gnu/bootloader/u-boot.scm (u-boot-novena-bootloader):
  New exported variable.
* gnu/system/install.scm (novena-installation-os):
  New exported variable.
2018-05-11 12:25:43 +02:00
Vagrant Cascadian fd5536e32b
system: Add wandboard installer.
* gnu/bootloader/u-boot.scm (u-boot-wandboard-bootloader):
  New exported variable.
* gnu/system/install.scm (wandboard-installation-os):
  New exported variable.
2018-05-11 12:25:25 +02:00
Vagrant Cascadian 07ca90458f
system: Add mx6cuboxi installer.
* gnu/bootloader/u-boot.scm (u-boot-mx6cuboxi-bootloader):
  New exported variable.
* gnu/system/install.scm (mx6cuboxi-installation-os):
  New exported variable.
2018-05-11 12:25:25 +02:00
Nicolas Goaziou 907356115e
gnu: Update emacs-org, emacs-org-contrib.
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.13.
[description]: Tiny rewording.
(emacs-org-contrib): Update to 20180507.
2018-05-11 12:17:32 +02:00
Mark H Weaver 93565b4483
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2018-5183
and the remaining 1 of 10 changesets for CVE-2018-5150.
2018-05-11 06:07:57 -04:00
Mark H Weaver d2cebbf694
gnu: icecat: Relabel patches to reflect CVE assignments.
Document the fact that we include fixes for CVE-2018-5154, CVE-2018-5155,
CVE-2018-5157, CVE-2018-5158, CVE-2018-5159, CVE-2018-5168, CVE-2018-5178,
and 9/10 changesets for CVE-2018-5150.

* gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE
assignments.
* gnu/packages/patches/icecat-bug-1452075.patch: Rename to...
* gnu/packages/patches/icecat-CVE-2018-5157-and-CVE-2018-5158.patch: ...this.
* gnu/local.mk (dist_patch_DATA): Rename it.
2018-05-11 06:07:43 -04:00
Nicolas Goaziou cb91f6ae23
gnu: Add python-duniterpy.
* gnu/packages/python-crypto.scm (python-duniterpy): New variable.
2018-05-11 11:54:42 +02:00
Nicolas Goaziou 321ba5683b
gnu: Add python-aiohttp.
* gnu/packages/python-web.scm (python-aiohttp): New variable.
2018-05-11 11:54:42 +02:00
Nicolas Goaziou 40c6e45448
gnu: Add python-libnacl.
* gnu/packages/python-crypto.scm (python-libnacl): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou 2eccb41493
gnu: Add python-yarl.
* gnu/packages/python-web.scm (python-yarl): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou f90f4c9c92
gnu: Add python-aiodns.
* gnu/packages/python-web.scm (python-aiodns): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou 25c591bf2e
gnu: Add python-multidict.
* gnu/packages/python.scm (python-multidict): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou c158d47627
gnu: Add python-pylibscrypt.
* gnu/packages/python-crypto.scm (python-pylibscrypt): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou cef6dc646e
gnu: Add python-base58.
* gnu/packages/python-crypto.scm (python-base58): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou 2528f3c867
gnu: Add python-idna-ssl.
* gnu/packages/python.scm (python-idna-ssl): New variable.
2018-05-11 11:54:41 +02:00
Nicolas Goaziou 3cdab3d485
gnu: Add python-async-timeout.
* gnu/packages/python.scm (python-async-timeout): New variable.
2018-05-11 11:54:40 +02:00
Nicolas Goaziou 85ccc0c281
gnu: Add python-pycares.
* gnu/packages/python-web.scm (python-pycares): New variable.
2018-05-11 11:54:40 +02:00
Nicolas Goaziou bbc8c36fce
gnu: Add python-async-generator.
* gnu/packages/python.scm (python-async-generator): New variable.
2018-05-11 11:54:40 +02:00
Nicolas Goaziou 9c4ff532f9
gnu: python-attrs: Update to 17.4.0.
* gnu/packages/python.scm (python-attrs)[version]: Update to 17.4.0.
[native-inputs]: Add python-sphinx and python-coverage.  Reorder inputs.
2018-05-11 11:54:40 +02:00
Oleg Pykhalov ef6a484475
services: desktop: Add alsa-service-type.
* gnu/services/desktop.scm (%desktop-services): Add 'alsa-service-type'.
2018-05-11 12:15:42 +03:00
Nicolas Goaziou 3cfd12f305
gnu: Add snap.
* gnu/packages/education.scm (snap): New variable.
2018-05-11 10:35:41 +02:00
Nicolas Goaziou 11b43f996e
gnu: Add js-filesaver.
* gnu/packages/javascript.scm (js-filesaver): New variable.
2018-05-11 10:35:41 +02:00
Oleg Pykhalov 0bcb925817
gnu: emacs-ewmctrl: Make sure wmctrl is in the right place.
* gnu/packages/emacs.scm (emacs-ewmctrl): Make sure 'wmctrl' is in the right
place.
2018-05-11 11:12:24 +03:00
Oleg Pykhalov 84960cb780
gnu: emacs-ewmctrl: Use git helpers.
* gnu/packages/emacs.scm (emacs-ewmctrl)[version]: Use 'git-version'.
[source]: Use 'git-file-name'.
2018-05-11 11:12:22 +03:00
Leo Famulari 27cbe66fe7
gnu: libressl: Update to 2.7.3.
* gnu/packages/tls.scm (libressl): Update to 2.7.3.
2018-05-11 00:56:55 -04:00
Pierre-Antoine Rouby 36d619e85d
services: bitlbee: Add plugins.
* doc/guix.texi (Bitlbee Service): Add plugins.
* gnu/services/messaging.scm (<bitlbee-configuration>): Add plugins argument.
  (bitlbee-shepherd-service): Update config file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-11 00:15:59 +02:00
Danny Milosavljevic b87fc9ab9d
gnu: android-make-stub: Update to 0.6.0.
* gnu/packages/android.scm (android-make-stub): Update to 0.6.0.
* guix/build-system/android-ndk.scm (android-ndk-build): Modify.
(lower): Modify.
2018-05-10 15:35:28 +02:00
Ludovic Courtès 47a60325ca
pack: Add '--relocatable'.
* gnu/packages/aux-files/run-in-namespace.c: New file.
* Makefile.am (AUX_FILES): Add it.
* guix/scripts/pack.scm (<c-compiler>): New record type.
(c-compiler, bootstrap-c-compiler, c-compiler-compiler): New procedures.
(self-contained-tarball): Use
'relative-file-name' for the SOURCE -> TARGET symlink.
(docker-image): Add 'defmod' to please Geiser.
(wrapped-package, map-manifest-entries): New procedures.
(%options, show-help): Add --relocatable.
(guix-pack): Honor it.
2018-05-10 14:53:57 +02:00
Rutger Helling 8584965b79
gnu: gajim: Fix GtkFileChooserDialog.
* gnu/packages/messaging.scm (gajim)[arguments]: Add 'wrap-program phase to fix
GtkFileChooserDialog.
2018-05-10 14:43:39 +02:00
Danny Milosavljevic a73489e8a7
gnu: android-f2fs-utils: Install mkf2fsuserimg.sh.
* gnu/packages/android.scm (android-f2fs-utils)[arguments]<#:phases>
[install-shell-scripts]: New phase.
2018-05-10 11:24:18 +02:00
Danny Milosavljevic 51eb4a6e67
gnu: android-f2fs-utils: Update synopsis and description.
* gnu/packages/android.scm (android-f2fs-utils)[synopsis]: Modify.
[description]: Modify.
2018-05-10 11:15:23 +02:00
Leo Famulari d412dbe456
gnu: Update to 2.3.3.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.3.3.
2018-05-09 22:26:41 -04:00
Danny Milosavljevic 8297f01ee0
gnu: fastboot: Simplify package.
* gnu/packages/android.scm (fastboot)[source]: Use android-platform-system-core.
[arguments]<#:phases>[unpack]: Remove.
<#:phases>[enter-source]: Modify.
<#:phases>[patch-source]: New phase.
[native-inputs]: Remove core, extras.
2018-05-10 04:15:21 +02:00
Danny Milosavljevic f546fcb4f9
gnu: fastboot: Remove (duplicate) googletest.
* gnu/packages/android.scm (fastboot)[inputs]: Remove googletest.
2018-05-10 04:15:21 +02:00
Jovany Leandro G.C 81dec5967a
gnu: twinkle: Fix support for codec speex
* gnu/packages/telephony.scm (twinkle)[arguments]: Add #:configure-flags.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-05-09 20:44:59 -05:00
Danny Milosavljevic 362f3bf354
gnu: adb: Document test failure.
* gnu/packages/android.scm (adb): Document test failure.
2018-05-10 02:44:34 +02:00
Danny Milosavljevic b913d1eaf2
gnu: fastboot: Enable tests.
* gnu/packages/android.scm (fastboot)[arguments]: Enable tests.
2018-05-10 02:41:20 +02:00
Danny Milosavljevic fff92439b2
gnu: fastboot: Simplify package.
* gnu/packages/android.scm (fastboot)[arguments]<#:phases>
[make-googletest-available]: Delete phase.
[inputs]: Remove openssl.
2018-05-10 02:38:20 +02:00
Danny Milosavljevic cc59bf7097
gnu: android-libutils: Add android-liblog.
* gnu/packages/android.scm (android-libutils)[native-inputs]: Add android-liblog.
2018-05-10 02:34:30 +02:00
Danny Milosavljevic cad7c591f0
gnu: android-make-stub: Update to 0.5.5.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.5.
2018-05-10 02:33:38 +02:00
Danny Milosavljevic 7715269e3a
gnu: android-make-stub: Update to 0.5.4.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.4.
2018-05-10 02:27:31 +02:00
Danny Milosavljevic c6ee92c41b
gnu: Add android-googletest.
* gnu/packages/android.scm (android-googletest): New variable.
* guix/build-system/android-ndk.scm (android-ndk-build): Use it.
2018-05-10 02:12:03 +02:00
Danny Milosavljevic 9e8f0ff2a9
gnu: android-f2fs-utils: Don't disable tests.
* gnu/packages/android.scm (android-f2fs-utils): Don't disable tests.
2018-05-10 01:36:53 +02:00
Danny Milosavljevic d3324a4b3b
gnu: android-ext4-utils: Don't disable tests.
* gnu/packages/android.scm (android-ext4-utils): Don't disable tests.
2018-05-10 01:35:33 +02:00
Danny Milosavljevic e55e6d30f5
gnu: android-libziparchive: Enable tests.
* gnu/packages/android.scm (android-libziparchive)[arguments]: Enable tests.
<#:phases>[setenv]: New phase.
[native-inputs]: Add android-libbase, android-libutils, android-liblog.
2018-05-10 01:27:01 +02:00
Danny Milosavljevic 52bdbaf2d3
gnu: android-make-stub: Update to 0.5.3.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.3.
2018-05-10 01:26:30 +02:00
Danny Milosavljevic 23e70a692c
gnu: android-libsparse: Don't disable tests.
* gnu/packages/android.scm (android-libsparse)[arguments]: Enable tests.
2018-05-10 01:11:30 +02:00
Danny Milosavljevic c774d8e19a
gnu: android-libbase: Document test failure.
* gnu/packages/android.scm (android-libbase): Document test failure.
2018-05-10 01:10:33 +02:00
Danny Milosavljevic 5c45730a03
gnu: android-liblog: Don't disable tests.
* gnu/packages/android.scm (android-liblog)[arguments]: Enable tests.
2018-05-10 01:08:49 +02:00
Danny Milosavljevic 0d697202fc
gnu: android-selinux: Simplify.
* gnu/packages/android.scm (android-selinux)[arguments]<#:phases>[unpack-core]: Delete.
[native-inputs]: Remove "core".
2018-05-10 01:06:22 +02:00
Danny Milosavljevic 26dcbb8cfe
gnu: android-make-stub: Update to 0.5.2.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.2.
2018-05-10 01:06:22 +02:00
Danny Milosavljevic aa820a1be7
gnu: android-make-stub: Update to 0.5.1.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.1.
2018-05-10 01:06:22 +02:00
Danny Milosavljevic 1a0dd01bf9
gnu: adb: Add missing "#include"s.
* gnu/packages/patches/adb-add-libraries.patch: Add missing "#include"s.
2018-05-10 01:06:22 +02:00
Danny Milosavljevic 0e1011b18e
gnu: android-make-stub: Update to 0.5.
* gnu/packages/android.scm (android-make-stub): Update to 0.5.
2018-05-10 01:06:22 +02:00
Danny Milosavljevic 3385db349f
gnu: Rename "libcutils" to "android-libcutils".
* gnu/packages/android.scm (libcutils): Rename to...
(android-libcutils): ...this.
2018-05-10 01:06:22 +02:00
Danny Milosavljevic 01a2389a66
gnu: Rename "libbase" to "android-libbase".
* gnu/packages/android.scm (libbase): Rename to...
(android-libbase): ...this.
2018-05-10 01:06:22 +02:00
Danny Milosavljevic 8272e5e0b7
gnu: Rename "liblog" to "android-liblog".
* gnu/packages/android.scm (liblog): Rename to...
(android-liblog): ...this.
2018-05-10 01:06:21 +02:00
Danny Milosavljevic 455b8fed7e
gnu: Add fastboot.
* gnu/packages/android.scm (fastboot): New variable.
2018-05-10 01:06:21 +02:00
Ludovic Courtès afc2bf5306
gnu: rust: Do not refer to 'gcc' from the top level.
Fixes <https://bugs.gnu.org/31392>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* gnu/packages/rust.scm (rust-1.19)[native-search-paths]: Avoid
top-level reference to 'gcc', which could lead to unbound variable
errors.
2018-05-10 00:27:17 +02:00
Björn Höfling 6283431443
gnu: Add opencv.
* gnu/packages/image-processing.scm (opencv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-09 23:50:41 +02:00
Danny Milosavljevic 81abe37007
gnu: liblog: Build library correctly.
* gnu/packages/android.scm (liblog)[arguments]<#:make-flags>: Add LDLIBS.
<#:phases>[ldconfig]: New phase.
2018-05-09 22:32:42 +02:00
Danny Milosavljevic 8bbf99ae25
gnu: android-make-stub: Update to 0.4.
* gnu/packages/android.scm (android-make-stub): Update to 0.4.
2018-05-09 22:32:39 +02:00
Danny Milosavljevic be906ad16e
gnu: Add android-libutils.
* gnu/packages/patches/libutils-add-includes.patch: New file.
* gnu/packages/patches/libutils-remove-damaging-includes.patch: New file.
* gnu/packages/android.scm (android-platform-system-core): Use them.
(android-libutils): New variable.
* gnu/local.mk: Add them.
2018-05-09 22:32:36 +02:00
Danny Milosavljevic 055e6fb3eb
gnu: Add android-f2fs-utils.
* gnu/packages/android.scm (android-f2fs-utils): New variable.
2018-05-09 22:32:33 +02:00
Danny Milosavljevic 2d804f9202
gnu: Add android-ext4-utils.
* gnu/packages/android.scm (android-platform-system-extras): New procedure.
(android-ext4-utils): New variable.
2018-05-09 22:32:04 +02:00
Danny Milosavljevic c87ca40f9b
gnu: Add android-libselinux.
* gnu/packages/android.scm (android-libselinux): New variable.
2018-05-09 22:31:29 +02:00
Danny Milosavljevic cbf83e0090
gnu: libcutils: Install header files.
* gnu/packages/android.scm (libcutils)[arguments]<#:phases>[install]: Install
header files.
2018-05-09 22:20:14 +02:00
Danny Milosavljevic cc39d592d9
gnu: Add android-bionic-uapi.
* gnu/packages/android.scm (android-bionic-uapi): New variable.
2018-05-09 22:20:11 +02:00
Danny Milosavljevic 7b592cfb03
gnu: Add android-safe-iop.
* gnu/packages/android.scm (android-platform-external): New procedure.
(android-safe-iop): New variable.
2018-05-09 22:20:07 +02:00
Danny Milosavljevic 092f88a6d7
gnu: Add android-libsparse.
* gnu/packages/android.scm (android-libsparse): New variable.
2018-05-09 22:20:04 +02:00
Danny Milosavljevic 16c2be0b42
gnu: Add android-libziparchive.
* gnu/packages/android.scm (android-libziparchive): New variable.
* gnu/packages/patches/libziparchive-add-includes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-05-09 22:19:59 +02:00
Danny Milosavljevic b98d447818
gnu: Patch Android system core at the origin.
* gnu/packages/android.scm (android-platform-system-core): Add patches.
(libbase): Remove patches.
(adb): Remove patches.
2018-05-09 22:19:54 +02:00
Danny Milosavljevic 3724d37577
gnu: mkbootimg: Install "bootimg.h".
* gnu/packages/android.scm (mkbootimg)[arguments]<#:phases>[install]: Install
"bootimg.h".
2018-05-09 19:16:43 +02:00
Danny Milosavljevic f6e75b0db2
gnu: adb: Use android-ndk-build-system.
* gnu/packages/android.scm (adb)[build-system]: Switch to
android-ndk-build-system.
[arguments]<#:tests?>: Disable.
[arguments]<#:phases>[create-Makefile]: Delete phase.
[arguments]<#:phases>[fix-clang]: Delete phase.
[arguments]<#:phases>[fix-main]: Delete phase.
[arguments]<#:phases>[make-libs-available]: New phase.
[arguments]<#:phases>[install-headers]: New phase.
[arguments]<#:make-flags]: Add CFLAGS, CXXFLAGS.
[inputs]: Add liblog.
[source]: Add patch "adb-add-libraries.patch".
* gnu/packages/patches/adb-add-libraries.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-05-09 19:16:36 +02:00
Danny Milosavljevic 11cb109bae
gnu: libbase: Use android-ndk-build-system.
* gnu/packages/android.scm (libbase)[build-system]: Switch to
android-ndk-build-system.
[arguments]<#:phases>[create-Makefile]: Delete phase.
[arguments]<#:make-flags]: Add CXXFLAGS.
2018-05-09 19:16:21 +02:00
Danny Milosavljevic 116c69d9fe
gnu: liblog: Use android-ndk-build-system.
* gnu/packages/android.scm (liblog)[build-system]: Switch to
android-ndk-build-system.
[arguments]<#:phases>[create-Makefile]: Delete phase.
2018-05-09 19:16:17 +02:00
Danny Milosavljevic 74c0ee66bb
gnu: Add android-make-stub.
* gnu/packages/android.scm (android-make-stub): New variable.
2018-05-09 19:14:21 +02:00
Danny Milosavljevic 72aa295e44
gnu: Add f2fs-tools@1.7.0.
* gnu/packages/linux.scm (f2fs-tools-1.7): New variable.
(f2fs-tools): Inherit from f2fs-tools-1.7.
2018-05-09 19:13:22 +02:00
Ricardo Wurmus 126c9e3ff7
gnu: bismark: Update to 0.19.1.
* gnu/packages/bioinformatics.scm (bismark): Update to 0.19.1.
[source]: Fetch from git; remove non-free software in snippet.
[arguments]: Update install phase.
2018-05-09 18:37:33 +02:00
Ricardo Wurmus f895a7a4d4
gnu: trim-galore: Update to 0.4.5.
* gnu/packages/bioinformatics.scm (trim-galore): Update to 0.4.5.
[source]: Fetch from git.
[arguments]: Remove custom unpack phase.
2018-05-09 18:37:33 +02:00
Julien Lepiller 22103f16f2
gnu: Add groovy.
* gnu/packages/groovy.scm (groovy): New variable.
2018-05-09 13:37:19 +02:00
Julien Lepiller 88da2d2fb8
gnu: Add groovy-macro.
* gnu/packages/groovy.scm (groovy-macro): New variable.
2018-05-09 13:37:17 +02:00
Julien Lepiller dc51a0a8fd
gnu: Add groovy-testng.
* gnu/packages/groovy.scm (groovy-testng): New variable.
2018-05-09 13:37:14 +02:00
Julien Lepiller 2af51fd067
gnu: Add groovy-sql.
* gnu/packages/groovy.scm (groovy-sql): New variable.
2018-05-09 13:37:11 +02:00
Julien Lepiller 107ebf7b34
gnu: Add groovy-servlet.
* gnu/packages/groovy.scm (groovy-servlet): New variable.
2018-05-09 13:37:09 +02:00
Julien Lepiller 4ab3b0c544
gnu: Add groovy-nio.
* gnu/packages/groovy.scm (groovy-nio): New variable.
2018-05-09 13:37:07 +02:00
Julien Lepiller 3537fb61fc
gnu: Add groovy-jsr223.
* gnu/packages/groovy.scm (groovy-jsr223): New variable.
2018-05-09 13:37:05 +02:00
Julien Lepiller dae9335cf2
gnu: Add groovy-json.
* gnu/packages/groovy.scm (groovy-json): New variable.
2018-05-09 13:37:03 +02:00
Julien Lepiller 0280865c95
gnu: Add groovy-jmx.
* gnu/packages/groovy.scm (groovy-jmx): New variable.
2018-05-09 13:37:00 +02:00
Julien Lepiller dabce25015
gnu: Add groovy-groovysh.
* gnu/packages/groovy.scm (groovy-groovysh): New variable.
2018-05-09 13:36:58 +02:00
Julien Lepiller a6494dcf8a
gnu: Add groovy-docgenerator.
* gnu/packages/groovy.scm (groovy-docgenerator): New variable.
2018-05-09 13:36:56 +02:00
Julien Lepiller 136987cf16
gnu: Add groovy-console.
* gnu/packages/groovy.scm (groovy-console): New variable.
2018-05-09 13:36:54 +02:00
Julien Lepiller b221e8e2a7
gnu: Add groovy-swing.
* gnu/packages/groovy.scm (groovy-swing): New variable.
2018-05-09 13:36:52 +02:00
Julien Lepiller 5b46d3f61d
gnu: Add groovy-bsf.
* gnu/packages/groovy.scm (groovy-bsf): New variable.
2018-05-09 13:36:50 +02:00
Julien Lepiller b869c5ceaa
gnu: Add groovy-ant.
* gnu/packages/groovy.scm (groovy-ant): New variable.
2018-05-09 13:36:48 +02:00
Julien Lepiller f14a197811
gnu: Add groovy-groovydoc.
* gnu/packages/groovy.scm (groovy-groovydoc): New variable.
2018-05-09 13:36:46 +02:00
Julien Lepiller 19ff61f4a5
gnu: Add groovy-templates.
* gnu/packages/groovy.scm (groovy-templates): New variable.
2018-05-09 13:36:44 +02:00
Julien Lepiller e0e4bae20b
gnu: Add groovy-xml.
* gnu/packages/groovy.scm (groovy-xml): New variable.
2018-05-09 13:36:42 +02:00
Julien Lepiller 6f07785299
gnu: Add groovy-test.
* gnu/packages/groovy.scm (groovy-test): New variable.
2018-05-09 13:36:40 +02:00
Julien Lepiller a3f253a4a4
gnu: Add groovy-tests-bootstrap.
* gnu/packages/groovy.scm (groovy-tests-bootstrap): New variable.
2018-05-09 13:36:38 +02:00
Julien Lepiller b0192c85fc
gnu: Add groovy-bootstrap.
* gnu/packages/groovy.scm (groovy-bootstrap): New variable.
2018-05-09 13:36:35 +02:00
Julien Lepiller fdc9170bc1
gnu: Add java-groovy-bootstrap.
* gnu/packages/groovy.scm: New file.
* gnu/packages/patches/groovy-add-exceptionutilsgenerator.patch: New
file.
* gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Add them.
2018-05-09 13:36:06 +02:00
Chris Marusich ede121de42
guix: Separate the package name and version with "@", not "-".
* guix/packages.scm (package-full-name): By default, use "@" to separate
  the package name and package version.  Add an optional delimiter
  argument so that there is still a way to explicitly use a different
  delimiter.
* gnu/packages/commencement.scm (gcc-boot0) <unpack-gmp&co>: Adjust
  accordingly.
* tests/graph.scm: Adjust accordingly.
* tests/profiles.scm: Adjust accordingly.
* NEWS: Mention the change.

Fixes: <https://bugs.gnu.org/31088>.
Reported by Pierre Neidhardt <ambrevar@gmail.com>.
2018-05-08 21:55:46 -07:00
Jovany Leandro G.C b61cb24492
telephony: add twinkle
From 1a2504b36e0775443587faf43e3a2d9467769866 Mon Sep 17 00:00:00 2001
From: "Jovany Leandro G.C" <bit4bit@riseup.net>
Date: Mon, 7 May 2018 17:32:57 -0500
Subject: [PATCH] telephony: add twinkle

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-05-08 21:59:37 -05:00
Mark H Weaver 903874328e
gnu: gjs: Fix build.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Add gcc-7.
[arguments]: Add 'work-around-gcc-7-include-path-issue' phase.
2018-05-08 19:00:08 -04:00
Mark H Weaver aedc6e9fc9
Merge branch 'master' into core-updates 2018-05-08 18:45:39 -04:00
Mark H Weaver 69d5909e03
gnu: fftw: Fix configure flags for armhf, aarch64, and mips.
This is a followup to commit 65bb22796f.

* gnu/packages/algebra.scm (fftw)[arguments]: In the configure-flags, avoid
two-layer quasiquotation by changing the inner quasiquote to a normal quote.
Remove "--enable-armv7a-cntvct" on 32-bit ARM, and "--enable-armv8-cntvct-el0"
on 64-bit ARM, since these generate instructions that are not normally
available from user mode.  Remove "--enable-mips-zbus-timer" on MIPS, since
the needed hardware support may not be available.  Add a default case to the
conditional to support unrecognized targets.
(fftwf)[arguments]: Restore the "--enable-single" flag, which was present
prior to commit 65bb22796.
2018-05-08 18:40:13 -04:00
Oleg Pykhalov f1f6f22726
gnu: emacs-helm-shell-history: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-shell-history)[propagated-inputs]: Add
  'emacs-helm'.
2018-05-08 23:56:02 +03:00
Oleg Pykhalov ec6f4bdabe
gnu: emacs-magit-org-todos-el: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-magit-org-todos-el)[propagated-inputs]: Add
  'magit'.
2018-05-08 23:56:02 +03:00
Oleg Pykhalov d848f55e5c
gnu: emacs-helm-gtags: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-gtags)[propagated-inputs]: Add
  'emacs-helm'.
2018-05-08 23:56:02 +03:00
Oleg Pykhalov 0715a9e65d
gnu: emacs-helm-firefox: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-firefox)[propagated-inputs]: Add
  'emacs-helm'.
2018-05-08 23:56:02 +03:00
Oleg Pykhalov 9e2529e112
gnu: emacs-helm-eww: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-helm-eww)[propagated-inputs]: Add
  'emacs-helm'.
2018-05-08 23:56:02 +03:00
Pierre Neidhardt bbc94ed03a
gnu: Add inxi.
* gnu/packages/admin.scm (inxi): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-05-08 20:49:20 +03:00
Efraim Flashner a288ab1f39
gnu: love: Remove unnecessary (guix build utils) module.
* gnu/packages/game-development.scm (love)[source]: Remove included
(guix build utils) module.
2018-05-08 20:13:28 +03:00
Arun Isaac e554d43dfc
gnu: wesnoth: Update to 1.14.0.
* gnu/packages/patches/wesnoth-fix-std-bad-cast.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/games.scm (wesnoth): Update to 1.14.0.
[source]: Add wesnoth-fix-std-bad-cast.patch to patches.
[arguments]: Remove "-DENABLE_STRICT_COMPILATION=OFF" configure flag.
[inputs]: Remove sdl-image, sdl-mixer, sdl-net and sdl-ttf. Add openssl and
sdl-union of sdl2, sdl2-image, sdl2-mixer and sdl2-ttf.
[home-page]: Use HTTPS URI.
(wesnoth-server)[inputs]: Remove sdl-net. Add icu4c, openssl and sdl2.
[arguments]: Remove delete-data phase. Since wesnoth 1.14.0, configure flag
"-DENABLE_GAME=OFF" disables installation of game assets.
2018-05-08 09:40:37 +05:30
Leo Famulari f6cd858645
gnu: isync / mbsync: Fix typos in description.
* gnu/packages/mail.scm (isync)[description]: Fix typos.
2018-05-07 17:45:27 -04:00
Leo Famulari db369e918a
gnu: DejaVu fonts: Update the home-page.
* gnu/packages/fonts.scm (font-dejavu)[home-page]: Use the new home-page.
2018-05-07 17:45:27 -04:00
Ricardo Wurmus 5e5bcc800b
gnu: emacs-rsw-elisp: Improve description.
* gnu/packages/emacs.scm (emacs-rsw-elisp)[description]: Wrap code with
Texinfo syntax for code.
2018-05-07 20:35:51 +02:00
Marius Bakke 9b107868f8
gnu: miniupnpc: Update to 2.1.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.1.
2018-05-07 20:16:27 +02:00
Marius Bakke 3274db41b1
gnu: webkitgtk: Update to 2.20.2 [fixes CVE-2018-4200].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.2.
2018-05-07 20:12:56 +02:00
Marius Bakke 0a540b712b
gnu: libsoup: Update to 2.62.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.62.2.
2018-05-07 20:12:56 +02:00
Oleg Pykhalov 8c58640d17
Revert "gnu: Add emacs-dumb-jump."
This package duplicates ‘emacs-dumb-jump’ package from
d26727a143.

This reverts commit 89378bb87b.
2018-05-07 19:29:47 +03:00
Ludovic Courtès 91a56b4ab5
gnu: gcc > 5: Use 'CPATH' instead of 'C_INCLUDE_PATH' & co.
Partly addresses <https://bugs.gnu.org/30756>.
Reported by julien lepiller <julien@lepiller.eu>,
Marius Bakke <mbakke@fastmail.com>,
and Giel van Schijndel <giel@mortis.eu>

* gnu/packages/gcc.scm (gcc-6)[native-search-paths]: New field.
2018-05-07 12:02:23 +02:00
Pierre-Antoine Rouby b992bfea74
gnu: Add bitlbee-discord.
* gnu/packages/messaging.scm (bitlbee-discord): New variable.
2018-05-07 11:47:04 +02:00
Pierre-Antoine Rouby 31060bff00
gnu: bitlbee: Install development headers.
* gnu/packages/messaging.scm (bitlbee)[arguments]: Add 'install-lib'
phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-07 11:45:50 +02:00
Marius Bakke effd8df8f2
gnu: wget: Update to 1.19.5 [fixes CVE-2018-0494].
* gnu/packages/wget.scm (wget): Update to 1.19.5.
2018-05-06 23:57:49 +02:00
Marius Bakke ccb15b343e
Revert "gnu: man-db: Embed absolute reference to 'preconv'."
This change broke `man` when invoked outside a `guix environment`.

This reverts commit 296551a2e9.
2018-05-06 23:55:50 +02:00
Leo Famulari 021469bc05
gnu: mpd-mpc: Update to 0.30.
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.30.
2018-05-06 17:22:49 -04:00
Leo Famulari 6069bb0ab4
gnu: tzdata: Update to 2018e.
* gnu/packages/base.scm (tzdata): Update to 2018e.
2018-05-06 15:19:12 -04:00
Marius Bakke 6e7be7d37a
gnu: strace: Fix build failure on Linux-Libre 4.16.
* gnu/packages/patches/strace-kernel-4.16.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (strace)][source](patches): New field.
2018-05-06 21:05:11 +02:00
Nicolas Goaziou 0b7bef7045
gnu: wireshark: Update to 2.6.0.
* gnu/packages/networking.scm (wireshark): Update to 2.6.0.
[inputs]: Add lz4, qtmultimedia and snappy.  Remove openssl.
[arguments]: Update configure flags according to changes above.
2018-05-06 16:15:35 +02:00
Marius Bakke 12bd588346
Merge branch 'master' into core-updates 2018-05-06 15:56:24 +02:00
Marius Bakke 8e020519b4
gnu: gmime: Update to 3.2.0.
* gnu/packages/mail.scm (gmime): Update to 3.2.0.
[arguments]: End phases on #t.
(gmime-2.6): New public variable.
(mu, balsa, pan): Change GMIME to GMIME-2.6.
2018-05-06 15:47:20 +02:00
Marius Bakke 909ebbfc32
gnu: gnupg: Update to 2.2.7.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.7.
2018-05-06 15:47:20 +02:00
Marius Bakke df9f628991
gnu: gpgme: Update to 1.11.1.
* gnu/packages/gnupg.scm (libgpg-error-1.31): New public variable.
(gpgme): Update to 1.11.1.
[propagated-inputs]: Change LIBGPG-ERROR to LIBGPG-ERROR-1.31.
2018-05-06 15:47:20 +02:00
Marius Bakke 296551a2e9
gnu: man-db: Embed absolute reference to 'preconv'.
Fixes <https://bugs.gnu.org/30785>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* gnu/packages/man.scm (man-db)[arguments]: Rename 'patch-iconv-path' to
'patch-absolute-paths'.  Add substitution for "preconv".
2018-05-06 15:47:20 +02:00
Marius Bakke 06fc895f29
gnu: groff-minimal: Preserve 'preconv' executable.
* gnu/packages/groff.scm (groff-minimal)[arguments]: Add 'preconv' to the list
of kept programs.
2018-05-06 15:47:20 +02:00
Efraim Flashner 7ebc6dc432
Revert "gnu: gnupg: Update to 2.2.7."
This reverts commit 0c183f6fb1.
2018-05-06 10:03:07 +03:00
Efraim Flashner 0c183f6fb1
gnu: gnupg: Update to 2.2.7.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.7.
2018-05-06 08:42:10 +03:00
Nicolas Goaziou adcde2172b
gnu: giac-xcas: Update to 1.4.9-59.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-59.
2018-05-06 00:50:06 +02:00
Nicolas Goaziou f3b3cbfddb
gnu: asymptote: Update to 2.44.
* gnu/packages/plotutils.scm (asymptote): Update to 2.44.
2018-05-06 00:36:30 +02:00
Ludovic Courtès 312afa7d56
gnu: Add GHex.
* gnu/packages/gnome.scm (ghex): New variable.

Co-authored-by: Jovany Leandro G.C <bit4bit@riseup.net>.
2018-05-05 22:52:26 +02:00
Pierre Neidhardt bd7a147ee4
gnu: love: Update to 11.1.
* gnu/packages/game-development.scm (love): Update to 11.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-05 22:52:26 +02:00
Marius Bakke b057425596
gnu: python-numpy: Update to 1.14.3.
* gnu/packages/python.scm (python-numpy): Update to 1.14.3.
2018-05-05 13:16:33 +02:00
Marius Bakke 982e886584
gnu: python-scipy: Update to 1.0.1.
* gnu/packages/python.scm (python-scipy): Update to 1.0.1.
2018-05-05 13:16:33 +02:00
Marius Bakke 4a3ac362bb
gnu: python-matplotlib: Update to 2.2.2.
* gnu/packages/python.scm (python-matplotlib): Update to 2.2.2.
[propagated-inputs]: Add PYTHON-KIWISOLVER.
(python2-matplotlib)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE.
(python-matplotlib-documentation)[native-inputs]: Change PYTHON-SPHINX to
PYTHON-SPHINX-1.6.  Add PYTHON-SPHINX-GALLERY.
2018-05-05 13:16:33 +02:00
Marius Bakke 02dc4b8095
gnu: Add python-sphinx-gallery.
* gnu/packages/python.scm (python-sphinx-gallery, python2-sphinx-gallery): New
public variables.
2018-05-05 13:16:33 +02:00
Marius Bakke 560acf2594
gnu: Add python-kiwisolver.
* gnu/packages/maths.scm (python-kiwisolver, python2-kiwisolver): New public
variables.
2018-05-05 13:16:32 +02:00
Marius Bakke 8df0bef67f
gnu: mbedtls-apache: Update to 2.7.3.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.3.
2018-05-05 13:16:32 +02:00
Marius Bakke 91de23058e
gnu: freeipmi: Update to 1.6.2.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.6.2.
2018-05-05 13:16:32 +02:00
Rutger Helling 76b7d8fd4e
gnu: retroarch: Update to 1.7.3.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.3.
[inputs]: Add qtbase.
2018-05-05 11:05:55 +02:00
Kei Kebreau d3cd435709
gnu: qrencode: Update to 4.0.0.
* gnu/packages/aidc.scm (qrencode): Update to 4.0.0.
2018-05-04 21:46:16 -04:00
Christopher Baines d6ed49ba3f
gnu: python-qrcode: Use a newer version of setuptools.
The upgrade from 5.3 to 6.0 switches to rely on the on the setup.cfg, and with
the version of setuptools incldued with Python, this isn't supported, so no
actual code is installed, and the output is mostly empty.

* gnu/packages/python.scm (python-qrcode)[inputs]: Add python-setuptools.
2018-05-04 22:28:33 +01:00
Jelle Licht e5d57c1c0b
gnu: emacs-lispy: Update to c2a358a7.
* gnu/packages/emacs.scm (emacs-lispy): Update to c2a358a7.
2018-05-04 23:34:56 +02:00
Julien Lepiller 925fe4b3ce
gnu: coq-coquelicot: Fix for coq 8.8.
* gnu/packages/ocaml.scm (coq-coquelicot)[arguments]: New phase to
remove a deprecated command.
2018-05-04 21:30:58 +02:00
Julien Lepiller 066d05f083
gnu: coq-bignums: Update to 8.8.0.
* gnu/packages/ocaml.scm (coq-bignums): Update to 8.8.0.
2018-05-04 21:30:53 +02:00
Julien Lepiller 206af0dfcf
gnu: coq-mathcomp: Update to 1.7.0.
* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1.7.0.
2018-05-04 21:30:51 +02:00
Julien Lepiller 1b96fa013d
gnu: coq-gappa: Update to 1.3.2.
* gnu/packages/ocaml.scm (coq-gappa): Update to 1.3.2.
2018-05-04 21:30:49 +02:00
Julien Lepiller 1d181cbe43
gnu: coq-flocq: Update to 2.6.1.
* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.1.
2018-05-04 21:30:47 +02:00
Julien Lepiller 69b54f06c1
gnu: coq: Update to 8.8.0.
* gnu/packages/ocaml.scm (coq): Update to 8.8.0.
2018-05-04 21:30:33 +02:00
Leo Famulari dc133219fe
gnu: certbot, python-acme: Update to 0.24.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.24.0.
2018-05-04 13:07:55 -04:00
Adam Massmann 07254d8b22
gnu: gnuplot: Update to 5.2.2
* gnu/packages/maths.scm (gnuplot): Update to 5.2.2.
[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-04 15:27:29 +02:00
Jovany Leandro G.C 4e3fdeb715
gnu: Add Workrave.
* gnu/packages/gnome.scm (workrave): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-05-04 15:24:19 +02:00
Pierre-Antoine Rouby 70024cfa84
gnu: Add nitrogen.
* gnu/packages/wm.scm (nitrogen): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-04 15:09:21 +02:00
Rutger Helling ffacb7954b
Revert "gnu: python-mako: Update to 1.0.7."
This causes a mass rebuild due to python2-mako rebuilding Mesa. Pushed on
staging instead.

This reverts commit fc7c91a53a.
2018-05-04 08:50:08 +02:00
Tobias Geerinckx-Rice 543689f3fd
gnu: python-mako: Update to 1.0.7.
* gnu/packages/python.scm (python-mako): Update to 1.0.7.

Signed-off-by: Rutger Helling <rhelling@mykolab.com>
2018-05-04 08:47:26 +02:00
Roel Janssen b2aeb2a575
gnu: r-desc: Update to 1.2.0.
* gnu/packages/statistics.scm (r-desc): Update to 1.2.0.
2018-05-04 08:06:11 +02:00
Roel Janssen 4d379a1e8f
gnu: r-data-table: Update to 1.11.0.
* gnu/packages/statistics.scm (r-data-table): Update to 1.11.0.
2018-05-04 08:05:48 +02:00
Roel Janssen d53dadb23b
gnu: r-yaml: Update to 2.1.19.
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.19.
2018-05-04 08:05:27 +02:00
Roel Janssen c5324315cc
gnu: r-dbi: Update to 1.0.0.
* gnu/packages/statistics.scm (r-dbi): Update to 1.0.0.
2018-05-04 08:05:01 +02:00
Roel Janssen bb130e53ba
gnu: r-stringi: Update to 1.2.2.
* gnu/packages/statistics.scm (r-stringi): Update to 1.2.2.
2018-05-04 08:04:38 +02:00
Roel Janssen f3e42ae87d
gnu: r-ddalpha: Update to 1.3.3.
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.3.
2018-05-04 08:03:49 +02:00
Roel Janssen b25c54ad93
gnu: r-dendextend: Update to 1.8.0.
* gnu/packages/cran.scm (r-dendextend): Update to 1.8.0.
2018-05-04 08:03:18 +02:00
Tobias Geerinckx-Rice fbf94fb121
gnu: qscintilla: Update to 2.10.3.
* gnu/packages/qt.scm (qscintilla): Update to 2.10.3.
2018-05-04 03:53:52 +02:00
Tobias Geerinckx-Rice 65d66b3efc
gnu: r-np: Update to 0.60-7.
* gnu/packages/cran.scm (r-np): Update to 0.60-7.
[propagated-inputs]: Add R-QUADPROG.
2018-05-04 03:53:41 +02:00
Tobias Geerinckx-Rice 127522c494
gnu: r-tsp: Update to 1.1-6.
* gnu/packages/cran.scm (r-tsp): Update to 1.1-6.
2018-05-04 02:22:02 +02:00
Tobias Geerinckx-Rice 5699df6bbd
gnu: r-later: Update to 0.7.2.
* gnu/packages/cran.scm (r-later): Update to 0.7.2.
2018-05-04 02:22:01 +02:00
Tobias Geerinckx-Rice f39938b177
gnu: r-multtest: Update to 2.36.0.
* gnu/packages/bioconductor.scm (r-multtest): Update to 2.36.0.
2018-05-04 02:22:01 +02:00
Tobias Geerinckx-Rice 54d557e2af
gnu: r-formula: Update to 1.2-3.
* gnu/packages/statistics.scm (r-formula): Update to 1.2-3.
2018-05-04 02:22:01 +02:00
Tobias Geerinckx-Rice 024c9b395a
gnu: r-preprocesscore: Update to 1.42.0.
* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.42.0.
2018-05-04 02:22:00 +02:00
Tobias Geerinckx-Rice 942cf159da
gnu: yaml-cpp: Update to 0.6.2.
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.2.
[inputs]: Remove removed BOOST dependency.
2018-05-04 02:22:00 +02:00
Tobias Geerinckx-Rice fc7c91a53a
gnu: python-mako: Update to 1.0.7.
* gnu/packages/python.scm (python-mako): Update to 1.0.7.
2018-05-04 01:19:24 +02:00
Tobias Geerinckx-Rice 683b8d47fb
gnu: perl-crypt-openssl-rsa: Update to 0.30.
* gnu/packages/tls.scm (perl-crypt-openssl-rsa): Update to 0.30.
[native-inputs]: Add PERL-CRYPT-OPENSSL-GUESS.
2018-05-04 01:19:23 +02:00
Tobias Geerinckx-Rice eaaf8b1265
gnu: ruby-minitest-hooks: Update to 1.4.2.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.4.2.
2018-05-04 01:19:23 +02:00
Tobias Geerinckx-Rice b0ef15edcb
gnu: ruby-rb-fsevent: Update to 0.10.3.
* gnu/packages/ruby.scm (ruby-rb-fsevent): Update to 0.10.3.
2018-05-04 01:19:23 +02:00
Julien Lepiller 12e352dbcf
gnu: Update radare2 to 2.5.0.
* gnu/packages/engineering.scm (radare2): Update to 2.5.0.
2018-05-03 21:25:25 +02:00
Marius Bakke e6006d13b6
gnu: libraw: Update to 0.18.10 [fixes CVE-2018-10528, CVE-2018-10529].
* gnu/packages/photo.scm (libraw): Update to 0.18.10.
2018-05-03 20:36:04 +02:00
Marius Bakke 3d7ddfa9f7
gnu: miniupnpc: Update to 2.0.20180503.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180503.
2018-05-03 20:31:28 +02:00
Marius Bakke 43e68aa4ee
gnu: ldb: Update to 1.3.3.
* gnu/packages/samba.scm (ldb): Update to 1.3.3.
2018-05-03 20:31:12 +02:00
Marius Bakke 2ea806f062
gnu: samba: Update to 4.8.1.
* gnu/packages/samba.scm (samba): Update to 4.8.1.
[arguments]: Adjust 'disable-etc-samba-directory-creation' phase.
2018-05-03 20:26:59 +02:00
Marius Bakke 470771c5e4
gnu: samba: Propagate some inputs.
* gnu/packages/samba.scm (samba)[inputs]: Move LDB, TALLOC and TEVENT ...
[propagated-inputs]: ... here.  New field.
2018-05-03 20:26:59 +02:00
Marius Bakke 069f1c2074
gnu: icecat: Use ffmpeg@3.4.
Fixes <https://bugs.gnu.org/31356>.
Reported by Clément Lassieur <clement@lassieur.org>.

* gnu/packages/gnuzilla.scm (icecat)[inputs]: Change from FFMPEG to FFMPEG-3.4.
2018-05-03 20:23:54 +02:00
Sohom Bhattacharjee b36f9a805d
gnu: Add emacs-dumb-jump.
* gnu/packages/emacs.scm (emacs-dumb-jump): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-05-03 23:24:09 +05:30
Sohom Bhattacharjee 51eda974b2
gnu: Add emacs-noflet.
* gnu/packages/emacs.scm (emacs-noflet): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-05-03 22:59:39 +05:30
Arun Isaac 90ec79fb29
gnu: emacs-deferred: Fix tests.
* gnu/packages/emacs.scm (emacs-deferred)[arguments]: Add set-shell phase.
Set #:test-command to "make test".
2018-05-03 22:15:01 +05:30
Maxim Cournoyer 159d10ae14
gnu: emacs-calfw: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-calfw)[propagated-inputs]: Add emacs-howm.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-05-03 21:48:59 +05:30
Maxim Cournoyer 0b8823d890
gnu: emacs-org-contrib: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-org-contrib)[propagated-inputs]: Add
emacs-scel.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-05-03 21:48:59 +05:30
Maxim Cournoyer 7540814972
gnu: Add emacs-scel.
* gnu/packages/emacs.scm (emacs-scel): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-05-03 21:48:59 +05:30
Maxim Cournoyer 474e14f7d8
gnu: Add emacs-howm.
* gnu/packages/emacs.scm (emacs-howm): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-05-03 21:48:59 +05:30
Mark H Weaver a937148b77
gnu: linux-libre: Update to 4.16.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.7.
(%linux-libre-hash): Update hash.
2018-05-03 01:34:03 -04:00
Mark H Weaver 27b3fb2cc3
gnu: linux-libre@4.14: Update to 4.14.39.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.39.
(%linux-libre-4.14-hash): Update hash.
2018-05-03 01:33:01 -04:00
Mark H Weaver c0e8f0493a
gnu: linux-libre@4.9: Update to 4.9.98.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.98.
2018-05-03 01:32:19 -04:00
Mark H Weaver 9e19c343c7
gnu: linux-libre@4.4: Update to 4.4.131.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.131.
2018-05-03 01:31:04 -04:00
Tobias Geerinckx-Rice 1a5444823a
gnu: znc: Use @dfn in description.
* gnu/packages/messaging.scm (znc)[description]: Use @dfn.
2018-05-02 23:45:55 +02:00
Tobias Geerinckx-Rice 8cb3a0cf0a
gnu: znc: Update to 1.7.0.
* gnu/packages/messaging.scm (znc): Update to 1.7.0.
[native-inputs]: Replace GOOGLETEST source input with a newer git checkout.
[arguments]: Adjust the ‘unpack-googletest’ phase accordingly.
Add ‘--with-gmock=...’ to #:configure-flags.
2018-05-02 23:45:55 +02:00
Tobias Geerinckx-Rice 41700efa40
gnu: ruby-lumberjack: Update to 1.0.13.
* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.13.
2018-05-02 23:45:54 +02:00
Tobias Geerinckx-Rice 7e2a4a6b5b
gnu: ruby-fivemat: Update to 1.3.6.
* gnu/packages/ruby.scm (ruby-fivemat): Update to 1.3.6.
2018-05-02 23:45:54 +02:00
Tobias Geerinckx-Rice c5d269fb4d
gnu: ruby-eventmachine: Update to 1.2.6.
* gnu/packages/ruby.scm (ruby-eventmachine): Update to 1.2.6.
2018-05-02 21:58:13 +02:00
Oleg Pykhalov deef6d7c8b
gnu: Add emacs-company-restclient.
* gnu/packages/emacs.scm (emacs-company-restclient): New public variable.
2018-05-02 20:17:19 +03:00
Oleg Pykhalov c9efc2295b
gnu: Add emacs-git-auto-commit-mode.
* gnu/packages/emacs.scm (emacs-git-auto-commit-mode): New public variable.
2018-05-02 20:17:19 +03:00
Oleg Pykhalov 6673bbef87
gnu: Add emacs-stickyfunc-enhance.
* gnu/packages/emacs.scm (emacs-stickyfunc-enhance): New public variable.
2018-05-02 20:17:19 +03:00
Oleg Pykhalov c498ff56d3
gnu: Add emacs-eros.
* gnu/packages/emacs.scm (emacs-eros): New public variable.
2018-05-02 20:17:19 +03:00
Oleg Pykhalov 1a73164da6
gnu: Add emacs-sml-mode.
* gnu/packages/emacs.scm (emacs-sml-mode): New public variable.
2018-05-02 20:17:19 +03:00
Oleg Pykhalov 37fa904f0b
gnu: Add emacs-slime-company.
* gnu/packages/emacs.scm (emacs-slime-company): New public variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov 99092bd900
gnu: Add emacs-dashboard.
* gnu/packages/emacs.scm (emacs-dashboard): New public variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov cfeefca9ae
gnu: Add emacs-highlight-escape-sequences.
* gnu/packages/emacs.scm (emacs-highlight-escape-sequences): New public
  variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov 47667501f5
gnu: Add emacs-on-screen.
* gnu/packages/emacs.scm (emacs-on-screen): New public variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov ca0e2ab00a
gnu: Add emacs-wordgen.
* gnu/packages/emacs.scm (emacs-wordgen): New public variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov 0e087b704f
gnu: Add emacs-ido-vertical-mode.
* gnu/packages/emacs.scm (emacs-ido-vertical-mode): New public variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov dbbd6e89b5
gnu: Add emacs-irfc.
* gnu/packages/emacs.scm (emacs-irfc): New public variable.
2018-05-02 20:17:18 +03:00
Oleg Pykhalov b870ee1009
gnu: Add emacs-stumpwm-mode.
* gnu/packages/emacs.scm (emacs-stumpwm-mode): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov abe8ef7f09
gnu: Add emacs-helm-eww.
* gnu/packages/emacs.scm (emacs-helm-eww): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov 8a2ab51a1b
gnu: Add emacs-parinfer-mode.
* gnu/packages/emacs.scm (emacs-parinfer-mode): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov b91e172431
gnu: Add emacs-highlight-defined.
* gnu/packages/emacs.scm (emacs-highlight-defined): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov fcd8d4f713
gnu: Add emacs-shift-number.
* gnu/packages/emacs.scm (emacs-shift-number): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov b268bf18be
gnu: Add emacs-interactive-align.
* gnu/packages/emacs.scm (emacs-interactive-align): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov d3f7e5333b
gnu: Add emacs-helm-firefox.
* gnu/packages/emacs.scm (emacs-helm-firefox): New public variable.
2018-05-02 20:17:17 +03:00
Oleg Pykhalov 8f052df26c
gnu: Add emacs-grep-context.
* gnu/packages/emacs.scm (emacs-grep-context): New public variable.
2018-05-02 20:17:16 +03:00
Oleg Pykhalov f52b635b49
gnu: Add emacs-racket-mode.
* gnu/packages/emacs.scm (emacs-racket-mode): New public variable.
2018-05-02 20:17:16 +03:00
Oleg Pykhalov 6f83725ff0
gnu: Add emacs-faceup.
* gnu/packages/emacs.scm (emacs-faceup): New public variable.
2018-05-02 20:17:16 +03:00
Oleg Pykhalov 2f9e1378b6
gnu: Add emacs-visual-regexp.
* gnu/packages/emacs.scm (emacs-visual-regexp): New public variable.
2018-05-02 20:17:16 +03:00
Oleg Pykhalov 192a9a20f0
gnu: Add emacs-default-text-scale.
* gnu/packages/emacs.scm (emacs-default-text-scale): New public variable.
2018-05-02 20:17:16 +03:00
Oleg Pykhalov bf8300de40
gnu: Add emacs-rsw-elisp.
* gnu/packages/emacs.scm (emacs-rsw-elisp): New public variable.
2018-05-02 20:17:16 +03:00
Oleg Pykhalov 6e28f15c58
gnu: Add emacs-darkroom.
* gnu/packages/emacs.scm (emacs-darkroom): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov a79cf99c8b
gnu: Add emacs-highlight-numbers.
* gnu/packages/emacs.scm (emacs-highlight-numbers): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov 75a87807ee
gnu: Add emacs-auto-yasnippet.
* gnu/packages/emacs.scm (emacs-auto-yasnippet): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov fc86ea6387
gnu: Add emacs-academic-phrases.
* gnu/packages/emacs.scm (emacs-academic-phrases): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov 6d6d9acc53
gnu: Add emacs-lice-el.
* gnu/packages/emacs.scm (emacs-lice-el): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov 89378bb87b
gnu: Add emacs-dumb-jump.
* gnu/packages/emacs.scm (emacs-dumb-jump): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov f4dc59a28e
gnu: Add emacs-f3.
* gnu/packages/emacs.scm (emacs-f3): New public variable.
2018-05-02 20:17:15 +03:00
Oleg Pykhalov 26165a7960
gnu: Add emacs-magit-org-todos-el.
* gnu/packages/emacs.scm (emacs-magit-org-todos-el): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov c25dda7e7d
gnu: Add emacs-emms-player-simple-mpv.
* gnu/packages/emacs.scm (emacs-emms-player-simple-mpv): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov c43c0823c7
gnu: Add emacs-benchmark-init.
* gnu/packages/emacs.scm (emacs-benchmark-init): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov 0bc5a32a2d
gnu: Add emacs-suggest.
* gnu/packages/emacs.scm (emacs-suggest): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov 1024daddd8
gnu: Add emacs-logview.
* gnu/packages/emacs.scm (emacs-logview): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov b2bf4f54ad
gnu: Add emacs-helpful.
* gnu/packages/emacs.scm (emacs-helpful): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov 8bc8efc753
gnu: Add emacs-csv-mode.
* gnu/packages/emacs.scm (emacs-csv-mode): New public variable.
2018-05-02 20:17:14 +03:00
Oleg Pykhalov 2f28093e42
gnu: Add emacs-download-region.
* gnu/packages/emacs.scm (emacs-download-region): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov 9f2b572eb2
gnu: Add emacs-navi-mode.
* gnu/packages/emacs.scm (emacs-navi-mode): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov 9b876c6916
gnu: Add emacs-know-your-http-well.
* gnu/packages/emacs.scm (emacs-know-your-http-well): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov 58b50580cf
gnu: Add emacs-fancy-narrow.
* gnu/packages/emacs.scm (emacs-fancy-narrow): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov 56e90e310f
gnu: Add emacs-add-hooks.
* gnu/packages/emacs.scm (emacs-add-hooks): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov 21a3de583d
gnu: Add emacs-org-ref.
* gnu/packages/emacs.scm (emacs-org-ref): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov 2c63f72486
gnu: Add emacs-discover-my-major.
* gnu/packages/emacs.scm (emacs-discover-my-major): New public variable.
2018-05-02 20:17:13 +03:00
Oleg Pykhalov c1b9d72ca1
gnu: Add emacs-helm-shell-history.
* gnu/packages/emacs.scm (emacs-helm-shell-history): New public variable.
2018-05-02 20:17:12 +03:00
Oleg Pykhalov 8aab3d0611
gnu: Add emacs-web-beautify.
* gnu/packages/emacs.scm (emacs-web-beautify): New public variable.
2018-05-02 20:17:12 +03:00
Oleg Pykhalov 4cdfc9ef94
gnu: Add emacs-hy-mode.
* gnu/packages/emacs.scm (emacs-hy-mode): New public variable.
2018-05-02 20:17:12 +03:00
Oleg Pykhalov 295513c618
gnu: Add emacs-helm-mode-manager.
* gnu/packages/emacs.scm (emacs-helm-mode-manager): New public variable.
2018-05-02 20:17:12 +03:00
Oleg Pykhalov 60bf926534
gnu: Add emacs-ibuffer-projectile.
* gnu/packages/emacs.scm (emacs-ibuffer-projectile): New public variable.
2018-05-02 20:17:12 +03:00
Oleg Pykhalov 666e561723
gnu: Add emacs-mbsync.
* gnu/packages/emacs.scm (emacs-mbsync): New public variable.
2018-05-02 20:17:12 +03:00
Oleg Pykhalov f61ecb8546
gnu: Add emacs-beginend.
* gnu/packages/emacs.scm (emacs-beginend): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov b8ddef4b13
gnu: Add emacs-company-lua.
* gnu/packages/emacs.scm (emacs-company-lua): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov 045f6b7c13
gnu: Add emacs-lacarte.
* gnu/packages/emacs.scm (emacs-lacarte): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov 02999382a2
gnu: Add emacs-parent-mode.
* gnu/packages/emacs.scm (emacs-parent-mode): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov 9968e444c5
gnu: Add emacs-macrostep.
* gnu/packages/emacs.scm (emacs-macrostep): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov e33dba1564
gnu: Add emacs-sourcemap.
* gnu/packages/emacs.scm (emacs-sourcemap): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov ddc56b8068
gnu: Add emacs-esup.
* gnu/packages/emacs.scm (emacs-esup): New public variable.
2018-05-02 20:17:11 +03:00
Oleg Pykhalov 15d568330b
gnu: Add emacs-let-alist.
* gnu/packages/emacs.scm (emacs-let-alist): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov 4024607561
gnu: Add emacs-m-buffer-el.
* gnu/packages/emacs.scm (emacs-m-buffer-el): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov 3677e5ee1f
gnu: Add emacs-edit-server.
* gnu/packages/emacs.scm (emacs-edit-server): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov 08ff4fd1b1
gnu: Add emacs-crux.
* gnu/packages/emacs.scm (emacs-crux): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov 1bd3400d8c
gnu: Add emacs-elisp-refs.
* gnu/packages/emacs.scm (emacs-elisp-refs): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov b836c6500a
gnu: Add emacs-loop.
* gnu/packages/emacs.scm (emacs-loop): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov be3cf803da
gnu: Add emacs-itail.
* gnu/packages/emacs.scm (emacs-itail): New public variable.
2018-05-02 20:17:10 +03:00
Oleg Pykhalov b12fb29e4d
gnu: Add emacs-seq.
* gnu/packages/emacs.scm (emacs-seq): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov 8d907999a9
gnu: Add emacs-npm-mode.
* gnu/packages/emacs.scm (emacs-npm-mode): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov a3a876c2a7
gnu: Add emacs-org-mind-map.
* gnu/packages/emacs.scm (emacs-org-mind-map): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov 5746ca13dc
gnu: Add emacs-datetime.
* gnu/packages/emacs.scm (emacs-datetime): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov b8f910436c
gnu: Add emacs-pulseaudio-control.
* gnu/packages/emacs.scm (emacs-pulseaudio-control): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov 74b2f745a2
gnu: Add emacs-md4rd.
* gnu/packages/emacs.scm (emacs-md4rd): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov 0acfc481a4
gnu: Add emacs-tree-mode.
* gnu/packages/emacs.scm (emacs-tree-mode): New public variable.
2018-05-02 20:17:09 +03:00
Oleg Pykhalov 20b5b16ee9
gnu: Add emacs-hierarchy.
* gnu/packages/emacs.scm (emacs-hierarchy): New public variable.
2018-05-02 20:17:08 +03:00
Oleg Pykhalov d7403c126c
gnu: Add emacs-rainbow-blocks.
* gnu/packages/emacs.scm (emacs-rainbow-blocks): New public variable.
2018-05-02 20:17:08 +03:00
Oleg Pykhalov f8a88f223e
gnu: Add emacs-load-relative.
* gnu/packages/emacs.scm (emacs-load-relative): New public variable.
2018-05-02 20:17:08 +03:00
Oleg Pykhalov dc58633761
gnu: Add emacs-validate.
* gnu/packages/emacs.scm (emacs-validate): New public variable.
2018-05-02 20:17:08 +03:00
Oleg Pykhalov fb3aeaf7de
gnu: Add emacs-move-text.
* gnu/packages/emacs.scm (emacs-move-text): New public variable.
2018-05-02 20:17:08 +03:00
Oleg Pykhalov 53d4090b0e
gnu: Add emacs-list-utils.
* gnu/packages/emacs.scm (emacs-list-utils): New public variable.
2018-05-02 20:17:08 +03:00
Oleg Pykhalov 707ff55502
gnu: Add emacs-helm-gtags.
* gnu/packages/emacs.scm (emacs-helm-gtags): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov f445c75d51
gnu: Add emacs-ewmctrl.
* gnu/packages/emacs.scm (emacs-ewmctrl): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov f063e18c75
gnu: Add emacs-helm-bibtex.
* gnu/packages/emacs.scm (emacs-helm-bibtex): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov 55d5321093
gnu: Add emacs-biblio.
* gnu/packages/emacs.scm (emacs-biblio): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov de8d991289
gnu: Add emacs-parsebib.
* gnu/packages/emacs.scm (emacs-parsebib): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov c47c3779d0
gnu: Add emacs-outshine.
* gnu/packages/emacs.scm (emacs-outshine): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov a34d562a59
gnu: Add emacs-outorg.
* gnu/packages/emacs.scm (emacs-outorg): New public variable.
2018-05-02 20:17:07 +03:00
Oleg Pykhalov 63e6c4ad99
gnu: Add emacs-makey.
* gnu/packages/emacs.scm (emacs-makey): New public variable.
2018-05-02 20:17:06 +03:00
Oleg Pykhalov 59dc661fc6
gnu: Add emacs-nnreddit.
* gnu/packages/emacs.scm (emacs-nnreddit): New public variable.
2018-05-02 20:17:06 +03:00
Alex Kost f61719d110
gnu: magit: Update to 2.12.1.
* gnu/packages/emacs.scm (magit): Update to 2.12.1.
[propagated-inputs]: Add 'emacs-ghub' and 'emacs-magit-popup'.
[arguments]: Set GHUB_DIR and MAGIT_POPUP_DIR make variables.
[home-page]: Update for the new home.
2018-05-02 19:28:45 +03:00
Alex Kost 0a287457d4
gnu: Add emacs-ghub.
* gnu/packages/emacs.scm (emacs-ghub): New variable.
2018-05-02 19:28:44 +03:00
Tobias Geerinckx-Rice b225a3b837
gnu: libvirt: Update to 4.3.0.
* gnu/packages/virtualization.scm (libvirt): Update to 4.3.0.
2018-05-02 17:48:33 +02:00
Tobias Geerinckx-Rice 78581bef5c
gnu: znc: Use INVOKE.
* gnu/packages/messaging.scm (znc)[arguments]: Substitute INVOKE for
SYSTEM* and explictly return #t from ‘unpack-googletest’ phase.
2018-05-02 15:19:11 +02:00
Tobias Geerinckx-Rice 0ef3c02385
gnu: man-pages: Update to 4.16.
* gnu/packages/man.scm (man-pages): Update to 4.16.
2018-05-02 14:40:14 +02:00
Tobias Geerinckx-Rice b57c6c4234
gnu: perl-html-scrubber: Update to 0.17.
* gnu/packages/web.scm (perl-html-scrubber): Update to 0.17.
[native-inputs]: Add PERL-TEST-DIFFERENCES.
2018-05-02 14:14:19 +02:00
Tobias Geerinckx-Rice 3dae7a05dd
gnu: perl-catalyst-plugin-static-simple: Update to 0.36. [security fixes]
This also fixes the build.

* gnu/packages/web.scm (perl-catalyst-plugin-static-simple): Update to
0.36.
2018-05-02 14:14:03 +02:00
Tobias Geerinckx-Rice 895d04617d
gnu: perl-test-www-mechanize-psgi: Update to 0.38.
* gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.38.
2018-05-02 14:13:09 +02:00
Tobias Geerinckx-Rice c4a9ef6ccd
gnu: perl-test-www-mechanize: Update to 1.50.
* gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.50.
[propagated-inputs]: Remove now ‘unnecessary’ PERL-HTML-TREE.
2018-05-02 14:13:08 +02:00
Tobias Geerinckx-Rice a7e8e75c4b
gnu: perl-test-www-mechanize: Remove native-inputs.
* gnu/packages/web.scm (perl-test-www-mechanize)[native-inputs]: Remove
both duplicate fields, neither of which affect the output.
2018-05-02 14:13:08 +02:00
Tobias Geerinckx-Rice 8b3a9033ff
gnu: perl-moox-file-configdir: Update to 0.007.
* gnu/packages/perl.scm (perl-moox-file-configdir): Update to 0.007.
2018-05-02 14:13:08 +02:00
Oleg Pykhalov 8cd1e8e849
gnu: Add sound service.
* gnu/services/sound.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add this.
* doc/guix.texi (Sound Services): New chapter.
2018-05-02 15:11:13 +03:00
Marius Bakke 87dc306bfe
gnu: libaio: Update to 0.3.111.
* gnu/packages/linux.scm (libaio): Update to 0.3.111.
[source]: Download from new home.
[home-page]: Change to pagure.io/libaio.
2018-05-02 13:23:30 +02:00
Marius Bakke fb5b359d77
gnu: inotify-tools: Update to 3.20.1.
* gnu/packages/linux.scm (inotify-tools): Update to 3.20.1.
[source]: Download from new home.  Set file-name.
[native-inputs]: Add AUTOCONF, AUTOMAKE and LIBTOOL.
[arguments]: Add 'bootstrap' phase.
[home-page]: Update to redirected.
2018-05-02 13:03:33 +02:00
Marius Bakke 0aa23e02ea
gnu: transmission: Update to 2.94.
* gnu/packages/bittorrent.scm (transmission): Update to 2.94.
2018-05-02 13:03:14 +02:00
Rutger Helling 7d5adf0131
gnu: e2fsprogs: Fix build with glibc-2.27.
* gnu/packages/patches/e2fsprogs-glibc-2.27.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (e2fsprogs)[source]: Add patch.
2018-05-02 10:11:43 +02:00
Chris Marusich 4f95a11834
gnu: Add emacs-dedicated.
* gnu/packages/emacs.scm (emacs-dedicated): New variable.
2018-05-01 22:48:33 -07:00
Chris Marusich ba8d8820fc
gnu: Add yubico-piv-tool.
* gnu/packages/security-token.scm (yubico-piv-tool): New variable.
2018-05-01 22:48:33 -07:00
Chris Marusich a6706f30cb
gnu: Add opensc.
* gnu/packages/security-token.scm (opensc): New variable.
2018-05-01 22:44:07 -07:00
Ludovic Courtès 6a65b70145
gnu: emacs-emms: Update to 5.0.
* gnu/packages/emacs.scm (emms): Update to 5.0.
2018-05-01 23:12:52 +02:00
Roel Janssen d233d373ec
gnu: baobab: Update to 3.28.0.
* gnu/packages/gnome.scm (baobab): Update to 3.28.0.
[build-system]: Switch to meson build system.
[native-inputs]: Add desktop-file-utils and gtk+-bin.
2018-05-01 21:14:23 +02:00
Tobias Geerinckx-Rice 9822835fc8
gnu: xonsh: Update to 0.6.2.
* gnu/packages/shells.scm (xonsh): Update to 0.6.2.
2018-05-01 19:29:41 +02:00
Tobias Geerinckx-Rice 63f0b67231
gnu: r-rcpparmadillo: Update to 0.8.500.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.500.0.
2018-05-01 19:29:41 +02:00
Tobias Geerinckx-Rice bfd7762f12
gnu: r-commonmark: Update to 1.5.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.5.
2018-05-01 19:29:40 +02:00
Tobias Geerinckx-Rice e120533369
gnu: r-mass: Update to 7.3-50.
* gnu/packages/statistics.scm (r-mass): Update to 7.3-50.
2018-05-01 19:29:40 +02:00
Tobias Geerinckx-Rice 506737f191
gnu: liboop: Update to 1.0.1.
* gnu/packages/ssh.scm (liboop): Update to 1.0.1.
[source]: Update source URI.  Remove patch.
* gnu/packages/patches/liboop-mips64-deplibs-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-05-01 19:29:40 +02:00
Efraim Flashner af403cf0e8
gnu: gl.scm: Don't import 'zip' from srfi-1.
* gnu/packages/gl.scm: Hide 'zip' when importing srfi-1.
2018-05-01 19:31:23 +03:00
Efraim Flashner 3ee7b4cc9b
gnu: libva: Build with wayland support.
* gnu/packages/video.scm (libva)[inputs]: Add wayland.
* gnu/packages/gl.scm (libva-without-mesa)[inputs]: Remove wayland.
2018-05-01 19:06:39 +03:00
Efraim Flashner 6e339db06e
gnu: enlightenment: Patch more '/usr/bin' locations.
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove more
hard-coded '/usr/bin' locations.
2018-05-01 19:06:39 +03:00
Efraim Flashner 0b75922281
gnu: enlightenment: Don't enable eeze mount.
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Remove
configure-flag enabling eeze mount.
2018-05-01 19:06:39 +03:00
Efraim Flashner 3e0e9e1630
gnu: infamous-plugins: Patch all occurrences of compiler optimizations.
* gnu/packages/audio.scm (infamous-plugins)[arguments]: Use 'find-files'
to find all files to remove optimizations.
2018-05-01 19:01:42 +03:00
Leo Famulari 2660e6a319
gnu: syncthing: Update to 0.14.47.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.47.
2018-05-01 10:52:55 -04:00
Leo Famulari 2849c66576
gnu: syncthing: Use Syncthing's fork of the notify module.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Replace with ...
(go-github-com-syncthing-notify): ... this new variable.
(syncthing)[inputs]: Adjust accordingly.
2018-05-01 10:52:55 -04:00
Leo Famulari ca14531a5f
gnu: syncthing: Adjust the union of standard library networking modules.
The removed package is no longer needed by Syncthing.

* gnu/packages/syncthing.scm (go-golang-org-x-net-union):
Remove go-golang-org-x-net-context.
2018-05-01 10:52:54 -04:00
Leo Famulari 80da197ad4
gnu: go-github-com-kardianos-osext: Skip the tests.
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext)[arguments]:
Disable the test suite.
2018-05-01 10:52:54 -04:00
Ludovic Courtès 6c46e8e693
gnu: nss-mdns: Update to 0.14.1.
* gnu/packages/avahi.scm (nss-mdns): Update to 0.14.1.
[source](patches): Remove.
[arguments]: Remove #:phases, add #:configure-flags.
2018-05-01 16:01:39 +02:00
Ludovic Courtès 4336e36c94
gnu: nano: Update to 2.9.6.
* gnu/packages/nano.scm (nano): Update to 2.9.6.
2018-05-01 16:01:39 +02:00
Marius Bakke 3dafde0d67
gnu: xf86-video-intel: Update to commit d7dfab62a9853b44bbcd67dac08391d8e5114c97.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-10.d7dfab6.
[version]: Use GIT-VERSION.
[source](file-name): Use GIT-FILE-NAME.
2018-05-01 15:52:34 +02:00
Rutger Helling db48197761
gnu: mesa: Update to 18.0.2.
* gnu/packages/gl.scm (mesa): Update to 18.0.2.
[arguments]: Remove unused "s2tc" input from 'fix-dlopen-libnames phase.
2018-05-01 15:45:42 +02:00
Marius Bakke c0ef8ae22d
gnu: json-c: Update to 0.13.1.
* gnu/packages/web.scm (json-c): Update to 0.13.1.
[source](snippet): Remove obsolete substitution.
[arguments]: Remove.
2018-05-01 15:29:12 +02:00
Tobias Geerinckx-Rice 2e402618f6
gnu: shadow: Update to 4.6.
* gnu/packages/admin.scm (shadow): Update to 4.6.
[source]: Remove upstreamed patch.
* gnu/packages/patches/shadow-CVE-2018-7169.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-05-01 13:38:58 +02:00
Tobias Geerinckx-Rice d13f45646b
gnu: shadow: Return #t from all phases.
* gnu/packages/admin.scm (shadow)[arguments]: Return #t from the
‘set-nscd-file-name’ phase.
2018-05-01 07:31:32 +02:00
Tobias Geerinckx-Rice 0ed990530f
gnu: zathura-pdf-poppler: Update to 0.2.9.
* gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.2.9.
[build-system]: Switch to the Meson build system.
[arguments]: Trim accordingly.  Add a new ‘patch-plugin-directory’
phase.
2018-05-01 07:13:50 +02:00
Tobias Geerinckx-Rice aac2006d82
gnu: zathura-pdf-mupdf: Update to 0.3.3.
* gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.3.3.
[build-system]: Switch to the Meson build system.
[arguments]: Trim accordingly.  Add a new ‘patch-plugin-directory’
phase.
2018-05-01 07:13:49 +02:00
Tobias Geerinckx-Rice 7d475dd4ec
gnu: zathura-djvu: Update to 0.2.8.
* gnu/packages/pdf.scm (zathura-djvu): Update to 0.2.8.
[build-system]: Switch to the Meson build system.
[arguments]: Trim accordingly.  Add a new ‘patch-plugin-directory’
phase.
2018-05-01 07:13:49 +02:00
Tobias Geerinckx-Rice 06dbfb5d19
gnu: zathura-ps: Update to 0.2.6.
* gnu/packages/pdf.scm (zathura-ps): Update to 0.2.6.
[build-system]: Switch to the Meson build system.
[arguments]: Trim accordingly.  Add a new ‘patch-plugin-directory’
phase.
2018-05-01 07:13:49 +02:00
Tobias Geerinckx-Rice 02fcc6f240
gnu: zathura-cb: Update to 0.1.8.
* gnu/packages/pdf.scm (zathura-cb): Update to 0.1.8.
[build-system]: Switch to the Meson build system.
[arguments]: Trim accordingly.  Add a new ‘patch-plugin-directory’
phase.
2018-05-01 07:13:49 +02:00
Tobias Geerinckx-Rice eb6a5dab5c
gnu: zathura: Update to 0.3.9.
* gnu/packages/pdf.scm (zathura): Update to 0.3.9.
[native-inputs]: Add python-sphinx.
[build-system]: Switch to the Meson build system.
[arguments]: Trim accordingly.
2018-05-01 07:13:48 +02:00
Tobias Geerinckx-Rice bba29e106b
gnu: girara: Update to 0.2.9.
* gnu/packages/gtk.scm (girara): Update to 0.2.9.
[build-system]: Switch to Meson build system.
[arguments]: Trim accordingly.
2018-05-01 07:13:37 +02:00
Tobias Geerinckx-Rice a2cfe19041
gnu: Use HTTPS for www.boost.org.
* gnu/packages/bioinformatics.scm (libgff)[license]: Use HTTPS.
* gnu/packages/boost.scm (boost-sync)[license]: Likewise.
(boost)[license]: Likewise.
[home-page]: Likewise, and use canonical ‘www’ subdomain.
2018-05-01 06:51:15 +02:00
Leo Famulari 9eecf9bc13
gnu: gimp: Update to 2.10.0.
* gnu/packages/gimp.scm (gimp): Update to 2.10.0.
[inputs]: Add glib-networking, gexiv2, libmypaint, mypaint-brushes and
poppler-data.
[native-inputs]: Add glib:bin.
[source]: Remove obsolete patches and use HTTPS URL.
[home-page]: Use HTTPS URL.
* gnu/packages/patches/gimp-CVE-2017-17784.patch,
gnu/packages/patches/gimp-CVE-2017-17785.patch,
gnu/packages/patches/gimp-CVE-2017-17786.patch,
gnu/packages/patches/gimp-CVE-2017-17787.patch,
gnu/packages/patches/gimp-CVE-2017-17789.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-04-30 21:07:58 -04:00
Leo Famulari 08a752526d
gnu: babl: Update to 0.1.46.
* gnu/packages/gimp.scm (babl): Update to 0.1.46.
2018-04-30 21:07:58 -04:00
Leo Famulari f62633ca2d
gnu: gegl: Update to 0.4.
* gnu/packages/gimp.scm (gegl): Update to 0.4.
[inputs]: Move babl and glib to propagated-inputs.
[propagated-inputs]: Add json-glib.
[arguments]: Re-enable the tests and remove the obsolete 'pre-build'
phase.
[source]: Use HTTPS URL.
* gnu/packages/patches/gegl-CVE-2012-4433.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-04-30 21:07:58 -04:00
Leo Famulari 6d16140665
gnu: Add poppler-data.
* gnu/packages/pdf.scm (poppler-data): New variable.
2018-04-30 21:07:57 -04:00
Leo Famulari 4b5c056aee
gnu: Add mypaint-brushes.
* gnu/packages/gimp.scm (mypaint-brushes): New variable.
2018-04-30 21:07:57 -04:00
Leo Famulari 657687d338
gnu: Add libmypaint.
* gnu/packages/gimp.scm (libmypaint): New variable.
2018-04-30 21:07:57 -04:00
Clément Lassieur cb7c80f67d
services: prosody: Add a default value to the prosody-service-type.
* gnu/services/messaging.scm (prosody-service-type)[default-value]: New field.
2018-05-01 00:25:31 +02:00
Clément Lassieur 9c6a461cf0
services: prosody: Add a description to the prosody-service-type.
* gnu/services/messaging.scm (prosody-service-type)[description]: New field.
2018-05-01 00:25:26 +02:00
Kei Kebreau 1697048ff2
gnu: roguebox-adventures: Update to 2.2.1.
* gnu/packages/games.scm (roguebox-adventures): Update to 2.2.1.
[source]: Use url-fetch instead of git-fetch.
[arguments]: Rewrite install phase for update.
2018-04-30 18:13:02 -04:00
Ludovic Courtès 05c62b1e1d
gnu: guix-register: Reduce the set of dependencies.
* gnu/packages/package-management.scm (guix-register)[native-inputs]
[propagated-inputs]: New field.
2018-05-01 00:05:40 +02:00
fis 1170198d65
gnu: Add amule.
* gnu/packages/networking.scm (amule): New public variable.
* gnu/packages/patches/amule_crypto-6.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30 23:41:22 +02:00
Ludovic Courtès b989c3e376
gnu: guile-dbi: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-dbi)[inputs]: Switch to GUILE-2.2.
[arguments]: Adjust to use "/2.2".
2018-04-30 23:41:22 +02:00
Ludovic Courtès d5eacecc9f
gnu: guile-redis: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-redis)[inputs]: Switch to
GUILE-2.2.
(guile2.0-redis): New variable.
(guile2.2-redis): Define in terms of 'deprecated-package'.
2018-04-30 23:41:22 +02:00
Ludovic Courtès 2863860b6c
gnu: guile-irregex: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-irregex)[inputs]: Switch to
GUILE-2.2.
(guile2.0-irregex): New variable.
(guile2.2-irregex): Define in terms of 'deprecated-package'.
2018-04-30 23:41:22 +02:00
Ludovic Courtès d58ee08dff
gnu: guile-minikanren: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-minikanren)[inputs]: Switch to
GUILE-2.2.
(guile2.0-minikanren): New variable.
(guile2.2-minikanren): Define in terms of 'deprecated-package'.
2018-04-30 23:41:22 +02:00
Ludovic Courtès d573d8926d
gnu: guile-ics: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-ics)[inputs]: Switch to GUILE-2.2.
[propagated-inputs]: Switch to GUILE-LIB.
2018-04-30 23:41:22 +02:00
Ludovic Courtès 291c2d57e8
gnu: guile-ics: Update to 0.2.0.
* gnu/packages/guile.scm (guile-ics): Update to 0.2.0.
2018-04-30 23:41:21 +02:00
Ludovic Courtès bc96a8b57b
gnu: geiser: Switch to Guile 2.2.
* gnu/packages/emacs.scm (geiser)[inputs]: Switch to GUILE-2.2.
2018-04-30 23:41:21 +02:00
Ludovic Courtès 0e4885af02
gnu: gzochi: Switch to Guile 2.2.
* gnu/packages/game-development.scm (gzochi)[inputs]: Switch to GUILE-2.2.
2018-04-30 23:41:21 +02:00
Ludovic Courtès 1798e9ee97
gnu: gzochi: Build without '-Werror'.
Previously it would fail to build due to GLib deprecation warnings.

* gnu/packages/game-development.scm (gzochi)[arguments]: New field.
2018-04-30 23:41:21 +02:00
Ludovic Courtès 350f50cbd3
gnu: tcc-wrapper: Use Guile 2.2.
* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2.
2018-04-30 23:41:21 +02:00
Tobias Geerinckx-Rice e64a3b436a
gnu: sudo: Update to 1.8.23.
* gnu/packages/admin.scm (sudo): Update to 1.8.23.
2018-04-30 23:03:39 +02:00
Mark H Weaver f0ae90cbbb
Merge branch 'master' into core-updates 2018-04-30 16:48:15 -04:00
Mark H Weaver 59bc15cf88
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes
from the upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1452075.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-04-30 16:46:40 -04:00
Tobias Geerinckx-Rice 1672e7e714
gnu: perl-dbix-class-schema-loader: Update to 0.07049.
* gnu/packages/databases.scm (perl-dbix-class-schema-loader): Update to 0.07049.
2018-04-30 21:36:11 +02:00
Tobias Geerinckx-Rice 435897c0f2
gnu: perl-dbix-class: Update to 0.082841.
* gnu/packages/databases.scm (perl-dbix-class): Update to 0.082841.
2018-04-30 21:36:10 +02:00
Tobias Geerinckx-Rice e56feffec0
gnu: acpica: Update to 20180427.
* gnu/packages/admin.scm (acpica): Update to 20180427.
2018-04-30 21:36:10 +02:00
Tobias Geerinckx-Rice 443c432e90
gnu: reposurgeon: End all phases in truth.
* gnu/packages/version-control.scm (reposurgeon)[arguments]: Return #t
from the ‘install-emacs-data’ phase, instead of COPY-FILE's undefined
result.
2018-04-30 21:36:10 +02:00
Tobias Geerinckx-Rice 53bed20918
gnu: rhash: Update to 1.3.6.
* gnu/packages/crypto.scm (rhash): Update to 1.3.6.
[arguments]: Adjust to extensive build system changes.
2018-04-30 21:36:10 +02:00
Clément Lassieur 539a8d2931
gnu: gajim: Update to 1.0.2.
* gnu/packages/messaging.scm (gajim): Update to 1.0.2.
2018-04-30 21:23:21 +02:00
Clément Lassieur 4b6e2a19af
gnu: python-nbxmpp: Update to 0.6.5.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.5.
2018-04-30 21:23:15 +02:00
Leo Famulari d0e888c39d
gnu: xournal: Update to 0.4.8.2016.
* gnu/packages/pdf.scm (xournal): Update to 0.4.8.2016.
2018-04-30 14:13:06 -04:00
Marius Bakke cf0d6d8367
gnu: meson: Update to 0.46.0.
* gnu/packages/build-tools.scm (meson): Update to 0.46.0.
* gnu/packages/patches/meson-for-build-rpath.patch: Adapt.
2018-04-30 19:47:38 +02:00
Marius Bakke d54303215e
gnu: gtk+: Update to 3.22.30.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.30.
2018-04-30 19:37:53 +02:00
Marius Bakke 5318b103ff
gnu: libepoxy: Update to 1.5.1.
* gnu/packages/gl.scm (libepoxy): Update to 1.5.1.
2018-04-30 19:33:03 +02:00
Marius Bakke a66853810e
Merge branch 'staging' 2018-04-30 19:26:03 +02:00
Fis Trivial fb8966abc4
gnu: python-jedi: Update to 0.12.0, enable tests.
* gnu/packages/python.scm (jedi): Update to 0.12.0, enable tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30 14:35:17 +02:00
Fis Trivial 8b2597d542
gnu: Add python-parso.
* gnu/packages/python.scm (python-parso, python2-parso): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-30 14:35:05 +02:00
Ludovic Courtès 5986e94118
services: gpm: Provide a default value and document 'gpm-service-type'.
* gnu/services/base.scm (%default-gpm-options): New variable.
(<gpm-configuration>)[gpm, options]: Add default values.
(gpm-service-type)[default-value]: New field.
(gpm-service): Use %DEFAULT-GPM-OPTIONS and mark as deprecated.
* doc/guix.texi (Base Services): Document 'gpm-service-type' and
'gpm-configuration'.  Remove 'gpm-service'.
2018-04-30 14:22:43 +02:00
Ludovic Courtès f675d8b97d
gnu: Remove a couple of old deprecated package aliases.
* gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
2018-04-30 14:22:43 +02:00
Ludovic Courtès 3edbe53924
gnu: skribilo: Update to 0.9.4 and switch to Guile 2.2.
* gnu/packages/skribilo.scm (skribilo): Update to 0.9.4.
[arguments]: Remove #:configure-flags.  Adjust -C flag added to
'skribilo.in' in 'pre-configure' phase.
[inputs]: Switch to GUILE-2.2.
[native-inputs]: Switch to GUILE-LIB and GUILE-READER.
2018-04-30 14:22:43 +02:00
Danny Milosavljevic 70ab130a49
services: Re-export static-networking-service, static-networking-service-type.
* gnu/services/networking.scm: Re-export static-networking-service,
static-networking-service-type.
2018-04-30 10:43:03 +02:00
Rutger Helling d95e4864ba
gnu: wine: Add Kerberos support.
* gnu/packages/wine.scm (wine)[inputs]: Add mit-krb5.
2018-04-30 10:28:45 +02:00
Rutger Helling fc6dace31d
gnu: wine-staging: Update to 3.7.
* gnu/packages/wine.scm (wine-staging): Update to 3.7.
2018-04-30 10:14:37 +02:00
Rutger Helling 6e9e598954
gnu: wine-staging-patchset-data: Update to 3.7.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.7.
2018-04-30 10:14:37 +02:00
Mark H Weaver 3d5ad159b3
Merge branch 'master' into core-updates 2018-04-30 04:03:54 -04:00
Mark H Weaver 8c21c64e59
gnu: linux-libre: Update to 4.16.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.6.
(%linux-libre-hash): Update hash.
2018-04-30 03:27:52 -04:00
Mark H Weaver 7be01574b7
gnu: linux-libre@4.14: Update to 4.14.38.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.38.
(%linux-libre-4.14-hash): Update hash.
2018-04-30 03:26:56 -04:00
Mark H Weaver f34ea4afdd
gnu: linux-libre@4.9: Update to 4.9.97.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.97.
2018-04-30 03:26:01 -04:00
Mark H Weaver 3026c61077
gnu: linux-libre@4.4: Update to 4.4.130.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.130.
2018-04-30 03:25:23 -04:00
Danny Milosavljevic d94e81dbfc
services: Add modem-manager-service-type.
* gnu/services/networking.scm (modem-manager-service-type): New variable.
(<modem-manager-configuration>): New variable.
(modem-manager-configuration): New procedure.
(modem-manager-configuration?): New procedure.
* doc/guix.texi (Networking Services): Document it.
* gnu/tests/networking.scm: Import (gnu services base).
2018-04-30 03:47:16 +02:00
Danny Milosavljevic c9436025a9
services: Move static-networking to (gnu services base).
* gnu/services/networking.scm (static-networking, static-networking?,
static-networking-interface, static-networking-ip, static-networking-netmask,
static-networking-gateway, static-networking-requirement,
static-networking-service, static-networking-service-type): Move to...
* gnu/services/base.scm: ...here.
2018-04-30 03:47:14 +02:00
Julien Lepiller f1f4a4f016
gnu: Add java-apache-ivy.
* gnu/package/java.scm (java-apache-ivy): New variable.
* gnu/packages/patches/java-apache-ivy-port-to-latest-bouncycastle.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-04-29 23:23:14 +02:00
Julien Lepiller b0fbf59656
gnu: Add java-jsch-agentproxy-jsch.
* gnu/packages/java.scm (java-jsch-agentproxy-jsch): New variable.
2018-04-29 23:23:09 +02:00
Julien Lepiller 5a46b17b12
gnu: Add java-jsch-agentproxy-connector-factory.
* gnu/packages/java.scm (java-jsch-agentproxy-connector-factory): New
variable.
2018-04-29 23:23:07 +02:00
Julien Lepiller 96d6d9c797
gnu: Add java-jsch-agentproxy-usocket-nc.
* gnu/packages/java.scm (java-jsch-agentproxy-usocket-nc): New variable.
2018-04-29 23:23:05 +02:00
Julien Lepiller 475225e306
gnu: Add java-jsch-agentproxy-pageant.
* gnu/packages/java.scm (java-jsch-agentproxy-pageant): New variable.
2018-04-29 23:23:03 +02:00
Julien Lepiller f438e63835
gnu: Add java-jsch-agentproxy-usocket-jna.
* gnu/packages/java.scm (java-jsch-agentproxy-usocket-jna): New
variable.
2018-04-29 23:23:01 +02:00
Julien Lepiller f1d79c97be
gnu: Add java-jsch-agentproxy-sshagent.
* gnu/packages/java.scm (java-jsch-agentproxy-sshagent): New variable.
2018-04-29 23:22:59 +02:00
Julien Lepiller 470674a541
gnu: Add java-jsch-agentproxy-core.
* gnu/packages/java.scm (java-jsch-agentproxy-core): New variable.
2018-04-29 23:22:56 +02:00
Julien Lepiller 50d70a727b
gnu: Add java-bouncycastle.
* gnu/packages/java.scm (java-bouncycastle): New variable.
(java-bouncycastle-bcprov, java-bouncycastle-bcpkix): Remove variable.
(java-kafka-clients)[inputs]: Use java-bouncycastle.
2018-04-29 23:22:30 +02:00
Vagrant Cascadian adc61d7244
gnu: Add u-boot-mx6cuboxi.
* gnu/packages/bootloaders.scm (u-boot-mx6cuboxi): New variable.
2018-04-29 19:03:05 +02:00
Vagrant Cascadian 95a3422ef1
gnu: Add u-boot-wandboard.
* gnu/packages/bootloaders.scm (u-boot-wandboard): New variable.
2018-04-29 19:03:05 +02:00
Vagrant Cascadian fd0b21d5f6
gnu: make-u-boot-package: Install 'SPL' files also.
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add 'SPL'
files to the files installed during custom 'install phase.
2018-04-29 19:03:03 +02:00
Ludovic Courtès df1eaffc36
file-systems: Expound '%pseudo-file-system-types'.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* gnu/system/file-systems.scm (%pseudo-file-system-types): Add
"debugfs", "efivarfs", "hugetlbfs", "overlay", and "securityfs".
2018-04-29 17:55:08 +02:00
Tobias Geerinckx-Rice 8bcda205f5
gnu: utf8proc: Update to 2.1.1.
* gnu/packages/textutils.scm (utf8proc): Update to 2.1.1.
2018-04-29 03:30:14 +02:00
Tobias Geerinckx-Rice 4f447d2f98
gnu: Use HTTPS for julialang.org home pages.
* gnu/packages/textutils.scm (utf8proc)[home-page]: Use HTTPS.
* gnu/packages/julia.scm (julia)[home-page]: Likewise
2018-04-29 03:29:48 +02:00
Fis Trivial a34bc5c913
gnu: python-autopep8: Update to 1.3.5
* gnu/packages/python.scm (python-autopep8): Update to 1.3.5

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28 23:34:04 +02:00
Fis Trivial 2dab4188ec
gnu: Add python-autograd
* gnu/packages/machine-learning.scm (python-autograd, python2-autograd): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28 23:33:50 +02:00
Diego Nicola Barbato 3c2d267f4b
gnu: escpr: Update to 1.6.20.
* gnu/packages/cups.scm (escpr): Update to 1.6.20.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28 23:28:02 +02:00
Ludovic Courtès 5a48a066ab
gnu: gcc-toolchain: Add "static" output.
This allows the use of 'gcc-toolchain' to create statically-linked
executables (requires libc.a.)

* gnu/packages/commencement.scm (make-gcc-toolchain): Add "static"
output.  Add "libc-static" to 'inputs'.  Add call to 'union-build' for
the "static" output.
2018-04-28 22:33:47 +02:00
Kei Kebreau 48167ccd75
gnu: dfc: Update to 3.1.1.
* gnu/packages/admin.scm (dfc): Update to 3.1.1.
2018-04-28 14:40:18 -04:00
Marius Bakke 720d9df908
gnu: notmuch: Update to 0.26.2.
* gnu/packages/mail.scm (notmuch): Update to 0.26.2.
2018-04-28 16:55:39 +02:00
Marius Bakke af574d824a
gnu: godot: Update to 3.0.2.
* gnu/packages/game-development.scm (godot): Update to 3.0.2.
2018-04-28 16:55:39 +02:00
Marius Bakke 5b8d2ace93
gnu: godot: Remove unused bundled libraries from the source.
While at it, also use system libvpx.

* gnu/packages/game-development.scm (godot)[source](snippet): New field.
[arguments]: Add "builtin_libvpx=no" to #:scons-flags.
[inputs]: Add LIBVPX.
2018-04-28 16:55:39 +02:00
Marius Bakke 8311a84416
gnu: godot: Add a file extension to source file name.
* gnu/packages/game-development.scm (godot)[source](file-name): Append ".tar.gz".
2018-04-28 16:55:39 +02:00
Fis Trivial 7fb1530f2f
gnu: python-yapf: Update to 0.21.0.
* gnu/packages/python.scm (python-yapf): Update to 0.21.0.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-04-28 17:12:27 +03:00
Jan Nieuwenhuizen 5559e01fe0
gnu: mes: Update to 0.13.
* gnu/packages/mes.scm (mes): Update to 0.13.  Use new gitlab url scheme.
2018-04-28 15:30:49 +02:00
Roel Janssen 21c566a3aa
gnu: virt-manager: Update to 1.5.1.
* gnu/packages/virtualization.scm (virt-manager): Update to 1.5.1.
2018-04-28 10:14:47 +02:00
Roel Janssen a62d455d1d
gnu: fabric: Update to 1.14.0.
* gnu/packages/admin.scm (fabric): Update to 1.14.0;
[native-inputs]: Add python2-pynacl and python2-bcrypt.
2018-04-28 02:14:35 +02:00
Roel Janssen dad9556c5d
gnu: roary: Update to 3.12.0.
* gnu/packages/bioinformatics.scm (roary): Update to 3.12.0.
2018-04-28 01:52:52 +02:00
Roel Janssen 169fa0d813
gnu: gnome-terminal: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.28.1.
2018-04-28 01:45:32 +02:00
Roel Janssen 6a71d454de
gnu: vte: Update to 0.52.1.
* gnu/packages/gnome.scm (vte): Update to 0.52.1.
2018-04-28 01:44:29 +02:00
Roel Janssen d36d5229ed
gnu: star: Update to 2.6.0a.
* gnu/packages/bioinformatics.scm (star): Update to 2.6.0a.
2018-04-28 01:24:10 +02:00
Roel Janssen 457fd268ff
gnu: multiqc: Update to 1.5.
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.5.
2018-04-28 01:10:24 +02:00
Roel Janssen 4b93efec28
gnu: express: Link with shared protobuf library.
* gnu/packages/bioinformatics.scm (express): Link with shared protobuf
  library.
2018-04-28 01:07:15 +02:00
Ricardo Wurmus e09d74ecd2
gnu: Add r-codedepends.
* gnu/packages/cran.scm (r-codedepends): New variable.
2018-04-28 01:02:43 +02:00
Roel Janssen 4ffa085875
gnu: bamtools: Update to 2.5.1.
* gnu/packages/bioinformatics.scm (bamtools): Update to 2.5.1.
2018-04-28 00:56:59 +02:00
Roel Janssen d0c75e73d4
gnu: taxtastic: Update to 0.8.5.
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.8.5.
2018-04-28 00:43:16 +02:00
Roel Janssen 5e3175f743
gnu: nnn: Update to 1.7.
* gnu/packages/admin.scm (nnn): Update to 1.7.
2018-04-28 00:38:31 +02:00
Ludovic Courtès 6ddb59607b
guix system: Report wrong file system 'device' fields.
Previously, if you wrote (device "my-label") without (title 'label),
you'd get:

  guix system: error: stat: No such file or directory: "my-label"

Now you get a proper error and a hint.

Reported by Pierre-Antoine Rouby.

* guix/scripts/system.scm (check-file-system-availability)[literal]: New
variable.  Loop over LITERAL.
* gnu/system/file-systems.scm (%pseudo-file-system-types): New variable.
* guix/ui.scm (display-hint): Make public.
2018-04-27 18:45:02 +02:00
Tobias Geerinckx-Rice c441959819
gnu: libstaroffice: Update to 0.0.6.
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.6.
2018-04-27 15:56:19 +02:00
Tobias Geerinckx-Rice 8b1e89a4ad
gnu: perl-multidimensional: Update to 0.014.
* gnu/packages/perl.scm (perl-multidimensional): Update to 0.014.
2018-04-27 15:56:18 +02:00
Tobias Geerinckx-Rice 6e66835393
gnu: perl-bareword-filehandles: Update to 0.006.
* gnu/packages/perl.scm (perl-bareword-filehandles): Update to 0.006.
2018-04-27 15:56:18 +02:00
Ben Woodcroft 53ec1b7e8b
gnu: vsearch: Update to 2.8.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.8.0.
2018-04-27 23:20:00 +10:00
Ben Woodcroft 171cf56c2f
gnu: diamond: Update to 0.9.21.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.21.
2018-04-27 23:20:00 +10:00
Ricardo Wurmus a6334e6e8d
gnu: emacs-websocket: Update to 1.10.
* gnu/packages/emacs.scm (emacs-websocket): Update to 1.10.
[source]: Fetch from git.
2018-04-27 13:32:40 +02:00
Ricardo Wurmus 8e71673d2f
gnu: r-robustbase: Update to 0.93-0.
* gnu/packages/statistics.scm (r-robustbase): Update to 0.93-0.
2018-04-27 13:30:43 +02:00
Ricardo Wurmus 5ce901d59a
gnu: r-r-oo: Update to 1.22.0.
* gnu/packages/statistics.scm (r-r-oo): Update to 1.22.0.
2018-04-27 13:30:43 +02:00
Ricardo Wurmus 97dbc684c8
gnu: r-foreign: Update to 0.8-70.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-70.
2018-04-27 13:30:43 +02:00
Ricardo Wurmus 7f77e5d5fa
gnu: r-metap: Update to 0.9.
* gnu/packages/cran.scm (r-metap): Update to 0.9.
2018-04-27 13:30:43 +02:00
Ricardo Wurmus d4dee0804a
gnu: r-pillar: Update to 1.2.2.
* gnu/packages/cran.scm (r-pillar): Update to 1.2.2.
2018-04-27 13:30:43 +02:00
Ricardo Wurmus deb4894405
gnu: emacs-slack: Update to 0-4.d903954.
* gnu/packages/emacs.scm (emacs-slack): Update to 0-4.d903954.
2018-04-27 13:29:48 +02:00
Chris Marusich a654d3debd
services: Set default <dhcpd-configuration> version to "4".
* gnu/services/networking.scm (<dhcpd-configuration>) <version>: Set the
default to "4" instead of "6"; both our manual and upstream says the default
should be "4".
2018-04-27 01:39:28 -07:00
Tobias Geerinckx-Rice 2216b6f410
gnu: thefuck: Use INVOKE.
* gnu/packages/admin.scm (thefuck)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with explicit #t.
2018-04-27 05:36:55 +02:00
Tobias Geerinckx-Rice 3290f10773
gnu: thefuck: Update to 3.26.
* gnu/packages/admin.scm (thefuck): Update to 3.26.
2018-04-27 05:36:54 +02:00
Tobias Geerinckx-Rice d11edbdf7d
gnu: infamous-plugins: Update to 0.2.04.
* gnu/packages/audio.scm (infamous-plugins): Update to 0.2.04.
2018-04-27 05:36:54 +02:00
Tobias Geerinckx-Rice a9071e5c51
gnu: infamous-plugins: Use HTTPS home page.
* gnu/packages/audio.scm (infamous-plugins)[home-page]: Use HTTPS.
2018-04-27 05:36:54 +02:00
Tobias Geerinckx-Rice 7adaf5b5ad
gnu: drumstick: Update to 1.1.1.
* gnu/packages/music.scm (drumstick): Update to 1.1.1.
[inputs]: Remove fluidsynth.
2018-04-27 05:36:54 +02:00
Tobias Geerinckx-Rice 5346d91523
gnu: mpd: Update to 0.20.19.
* gnu/packages/mpd.scm (mpd): Update to 0.20.19.
2018-04-27 05:36:53 +02:00
Tobias Geerinckx-Rice 53c475d104
gnu: tuxguitar: Update to 1.5.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.
2018-04-27 05:36:53 +02:00
Tobias Geerinckx-Rice d4eae3f7d2
gnu: tuxguitar: Update home page.
The tuxguitar.pw domain is infested with squatters.

* gnu/packages/music.scm (tuxguitar)[home-page]: Update.
2018-04-27 05:36:53 +02:00
Tobias Geerinckx-Rice 15fc96e073
gnu: perl-clone: Update to 0.39.
* gnu/packages/perl.scm (perl-clone): Update to 0.39.
2018-04-27 05:36:53 +02:00
Tobias Geerinckx-Rice 54c3b7bf66
gnu: perl-strictures@2: Update to 2.000004.
* gnu/packages/perl.scm (perl-strictures-2): Update to 2.000004.
2018-04-27 05:36:52 +02:00
Eric Bavier adfc742c42
gnu: ranger: Fix description and tests.
* gnu/packages/disk.scm (ranger)[arguments]: Replace '#:phases' with
'#:test-target'.
[description]: Remove texinfo markup.  'VI' -> 'Vi'.
2018-04-26 21:08:23 -05:00
Eric Bavier 834b0b9a5c
gnu: Add Ranger.
* gnu/packages/disk.scm (ranger): New variable.
2018-04-26 20:54:18 -05:00
Eric Bavier e7323f4c08
gnu: mumps: Update to 5.1.2.
* gnu/packages/maths.scm (mumps): Update to 5.1.2.
2018-04-26 20:54:18 -05:00
Eric Bavier d98e9009a9
gnu: scotch: Update to 6.0.5a.
* gnu/packages/patches/pt-scotch-build-parallelism.patch: Delete files.
* gnu/packages/patches/scotch-build-parallelism.patch,
gnu/packages/patches/scotch-graph-diam-64.patch,
gnu/packages/patches/scotch-graph-induce-type-64.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/maths.scm (scotch): Update to 6.0.5a.
[source](patches): Adjust accordingly.
2018-04-26 20:54:18 -05:00
Tobias Geerinckx-Rice c2e76b7082
gnu: darktable: Update to 2.4.3.
* gnu/packages/photo.scm (darktable): Update to 2.4.3.
2018-04-27 03:11:50 +02:00
Tobias Geerinckx-Rice 5b292eac73
gnu: quassel: Use HTTPS home page.
* gnu/packages/irc.scm (quassel)[home-page]: Use HTTPS.
2018-04-27 02:56:45 +02:00
Tobias Geerinckx-Rice 72dae07296
gnu: quassel: Update to 0.12.5.
* gnu/packages/irc.scm (quassel): Update to 0.12.5.
[source]: Remove patch.
* gnu/packages/patches/quassel-fix-tls-check.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-04-27 02:56:44 +02:00
Tobias Geerinckx-Rice 1c51b7b4bc
gnu: libetonyek: Update to 0.1.8.
gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.8.
2018-04-27 02:56:44 +02:00
Tobias Geerinckx-Rice fb9232d717
gnu: cpuid: Update to 20180419.
* gnu/packages/linux.scm (cpuid): Update to 20180419.
2018-04-27 02:56:44 +02:00
Tobias Geerinckx-Rice ca2158bb3a
gnu: pcmanfm: Update to 1.3.0.
* gnu/packages/lxde.scm (pcmanfm): Update to 1.3.0.
[source]: Remove patch.
* gnu/packages/patches/pcmanfm-CVE-2017-8934.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-04-27 02:56:43 +02:00
Tobias Geerinckx-Rice d5db813b38
gnu: libfm: Update to 1.3.0.
* gnu/packages/lxde.scm (libfm): Update to 1.3.0.
2018-04-27 02:56:43 +02:00
Tobias Geerinckx-Rice 6a4c7d311a
gnu: perl-log-any-adapter-log4perl: Update to 0.09.
* gnu/packages/perl.scm (perl-log-any-adapter-log4perl): Update to 0.09.
[source]: Update maintainer URI.
2018-04-27 02:56:43 +02:00
Tobias Geerinckx-Rice e1612fb59c
gnu: perl-safe-isa: Update to 1.000010.
* gnu/packages/perl.scm (perl-safe-isa): Update to 1.000010.
2018-04-27 02:56:42 +02:00
Tobias Geerinckx-Rice c3a17ab7af
gnu: perl-sub-quote: Update to 2.005001.
* gnu/packages/perl.scm (perl-sub-quote): Update to 2.005001.
2018-04-27 02:56:42 +02:00
Tobias Geerinckx-Rice 9b8e38ae3d
gnu: perl-capture-tiny: Update to 0.48.
* gnu/packages/perl.scm (perl-capture-tiny): Update to 0.48.
2018-04-27 02:56:42 +02:00
Tobias Geerinckx-Rice 085a95a71c
gnu: perl-b-hooks-endofscope: Update to 0.24.
* gnu/packages/perl.scm (perl-b-hooks-endofscope): Update to 0.24.
2018-04-27 02:56:41 +02:00
Tobias Geerinckx-Rice 9960ed6291
gnu: perl-file-sharedir-install: Update to 0.13.
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.13.
2018-04-27 02:56:41 +02:00
Tobias Geerinckx-Rice a7999e2d63
gnu: perl-test-notabs: Update to 2.02.
* gnu/packages/perl-check.scm (perl-test-notabs): Update to 2.02.
2018-04-27 02:56:41 +02:00
Tobias Geerinckx-Rice 93a554a0d9
gnu: python-simplejson: Update to 3.14.0.
* gnu/packages/python.scm (python-simplejson): Update to 3.14.0.
2018-04-27 02:56:40 +02:00
Tobias Geerinckx-Rice e3e74e4022
gnu: python2-ndg-httpsclient: Fix build.
This might be a follow-up to a39cc01632
from 2016, which would be neat.

* gnu/packages/python-web.scm (python2-ndg-httpsclient)[arguments]: Use
SUBSTITUTE-KEYWORD-ARGUMENTS to still skip tests.
2018-04-27 02:56:17 +02:00
Christopher Lemmer Webber ae9877fed3
gnu: paperkey: Update to 1.5.
* gnu/packages/gnupg.scm (paperkey): Update to 1.5.
2018-04-26 19:11:27 -05:00
Roel Janssen b43a9eb361
gnu: bedops: Update to 2.4.33.
* gnu/packages/bioinformatics.scm (bedops): Update to 2.4.33.
2018-04-27 01:11:57 +02:00
Roel Janssen c829c5ea85
gnu: samtools: Update to 1.8.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.8.
2018-04-27 01:11:47 +02:00
Roel Janssen cbd9f91c32
gnu: bcftools: Update to 1.8.
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.8.
* gnu/local.mk: Remove patch.
* gnu/packages/patches/bcftools-regidx-unsigned-char.patch: Remove file.
2018-04-27 01:11:42 +02:00
Roel Janssen 8df0267ad4
gnu: htslib: Update to 1.8.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.8.
2018-04-27 01:11:24 +02:00
Leo Famulari 16ef3368da
gnu: PackageKit: Update to 1.1.10 [fixes CVE-2018-1106].
* gnu/packages/freedesktop.scm (packagekit): Update to 1.1.10.
2018-04-26 16:10:54 -04:00
Alex Kost 1f22a544c2
gnu: emacs-magit-popup: Update to 2.12.3.
* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.3.
2018-04-26 23:03:51 +03:00
Alex Kost cec021d16a
gnu: emacs-with-editor: Update to 2.7.2.
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.2.
2018-04-26 23:03:51 +03:00
Alex Kost e9c3a780d1
gnu: geiser: Update to 0.10.
* gnu/packages/emacs.scm (geiser): Update to 0.10.
2018-04-26 23:03:51 +03:00
Leo Famulari 205044b9c1
gnu: python-josepy: Update to 1.1.0.
* gnu/packages/python-crypto.scm (python-josepy, python2-josepy): Update
to 1.1.0.
2018-04-26 15:41:40 -04:00
Tobias Geerinckx-Rice d1f1a7a0b1
gnu: python-qrcode: Update to 6.0.
* gnu/packages/python.scm (python-qrcode): Update to 6.0.
2018-04-26 21:09:00 +02:00
Tobias Geerinckx-Rice c10176649f
gnu: python2-pathlib2: Update to 2.3.2.
* gnu/packages/python.scm (python2-pathlib2): Update to 2.3.2.
2018-04-26 21:09:00 +02:00
Tobias Geerinckx-Rice 5cf24cde18
gnu: python-rst.linker: Update to 1.9.
* gnu/packages/python.scm (python-rst.linker): Update to 1.9.
2018-04-26 21:09:00 +02:00
Tobias Geerinckx-Rice 9052324d72
gnu: python-sphinx@1.6: Update to 1.6.4.
* gnu/packages/python.scm (python-sphinx-1.6): Update to 1.6.4.
2018-04-26 21:09:00 +02:00
Tobias Geerinckx-Rice ebf09e77dc
gnu: python-ndg-httpsclient: Update to 0.5.0.
* gnu/packages/python-web.scm (python-ndg-httpsclient): Update to 0.5.0.
2018-04-26 21:08:59 +02:00
Tobias Geerinckx-Rice 9616e86aa0
gnu: r-ztable: Update to 0.1.8.
* gnu/packages/statistics.scm (r-ztable): Update to 0.1.8.
2018-04-26 21:08:59 +02:00
Tobias Geerinckx-Rice 9b4d3c1d02
gnu: r-sn: Update to 1.5-2.
* gnu/packages/statistics.scm (r-sn): Update to 1.5-2.
2018-04-26 21:08:59 +02:00
Tobias Geerinckx-Rice 442ce03acc
gnu: r-sourcetools: Update to 0.1.7.
* gnu/packages/statistics.scm (r-sourcetools): Update to 0.1.7.
2018-04-26 21:08:59 +02:00
Tobias Geerinckx-Rice 5e517e9b98
gnu: python-html5-parser: Update to 0.4.5.
* gnu/packages/python-web.scm (python-html5-parser): Update to 0.4.5.
2018-04-26 21:08:58 +02:00
Tobias Geerinckx-Rice a4d8b386ac
gnu: mg: Update to 20180408.
* gnu/packages/text-editors.scm (mg): Update to 20180408.
[source]: Switch from discontinued proper releases to a git tag.
2018-04-26 21:08:58 +02:00
Tobias Geerinckx-Rice 11edb2474c
gnu: mg: Find ncurses through pkg-config.
* gnu/packages/text-editors.scm (mg)[arguments]: Remove explicit
‘CURSES_LIBS=-lncurses’ setting from #:make-flags.
2018-04-26 21:08:58 +02:00
Tobias Geerinckx-Rice 1cc3e26b6a
gnu: fio: Use INVOKE.
* gnu/packages/benchmark.scm (fio)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with explicit #t.
2018-04-26 21:08:58 +02:00
Tobias Geerinckx-Rice d2caedf08d
gnu: ghostwriter: Update to 1.6.2.
* gnu/packages/text-editors.scm (ghostwriter): Update to 1.6.2.
2018-04-26 21:08:58 +02:00
Tobias Geerinckx-Rice 3b8064734e
gnu: youtube-viewer: Update to 3.3.4.
* gnu/packages/video.scm (youtube-viewer): Update to 3.3.4.
2018-04-26 21:08:57 +02:00
Tobias Geerinckx-Rice a3cbd75bb3
gnu: openvpn: Update to 2.4.6.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.6.
2018-04-26 21:08:57 +02:00
Tobias Geerinckx-Rice b6617a1ed8
gnu: perl-text-glob: Update to 0.11.
* gnu/packages/perl.scm (perl-text-glob): Update to 0.11.
2018-04-26 21:08:57 +02:00
Tobias Geerinckx-Rice 4e7ec8c06e
gnu: perl-task-weaken: Update to 1.06.
* gnu/packages/perl.scm (perl-task-weaken): Update to 1.06.
2018-04-26 21:08:57 +02:00
Tobias Geerinckx-Rice 4f1f1592a6
gnu: perl-module-find: Update to 0.13.
* gnu/packages/perl.scm (perl-module-find): Update to 0.13.
2018-04-26 21:08:56 +02:00
Tobias Geerinckx-Rice dbfbe2b0c8
gnu: perl-mime-types: Update to 2.17.
* gnu/packages/perl.scm (perl-mime-types): Update to 2.17.
2018-04-26 21:08:56 +02:00
Tobias Geerinckx-Rice 4844ccb2fe
gnu: perl-file-sharedir-install: Update to 0.12.
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.12.
2018-04-26 21:08:56 +02:00
Tobias Geerinckx-Rice 39a915c2bf
gnu: perl-devel-overloadinfo: Update to 0.005.
* gnu/packages/perl.scm (perl-devel-overloadinfo): Update to 0.005.
2018-04-26 21:08:56 +02:00
Tobias Geerinckx-Rice ff8b52bad9
gnu: perl-class-inspector: Update to 1.32.
* gnu/packages/perl.scm (perl-class-inspector): Update to 1.32.
2018-04-26 21:08:55 +02:00
Tobias Geerinckx-Rice ea1db49a89
gnu: perl-file-find-rule: Update to 0.34.
* gnu/packages/perl.scm (perl-file-find-rule): Update to 0.34.
2018-04-26 21:08:55 +02:00
Tobias Geerinckx-Rice 8c8771c375
gnu: perl-error: Update to 0.17025.
* gnu/packages/perl-.scm (perl-error): Update to 0.17025.
2018-04-26 21:08:55 +02:00
Tobias Geerinckx-Rice 41b937cd5f
gnu: perl-test-simple: Update to 1.302136.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302136.
2018-04-26 21:08:55 +02:00
Tobias Geerinckx-Rice 8cb722028c
gnu: perl-test-output: Update to 1.031.
* gnu/packages/perl-check.scm (perl-test-output): Update to 1.031.
2018-04-26 21:08:54 +02:00
Tobias Geerinckx-Rice 23da2107f9
gnu: perl-test-differences: Update to 0.64.
* gnu/packages/perl-check.scm (perl-test-differences): Update to 0.64.
2018-04-26 21:08:54 +02:00
Tobias Geerinckx-Rice cb6fb537dd
gnu: perl-test-pod: Update to 1.52.
* gnu/packages/perl-check.scm (perl-test-pod): Update to 1.52.
2018-04-26 21:08:54 +02:00
Tobias Geerinckx-Rice 79a9dee62d
gnu: perl-test-base: Update to 0.89.
* gnu/packages/perl-check.scm (perl-test-base): Update to 0.89.
2018-04-26 21:08:54 +02:00
Leo Famulari 379848ed31
gnu: zsh: Update to 5.5.1.
* gnu/packages/shells.scm (zsh): Update to 5.5.1.
[source]: Remove obsolete patches.
* gnu/packages/patches/zsh-CVE-2018-7548.patch,
gnu/packages/patches/zsh-CVE-2018-7549.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2018-04-26 15:06:03 -04:00
Rouby Pierre-Antoine 2690b6ce7d
gnu: Add libpfm4.
* gnu/packages/linux.scm (libpfm4): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-26 16:10:30 +02:00
Rouby Pierre-Antoine 25637b770e
gnu: Add psm2.
* gnu/packages/linux.scm (psm2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-26 16:10:30 +02:00
Marius Bakke 28cae33891
gnu: perl@5.26.2: Don't export variable.
This prevents it from ending up in user profiles, which would fail due to
wrong search paths as reported in <https://bugs.gnu.org/31216#43>.

* gnu/packages/perl.scm (perl-5.26.2): Use DEFINE instead of DEFINE-PUBLIC.
2018-04-26 12:52:45 +02:00
Rutger Helling 90a8ef8c43
gnu: qemu: Enable GTK3 frontend.
* gnu/packages/virtualization.scm (qemu)[native-inputs]: Add "gettext" to native-inputs.
[inputs]: Add "gtk+" to inputs.
* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove "gettext"
from inherited inputs.
[inputs]: Remove "gtk+" from inherited inputs.
2018-04-26 12:45:57 +02:00
Rutger Helling 27b52c1f6a
gnu: qemu: Build with Python 3 and SDL2 support.
* gnu/packages/bootloaders.scm (qemu-minimal-2.10): Remove variable.
* gnu/packages/virtualization.scm (qemu)[inputs]: Use sdl2 instead of sdl.
[native-inputs]: Use python-wrapper instead of python@2.
* gnu/packages/virtualization.scm (qemu-minimal)[inputs]: Remove sdl2 instead of
sdl from inherited packages.
* gnu/packages/virtualization.scm (qemu-minimal-2.10): Add variable.
[native-inputs]: Remove python-wrapper from inherited packages and use python@2
instead.
* gnu/packages/debug.scm (american-fuzzy-lop): Inherit from moved hidden-package
qemu-minimal-2.10.
2018-04-26 12:45:57 +02:00
Rutger Helling 87bcd9bf65
gnu: evince: Update to 3.28.2.
* gnu/packages/gnome.scm (evince): Update to 3.28.2.
2018-04-26 11:04:11 +02:00
Rutger Helling 5fa88cc466
gnu: gnome-disk-utility: Update to 3.28.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.28.1.
2018-04-26 09:58:30 +02:00
Rutger Helling c7fc414e1e
gnu: gnome-tweak-tool: Update to 3.26.4.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.26.4.
[arguments]: Replace 'configure, 'build, 'check and 'install phases with Meson
build phases.
[native-inputs]: Add "gtk+:bin", "meson" and "ninja".
[inputs]: Add "nautilus." Replace "python@2" with "python" and
"python2-pygobject" with "python-pygobject".
2018-04-26 09:51:26 +02:00
Efraim Flashner dcf3ab6ab3
gnu: enlightenment: Update to 0.22.3.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.3.
2018-04-26 10:23:58 +03:00
Efraim Flashner 5e94ce9794
gnu: terminology: Update to 1.2.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.2.0.
[source]: Update source snippet.
[build-system]: Switch to meson-build-system.
[native-inputs]: Add perl.
2018-04-26 10:23:58 +03:00
Rutger Helling dce50fbc91
gnu: retroarch: Fix hash.
* gnu/packages/emulators.scm (retroarch): Fix incorrect hash.
2018-04-26 08:54:04 +02:00
宋文武 03e4589124
gnu: runc: Update comment about status of tests.
* gnu/packages/virtualization.scm (runc)[arguments]: Update comment.
2018-04-26 09:37:00 +08:00
Clément Lassieur eb88e2c11c
gnu: Add l-smash.
* gnu/packages/video.scm (l-smash): New variable.
2018-04-26 00:45:43 +02:00
Pierre Neidhardt 37b9be5878
gnu: guile-sdl2: Require guile 2.2.
* gnu/packages/sdl.scm (guile-sdl2)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-25 23:11:54 +02:00
Pierre Neidhardt a0bee5e769
gnu: Add emacs-evil-collection
* gnu/packages/emacs.scm (emacs-evil-collection): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-25 23:11:53 +02:00
Pierre Neidhardt b889df2722
gnu: Add emacs-helm-system-packages
* gnu/packages/emacs.scm (emacs-helm-system-packages): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-25 23:11:53 +02:00
Pierre Neidhardt 0eb3b8c0b6
gnu: guile-sly: Update home-page.
* gnu/packages/guile.scm (guile-sly): Update home-page.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-25 23:11:53 +02:00
Marius Bakke a9fe3882b9
Merge branch 'master' into staging 2018-04-25 15:53:41 +02:00
Marius Bakke 0afeda6521
gnu: multipath-tools: Update to 0.7.6.
* gnu/packages/linux.scm (multipath-tools): Update to 0.7.6.
2018-04-25 15:09:22 +02:00
Marius Bakke 5843dab8fb
gnu: fio: Update to 3.6.
* gnu/packages/benchmark.scm (fio): Update to 3.6.
2018-04-25 15:09:22 +02:00
Marius Bakke 3743e1320e
gnu: ceph: Update to 12.2.5.
* gnu/packages/patches/ceph-skip-collect-sys-info-test.patch: Adjust.
* gnu/packages/storage.scm (ceph): Update to 12.2.5.
2018-04-25 15:09:22 +02:00
Marius Bakke 8bf8dedc9a
gnu: rocksdb: Update to 5.12.4.
* gnu/packages/databases.scm (rocksdb): Update to 5.12.4.
2018-04-25 15:09:22 +02:00
Roel Janssen d000264299
gnu: guile-ssh: Move files from bin to examples directory.
* gnu/packages/ssh.scm (guile-ssh): Move files from bin to the examples
  directory.
2018-04-25 14:55:26 +02:00
Roel Janssen 5b862761f2
gnu: guix: Update to ab85cf7.
* gnu/packages/package-management.scm (guix): Update to ab85cf7.
2018-04-25 14:28:28 +02:00
Tobias Geerinckx-Rice ab85cf7185
gnu: perl-business-isbn: Update to 3.004.
* gnu/packages/perl.scm (perl-business-isbn): Update to 3.004.
2018-04-25 11:47:13 +02:00
Tobias Geerinckx-Rice 222999c989
gnu: ruby-domain-name: Update to 0.5.20180417.
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20180417.
2018-04-25 11:47:13 +02:00
Tobias Geerinckx-Rice 21acf56184
gnu: perl-type-tiny: Update to 1.002002.
* gnu/packages/perl.scm (perl-type-tiny): Update to 1.002002.
2018-04-25 11:47:12 +02:00
Tobias Geerinckx-Rice 5854082a7a
gnu: ruby-ascii85: Update to 1.0.3.
* gnu/packages/ruby.scm (ruby-ascii85): Update to 1.0.3.
2018-04-25 11:47:12 +02:00
Rutger Helling fe355a1f8d
gnu: youtube-dl: Update to 2018.04.25.
* gnu/packages/video.scm (youtube-dl): Update to 2018.04.25.
2018-04-25 11:42:20 +02:00
Rutger Helling 113e9bc5a4
gnu: diffoscope: Update to 93.
* gnu/packages/package-management.scm (diffoscope): Update to 93.
2018-04-25 11:31:41 +02:00
Rutger Helling 035ee04b89
gnu: parallel: Update to 20180422.
* gnu/packages/parallel.scm (parallel): Update to 20180422.
2018-04-25 11:26:52 +02:00
Rutger Helling 076fcab120
gnu: vulkan-icd-loader: Update to 1.1.73.0.
* gnu/packages/vulkan.scm (vulkan-icd-loader): Update to 1.1.73.0.
2018-04-25 11:18:34 +02:00
Nicolas Goaziou 1a04c893fa
gnu: emacs-org, emacs-org-contrib: Update packages.
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.11.
(emacs-org-contrib): Update to 20180423.
2018-04-25 09:57:11 +02:00
Rutger Helling b24b19e3ff
gnu: retroarch: Update to 1.7.2.
* gnu/packages/emulators.scm (retroarch): Update to 1.7.2.
2018-04-24 23:33:09 +02:00
Mark H Weaver ba39d32807
gnu: linux-libre: Update to 4.16.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.4.
(%linux-libre-hash): Update hash.
2018-04-24 16:53:53 -04:00
Mark H Weaver feb477869e
gnu: linux-libre@4.14: Update to 4.14.36.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.36.
(%linux-libre-4.14-hash): Update hash.
2018-04-24 16:53:51 -04:00
Mark H Weaver 22789d97b0
gnu: linux-libre@4.9: Update to 4.9.96.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.96.
2018-04-24 16:53:49 -04:00
Mark H Weaver 005ccea624
gnu: linux-libre@4.4: Update to 4.4.129.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.129.
2018-04-24 16:53:47 -04:00
Marius Bakke 460292af30
gnu: qemu: Update to 2.12.0.
* gnu/packages/patches/qemu-CVE-2018-7550.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/virtualization.scm (qemu): Update to 2.12.0.
[source](patches): Remove.
2018-04-24 21:14:20 +02:00
Marius Bakke a0a553dcf1
gnu: libraw: Update to 0.18.9.
* gnu/packages/photo.scm (libraw): Update to 0.18.9.
2018-04-24 21:14:20 +02:00
Leo Famulari f0b85055c7
gnu: go@1.10: Update to 1.10.1 [fixes CVE-2018-7187].
* gnu/packages/golang.scm (go-1.10): Update to 1.10.1.
[arguments]: Disable the 'TestTwoPkgConfigs' test.
2018-04-24 13:07:08 -04:00
Leo Famulari 3f15744349
gnu: go@1.9: Update to 1.9.5 [fixes CVE-2018-7187].
* gnu/packages/golang.scm (go-1.9): Update to 1.9.5.
[arguments]: Disable the 'TestTwoPkgConfigs' test.
2018-04-24 13:07:07 -04:00
Leo Famulari 3f0ec617f5
gnu: go@1.4: Use the "real" pkg-config.
* gnu/packages/golang.scm (go-1.4)[native-inputs]: Use pkg-config instead of
%pkg-config.
2018-04-24 13:07:04 -04:00
Jelle Licht a65d88f2a5
gnu: node: Update to 9.11.1.
* gnu/packages/node.scm (node): Update to 9.11.1.
2018-04-24 16:28:44 +02:00
Roel Janssen 0ef8cc9c1c
gnu: Add r-qdnaseq.
* gnu/packages/bioconductor.scm (r-qdnaseq): New variable.
2018-04-24 14:12:32 +02:00
Roel Janssen 67ee83d6c3
gnu: Add r-cghcall.
* gnu/packages/bioconductor.scm (r-cghcall): New variable.
2018-04-24 14:12:15 +02:00
Roel Janssen 0416a0d4d5
gnu: Add r-cghbase.
* gnu/packages/bioconductor.scm (r-cghbase): New variable.
2018-04-24 14:11:51 +02:00
Roel Janssen 164502d819
gnu: Add r-marray.
* gnu/packages/bioconductor.scm (r-marray): New variable.
2018-04-24 14:11:19 +02:00
Roel Janssen fdc3a05d1b
gnu: Add r-snowfall.
* gnu/packages/cran.scm (r-snowfall): New variable.
2018-04-24 14:03:42 +02:00
Roel Janssen 793f83efe1
gnu: Add r-chippeakanno.
* gnu/packages/bioconductor.scm (r-chippeakanno): New variable.
2018-04-24 13:59:39 +02:00
Roel Janssen a6ae9ffd6a
gnu: Add r-multtest.
* gnu/packages/bioconductor.scm (r-multtest): New variable.
2018-04-24 13:59:33 +02:00
Jelle Licht 09e3cf5834
gnu: ansible: Add missing inputs
* gnu/packages/admin.scm (ansible)[native-inputs]: Add python2-bcrypt and
  python2-pynacl.
2018-04-24 14:45:27 +02:00
Jelle Licht acc6e6955f
gnu: Add python2-pynacl.
* gnu/packages/python-crypto.scm (python2-pynacl): New variable.
2018-04-24 14:45:11 +02:00
Roel Janssen 6d94bf6baa
gnu: Add r-ripseeker.
* gnu/packages/bioconductor.scm (r-ripseeker): New variable.
2018-04-24 13:34:29 +02:00
Roel Janssen a5b56a5346
gnu: Add r-diffbind.
* gnu/packages/bioconductor.scm (r-diffbind): New variable.
2018-04-24 13:33:56 +02:00
Rutger Helling be65267f93
gnu: virt-viewer: Update to 6.0.
* gnu/packages/spice.scm (virt-viewer): Update to 6.0.
2018-04-24 12:14:37 +02:00
宋文武 b45bfc9ca8
gnu: android-udev-rules: Update to 20180112.
* gnu/packages/android.scm (android-udev-rules): Update to 20180112.
2018-04-24 17:47:40 +08:00
Rutger Helling c0069835b1
gnu: toxic: Update to 0.8.2.
* gnu/packages/messaging.scm (toxic): Update to 0.8.2.
2018-04-24 10:13:25 +02:00
Rutger Helling 089abfc143
gnu: qtox: Update to 1.15.0.
* gnu/packages/messaging.scm (qtox): Update to 1.15.0.
2018-04-24 10:13:25 +02:00
Rutger Helling c11df2e879
gnu: utox: Update to 0.17.0.
* gnu/packages/messaging.scm (utox): Update to 0.17.0.
[source]: Use git-fetch instead of url-fetch.
[arguments]: Add "-DENABLE_TESTS=on" configure-flag.
2018-04-24 10:13:25 +02:00
Rutger Helling 230bd4bb60
gnu: c-toxcore: Update to 0.2.2.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.2.2.
[arguments]: Disable tests.
2018-04-24 10:13:25 +02:00
Ludovic Courtès d4bd876267
gnu: hop: Update hash of source tarball, which was modified in place.
Fixes <https://bugs.gnu.org/30804>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* gnu/packages/scheme.scm (hop)[source]: Update sha256.
2018-04-24 09:53:23 +02:00
Ludovic Courtès d5a48184d1
gnu: fortune-mod: Use a stable URL for the CMake rules.
* gnu/packages/games.scm (fortune-mod)[inputs]: Use a stable URL for
"cmake-rules".
2018-04-24 09:53:23 +02:00
Nicolas Goaziou 845688f009
gnu: grammalecte: Update to 0.6.4.
* gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.4.
[arguments]: Remove unnecessary fix.
2018-04-23 22:32:03 +02:00
Marius Bakke 2784b35f90
gnu: moc: Remove obsolete snippet.
* gnu/packages/music.scm (moc)[source](snippet): Remove.
2018-04-23 20:03:24 +02:00
Marius Bakke bb5c508c12
gnu: Use ffmpeg@3.4 in packages not ready for 4.0.
* gnu/packages/cdrom.scm (dvdstyler)[inputs]: Change FFMPEG with FFMPEG-3.4.
* gnu/packages/video.scm (mlt, motion, simplescreenrecorder)[inputs]: Likewise.
* gnu/packages/music.scm (moc, pianobar)[inputs]: Likewise.
2018-04-23 20:03:25 +02:00
Marius Bakke 0b909ab6bb
gnu: maim: Update to 5.5.
* gnu/packages/xdisorg.scm (maim): Update to 5.5.
2018-04-23 20:03:24 +02:00
Marius Bakke 89f9ffffe5
gnu: slop: Update to 7.4.
* gnu/packages/xdisorg.scm (slop): Update to 7.4.
2018-04-23 20:03:24 +02:00
Marius Bakke 68c4759baa
gnu: gstreamer: Downgrade to 1.12.5.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Downgrade to 1.12.5.
2018-04-23 19:47:49 +02:00
Marius Bakke 14534d7fcd
gnu: feh: Update to 2.26.
* gnu/packages/image-viewers.scm (feh): Update to 2.26.
2018-04-23 18:44:16 +02:00
Marius Bakke b981f77722
gnu: libwebp: Update to 1.0.0.
* gnu/packages/image.scm (libwebp): Update to 1.0.0.
[source]: Change to GIT-FETCH.
[arguments]: Add 'bootstrap' phase.
2018-04-23 18:44:16 +02:00
Marius Bakke 050e575678
gnu: Add wpa-supplicant-gui.
* gnu/packages/admin.scm (wpa-supplicant-gui): New public variable.
2018-04-23 18:44:16 +02:00
Rutger Helling 06079c196c
gnu: ffmpeg: Update to 4.0.
* gnu/packages/video.scm (ffmpeg): Update to 4.0.
* gnu/packages/video.scm (ffmpeg@3.4): New variable.
* gnu/packages/video.scm (ffmpeg-git): Remove variable.
* gnu/packages/video.scm (mpv)[inputs]: Build with ffmpeg instead of ffmpeg-git.
* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Build with ffmpeg@3.4 instead
of ffmpeg.
* gnu/packages/messaging.scm (qtox)[inputs]: Build with ffmpeg@3.4 instead of
ffmpeg.
* gnu/packages/emulators.scm (dolphin-emu)[inputs]: Build with ffmpeg@3.4
instead of ffmpeg.
* gnu/packages/gnunet.scm (libextractor)[inputs]: Build with ffmpeg@3.4 instead
of ffmpeg.
2018-04-23 15:44:39 +02:00
宋文武 de7f03ce0a
gnu: Add runc.
* gnu/packages/virtualization.scm (runc): New variable.
2018-04-23 11:22:58 +08:00
宋文武 0ed7498a46
gnu: Add src.
* gnu/packages/version-control.scm (src): New variable.
2018-04-23 11:22:58 +08:00
Pierre Langlois 01224157b7
gnu: Add ocproxy.
* gnu/packages/vpn.scm (ocproxy): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-22 23:50:49 +02:00
Konrad Hinsen c51e592d6c
gnu: Add emacs-elisp-slime-nav.
* gnu/packages/emacs.scm (emacs-elisp-slime-nav): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-22 23:50:49 +02:00
Ludovic Courtès b8a251d76e
gnu: libfive: Snippet returns a Boolean.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/engineering.scm (libfive)[source](snippet): Return #t.
2018-04-22 23:50:48 +02:00
Ricardo Wurmus 3d7f9cbe75
gnu: pigx-chipseq: Update to 0.0.15.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.15.
2018-04-22 23:00:51 +02:00
Ludovic Courtès c77835db04
gnu: tar: Work around a cross-compilation issue.
* gnu/packages/base.scm (tar)[arguments]: Add #:configure-flags when
cross-compiling.
2018-04-22 22:40:53 +02:00
Ludovic Courtès b0ff3606be
gnu: ncurses: Do not use "install -s" when cross-compiling.
Reported by Marius Bakke <mbakke@fastmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00157.html>.

* gnu/packages/ncurses.scm (ncurses)[arguments]: Add
"--disable-stripping" to #:configure-flags when cross-compiling.
2018-04-22 22:40:48 +02:00
Ludovic Courtès d3878d3d51
gnu: patch: Work around a cross-compilation issue.
Reported by Marius Bakke <mbakke@fastmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2018-04/msg00157.html>.

* gnu/packages/base.scm (patch)[arguments]: New field.
2018-04-22 22:40:48 +02:00
Leo Famulari 3ae45eb435
audacity: Update to 2.2.2.
* gnu/packages/audio.scm (audacity): Update to 2.2.2.
2018-04-22 13:43:38 -04:00
Efraim Flashner 5c1052039e
gnu: gcompris-qt: Update to 0.90.
* gnu/packages/education.scm (gcompris-qt): Update to 0.90.
[source, home-page]: Use https.
[arguments]: Add 'wrap-executable phase to declare the QT_PLUGIN_PATH
and QML2_IMPORT_PATH without needing propagated inputs.
[native-inputs]: Add qttools.
[inputs]: Remove qt, add qtbase, qtdeclarative, qtgraphicaleffects,
qtmultimedia, qtquickcontrols, qtsensors, qtsvg, qtxmlpatterns.
2018-04-22 15:57:22 +03:00
Efraim Flashner f347c24acc
gnu: freeimage: Use bundled libjxr.
* gnu/packages/image.scm (freeimage)[source]: Don't delete bundled
LibJXR directory.
[arguments]: Modify make-flags to not include external jxrlib.
[inputs]: Remove libjxr.
* gnu/packages/patches/freeimage-unbundle.patch: Modify to not unbundle
libjxr.
2018-04-22 12:20:15 +03:00
Chris Marusich f1104d9009
services: Add dhcpd-service-type and <dhcpd-configuration>.
* doc/guix.texi (Networking Services): Document it.
* gnu/services/networking.scm (dhcpd-service-type): Add it.
(dhcpd-configuration, dhcpd-configuration?): Add it.
(dhcpd-configuration-package): Add it.
(dhcpd-configuration-config-file): Add it.
(dhcpd-configuration-version): Add it.
(dhcpd-configuration-run-directory): Add it.
(dhcpd-configuration-lease-file): Add it.
(dhcpd-configuration-pid-file): Add it.
(dhcpd-configuration-interfaces): Add it.
* gnu/tests/networking.scm (minimal-dhcpd-v4-config-file)
(dhcpd-v4-configuration, %dhcpd-os, run-dhcpd-test, %test-dhcpd): New
variables.
2018-04-21 23:46:30 -07:00
Efraim Flashner e33498b868
gnu: cran.scm: Add missing module.
This is a follow-up to 9ebfdcd36c.

* gnu/packages/cran.scm: Import pkg-config.
2018-04-22 09:43:36 +03:00
Ricardo Wurmus 2cf42ec611
gnu: r-httpuv: Update to 1.4.1.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus c36ce47635
gnu: r-seurat: Update to 2.3.0.
* gnu/packages/bioinformatics.scm (r-seurat): Update to 2.3.0.
[propagated-inputs]: Add r-cluster, r-dosnow, r-fitdistrplus, r-foreach,
r-lmtest, r-png, and r-rann.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 3cf9ae2f75
gnu: Add r-dosnow.
* gnu/packages/cran.scm (r-dosnow): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 6ab97ed56a
gnu: r-lambda-r: Update to 1.2.2.
* gnu/packages/statistics.scm (r-lambda-r): Update to 1.2.2.
[arguments]: Remove.
[native-inputs]: Remove.
[propagated-inputs]: Add r-formatr.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 5150a52d03
gnu: r-httpuv: Update to 1.4.0.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.0.
[propagated-inputs]: Add r-bh, r-later, and r-promises.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus d9d66ba963
gnu: Add r-promises.
* gnu/packages/cran.scm (r-promises): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 284179bbb3
gnu: Add r-later.
* gnu/packages/cran.scm (r-later): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 500224cb4c
gnu: r-car: Update to 3.0-0.
* gnu/packages/statistics.scm (r-car): Update to 3.0-0.
[propagated-inputs]: Add r-abind, r-cardata, r-lme4, r-maptools, r-nlme, and
r-rio.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 08dac3d9e6
gnu: Add r-maptools.
* gnu/packages/cran.scm (r-maptools): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus c9920f2597
gnu: Add r-rio.
* gnu/packages/cran.scm (r-rio): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 4b1f7a3e90
gnu: Add r-openxlsx.
* gnu/packages/cran.scm (r-openxlsx): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 0edd2fd186
gnu: r-ggridges: Update to 0.5.0.
* gnu/packages/cran.scm (r-ggridges): Update to 0.5.0.
[propagated-inputs]: Add r-withr.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 4f18423358
gnu: r-ddalpha: Update to 1.3.2.
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.2.
[propagated-inputs]: Add r-geometry.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 9604429d7b
gnu: Add r-geometry.
* gnu/packages/cran.scm (r-geometry): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus ce4e81cb86
gnu: Add r-magic.
* gnu/packages/cran.scm (r-magic): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus f1c7a24280
gnu: Add r-cardata.
* gnu/packages/statistics.scm (r-cardata): New variable.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 2acc0e5f8f
gnu: r-gsubfn: Update to 0.7.
* gnu/packages/cran.scm (r-gsubfn): Update to 0.7.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 7bd6ecd7fa
gnu: r-psych: Update to 1.8.3.3.
* gnu/packages/cran.scm (r-psych): Update to 1.8.3.3.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus d087f47d61
gnu: r-quantmod: Update to 0.4-13.
* gnu/packages/cran.scm (r-quantmod): Update to 0.4-13.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus cb9f404187
gnu: r-tinytex: Update to 0.5.
* gnu/packages/cran.scm (r-tinytex): Update to 0.5.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 1d310349bb
gnu: r-xts: Update to 0.10-2.
* gnu/packages/cran.scm (r-xts): Update to 0.10-2.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 2ab8cbcd1f
gnu: r-stringdist: Update to 0.9.4.7.
* gnu/packages/cran.scm (r-stringdist): Update to 0.9.4.7.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 9ee81a36aa
gnu: r-prodlim: Update to 2018.04.18.
* gnu/packages/cran.scm (r-prodlim): Update to 2018.04.18.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 3e00e3a885
gnu: r-lava: Update to 1.6.1.
* gnu/packages/cran.scm (r-lava): Update to 1.6.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 9ebfdcd36c
gnu: r-rmpi: Update to 0.6-7.
* gnu/packages/cran.scm (r-rmpi): Update to 0.6-7.
[native-inputs]: Add pkg-config.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus cf0da489ff
gnu: r-globaloptions: Update to 0.0.13.
* gnu/packages/cran.scm (r-globaloptions): Update to 0.0.13.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 9f17c0560f
gnu: r-bindrcpp: Update to 0.2.2.
* gnu/packages/cran.scm (r-bindrcpp): Update to 0.2.2.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus eb575e95fb
gnu: r-bindr: Update to 0.1.1.
* gnu/packages/cran.scm (r-bindr): Update to 0.1.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus dfd7299957
gnu: r-rcpp: Update to 0.12.16.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.16.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 0e94780446
gnu: r-plogr: Update to 0.2.0.
* gnu/packages/cran.scm (r-plogr): Update to 0.2.0.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 1d612cefc8
gnu: r-readxl: Update to 1.1.0.
* gnu/packages/cran.scm (r-readxl): Update to 1.1.0.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 41e8bd77f3
gnu: r-selectr: Update to 0.4-1.
* gnu/packages/cran.scm (r-selectr): Update to 0.4-1.
[propagated-inputs]: Add r-r6.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus aeca5f0c5b
gnu: r-scran: Update to 1.6.9.
* gnu/packages/bioinformatics.scm (r-scran): Update to 1.6.9.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 80323c3c13
gnu: r-hitc: Update to 1.22.1.
* gnu/packages/bioinformatics.scm (r-hitc): Update to 1.22.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus b6d7deca55
gnu: r-ldblock: Update to 1.8.1.
* gnu/packages/bioinformatics.scm (r-ldblock): Update to 1.8.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus fb1dcfac46
gnu: r-erma: Update to 0.10.1.
* gnu/packages/bioinformatics.scm (r-erma): Update to 0.10.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 8defca1d94
gnu: r-gprofiler: Update to 0.6.6.
* gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.6.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus fc6d3e2606
gnu: r-ggbio: Update to 1.26.1.
* gnu/packages/bioinformatics.scm (r-ggbio): Update to 1.26.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 0bd5c7b859
gnu: r-genomicalignments: Update to 1.14.2.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.14.2.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 4207770218
gnu: r-dexseq: Update to 1.24.4.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.4.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 3db5d04ccc
gnu: r-vegan: Update to 2.5-1.
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.5-1.
[propagated-inputs]: Add r-knitr.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 2ef5ab8749
gnu: r-mapproj: Update to 1.2.6.
* gnu/packages/geo.scm (r-mapproj): Update to 1.2.6.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 5895f238d7
gnu: r-maps: Update to 3.3.0.
* gnu/packages/geo.scm (r-maps): Update to 3.3.0.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 8cf7b28ffe
gnu: r-igraph: Update to 1.2.1.
* gnu/packages/graph.scm (r-igraph): Update to 1.2.1.
[inputs]: Add glpk and zlib.
[propagated-inputs]: Remove r-irlba.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 2bcf5fd337
gnu: r-subplex: Update to 1.5-4.
* gnu/packages/maths.scm (r-subplex): Update to 1.5-4.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 61c868e1f5
gnu: r-shinydashboard: Update to 0.7.0.
* gnu/packages/web.scm (r-shinydashboard): Update to 0.7.0.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 4fe0efddfe
gnu: r-htmlwidgets: Update to 1.2.
* gnu/packages/web.scm (r-htmlwidgets): Update to 1.2.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 75a40e89d9
gnu: r-lme4: Update to 1.1-17.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-17.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 30d76d442a
gnu: r-futile-options: Update to 1.0.1.
* gnu/packages/statistics.scm (r-futile-options): Update to 1.0.1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 4184649940
gnu: r-xml: Update to .
* gnu/packages/statistics.scm (r-xml): Update to .
2018-04-21 23:07:52 +02:00
Ricardo Wurmus ff91ed7d56
gnu: r-rsqlite: Update to 2.1.0.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.0.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 1aa2ad5b32
gnu: r-survival: Update to 2.42-3.
* gnu/packages/statistics.scm (r-survival): Update to 2.42-3.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus 6fa9cf1abb
gnu: r-nlme: Update to 3.1-137.
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-137.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus ac6672d539
gnu: r-cluster: Update to 2.0.7-1.
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.7-1.
2018-04-21 23:07:52 +02:00
Ricardo Wurmus c43ea99b39
gnu: r-minimal: Update to 3.4.4.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.4.
2018-04-21 23:07:52 +02:00
Efraim Flashner 785f40dfbc
gnu: spindle: Limit supported systems.
* gnu/packages/admin.scm (spindle)[supported-system]: New field.
2018-04-21 23:25:42 +03:00
Efraim Flashner c80629e7c2
gnu: freefall: Fix compilation error.
* gnu/packages/linux.scm (freefall)[arguments]: Add make-flag to set
CC=gcc.
2018-04-21 23:04:25 +03:00
Tomáš Čech 841f833171
gnu: python-onetimepass: Make python-six a propagated input.
* gnu/packages/python.scm (python-onetimepass)[inputs]: Move python-six from
here...
[propagated-inputs]: ...to here.
2018-04-21 17:37:12 +02:00
Mark H Weaver 0ccb104354
gnu: go-github-com-vitrun-qart-qr: Remove duplicate 'description' field.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr)[description]:
Remove duplicate 'description' field.
2018-04-21 05:29:53 -04:00
Mark H Weaver 6b2752526b
gnu: uget: Remove duplicate 'native-inputs' field.
* gnu/packages/bittorrent.scm (uget)[native-inputs]: Remove duplicate
field initializer.
2018-04-21 05:29:42 -04:00
Mark H Weaver 921f8e63dd
gnu: gcc@4.7: Combine duplicate 'patches' fields into one.
* gnu/packages/gcc.scm (gcc-4.7)[source]: Combine duplicate 'patches' fields
into one.  Previously, the first 'patches' field was being ignored.
2018-04-21 05:08:53 -04:00
Mark H Weaver d433108271
gnu: gobject-introspection: Combine duplicate 'arguments' fields.
* gnu/packages/glib.scm (gobject-introspection)[arguments]: Combine duplicate
'arguments' fields into one.  Previously, the first one was being ignored.
2018-04-21 05:06:53 -04:00
Mark H Weaver c52872bfc4
Merge branch 'master' into core-updates 2018-04-21 05:02:52 -04:00
Mark H Weaver 3fe49e5015
gnu: linux-libre@4.9: Update to 4.9.95.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.95.
2018-04-21 03:02:57 -04:00
Tomáš Čech 9a58840235
gnu: Add osc.
* gnu/packages/build-tools.scm (osc): New variable.
2018-04-21 08:40:40 +02:00
Tomáš Čech 2f69121808
gnu: Add python-m2crypto, python2-m2crypto.
* gnu/packages/python-crypto.scm (python-m2crypto): New variable.
(python2-m2crypto): New variable.
2018-04-21 08:40:40 +02:00
Tomáš Čech c596461187
gnu: Add python2-urlgrabber.
* gnu/packages/python-web (python2-urlgrabber): New variable.
2018-04-21 08:40:40 +02:00
Tomáš Čech 15ed90b960
gnu: Add python-onetimepass.
* gnu/packages/python.scm (python-onetimepass): New variable.
2018-04-21 08:33:34 +02:00
Mark H Weaver b5178b3254
gnu: perl: Hack the replacement perl to think it is version 5.26.1.
Fixes <https://bugs.gnu.org/31216>.

This is a followup to commits 217b8c2e06,
44b98b0002, and
35fbe194c3da264859a5addc661b9fbc2dc8ecc7.

Complications arise when grafting perl unless the version of the replacement
perl matches that of the original.  So, here we add 'perl/fixed', which is
built from the perl-5.26.2 source but hacked to believe it is version 5.26.1.

* gnu/packages/perl.scm (perl)[replacement]: Use perl/fixed, not perl-5.26.2.
(perl-5.26.2): Remove compatibility symlinks.
(perl/fixed): New variable.
2018-04-21 01:17:44 -04:00
Mark H Weaver 5618193694
gnu: perl: Add more compatibility symlinks to the replacement perl.
Fixes <https://bugs.gnu.org/31216>.
Reported by Julien Lepiller <julien@lepiller.eu>.

* gnu/packages/perl.scm (perl-5.26.2)[arguments]: Rename the
'workaround-grafting-version-bug' phase to 'install-compatibility-symlinks'.
Install symlinks in $out/lib/perl5/site_perl/5.26.1 and $out/bin/perl5.26.1,
in addition to $out/lib/perl5/5.26.1.  Simplify the code a bit.
2018-04-20 23:29:14 -04:00
Arun Isaac b02b6f32a5
gnu: texlive-bin: Patch texlua shebangs.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Patch texlua shebangs in
postint phase.
2018-04-21 00:19:33 +05:30
Arun Isaac a9fda571c3
gnu: texlive-bin: Use ghostscript executable "gs" in ps2eps.
* gnu/packages/tex.scm (texlive-bin)[arguments]: Add fix-unix-detection phase.
Replace system* with invoke in postint phase.
2018-04-21 00:19:15 +05:30
Nicolas Goaziou 1af4212ae4
gnu: emacs-org, emacs-org-contrib: Update version.
* gnu/packages/emacs.scm (emacs-org): Update to 9.1.10.
(emacs-org-contrib): Update to 20180416.
2018-04-20 12:31:28 +02:00
Maxim Cournoyer 582c122e7b
gnu: emacs-sx: Fix byte compilation.
The package would fail building when attempting to create a cache
directory. This has been fixed upstream but not in a tagged release.

* gnu/packages/emacs.scm (emacs-sx): Update to latest git version.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 15:38:32 +05:30
Maxim Cournoyer 9835a71d80
gnu: emacs-esxml: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-esxml)[arguments]: Add fix-sources phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 14:49:26 +05:30
Maxim Cournoyer 62950ec7e9
gnu: Add emacs-kv.
* gnu/packages/emacs.scm (emacs-kv): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 14:49:20 +05:30
Tomáš Čech 9324d92e6a
gnu: lvm2: Enable pkg-config files generation.
* gnu/packages/linux.scm (lvm2)[arguments]: Enable pkg-config files generation
via configure flag.
2018-04-20 10:38:50 +02:00
Tomáš Čech e60352e453
gnu: Add go-golang-org-x-crypto-ssh-terminal.
* gnu/packages/golang.scm (go-golang-org-x-crypto-ssh-terminal): New variable.
2018-04-20 10:38:31 +02:00
Arun Isaac 5368e67c4e
gnu: emacs-realgud: Update to 1.4.5.
* gnu/packages/emacs.scm (emacs-realgud): Update to 1.4.5.
2018-04-20 13:42:58 +05:30
Maxim Cournoyer aea388cf36
gnu: emacs-realgud: Fix autogen.sh after EMACSLOADPATH is set.
* gnu/packages/emacs.scm (emacs-realgud)[arguments]: Move the
fix-autogen-script phase to after the set-emacs-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 13:30:39 +05:30
Mark H Weaver 872bda5de5
gnu: linux-libre: Update to 4.16.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.3.
(%linux-libre-hash): Update hash.
2018-04-19 18:55:23 -04:00
Mark H Weaver 58f427de8a
gnu: linux-libre@4.14: Update to 4.14.35.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.35.
(%linux-libre-4.14-hash): Update hash.
2018-04-19 18:54:25 -04:00
Maxim Cournoyer 652741cf28
gnu: emacs-deferred: Enable tests.
* gnu/packages/emacs.scm (emacs-deferred)[arguments]: Add fix-makefile
phase. Set #:test-command, and enable tests.
[native-inputs]: Add emacs-ert-expectations, emacs-undercover and ert-runner.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 02:09:10 +05:30
Arun Isaac 1848cdfb7d
gnu: emacs-memoize: Update to 1.1.
* gnu/packages/emacs.scm (emacs-memoize): Update to 1.1. Re-indent.
[source]: Switch to release tarball.
[arguments]: Remove "-l" "memoize.el" from #:test-command.
2018-04-20 01:09:46 +05:30
Julien Lepiller 76fa5e042b
gnu: guix: Add po4a input.
* gnu/packages/package-management.scm (guix)[inputs]: Add po4a.
2018-04-19 21:30:49 +02:00
Maxim Cournoyer 9490c411f0
gnu: ert-runner: Adjust ert-runner wrapper to honor EMACSLOADPATH.
* gnu/packages/emacs.scm (ert-runner): Use 'prefix instead of '= for setting
the EMACSLOADPATH environment variable. Reuse the already computed
EMACSLOADPATH for wrap-program. Specify the dependencies directly in the
inputs field.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer d1d41db6bb
gnu: Adapt Emacs packages to use the new check phase.
* gnu/packages/emacs.scm (emacs-dash, emacs-s, emacs-string-inflection,
emacs-company, emacs-clojure-mode, emacs-julia-mode, emacs-elfeed,
emacs-memoize, emacs-use-package, emacs-xmlgen, emacs-json-reformat,
emacs-which-key, emacs-ws-butler, emacs-git-messenger, emacs-browse-at-remote,
emacs-evil-quickscope)[arguments]: Add #:tests? and #:test-command arguments
to use the new check phase.
(emacs-json-reformat)[inputs]: Move emacs-dash and emacs-shut-up to ...
[native-inputs]: here. Add ert-runner.
(emacs-company)[arguments]: Refactor fix-bin-dir phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Maxim Cournoyer 259ed58fef
gnu: emacs-pdf-tools: Fix byte compilation.
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Add
emacs-set-emacs-load-path phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-20 00:49:53 +05:30
Efraim Flashner 2bb915e679
gnu: u-boot-odroid-c2: Remove variable.
U-boot for this target requires a binary blob to boot correctly.

* gnu/packages/bootloaders.scm (u-boot-odroid-c2): Remove variable.
2018-04-19 21:42:12 +03:00
Marius Bakke 7c16af4646
gnu: python-bcrypt: Move to (gnu packages python-crypto).
* gnu/packages/password-utils.scm (python-bcrypt, python2-bcrypt): Move to ...
* gnu/packages/python-crypto.scm (python-bcrypt, python2-bcrypt): ... here.
* gnu/packages/python.scm: Remove unused (gnu packages password-utils) import.
2018-04-19 18:03:04 +02:00
Leo Famulari 44b98b0002
gnu: Perl: Fix a grafting failure due to a path that includes the package version.
Fixes <https://bugs.gnu.org/31210>.

* gnu/packages/perl.scm (perl-5.26.2): Don't use package/inherit.
[arguments]: Add a 'workaround-grafting-version-bug' phase.
2018-04-19 10:37:17 -04:00
Roel Janssen d28e5ad23c
gnu: guile-curl: Use invoke.
* gnu/packages/curl.scm (guile-curl): Use invoke instead of system*.
2018-04-19 14:26:35 +02:00
Pierre Neidhardt b164233851
gnu: Add fortune-mod.
* gnu/packages/games.scm (fortune-mod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:53:58 +02:00
Pierre Neidhardt 9a3fb60ca3
gnu: Add perl-test-runvalgrind
* gnu/packages/perl-check.scm (perl-test-runvalgrind): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:48:45 +02:00
Pierre Neidhardt e118a013c8
gnu: Add perl-io-all.
* gnu/packages/perl.scm (perl-io-all): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:48:35 +02:00
Pierre Neidhardt 7234fbcb25
gnu: Add perl-file-readbackwards.
* gnu/packages/perl.scm (perl-file-readbackwards): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:47:44 +02:00
Diego Nicola Barbato 0818c01aef
gnu: libfive: Add snippet, enable tests and remove obsolete phase.
* gnu/packages/engineering.scm (libfive)[source]: Add snippet to
remove bundled catch.
[arguments]: Remove #:tests?.  Add #:test-target.  Remove phase
'add-eigen-to-search-path'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:24:37 +02:00
Rouby Pierre-Antoine 541dac8aee
gnu: Add spindle.
* gnu/packages/admin.scm (spindle): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:10:06 +02:00
Rouby Pierre-Antoine 3ebf2c2947
gnu: Add launchmon.
* gnu/packages/admin.scm (launchmon): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-19 11:10:02 +02:00
Ludovic Courtès 67a51b6755
gnu: mcron: Update to 1.1.1.
Fixes <https://bugs.gnu.org/31113>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/guile.scm (mcron): Update to 1.1.1.
[arguments]: Change timezone in 'set-timezone' phase.  Remove
'disable-schedule-test' and 'wrap-programs' phases.  Add 'adjust-tests'
phase.
* gnu/tests/base.scm (%mcron-os): Change JOB1 to use the 'next-seconds'
form.
2018-04-19 00:14:50 +02:00
Clément Lassieur 28ca6b35d9
gnu: Add emacs-lispyville.
* gnu/packages/emacs.scm (emacs-lispyville): New variable.
2018-04-19 00:13:04 +02:00
Clément Lassieur e8360eb8ea
gnu: emacs-lispy: Change source to recent Git commit.
* gnu/packages/emacs.scm (emacs-lispy): Wrap with let, and change source to
the Git repository.
[propagated-inputs]: Add emacs-zoutline.
2018-04-19 00:13:04 +02:00
Clément Lassieur 30cf707088
gnu: Add emacs-zoutline.
* gnu/packages/emacs.scm (emacs-zoutline): New variable.
2018-04-19 00:11:40 +02:00
Leo Famulari 16a8cb9b43
gnu: blender: Update to 2.79b.
* gnu/packages/graphics.scm (blender): Update to 2.79b.
2018-04-18 17:41:35 -04:00
Leo Famulari 4a146957e7
gnu: mpg123: Update to 1.25.10.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.10.
2018-04-18 17:14:13 -04:00
Roel Janssen 5e3010a2ac
gnu: Add guile-curl.
* gnu/packages/curl.scm (guile-curl): New variable.
2018-04-18 23:00:41 +02:00
Leo Famulari cf10095c17
gnu: mutt: Update to 1.9.5.
* gnu/packages/mail.scm (mutt): Update to 1.9.5.
2018-04-18 16:58:13 -04:00
Leo Famulari 6e2729a3fb
gnu: lynx: Update to 2.8.9dev.17.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.17.
2018-04-18 12:33:42 -04:00
Leo Famulari e45f399bf9
gnu: qemu: Fix CVE-2018-7550.
* gnu/packages/patches/qemu-CVE-2018-7550.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2018-04-18 11:38:45 -04:00
Efraim Flashner 94b22905ab
gnu: rust: Skip test_loading_cosine test.
* gnu/packages/rust.scm (rust-1.19.0)[arguments]: Modify custom
'patch-tests phase to skip test_loading_cosine test.
(rust-1.24.0)[arguments]: Modify inherited 'patch-tests to point to
updated code locations.
2018-04-18 09:49:57 +03:00
Kei Kebreau 9d39c300cf
gnu: nestopia-ue: Update to 1.48.
* gnu/packages/emulators.scm (nestopia-ue): Update to 1.48.
[source]: Simplify snippet; 3rd-party zlib is no longer bundled.
[build-system]: Switch to cmake-build-system.
[inputs]: Remove glu and mesa. Add libepoxy.
[arguments]: Remove #:make-flags. Re-enable 'configure' phase. Remove
'remove-xdg-desktop-menu-call' and 'remove-gdkwayland-include' phases. Add
'wrap-program' phase.
2018-04-17 20:08:38 -04:00
Tobias Geerinckx-Rice cbb10936f5
gnu: python-pretend: Update to 1.0.9.
* gnu/packages/python.scm (python-pretend): Update to 1.0.9.
2018-04-18 00:58:20 +02:00
Tobias Geerinckx-Rice 5a8cea3830
gnu: gphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.17.
2018-04-18 00:58:20 +02:00
Tobias Geerinckx-Rice 433e85e50c
gnu: libgphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.17.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice 3b7999a79a
gnu: r-arules: Update to 1.6-1.
* gnu/packages/cran.scm (r-arules): Update to 1.6-1.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice 63ec5e6612
gnu: r-tseries: Update to 0.10-44.
* gnu/packages/cran.scm (r-tseries): Update to 0.10-44.
2018-04-18 00:58:19 +02:00
Tobias Geerinckx-Rice e7c4ad7d24
gnu: r-proxy: Update to 0.4-22.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-22.
2018-04-18 00:38:10 +02:00
Tobias Geerinckx-Rice e81ef082d0
gnu: r-ape: Update to 5.1.
* gnu/packages/cran.scm (r-ape): Update to 5.1.
2018-04-18 00:38:10 +02:00
Tobias Geerinckx-Rice fb02f7bb3e
gnu: r-callr: Update to 2.0.3.
* gnu/packages/cran.scm (r-callr): Update to 2.0.3.
2018-04-18 00:38:09 +02:00
Marius Bakke 4bdf6b254f
gnu: nginx: Update to 1.14.0.
* gnu/packages/web.scm (nginx): Update to 1.14.0.
2018-04-18 00:33:30 +02:00
Marius Bakke 74601e456b
gnu: Remove unneeded import.
* gnu/packages/texinfo.scm: Remove unused (gnu packages linux) import.
2018-04-18 00:33:30 +02:00
Marius Bakke af5638b803
gnu: samba: Update to 4.7.7.
* gnu/packages/samba.scm (samba): Update to 4.7.7.
2018-04-18 00:33:30 +02:00
Marius Bakke 217b8c2e06
gnu: perl: Replace with 5.26.2 [fixes CVE-2018-{6797,6798,6913}].
* gnu/packages/perl.scm (perl-5.26.2): New public variable.
(perl)[replacement]: New field.
2018-04-18 00:33:30 +02:00
Leo Famulari 269d0858c6
gnu: Move the Go standard libraries to (gnu packages golang).
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-pbkdf2,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-cast5, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea, go-golang-org-x-net-ipv4, go-golang-org-x-net-bpf,
go-golang-org-x-net-context, go-golang-org-x-net-internal-iana,
go-golang-org-x-net-ipv6, go-golang-org-x-net-proxy, go-golang-org-x-sys-unix,
go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
go-golang-org-x-time-rate): Move these packages ...
* gnu/packages/golang.scm: ... to here.
2018-04-17 17:47:36 -04:00
Eric Bavier 65bb22796f
gnu: fftw: Build SIMD codelets.
* gnu/packages/algebra.scm (fftw)[arguments]: Remove 'no-native phase; use
configure cache value instead.  Add configure flags for SIMD codelets.
(fftwf)[arguments]: Add neon configuration flag for 32-bit arm.
(fftw-avx): Remove variable.
2018-04-17 16:24:42 -05:00
Leo Famulari 71653653ea
gnu: subversion: Update to 1.10.0.
* gnu/packages/version-control.scm (subversion): Update to 1.10.0.
(arguments): Patch a hidden shebang in a new 'patch-test-sh' phase.
(inputs): Add lz4 and utf8proc. Switch from python-2 to python-wrapper@3.
2018-04-17 14:36:34 -04:00
Danny Milosavljevic 8366a67b0a
gnu: mrustc: Update to 0.0.0-1.4f98e43.
* gnu/packages/rust.scm (mrustc): Update to 0.0.0-1.4f98e43.
2018-04-17 19:22:39 +02:00
Maxim Cournoyer a05a637ccc
gnu: emacs-idris-mode: Fix source hash.
* gnu/packages/emacs.scm (emacs-idris-mode)[source]: Fix hash.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-17 20:00:15 +05:30
Ricardo Wurmus 8d3dda021a
gnu: r-rcurl: Respect CURL_CA_BUNDLE variable.
Fixes <https://debbugs.gnu.org/31189>

* gnu/packages/statistics.scm (r-rcurl)[arguments]: Patch options to respect
CURL_CA_BUNDLE if no "cainfo" option is provided.
2018-04-17 12:59:59 +02:00
Ricardo Wurmus 82bead7537
gnu: Add emacs-ergoemacs-mode.
* gnu/packages/emacs.scm (emacs-ergoemacs-mode): New variable.
2018-04-17 12:59:59 +02:00
Gábor Boskovits bfb4004d34
gnu: Add java-asm-bootstrap.
* gnu/packages/java.scm (java-asm-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:17 +02:00
Gábor Boskovits 869803aa5e
gnu: Add java-aqute-bndlib-bootstrap.
* gnu/packages/java.scm (java-aqute-bndlib-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:13 +02:00
Gábor Boskovits 288a59590e
gnu: Add java-aqute-libg-bootstrap.
* gnu/packages/java.scm (java-aqute-libg-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:10 +02:00
Gábor Boskovits 6d047cc429
gnu: Add java-slfj4-api-bootstrap.
* gnu/packages/java.scm (java-slf4j-api-bootstrap): New variable.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-04-17 12:58:05 +02:00
Clément Lassieur e2d8b4a883
gnu: gajim: Update to 1.0.1.
* gnu/packages/messaging.scm (gajim): Update to 1.0.1.
[build-system]: Change to PYTHON-BUILD-SYSTEM.
[arguments]: Remove the PYTHONPATH wrapper.  Don't override "APP".  Add a
GI_TYPELIB_PATH wrapper.  Add 'remove-test-resolver, 'start-xserver and
'install-icons phases.
[native-inputs]: Add XORG-SERVER.
[inputs]: Remove PYTHON2-AXOLOTL, PYTHON2-NBXMPP, PYTHON2-PYOPENSSL,
PYTHON2-GNUPG, PYTHON2-PYGTK, PYTHON-2.  Add ADWAITA-ICON-THEME,
GNOME-KEYRING, GTK+, GTKSPELL3, HICOLOR-ICON-THEME, LIBSECRET, PYTHON-AXOLOTL,
PYTHON-DBUS, PYTHON-DOCUTILS, PYTHON-GNUPG, PYTHON-NBXMPP, PYTHON-PILLOW,
PYTHON-PYASN1, PYTHON-PYCAIRO, PYTHON-PYGOBJECT, PYTHON-PYOPENSSL,
PYTHON-QRCODE.
2018-04-17 11:20:13 +02:00
Clément Lassieur bc5fa18ba1
gnu: python-nbxmpp: Update to 0.6.4.
* gnu/packages/messaging.scm (python-nbxmpp): Update to 0.6.4.
2018-04-17 11:20:00 +02:00
Mark H Weaver 38039b4fa9
gnu: Remove webkitgtk-2.4 and webkitgtk/gtk+-2.
These were old, unmaintained versions of webkitgtk with many known remote code
execution vulnerabilities.  With the recent GnuCash 3.0 update in commit
53e66fbceb, they are no longer needed.

* gnu/packages/webkit.scm (webkitgtk-2.4, webkitgtk/gtk+-2): Remove variables.
2018-04-17 02:15:13 -04:00
Arun Isaac de893dda28
gnu: emacs-emms-player-mpv: Update to 0.1.0.
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Update to 0.1.0.
2018-04-17 10:56:11 +05:30
Tobias Geerinckx-Rice af62570d6f
gnu: knot: Update to 2.6.6.
* gnu/packages/dns.scm (knot): Update to 2.6.6.
2018-04-17 05:42:51 +02:00
Tobias Geerinckx-Rice 84f95d5548
gnu: cbatticon: Update to 1.6.8.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.8.
2018-04-17 04:43:34 +02:00
Tobias Geerinckx-Rice 3e34ba43cb
gnu: you-get: Update to 0.4.1060.
* gnu/packages/video.scm (you-get): Update to 0.4.1060.
2018-04-17 04:34:42 +02:00
Tobias Geerinckx-Rice 70020ebe2b
gnu: youtube-dl: Update to 2018.04.16.
* gnu/packages/video.scm (youtube-dl): Update to 2018.04.16.
2018-04-17 04:34:40 +02:00
Tobias Geerinckx-Rice c4a58d04f9
gnu: xterm: Update to 332.
* gnu/packages/xorg.scm (xterm): Update to 332.
2018-04-17 04:34:39 +02:00
Tobias Geerinckx-Rice 7dbf4888dc
gnu: qtdatavis3d: Update to 5.9.5.
* gnu/packages/qt.scm (qtdatavis3d): Update to 5.9.5.
2018-04-17 04:02:23 +02:00
Tobias Geerinckx-Rice c972f17160
gnu: qtscxml: Update to 5.9.5.
* gnu/packages/qt.scm (qtscxml): Update to 5.9.5.
2018-04-17 04:02:22 +02:00
Tobias Geerinckx-Rice 506cbdb3c5
gnu: qtserialbus: Update to 5.9.5.
* gnu/packages/qt.scm (qtserialbus): Update to 5.9.5.
2018-04-17 04:02:22 +02:00
Tobias Geerinckx-Rice 95e5aed0cd
gnu: python-ruamel.yaml: Update to 0.15.37.
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.37.
2018-04-17 04:02:22 +02:00
Tobias Geerinckx-Rice 91653e074f
gnu: loksh: Update to 6.3.
* gnu/packages/shells.scm (loksh): Update to 6.3.
2018-04-17 04:02:21 +02:00
Tobias Geerinckx-Rice 87abf4a844
gnu: flatbuffers: Update to 1.9.0.
* gnu/packages/serialization.scm (flatbuffers): Update to 1.9.0.
2018-04-17 04:02:21 +02:00
Tobias Geerinckx-Rice 688c907634
gnu: ruby-instantiator: Update to 0.0.7.
* gnu/packages/ruby.scm (ruby-instantiator): Update to 0.0.7.
2018-04-17 04:02:13 +02:00
Tobias Geerinckx-Rice c33a27ceb8
gnu: man-db: Update to 2.8.3.
* gnu/packages/man.scm (man-db): Update to 2.8.3.
2018-04-17 04:02:13 +02:00
Tobias Geerinckx-Rice a0e0f9d743
gnu: ruby-crass: Update to 1.0.4.
* gnu/packages/ruby.scm (ruby-crass): Update to 1.0.4.
2018-04-17 04:02:12 +02:00
Tobias Geerinckx-Rice b1e415404c
gnu: ethtool: Update to 4.16.
* gnu/packages/networking.scm (ethtool): Update to 4.16.
2018-04-17 04:02:12 +02:00
Tobias Geerinckx-Rice 77009de71b
gnu: libtorrent-rasterbar: Update to 1.1.7.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.7.
2018-04-17 04:02:12 +02:00
Tobias Geerinckx-Rice 08baa9ace9
gnu: neofetch: Update to 3.4.0.
* gnu/packages/admin.scm (neofetch): Update to 3.4.0.
2018-04-17 04:02:11 +02:00
Tobias Geerinckx-Rice 05341cc97b
gnu: xonsh: Update to 0.6.1.
* gnu/packages/shells.scm (xonsh): Update to 0.6.1.
2018-04-17 04:02:11 +02:00
Tobias Geerinckx-Rice ee280cea93
gnu: r-matrix: Update to 1.2-14.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-14.
2018-04-17 04:02:11 +02:00
Tobias Geerinckx-Rice 361cee7124
gnu: r-hms: Update to 0.4.2.
* gnu/packages/statistics.scm (r-hms): Update to 0.4.2.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice e354b03223
gnu: r-yaml: Update to 2.1.18.
* gnu/packages/statistics.scm (r-yaml): Update to 2.1.18.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice 8998583417
gnu: r-ade4: Update to 1.7-11.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-11.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice 9d448362a1
gnu: r-lubridate: Update to 1.7.4.
* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.4.
2018-04-17 04:02:10 +02:00
Tobias Geerinckx-Rice fbe8ebec9e
gnu: kakoune: Update to 2018.04.13.
* gnu/packages/text-editors.scm (kakoune): Update to 2018.04.13.
Remove LET binding for the git revision and re-indent accordingly.
[version, source]: Replace the git checkout with new release tarball.
[arguments]: Remove ‘fix-test-permissions’ phase.
[native-inputs]: Add PKG-CONFIG.
2018-04-17 04:02:09 +02:00
Tobias Geerinckx-Rice b30c23c433
gnu: perl-crypt-openssl-random: Update to 0.13.
* gnu/packages/tls.scm (perl-crypt-openssl-random): Update to 0.13.
[native-inputs]: Add PERL-CRYPT-OPENSSL-GUESS.
2018-04-17 04:02:09 +02:00
Tobias Geerinckx-Rice c80590f646
gnu: Add perl-crypt-openssl-guess.
* gnu/packages/tls.scm (perl-crypt-openssl-guess): New public variable.
2018-04-17 04:02:09 +02:00
Tobias Geerinckx-Rice 7f1d8b5cdb
gnu: miniupnpc: Update to 2.0.20180410.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180410.
2018-04-17 04:02:08 +02:00
Tobias Geerinckx-Rice 3dc77d40e6
gnu: i3lock-color: Update to 2.11-c.
* gnu/packages/wm.scm (i3lock-color): Update to 2.11-c.
[inputs]: Add LIBJPEG-TURBO.
2018-04-17 04:02:08 +02:00
Tobias Geerinckx-Rice fa2886b7fd
gnu: i3lock-color: Stylistic fixes.
* gnu/packages/wm.scm (i3lock-color)[arguments]: Use INVOKE and end
phase with explicit #t.
[inputs, native-inputs]: Fix indentation and order alphabetically.
2018-04-17 04:02:08 +02:00
Tobias Geerinckx-Rice 800e4fd802
gnu: xmobar: Update to 0.26.
* gnu/packages/wm.scm (xmobar): Update to 0.36.
[native-inputs]: Add GHC-HSPEC and HSPEC-DISCOVER.
2018-04-17 04:02:07 +02:00
Tobias Geerinckx-Rice eddc4b3352
gnu: pure: Update to 0.68.
* gnu/packages/pure.scm (pure): Update to 0.68.
2018-04-17 04:02:07 +02:00
Tobias Geerinckx-Rice 01005901fd
gnu: Use HTTPS for more sigrok.org home pages.
* gnu/packages/electronics.scm (libserialport, pulseview)[home-page]:
Use HTTPS.
2018-04-17 03:56:44 +02:00
Rene fc5c5b92cf
gnu: epiphany: Update to 3.28.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.28.1.
[build-system]: Use meson-build-system.
[native-inputs]: Add desktop-file-utils, glib:bin and gtk+:bin.
[inputs]: Add gdk-pixbuf+svg and nettle. Remove gdk-pixbuf.
[arguments]: Remove #:configure-flags.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:37:27 +02:00
Rene 5849c68a3d
gnu: Add mbpfan.
* gnu/packages/linux.scm (mbpfan): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:36:08 +02:00
Rene 08fda9c6c0
gnu: xpad: Update to 5.0.0.
* gnu/packages/gnome.scm (xpad) Update to 5.0.0.
[arguments]: Add autogen phase.
[native-inputs]: Add autoconf and automake.
[inputs]: Remove gtk+.
[native-inputs]: Add gtk+:bin.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:29:00 +02:00
Pierre Langlois d09e31bdf6
gnu: libmygpo-qt: Update to 1.1.0.
* gnu/packages/music.scm (libmygpo-qt): Update to 1.1.0.
[source]: Remove 'patches'.
[arguments]: Do not set BUILD_WITH_QT4=OFF, it is the default.
* gnu/packages/patches/libmygpo-qt-fix-jsoncreatortest.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-17 00:08:45 +02:00
Danny Milosavljevic 237587f1e0
gnu: rust: Disable test_process_mask tests.
* gnu/packages/rust.scm (rust-1.19): Disable test_process_mask tests.
2018-04-16 19:58:05 +02:00
Efraim Flashner 67ca98ec78
gnu: rust: Don't build for "native" arch on ARM.
* gnu/packages/rust.scm (rust-1.23)<#:phases>[dont-build-native]: New phase.
2018-04-16 19:58:05 +02:00
Danny Milosavljevic af4ea9c5cb
gnu: rust: Don't #ignore the same test twice.
* gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[patch-tests]:
Don't #ignore the same test twice.
2018-04-16 19:58:05 +02:00
Danny Milosavljevic a92bf11c49
gnu: Add mrustc.
* gnu/packages/rust.scm (mrustc): New variable.
2018-04-16 19:58:05 +02:00
Nikolai Merinov fe61c88af9
gnu: rust: Update to 1.24.0.
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.24): ...this.
(rust): New variable.
2018-04-16 19:58:04 +02:00
Nikolai Merinov 1bb23335e6
gnu: rust: Enable more tests.
* gnu/packages/rust.scm (rust-1.19)[arguments]<#:phases>[set-env]: Modify.
(rust-1.23)<#:phases>[patch-cargo-tests]: New phase.
(rust-1.23)<#:phases>[check]: Enable more tests.
2018-04-16 19:58:02 +02:00
Tobias Geerinckx-Rice eb357e24f7
gnu: xfig: Update to 3.2.7.
* gnu/packages/xfig.scm (xfig): Update to 3.2.7.
2018-04-16 18:45:07 +02:00
Tobias Geerinckx-Rice 7aa6e29d0c
gnu: libsigrokdecode: Update phase style.
* gnu/packages/electronics.scm (libsigrokdecode)[arguments]: Use INVOKE
and end all phases with an explicit #t.
2018-04-16 18:45:07 +02:00
Tobias Geerinckx-Rice bf660f726a
gnu: libsigrokdecode: Update to 0.5.1.
* gnu/packages/electronics.scm (libsigrokdecode): Update to 0.5.1.
2018-04-16 18:45:06 +02:00
Tobias Geerinckx-Rice 4780089803
gnu: Use HTTPS for sigrok.org home pages.
* gnu/packages/electronics.scm (libsigrokdecode, sigrok-firmware-fx2lafw)
(libsigrok, sigrok-cli)[home-page]: Use HTTPS.
2018-04-16 18:45:06 +02:00
Tobias Geerinckx-Rice 7ee5881dc1
gnu: webkitgtk: Update to 2.20.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.1.
2018-04-16 18:33:48 +02:00
Tobias Geerinckx-Rice 727ffbd56b
gnu: pugixml: Update to 1.9.
* gnu/packages/xml.scm (pugixml): Update to 1.9.
2018-04-16 18:33:47 +02:00