Commit Graph

25988 Commits

Author SHA1 Message Date
Mark H Weaver 0d4ea19592
gnu: linux-libre: Update to 4.16.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.2.
(%linux-libre-hash): Update hash.
2018-04-13 04:31:30 -04:00
Mark H Weaver 9e1fc5ae1d
gnu: linux-libre@4.14: Update to 4.14.34.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.34.
(%linux-libre-4.14-hash): Update hash.
2018-04-13 04:30:25 -04:00
Efraim Flashner 1606da6c07
gnu: Add missing freeimage patch.
This is a follow-up to a5d4c96b8d.

* gnu/packages/patches/freeimage-unbundle.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-04-13 10:57:04 +03:00
Efraim Flashner a5d4c96b8d
gnu: freeimage: Remove bundled libraries.
This fixes bug #28261.

* gnu/packages/image.scm (freeimage)[source]: Remove bundled libraries.
[arguments]: Replace 'configure phase, add phase to replace unbuildable
files with empty ones. Adjust makeflags to new inputs.
[native-inputs]: Add pkg-config.
[inputs]: Add libjpeg, libjxr, libpng, libraw, libtiff, libwebp,
openexr, openjpeg, zlib.
[supported-systems]: Add mips64el-linux as a supported system.
2018-04-13 10:53:34 +03:00
Eric Bavier de7f234a3a
gnu: datamash: Fix tests on ARM systems.
* gnu/packages/patches/datamash-arm-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/datamash.scm (datamash)[source]: Use it.
2018-04-12 22:55:51 -05:00
Eric Bavier 1ca0ac1e80
gnu: Add fasd.
* gnu/packages/admin.scm (fasd): New variable.
2018-04-12 22:27:19 -05:00
Eric Bavier 6a03ccf4a1
gnu: pioneer: Update to 20180203.
* gnu/packages/games.scm (pioneer): Update to 20180203.
[source]: Use git-fetch method to avoid github tarball.
2018-04-12 22:03:51 -05:00
Eric Bavier 306d8630dc
gnu: cool-retro-term: Update to 1.0.1.
* gnu/packages/terminals.scm (cool-retro-term): Update to 1.0.1.
[source]: Programmatically remove fonts.
[arguments]: Simplify 'configure phase and use 'invoke'.  Add 'install-man
phase.  'let*' -> 'let' where possible.
* gnu/packages/patches/cool-retro-term-remove-non-free-fonts.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-04-12 21:01:34 -05:00
Mark H Weaver e90c5f35d1
Revert "Revert "gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168].""
This reverts commit 4ccbdcbcad.
2018-04-12 15:22:11 -04:00
Mark H Weaver 4ccbdcbcad
Revert "gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168]."
This reverts commit 65bfe30d8a.
2018-04-12 14:05:33 -04:00
Marius Bakke fd995f1ba1
gnu: xf86-input-libinput: Update to 0.27.1.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.1.
2018-04-12 19:45:47 +02:00
Marius Bakke 65bfe30d8a
gnu: nghttp2: Update to 1.31.1 [fixes CVE-2018-1000168].
* gnu/packages/web.scm (nghttp2): Update to 1.31.1.
2018-04-12 19:43:31 +02:00
Marius Bakke 384efbc2da
gnu: lrdf: Update to 0.6.1.
* gnu/packages/rdf.scm (lrdf): Update to 0.6.1.
[source](uri): Adjust to version prefix.
[arguments]: Remove obsolete deletions.
[inputs]: Remove OPENSSL.
2018-04-12 19:40:34 +02:00
Efraim Flashner f02d254aca
gnu: gnupg: Remove unreferenced inputs.
* gnu/packages/gnupg.scm (gnupg)[inputs]: Remove bzip2, curl.
2018-04-12 12:06:03 +03:00
Efraim Flashner b79cb9d760
gnu: gnupg: Update to 2.2.6.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.6.
2018-04-12 12:05:59 +03:00
Leo Famulari b061e76ef4
gnu: krita: Update to 4.0.1.
* gnu/packages/kde.scm (krita): Update to 4.0.1.
2018-04-11 20:03:56 -04:00
Leo Famulari e453da132a
system: Provide a fall-back PATH for non-login shells started with su(1).
* gnu/system.scm (operating-system-etc-service): Provide values for
ENV_PATH and ENV_SUPATH in '/etc/login.defs'.
2018-04-11 18:45:06 -04:00
Mark H Weaver 87a841b2d4
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2018-04-11 17:06:41 -04:00
Mark H Weaver 9502ea3e3e
gnu: icecat: Add more configure flags and rename a phase.
* gnu/packages/gnuzilla.scm (icecat)[arguments]: To configure-flags, add
"--with-distribution-id=org.gnu", "--disable-tests", "--disable-updater",
"--disable-crashreporter", "--disable-maintenance-service", and
"--disable-eme".  Rename the
'arrange-to-link-libxul-with-libraries-it-might-dlopen' phase to
'link-libxul-with-libraries'.
2018-04-11 17:06:36 -04:00
Clément Lassieur e5fe544eaa
services: cgit: Add support for project-list.
* doc/guix.texi (Version Control Services): Update accordingly.
* gnu/services/cgit.scm (cgit-configuration)[project-list]: New field.
(serialize-project-list): New procedure that uses PLAIN-FILE to generate a
file from the string list given by the user as input.
(serialize-cgit-configuration): Make sure to serialize 'project-list' before
'repostory-directory'.
2018-04-11 21:23:59 +02:00
Clément Lassieur 80b76b9350
services: cgit: Enforce serialization order.
* gnu/services/cgit.scm (serialize-cgit-configuration): New procedure that
serializes fields with a precise order.
(cgit-activation): Replace the generic SERIALIZE-CONFIGURATION with
SERIALIZE-CGIT-CONFIGURATION.
2018-04-11 21:23:59 +02:00
Clément Lassieur ad05e96e14
services: cgit: Add support for file-like objects.
* doc/guix.texi (Version Control Services): Update accordingly.
* gnu/services/cgit.scm (serialize-field, serialize-string, serialize-boolean,
serialize-integer, serialize-repository-cgit-configuration-list,
serialize-nginx-server-configuration-list, serialize-repo-field,
serialize-repo-boolean, serialize-repo-integer, serialize-module-link-path,
serialize-repository-directory, serialize-mimetype-alist): Return strings or
string-valued gexps and stop printing.
(repository-cgit-configuration)[source-filter, about-filter, commit-filter,
logo, owner-filter], (cgit-configuration)[auth-filter, commit-filter, css,
email-filter, favicon, include, logo, owner-filter, mimetype-file, readme,
source-filter]: Replace STRING with FILE-OBJECT.
(file-object?, serialize-file-object, repo-file-object?,
serialize-repo-file-object): New procedures.
(cgit-activation): Use SERIALIZE-CONFIGURATION's return value with
MIXED-TEXT-FILE instead of using its output with PLAIN-FILE.
2018-04-11 21:23:59 +02:00
Clément Lassieur 36027f05e9
services: cgit: Simplify 'serialize-module-link-path'.
* gnu/services/cgit.scm (serialize-module-link-path): Remove STRING-DROP-RIGHT
and UGLIFY-FIELD-NAME.
2018-04-11 21:23:59 +02:00
Clément Lassieur dde99782e0
services: cgit: Simplify 'uglify-field-name'.
* gnu/services/cgit.scm (uglify-field-name): Remove STRING-JOIN and
STRING-SPLIT.
2018-04-11 21:23:58 +02:00
Mark H Weaver 99e892a562
gnu: linux-libre: Update to 4.16.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.1.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.15-arm.conf,
gnu/packages/aux-files/linux-libre/4.15-i686.conf,
gnu/packages/aux-files/linux-libre/4.15-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.16-arm.conf,
gnu/packages/aux-files/linux-libre/4.16-i686.conf,
gnu/packages/aux-files/linux-libre/4.16-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
2018-04-11 15:04:54 -04:00
Mark H Weaver c5bd8753be
gnu: linux-libre: Add 'patch-/bin/pwd' phase.
* gnu/packages/linux.scm (make-linux-libre)[arguments]: Add 'patch-/bin/pwd'
phase.
2018-04-11 15:04:45 -04:00
Efraim Flashner 0d91cd07a2
gnu: elfutils: Disable failing test.
* gnu/packages/elf.scm (elfutils)[arguments]: Skip test which always
fails on aarch64-linux.
2018-04-11 21:52:25 +03:00
Alex Sassmannshausen 43d5df98f2
gnu: guile-config: Update to 0.2.
* gnu/packages/guile.scm (guile-config): Update to 0.2.
  [source]: Change to github repo.
  [native-inputs]: Add make dist dependencies.
  [license]: Update license.
2018-04-11 10:10:46 +02:00
Fis Trivial f8fbe37654
gnu: Add qBittorrent.
* gnu/packages/bittorrent.scm (qBittorrent): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-11 01:03:46 +02:00
Fis Trivial 395541b018
gnu: libtorrent-rasterbar: Add CXXFLAGS.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Add CXXFLAGS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-11 01:03:46 +02:00
Ludovic Courtès 0927b5bed6
gnu: tlsdate: Fix compilation on aarch64-linux-gnu.
* gnu/packages/ntp.scm (tlsdate)[arguments]: Add #:configure-flags.
2018-04-11 01:03:46 +02:00
Ludovic Courtès b1fb247b78
gnu: guix: Update to 486de73.
* gnu/packages/package-management.scm (guix): Update to 486de73.
2018-04-11 01:03:46 +02:00
Jan Nieuwenhuizen 792ddfdc76
gnu: mes: Update to 0.12.
* gnu/packages/mes.scm (mes): Update to 0.12.
2018-04-10 21:58:07 +02:00
Ludovic Courtès 486de7377f
gnu: cuirass: Update to 238f856.
* gnu/packages/ci.scm (cuirass): Update to 238f856.
2018-04-10 17:44:27 +02:00
Ludovic Courtès 10de06bd07
gnu: hwloc: Skip 'linux-libnuma' test.
That test would fail on some machines, for instance build machines
behind berlin.guixsd.org.

* gnu/packages/mpi.scm (hwloc)[arguments]: Add 'skip-linux-libnuma-test'
phase.
(hwloc-2.0)[arguments]: Replace it.
2018-04-10 17:44:27 +02:00
Tomáš Čech a69e0cf3ca
gnu: Add libcgroup.
* gnu/packages/linux.scm (libcgroup): New variable.
2018-04-10 11:43:12 +02:00
Leo Famulari 60e1de6d95
gnu: chromaprint: Fix typo.
* gnu/packages/mp3.scm (chromaprint): Fix typo.
2018-04-09 09:04:11 -04:00
Rutger Helling 7e4f6f131e
gnu: retroarch: Update checksum.
* gnu/packages/emulators.scm (retroarch): Update checksum.
2018-04-09 11:26:05 +02:00
Rutger Helling 593e9da137
gnu: mgba: Update to 0.6.2.
* gnu/packages/emulators.scm (mgba): Update to 0.6.2.
2018-04-09 09:14:20 +02:00
Leo Famulari 1825ce8063
gnu: eyeD3: Update to 0.8.5.
* gnu/packages/mp3.scm (eyed3): Update to 0.8.5.
[source]: Use pypi-uri.
[propagated-inputs]: Add python-magic and python-pathlib.
2018-04-09 00:41:14 -04:00
Mark H Weaver 78602fad57
gnu: linux-libre: Add elfutils to native-inputs.
Suggested by Leo Famulari <leo@famulari.name>

* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add elfutils.
2018-04-09 00:29:10 -04:00
Mark H Weaver 81d98d7ef2
gnu: linux-libre: Add flex and bison to native-inputs.
* gnu/packages/linux.scm (make-linux-libre)[native-inputs]: Add flex and
bison.
2018-04-09 00:29:08 -04:00
Mark H Weaver 2e5a9c58ad
gnu: linux-libre: Update to 4.15.16.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.16.
(%linux-libre-hash): Update hash.
2018-04-09 00:27:43 -04:00
Mark H Weaver 9b8cd09e46
gnu: linux-libre@4.14: Update to 4.14.33.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.33.
(%linux-libre-4.14-hash): Update hash.
2018-04-09 00:15:36 -04:00
Mark H Weaver 615d923d1f
gnu: linux-libre@4.9: Update to 4.9.93.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.93.
2018-04-09 00:14:28 -04:00
Mark H Weaver 4d332846f0
gnu: linux-libre@4.4: Update to 4.4.127.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.127.
2018-04-09 00:13:47 -04:00
Fis Trivial 71dab08dec
gnu: Add bear.
* gnu/packages/build-tools.scm (bear): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-08 23:32:34 +02:00
Fis Trivial bebe3a4f95
gnu: Add unittest-cpp.
* gnu/packages/check.scm (unittest-cpp): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-08 23:32:34 +02:00
rsiddharth 20c902f0d0
gnu: ghc-psqueues: Update to 0.2.6.0.
* gnu/packages/haskell.scm (ghc-psqueues): Update to 0.2.6.0.
[arguments]: Enable tests.
[home-page]: Update link.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-08 23:32:34 +02:00
Nils Gillmann 8cb2bcf7a8
gnu: gnurl: Update to version 7.59.0.
* gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0.
[source]: Add temporary second source at ftp.n0.is.

Signed-off-by: Nils Gillmann <ng0@n0.is>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-08 23:32:34 +02:00
Konrad Hinsen ab4d1c2612
gnu: Add emacs-pass.
* gnu/packages/emacs.scm (emacs-pass): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-08 23:32:34 +02:00
Ludovic Courtès adc671450b
gnu: cobol: Download NIST suite over HTTPS.
Suggested by Simon Sobisch <simonsobisch@web.de>.

* gnu/packages/cobol.scm (gnucobol)[inputs]: Download "newcob" over HTTPS.
2018-04-08 23:32:34 +02:00
Marius Bakke 33d82486d5
gnu: vc: Do not optimize for the build machine CPU.
* gnu/packages/maths.scm (vc)[arguments]: Add "-DTARGET_ARCHITECTURE=none" to
  #:configure-flags.
2018-04-08 22:32:24 +02:00
Marius Bakke 17f93ba122
gnu: http-parser: Update to 2.8.1.
* gnu/packages/web.scm (http-parser): Update to 2.8.1.
2018-04-08 22:32:23 +02:00
Marius Bakke 9801a56e09
gnu: libmbim: Update to 1.16.0.
* gnu/packages/freedesktop.scm (libmbim): Update to 1.16.0.
2018-04-08 22:32:23 +02:00
Marius Bakke 9b9e7481e2
gnu: libotf: Update to 0.9.16.
* gnu/packages/fontutils.scm (libotf): Update to 0.9.16.
2018-04-08 22:32:23 +02:00
Ludovic Courtès 3c0128b035
discovery: Remove dependency on (guix ui).
This reduces the closure of (guix discovery) from 28 to 8 modules.

* guix/discovery.scm (scheme-files): Use 'format' instead of 'warning'.
(scheme-modules): Add #:warn parameter.  Use it instead of
'warn-about-load-error'.
(fold-modules): Add #:warn and pass it to 'scheme-modules'.
(all-modules): Likewise.
* gnu/bootloader.scm (bootloader-modules): Pass #:warn to 'all-modules'.
* gnu/packages.scm (fold-packages): Likewise.
* gnu/services.scm (all-service-modules): Likewise.
* guix/upstream.scm (importer-modules): Likewise.
2018-04-08 17:48:33 +02:00
Ludovic Courtès eaae07ec28
Add (guix self).
* guix/self.scm: New file.
* Makefile.am (MODULES): Add it.
* gnu/packages.scm (%distro-root-directory): Rewrite to try different
directories.
* guix/discovery.scm (guix): Export 'scheme-files'.
2018-04-08 17:41:08 +02:00
Ludovic Courtès 278c16579d
gnu: Add 'guix-register'.
* gnu/packages/package-management.scm (guix-register): New variable.
2018-04-08 17:41:08 +02:00
Nicolas Goaziou 8f3448f637
gnu: grammalecte: Fix build.
* gnu/packages/dictionaries.scm (grammalecte)[arguments]: Add phase to fix
  build script.
2018-04-08 16:18:18 +02:00
Nicolas Goaziou 2cc267e07a
gnu: grammalecte: Update to 0.6.3.1.
* gnu/packages/dictionaries.scm (grammalecte): Update to 0.6.3.1.
2018-04-08 09:13:53 +02:00
Sohom Bhattacharjee d4bb455135
gnu: Add emacs-evil-anzu.
* gnu/packages/emacs.scm (emacs-evil-anzu): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-04-07 21:34:42 +03:00
YOANN P 6e0efe8cd5
gnu: git: Fix checksum patch in 'patch-tests'.
* gnu/packages/version-control.scm (git)[arguments]: In 'patch-tests'
phase, use %store-directory instead of '/gnu' to prevent tests failure
in case a custom store path is used.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-06 17:46:04 +02:00
Marius Bakke 385b2dde61
gnu: miniupnpc: Update to 2.0.20180406.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20180406.
2018-04-06 17:46:03 +02:00
Marius Bakke a81000fb71
gnu: talloc: Update to 2.1.13.
* gnu/packages/samba.scm (talloc): Update to 2.1.13.
2018-04-06 17:46:03 +02:00
Marius Bakke 426284d855
gnu: strace: Update to 4.22.
* gnu/packages/linux.scm (strace): Update to 4.22.
[source](uri): Download from home page.
2018-04-06 17:46:03 +02:00
Marius Bakke 67b5785e3c
gnu: ldc, bap: Build with Clang 3.8.
* gnu/packages/ldc.scm (ldc-bootstrap, ldc): Change LLVM and CLANG to LLVM-3.8
and CLANG-3.8.
* gnu/packages/ocaml.scm (bap)[native-inputs]: Change CLANG to CLANG-3.8.
[propagated-inputs, inputs]: Change LLVM to LLVM-3.8.
2018-04-06 17:46:03 +02:00
Marius Bakke 9bdbabe963
gnu: llvm, clang: Update to 6.0.0.
* gnu/packages/llvm.scm (llvm, clang-runtime, clang): Update to 6.0.0.
(clang-from-llvm)(patches): Set to empty list.
[arguments]: Adjust substitutions depending on major version.
(llvm-3.8, clang-runtime-3.8, clang-3.8): New public variables.
(clang-3.7, clang-3.6, clang-3.5)(patches): Add 'clang-3.5-libc-search-path.patch'.
(clang-3.9.1)(patches): Add 'clang-3.8-libc-search-path.patch'.
* gnu/packages/patches/clang-6.0-libc-search-path.patch: New file.
* gnu/packages/patches/clang-libc-search-path.patch: Rename to ...
* gnu/packages/patches/clang-3.5-libc-search-path.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-04-06 17:46:03 +02:00
Ricardo Wurmus 482959ffa4
gnu: sambamba: Update to 0.6.7-10-g223fa20.
* gnu/packages/bioinformatics.scm (sambamba)[source]: Fetch from git.
[arguments]: Disable parallel build; rename build phase "place-biod" to
"place-biod-and-undead"; add build phase "fix-ldc-version"; adjust phase
"unbundle-prerequisites".
[native-inputs]: Add python2-minimal; update biod sources; add undead sources.
2018-04-06 17:12:15 +02:00
Ricardo Wurmus 262ee8eae2
gnu: htslib-for-sambamba: Fix build.
* gnu/packages/bioinformatics.scm (htslib-for-sambamba)[arguments]: Do not
inherit htslib arguments.
2018-04-06 17:12:07 +02:00
Leo Famulari ae81bf4f99
gnu: certbot: Update to 0.23.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.23.0.
2018-04-05 23:20:25 -04:00
Julien Lepiller cfb55cfc4a
gnu: Add java-native-access-platform.
* gnu/packages/java.scm (java-native-access-platform): New variable.
2018-04-05 19:48:06 +02:00
Julien Lepiller a970288c8e
gnu: Add java-native-access.
* gnu/packages/java.scm (java-native-access): New variable.
2018-04-05 19:48:00 +02:00
Julien Lepiller f7b512c084
gnu: Add java-jakarta-oro.
* gnu/packages/java.scm (java-jakarta-oro): New variable.
2018-04-05 19:47:58 +02:00
Julien Lepiller 5fe981dc83
gnu: Add java-commons-vfs.
* gnu/packages/java.scm (java-commons-vfs): New variable.
2018-04-05 19:47:56 +02:00
Julien Lepiller 5f5b31c63f
gnu: Add java-commons-httpclient.
* gnu/packages/java.scm (java-commons-httpclient): New variable.
2018-04-05 19:47:54 +02:00
Julien Lepiller afb13a1002
gnu: Add java-commons-bsf.
* gnu/packages/java.scm (java-commons-bsf): New variable.
2018-04-05 19:47:52 +02:00
Julien Lepiller 37602dd8ba
gnu: Update java-commons-cli to 1.4.
* gnu/packages/java.scm (java-commons-cli): Update to 1.4.
2018-04-05 19:47:50 +02:00
Julien Lepiller 49d743117b
gnu: Add java-jline-2.
* gnu/packages/java.scm (java-jline-2): New variable.
2018-04-05 19:47:46 +02:00
Leo Famulari d355245030
gnu: openssh: Update to 7.7p1.
* gnu/packages/ssh.scm (openssh): Update to 7.7p1.
[arguments]: Set the test suite's working directory in #:make-flags.
2018-04-05 11:51:55 -04:00
David Thompson 6de2af288f
gnu: tiled: Update to 1.1.4.
* gnu/packages/game-development.scm (tiled): Update to 1.1.4.
2018-04-05 09:41:24 -04:00
Pierre Neidhardt f27f264e51
gnu: Add subdl.
* gnu/packages/video.scm (subdl): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-04-05 02:29:28 -04:00
Tobias Geerinckx-Rice fadc55330d
gnu: iptables: Remove trailing newline from description.
...introduced in be5dc5fb18.

* gnu/packages/linux.scm (iptables)[description]: Remove trailing newline.
2018-04-05 06:39:02 +02:00
Tobias Geerinckx-Rice 4bac91e1d8
gnu: perl-db-file: Update to 1.841.
* gnu/packages/databases.scm (perl-db-file): Update to 1.841.
2018-04-05 06:39:02 +02:00
Tobias Geerinckx-Rice 7b3a95e5d4
gnu: licensecheck: Update to 3.0.34.
* gnu/packages/license.scm (licensecheck): Update to 3.0.34.
2018-04-05 06:39:01 +02:00
Tobias Geerinckx-Rice 4b23535351
gnu: cppcheck: Update to 1.83.
* gnu/packages/check.scm (cppcheck): Update to 1.83.
2018-04-05 06:39:01 +02:00
Tobias Geerinckx-Rice 65cbfa7ebf
gnu: gama: Update to 1.22.
* gnu/packages/gps.scm (gama): Update to 1.22.
2018-04-05 06:39:01 +02:00
Tobias Geerinckx-Rice f560acf8d9
gnu: lmdb: Update to 0.9.22.
* gnu/packages/databases.scm (lmdb): Update to 0.9.22.
2018-04-05 06:39:01 +02:00
Tobias Geerinckx-Rice 36e8cfa19a
gnu: getmail: Update to 5.6.
* gnu/packages/mail.scm (getmail): Update to 5.6.
2018-04-05 06:39:00 +02:00
Tobias Geerinckx-Rice ada3b94ffb
gnu: jpegoptim: Use HTTPS home page.
* gnu/packages/image.scm (jpegoptim)[home-page]: Use HTTPS.
2018-04-05 06:39:00 +02:00
Tobias Geerinckx-Rice e8da8bb1cc
gnu: jpegoptim: Update to 1.4.5.
* gnu/packages/image.scm (jpegoptim): Update to 1.4.5.
2018-04-05 06:39:00 +02:00
Tobias Geerinckx-Rice 07922c501d
gnu: debootstrap: Update to 1.0.95.
* gnu/packages/debian.scm (debootstrap): Update to 1.0.95.
2018-04-05 06:39:00 +02:00
Tobias Geerinckx-Rice 00172e171c
gnu: czmq: Update to 4.1.1.
* gnu/packages/networking.scm (czmq): Update to 4.1.1.
2018-04-05 06:39:00 +02:00
Tobias Geerinckx-Rice ce9ae8a1c3
gnu: musescore: Update to 2.2.1.
* gnu/packages/music.scm (musescore): Update to 2.2.1.
2018-04-05 06:38:59 +02:00
Tobias Geerinckx-Rice 9767800687
gnu: mate-themes: Update to 3.22.16.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.16.
2018-04-05 06:38:59 +02:00
Tobias Geerinckx-Rice fb5f8f0135
gnu: asymptote: Update to 2.42.
* gnu/packages/plotutils.scm (asymptote): Update to 2.42.
2018-04-05 06:38:59 +02:00
Tobias Geerinckx-Rice 408626774b
gnu: Use HTTPS for statnet.org home pages.
* gnu/packages/cran.scm (r-network, r-statnet-common, r-sna)[home-page]:
Use HTTPS and canonical domain name.
2018-04-05 06:38:59 +02:00
Tobias Geerinckx-Rice 92edaaea27
gnu: r-network: Update to 1.13.0.1.
* gnu/packages/cran.scm (r-network): Update to 1.13.0.1.
2018-04-05 06:38:58 +02:00
Tobias Geerinckx-Rice ba578d937d
gnu: r-lmtest: Update to 0.9-36.
* gnu/packages/cran.scm (r-lmtest): Update to 0.9-36.
2018-04-05 06:38:58 +02:00
Tobias Geerinckx-Rice 14b78ca6dc
gnu: r-broom: Update to 0.4.4.
* gnu/packages/cran.scm (r-broom): Update to 0.4.4.
2018-04-05 06:38:58 +02:00
Tobias Geerinckx-Rice e155c6034b
gnu: r-ggthemes: Update to 3.4.2.
* gnu/packages/statistics.scm (r-ggthemes): Update to 3.4.2.
2018-04-05 06:38:58 +02:00
Tobias Geerinckx-Rice 184020432b
gnu: r-caret: Update to 6.0-79.
* gnu/packages/statistics.scm (r-caret): Update to 6.0-79.
2018-04-05 06:38:57 +02:00
Tobias Geerinckx-Rice 0cb4fb81da
gnu: r-viridis: Update to 0.5.1.
* gnu/packages/statistics.scm (r-viridis): Update to 0.5.1.
2018-04-05 06:38:57 +02:00
Tobias Geerinckx-Rice ec2a2682fe
gnu: r-matrix: Update to 1.2-13.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-13.
2018-04-05 06:38:57 +02:00
Tobias Geerinckx-Rice 9ed1824eeb
gnu: r-cluster: Update to 2.0.7.
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.7.
2018-04-05 06:38:57 +02:00
Tobias Geerinckx-Rice 4c44dd7aca
gnu: r-glmnet: Update to 2.0-16.
* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-16.
2018-04-05 06:38:56 +02:00
Tobias Geerinckx-Rice d22d746822
gnu: python-gst: Update to 1.12.5.
* gnu/packages/gstreamer.scm (python-gst): Update to 1.12.5.
2018-04-05 06:38:56 +02:00
Tobias Geerinckx-Rice dc944249d9
gnu: sshuttle: Update to 0.78.4.
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.4.
2018-04-05 06:38:56 +02:00
Tobias Geerinckx-Rice bc32521a5b
gnu: nginx-documentation: Update to 2018-04-04-2131-dbaf3950f8e9.
* gnu/packages/web.scm (nginx-documentation): Update to
2018-04-04-2131-dbaf3950f8e9.
2018-04-05 06:38:55 +02:00
Tobias Geerinckx-Rice c70935a939
gnu: nginx: Update to 1.13.11.
* gnu/packages/web.scm (nginx): Update to 1.13.11.
2018-04-05 06:38:55 +02:00
Adam Massmann b357ccdd8b
gnu: xapers: Fix man page and xapers-adder installation
* gnu/packages/search.scm (xapers)[arguments]: Adjust install-file
destinations in install-doc phase.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-04-04 21:19:08 -05:00
Leo Famulari b4eadf7e7f
gnu: syncthing: Update to 0.14.46.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.46.
2018-04-04 18:31:12 -04:00
Leo Famulari dc0ec9914c
gnu: go-github-com-zillode-notify: Update to 0.0.0-3.53dd687.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): Update to
0.0.0-3.53dd687.
[source]: Update URL.
[arguments]: Update #:import-path.
2018-04-04 18:31:12 -04:00
Ludovic Courtès 76a77ccaed
system: Add default '.nanorc' with syntax highlighting.
* gnu/system/shadow.scm (default-skeletons): Add ".nanorc".
2018-04-04 23:14:35 +02:00
Roel Janssen 723225c32c
gnu: Add perl-statistics-basic.
* gnu/packages/perl.scm (perl-statistics-basic): New variable.
2018-04-04 20:53:48 +02:00
Roel Janssen 25c4743156
gnu: Add perl-time-hires.
* gnu/packages/perl.scm (perl-time-hires): New variable.
2018-04-04 16:59:34 +02:00
Adam Massmann f50bad80a9
gnu: Add xapers
* gnu/packages/search.scm (xapers): New variable.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-04-04 09:35:21 -05:00
Adam Massmann 2514fc1d69
gnu: Add python-pybtex
* gnu/packages/python.scm (python-pybtex): New variable.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-04-04 09:35:21 -05:00
Adam Massmann c2b2f0c866
gnu: Add python-latexcodec
* gnu/packages/python.scm (python-latexcodec): New variable.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
2018-04-04 09:35:15 -05:00
Roel Janssen f0196e82b8
gnu: Add perl-text-format.
* gnu/packages/perl.scm (perl-text-format): New variable.
2018-04-04 16:15:59 +02:00
Roel Janssen bd468c975d
gnu: Add perl-set-intspan.
* gnu/packages/perl.scm (perl-set-intspan): New variable.
2018-04-04 15:58:18 +02:00
Tomáš Čech 0d0cf3b0f6
python: python-py3status: Update to 3.7.
* gnu/packages/python.scm (python-py3status): Update to 3.7.
 [arguments]: Adjust string substitution.
2018-04-04 15:51:20 +02:00
Roel Janssen 55dc003877
gnu: Add perl-number-format.
* gnu/packages/perl.scm (perl-number-format): New variable.
2018-04-04 15:48:55 +02:00
Roel Janssen 1a014680c8
gnu: Add perl-math-bezier.
* gnu/packages/perl.scm (perl-math-bezier): New variable.
2018-04-04 15:44:15 +02:00
Roel Janssen 821aaa9ca5
gnu: Add perl-threads.
* gnu/packages/perl.scm (perl-threads): New variable.
2018-04-04 15:35:08 +02:00
Roel Janssen 5a6e23fb1b
gnu: Add perl-math-round.
* gnu/packages/perl.scm (perl-math-round): New variable.
2018-04-04 15:22:19 +02:00
Roel Janssen e147856397
gnu: Add perl-memoize.
* gnu/packages/perl.scm (perl-memoize): New variable.
2018-04-04 15:16:53 +02:00
Roel Janssen 0d5c19452f
gnu: Add perl-font-ttf.
* gnu/packages/perl.scm (perl-font-ttf): New variable.
2018-04-04 15:07:50 +02:00
Roel Janssen ea09f99f7f
gnu: 4store: Remove preprocessor directive.
* gnu/packages/databases.scm (4store): Add patch to remove preprocessor
  directive.
* gnu/packages/patches/4store-unset-preprocessor-directive.patch: New file.
* gnu/local.mk: Register patch.
2018-04-04 14:54:02 +02:00
Roel Janssen b028a9830c
gnu: Add perl-pathtools.
* gnu/packages/perl.scm (perl-pathtools): New variable.
2018-04-04 14:50:37 +02:00
Konrad Hinsen 03efe78c34
gnu: Add emacs-password-store.
* gnu/packages/emacs.scm (emacs-password-store): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Mathieu Lirzin 95f3b626d7
gnu: Add python-empy.
* gnu/packages/python.scm (python-empy): New variable.
(python2-empy): Use 'package-with-python-2'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Mathieu Lirzin c3581ef968
gnu: Add emacs-emmet-mode.
* gnu/packages/emacs.scm (emacs-emmet-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Mathieu Lirzin d56ecf623e
gnu: Add dot2tex.
* gnu/packages/graphviz.scm (dot2tex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Pierre Neidhardt a509041f2a
gnu: chromaprint: Build 'fpcalc'.
* gnu/packages/mp3.scm (chromaprint)[arguments]: Add #:configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Vijayalakshmi Vedantham 8b209bb692
gnu: Add python-django-override-storage.
* gnu/packages/django.scm (python-django-override-storage): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Thorsten Wilms cd73071984
gnu: Add x11-socket-directory-service.
* gnu/services/desktop.scm (x11-socket-directory-service): New
variable.
(%desktop-services): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-04 14:39:39 +02:00
Rutger Helling 02e7e3f973
gnu: xpra: Update to 2.2.6.
* gnu/packages/xorg.scm (xpra): Update to 2.2.6.
2018-04-04 12:03:42 +02:00
Tobias Geerinckx-Rice 689d53fa49
gnu: iproute2: Update to 4.16.0.
* gnu/packages/linux.scm (iproute): Update to 4.16.0.
2018-04-04 03:31:50 +02:00
Sohom Bhattacharjee 2d11acb61c
gnu: emacs-anzu: Use the upstream release instead of MELPA.
* gnu/packages/emacs.scm (emacs-anzu)[source]: Replace MELPA tarball with the
upstream release.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2018-04-03 22:40:38 +05:30
Clément Lassieur f72662968e
services: certbot: Don't try to renew certificates on activation.
Because it takes too much time and it requires networking.

Thanks to Mathieu Othacehe for suggesting this.

* gnu/services/certbot.scm (certbot-activation): Do not run the renewal
command, copy its path to a fixed location, display it, so that the user can
run the command when they want.
2018-04-03 16:21:31 +02:00
Roel Janssen 7ba2230897
gnu: Add perl-carp.
* gnu/packages/perl.scm (perl-carp): New variable.
2018-04-03 15:16:42 +02:00
Roel Janssen 9dfa3d2264
gnu: Add perl-inline-c.
* gnu/packages/perl.scm (perl-inline-c): New variable.
2018-04-03 14:43:13 +02:00
Roel Janssen 229241b1a4
gnu: Add perl-inline.
* gnu/packages/perl.scm (perl-inline): New variable.
2018-04-03 14:36:05 +02:00
Roel Janssen 9b3deccd60
gnu: Add perl-pegex.
* gnu/packages/perl.scm (perl-pegex): New variable.
2018-04-03 14:31:57 +02:00
Roel Janssen 6d09a7b5ec
gnu: virtuoso-ose: Unbundle zlib and build with readline support.
* gnu/packages/databases.scm (virtuoso-ose):
  [inputs]: Add zlib, and readline;
  [arguments]: Add --without-internal-zlib, and --with-readline.
2018-04-03 13:07:21 +02:00
Kyle Meyer d3d576616c
gnu: emacs-helm-swoop: Update to 1.7.4.
* gnu/packages/emacs.scm (emacs-helm-swoop): Update to 1.7.4.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-03 12:43:26 +02:00
Kyle Meyer e0b0cafdea
gnu: emacs-helm: Update to 2.9.0.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-03 12:43:23 +02:00
Kyle Meyer 4fca8a028e
gnu: emacs-elfeed: Update to 2.3.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.3.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-04-03 12:43:20 +02:00
Marius Bakke 5c151862c2
gnu: git: Update to 2.17.0.
* gnu/packages/version-control.scm (git): Update to 2.17.0.
[arguments]: Remove obsolete substitution.
2018-04-03 12:21:29 +02:00
Marius Bakke fc8c229f14
gnu: perl-mailtools: Update to 2.20.
* gnu/packages/perl.scm (perl-mailtools): Update to 2.20.
2018-04-03 12:15:58 +02:00
Tobias Geerinckx-Rice 426916b7a0
gnu: python-oslotest: Update to 3.4.0.
* gnu/packages/openstack.scm (python-oslotest): Update to 3.4.0.
2018-04-03 11:17:34 +02:00
Tobias Geerinckx-Rice 3cc7d54262
gnu: python-libvirt: Update to 4.1.0.
* gnu/packages/virtualization.scm (python-libvirt): Update to 4.1.0.
2018-04-03 11:17:34 +02:00
Tobias Geerinckx-Rice 35d56c1cbb
gnu: libvirt: Update to 4.2.0.
* gnu/packages/virtualization.scm (libvirt): Update to 4.2.0.
[native-inputs]: Replace python-2 with python (@3).
2018-04-03 11:17:34 +02:00
Sahithi Yarlagadda 82c8e0ae0a
gnu: Add r-abc.
* gnu/packages/cran.scm (r-abc): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-04-02 23:25:39 +02:00
Nicolas Goaziou b3891a25f8
gnu: musescore: Update to 2.2.
* gnu/packages/music.scm (musescore): Update to 2.2.
[arguments]: Use new flag for freetype and remove corresponding fix.  Prevent
downloading sound fonts during installation.
[inputs]: Add portmidi.
2018-04-02 23:21:13 +02:00
Nicolas Goaziou a374d9c9b0
gnu: portmidi: Create "libporttime.so" symlink.
* gnu/packages/music.scm (portmidi): Add an `add-portime' phase.
2018-04-02 23:20:07 +02:00
Ludovic Courtès b948c04745
gnu: cuirass: Update to f090c0f.
* gnu/packages/ci.scm (cuirass): Update to f090c0f.
2018-04-02 23:16:30 +02:00
Ludovic Courtès 576f245c2d
gnu: guile-git: Update to 36f93c1.
* gnu/packages/guile.scm (guile-git): Update to 36f93c1.
2018-04-02 23:16:30 +02:00
Sahithi Yarlagadda 2a27c0bbb8
gnu: Add r-abc-data.
* gnu/packages/cran.scm (r-abc-data): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-04-02 23:13:17 +02:00
Leo Famulari 7edb3e50ae
gnu: libressl: Update to 2.7.2.
* gnu/packages/tls.scm (libressl): Update to 2.7.2.
2018-04-02 15:11:47 -04:00
Leo Famulari e34977327d
gnu: botan: Update to 2.5.0.
* gnu/packages/crypto.scm (botan): Update to 2.5.0.
[arguments]: Remove 'fix-rst2man-invocation' phase.
2018-04-02 15:11:44 -04:00
Christopher Lemmer Webber 75afbd2478
gnu: racket: Patch xform compilation errors.
* gnu/packages/patches/gnu/packages/patches/racket-fix-xform-issue.patch:
Renamed from gnu/packages/patches/racket-minus_zero_p-disable-xform.patch.
Switch to upstream patch in Racket.
* gnu/packages/scheme.scm (racket): Update to renamed patch.
2018-04-02 10:38:08 -05:00
Christopher Lemmer Webber 02283a6130
gnu: racket: Update to 6.12.
* gnu/packages/patches/racket-minus_zero_p-disable-xform.patch: New file.
* gnu/packages/scheme.scm (racket): Update version and patch.
2018-04-02 10:38:08 -05:00
Marius Bakke 35b3135f5d
gnu: notmuch: Update to 0.26.1.
* gnu/packages/mail.scm (notmuch): Update to 0.26.1.
2018-04-02 17:04:28 +02:00
Marius Bakke e3bb89a9b7
gnu: re2: Update to 2018-04-01.
* gnu/packages/regex.scm (re2): Update to 2018-04-01.
2018-04-02 17:04:28 +02:00
Marius Bakke 1b362016bc
gnu: libconfig: Update to 1.7.2.
* gnu/packages/textutils.scm (libconfig): Update to 1.7.2.
[home-page]: Update to new home.
[source](uri): Adjust accordingly.
2018-04-02 17:04:27 +02:00
Leo Famulari 620ab3a50c
gnu: borg: Update to 1.1.5.
* gnu/packages/backup.scm (borg): Update to 1.1.5.
[arguments]: Allow a more recent msgpack in an 'adjust-msgpack-dependency'
phase.
2018-04-01 22:47:14 -04:00
Marius Bakke 66939d59ed
gnu: mujs: Update to 1.0.3.
* gnu/packages/javascript.scm (mujs): Update to 1.0.3.
2018-04-02 03:10:13 +02:00
Marius Bakke 48e481b563
gnu: newsboat: Update to 2.11.1.
* gnu/packages/syndication.scm (newsboat): Update to 2.11.1.
2018-04-02 03:10:13 +02:00
Mark H Weaver 2e1e540c53
gnu: linux-libre: Update to 4.15.15.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.15.
(%linux-libre-hash): Update hash.
2018-04-01 18:05:24 -04:00
Mark H Weaver 4d7f14e6e4
gnu: linux-libre@4.14: Update to 4.14.32.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.32.
(%linux-libre-4.14-hash): Update hash.
2018-04-01 18:04:40 -04:00
Mark H Weaver a79d8cdd57
gnu: linux-libre@4.9: Update to 4.9.92.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.92.
2018-04-01 18:04:08 -04:00
Mark H Weaver e615459c99
gnu: linux-libre@4.4: Update to 4.4.126.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.126.
2018-04-01 18:03:30 -04:00
Tobias Geerinckx-Rice bca1bec5df
gnu: libsecret: Update to 0.18.6.
* gnu/packages/gnome.scm (libsecret): Update to 0.18.6.
2018-04-01 00:10:18 +02:00
Tobias Geerinckx-Rice 370ae985f0
gnu: emacs-git-modes: Update to 1.2.7.
* gnu/packages/emacs.scm (git-modes): Update to 1.2.7.
2018-04-01 00:10:18 +02:00
Tobias Geerinckx-Rice 811b42b2d5
gnu: python-cryptography, python-cryptography-vectors: Update to 2.2.2.
* gnu/packages/python-crypto.scm (python-cryptography)
(python-cryptography-vectors): Update to 2.2.2.
2018-04-01 00:10:17 +02:00
Ludovic Courtès 9c57502342
gnu: libgnomeui: Avoid store file names in patch.
This placates 'assert-no-store-file-names', which would prevent
'make dist' from succeeding.

* gnu/packages/patches/libgnomeui-utf8.patch: Replace store file names
with ellipses.
2018-03-31 23:30:51 +02:00
Leo Famulari fdc5d7ab52
gnu: mutt: Update to 1.9.4.
* gnu/packages/mail.scm (mutt): Update to 1.9.4.
2018-03-31 15:47:51 -04:00
Kei Kebreau 36ce25f092
gnu: Add qtoctave.
* gnu/packages/maths.scm (qtoctave): New variable.
2018-03-31 14:05:25 -04:00
Kei Kebreau ab5f3f2131
gnu: octave: Add audio and more sparse matrix support.
* gnu/packages/maths.scm (octave)[inputs]: Add suitesparse, libsndfile,
portaudio and alsa-lib.
2018-03-31 14:05:16 -04:00
rsiddharth 42469226c1
gnu: Add ghc-yesod.
* gnu/packages/haskell-web.scm (ghc-yesod): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:28:38 +02:00
rsiddharth 98889149f9
gnu: ghc-conduit-extra: Update to 1.1.14.
* gnu/packages/haskell.scm (ghc-conduit-extra): Update to 1.1.14.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:28:37 +02:00
rsiddharth 6faa30c17c
gnu: Add ghc-yesod-form.
* gnu/packages/haskell-web.scm (ghc-yesod-form): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:28:34 +02:00
rsiddharth b50e1c8925
gnu: Add ghc-email-validate.
* gnu/packages/haskell.scm (ghc-email-validate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:28:31 +02:00
rsiddharth d199274194
gnu: Add ghc-yesod-persistent.
* gnu/packages/haskell-web.scm (ghc-yesod-pesistent): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:28:22 +02:00
rsiddharth fb812d6cff
gnu: ghc-psqueues: Disable tests.
* gnu/packages/haskell.scm (ghc-psqueues)[arguments]: Set #:tests? to #f.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:28:10 +02:00
rsiddharth fc3ef1e28c
gnu: ghc-math-functions: Disable tests.
* gnu/packages/haskell.scm (ghc-math-functions)[arguments]: Set #:tests? to #f.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:58 +02:00
rsiddharth e01a8fcca4
gnu: Add ghc-persistent-sqlite.
* gnu/packages/haskell.scm (ghc-persistent-sqlite): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:49 +02:00
rsiddharth e85c58edf9
gnu: Add ghc-unliftio.
* gnu/packages/haskell.scm (ghc-unliftio): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:45 +02:00
rsiddharth 82e0b0e23f
gnu: Add ghc-microlens-th.
* gnu/packages/haskell.scm (ghc-microlens-th): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:43 +02:00
rsiddharth 1c225fabd6
gnu: Add ghc-microlens.
* gnu/packages/haskell.scm (ghc-microlens): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:41 +02:00
rsiddharth d5c34f9b18
gnu: Add ghc-unliftio-core.
* gnu/packages/haskell.scm (ghc-unliftio-core): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:40 +02:00
rsiddharth 8434594d6d
gnu: Add ghc-persistent-template.
* gnu/packages/haskell.scm (ghc-persistent-template): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:38 +02:00
rsiddharth 0f163f653e
gnu: Add ghc-aeson-compat.
* gnu/packages/haskell.scm (ghc-aeson-compat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:36 +02:00
rsiddharth 104e179d56
gnu: Add ghc-persistent.
* gnu/packages/haskell.scm (ghc-persistent): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:34 +02:00
rsiddharth b6d8ea42a3
gnu: Add ghc-http-api-data.
* gnu/packages/haskell.scm (ghc-http-api-data): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:32 +02:00
rsiddharth c56a30b3ba
gnu: Add ghc-time-locale-compat.
* gnu/packages/haskell.scm (ghc-time-locale-compat): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:30 +02:00
rsiddharth 8ecefe72c1
gnu: Add ghc-uri-bytestring.
* gnu/packages/haskell.scm (ghc-uri-bytestring): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:28 +02:00
rsiddharth e99bd15cbb
gnu: Add ghc-generics-sop.
* gnu/packages/haskell.scm (ghc-generics-sop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:26 +02:00
rsiddharth ff7dd11f0a
gnu: Add ghc-th-lift-instances.
* gnu/packages/haskell.scm
(ghc-th-lift-instances): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:23 +02:00
rsiddharth ac7cdb40ab
gnu: Add ghc-attoparsec-iso8601.
* gnu/packages/haskell.scm (ghc-attoparsec-iso8601): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:21 +02:00
rsiddharth d96a1bfe2b
gnu: Add ghc-resource-pool.
* gnu/packages/haskell.scm (ghc-resource-pool): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:18 +02:00
rsiddharth aebe9d2556
gnu: Add ghc-yesod-core.
* gnu/packages/haskell-web.scm (ghc-yesod-core): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:27:09 +02:00
rsiddharth 15b9ce634c
gnu: Add ghc-clientsession.
* gnu/packages/haskell-web.scm (ghc-clientsession): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:26:58 +02:00
rsiddharth 7565a30893
gnu: Add ghc-cprng-aes.
* gnu/packages/haskell-crypto.scm (ghc-cprng-aes): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:26:53 +02:00
rsiddharth 13c281672d
gnu: Add ghc-crypto-random.
* gnu/packages/haskell-crypto.scm (ghc-crypto-random): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:26:50 +02:00
rsiddharth d91acee78f
gnu: Add ghc-cipher-aes.
* gnu/packages/haskell-crypto.scm (ghc-cipher-aes): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:26:19 +02:00
rsiddharth 47a6582b12
gnu: Add ghc-crypto-cipher-tests.
* gnu/packages/haskell-check.scm
(ghc-crypto-cipher-tests): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:26:04 +02:00
rsiddharth aab6df5b63
gnu: Add ghc-crypto-cipher-types.
* gnu/packages/haskell-crypto.scm
(ghc-crypto-cipher-types): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:26:00 +02:00
rsiddharth 54f3536d55
gnu: Add ghc-securemem.
* gnu/packages/haskell.scm (ghc-securemem): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:25:50 +02:00
rsiddharth 122260b390
gnu: Add ghc-skein.
* gnu/packages/haskell-web.scm (ghc-skein): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:25:44 +02:00
rsiddharth 448d6226e3
gnu: Add ghc-path-pieces.
* gnu/packages/haskell-web.scm (ghc-path-pieces): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:25:40 +02:00
rsiddharth b2b4575dca
gnu: Add ghc-shakespeare.
* gnu/packages/haskell.scm (ghc-shakespeare): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:25:33 +02:00
rsiddharth fe9b5eff7b
gnu: Add ghc-monad-logger.
* gnu/packages/haskell.scm (ghc-monad-logger): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:25:25 +02:00
rsiddharth fddb41f22b
gnu: Add ghc-monad-loops.
* gnu/packages/haskell.scm (ghc-monad-loops): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:24:44 +02:00
rsiddharth bb87be09a9
gnu: Add ghc-stm-chans.
* gnu/packages/haskell.scm (ghc-stm-chans): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:24:37 +02:00
rsiddharth d6e559ab29
gnu: ghc-chunked-data: Update inputs.
* gnu/packages/haskell.scm (ghc-chunked-data)[inputs]: Add ghc-text.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:24:10 +02:00
Sohom Bhattacharjee 62d1105c88
gnu: Add emacs-anzu.
* gnu/packages/emacs.scm (emacs-anzu): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-31 19:23:11 +02:00
Rutger Helling 2ac9f2a2b3
gnu: wine-staging: Update to 3.5.
* gnu/packages/wine.scm (wine-staging): Update to 3.5.
2018-03-31 09:16:24 +02:00
Rutger Helling 5125b3d5b0
gnu: wine-staging-patchset-data: Update to 3.5.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.5.
2018-03-31 09:16:24 +02:00
Nils Gillmann f5fa1bdc1a
gnu: python-pycanberra: Update to new upstream location.
* gnu/packages/libcanberra (python-pycanberra)[source]: Use new URL.
[home-page]: Change to new URL.

Signed-off-by: Nils Gillmann <ng0@n0.is>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-30 23:42:07 +02:00
Pierre Neidhardt abc4a3325e
gnu: Add pinentry-emacs.
* gnu/packages/gnupg.scm (pinentry-emacs): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-03-30 23:42:07 +02:00
Mark H Weaver dffd077c59
gnu: linux-libre: Update to 4.15.14.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.14.
(%linux-libre-hash): Update hash.
2018-03-30 17:33:55 -04:00
Mark H Weaver cd3a0bcd1d
gnu: linux-libre@4.14: Update to 4.14.31.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.31.
(%linux-libre-4.14-hash): Update hash.
2018-03-30 17:33:09 -04:00
Mark H Weaver ce484f1e09
gnu: linux-libre@4.9: Update to 4.9.91.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.91.
2018-03-30 17:32:35 -04:00
Mark H Weaver e67512df40
gnu: linux-libre@4.4: Update to 4.4.125.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.125.
2018-03-30 17:32:02 -04:00
Mark H Weaver 619d7bffa0
gnu: linux-libre@4.1: Update to 4.1.51.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.51.
2018-03-30 17:31:15 -04:00
Julien Lepiller a7baa201cb
gnu: Update php to 7.2.4.
* gnu/packages/php.scm (php): Update to 7.2.4.
2018-03-30 23:22:18 +02:00
Ricardo Wurmus 4bd8a9d8e2
gnu: Define ao.
This is a follow-up to commit 28f4d56dd3.

* gnu/packages/engineering.scm (ao): Restore variable definition.
2018-03-30 22:54:51 +02:00
Ricardo Wurmus 28f4d56dd3
gnu: ao: Update to 0-2.9d857d1.
* gnu/packages/engineering.scm (ao): Rename...
(libfive): ...to this new variable; update to 0-2.9d857d1.
[inputs]: Remove glfw, libepoxy, glm, guile-2.0; add qtbase, guile-2.2.
[home-page]: Use new libfive home page.
[description]: Adjust.
(ao): Redefine using 'deprecated-package'.
2018-03-30 22:23:43 +02:00
Nicolas Goaziou 2d19a7e4f4
gnu: emacs-org: Change source and naming scheme.
* gnu/packages/emacs.scm (emacs-org): Switch back to ELPA.  Adopt its naming
  scheme.
2018-03-30 20:03:36 +02:00
Nicolas Goaziou 5ecd2d28d0
gnu: emacs-org-contrib: Fix build.
* gnu/packages/emacs.scm (emacs-org-contrib): Update SHA256.
[version]: Add keyword.
[arguments]: Use new keyword.
2018-03-30 20:03:31 +02:00
Roel Janssen fdc306879b
gnu: Add delly.
* gnu/packages/bioinformatics.scm (delly): New variable.
* gnu/packages/patches/delly-use-system-libraries.patch: New file.
* gnu/local.mk: Include delly-use-system-libraries.patch.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-03-30 10:48:01 -04:00
Roel Janssen 183ce98849
gnu: Add r-regioner.
* gnu/packages/bioconductor.scm (r-regioner): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-03-30 10:47:57 -04:00
Nikolai Merinov f342bb58fe
gnu: rust: Update rust to 1.24.1.
* gnu/packages/rust.scm (rust-bootstrap): Freeze bootstrap version to 1.22.1.
Reorganize bootstrap binaries to match new "rust" package structure with two
ouputs "out" with Rust compiler and "cargo" with Cargo package manager.
Replace all "system*" by "invoke".
(rust-1.23): Rename "rustc" to "rust".  Update sha256 for tarball.  Add cargo
related dependencies.  Install "cargo" as separate "rust" output.  Remove
substitutes for parts that were fixed in "rustc" source code.  Install
documentation to separate "doc" output.  Update configuration according to
changes in "rustc" source code.  Replace all "system*" by "invoke".
(rust): Create package for 1.24.1 rust release based on rust-1.23 release.
* guix/build-system/cargo.scm (default-rust): Replace "default-cargo" and
"default-rustc" functions with "default-rust" function.
(cargo-build-system): Take only one package as "rust" source.  Use "rustc" of
default output of "rust" package, use "cargo" as "cargo" output of "rust"
package.
2018-03-30 15:46:53 +02:00
Ben Woodcroft 8456a4c5cb
gnu: ruby-2.2: Update to 2.2.10.
* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.10.
2018-03-30 12:27:57 +10:00
Ben Woodcroft 049edeb24c
gnu: ruby-2.3: Update to 2.3.7.
* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.7.
2018-03-30 12:24:59 +10:00
Ben Woodcroft f38ac742e6
gnu: mash: Update to 2.0.
* gnu/packages/bioinformatics.scm (mash): Update to 2.0.
2018-03-30 12:18:35 +10:00
Ben Woodcroft c7a8aa131d
gnu: mafft: Update to 7.394.
* gnu/packages/bioinformatics.scm (mafft): Update to 7.394.
2018-03-30 12:18:35 +10:00
Ben Woodcroft 9a40b8d9b2
gnu: diamond: Update to 0.9.19.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.19.
2018-03-30 12:18:35 +10:00
Ricardo Wurmus 315ed91efb
gnu: pybitmessage: Update to 0.6.3.2 [security fixes].
* gnu/packages/messaging.scm (pybitmessage): Update to 0.6.3.2.
[source]: Fetch from git.
2018-03-29 22:43:37 +02:00
Ricardo Wurmus 80808d678a
gnu: hydrogen: Update to 1.0.0-beta1.
* gnu/packages/music.scm (hydrogen): Update to 1.0.0-beta1.
[source]: Fetch from git.
[arguments]: Add phase to fix installation directory for pixmaps.
[inputs]: Remove qt-4; add qtbase and qtxmlpatterns.
2018-03-29 22:40:30 +02:00
Ricardo Wurmus 9f1ac4fa49
gnu: mod-host: Update to 0.10.6-3.1726ad06b.
* gnu/packages/music.scm (mod-host): Update to 0.10.6-3.1726ad06b.
2018-03-29 22:26:59 +02:00
Ricardo Wurmus 9602ac76b4
gnu: drumkv1: Update to 0.9.0.
* gnu/packages/music.scm (drumkv1): Update to 0.9.0.
2018-03-29 22:22:50 +02:00
Ricardo Wurmus 2a5d08daf4
gnu: samplv1: Update to 0.9.0.
* gnu/packages/music.scm (samplv1): Update to 0.9.0.
2018-03-29 22:22:50 +02:00
Ricardo Wurmus 4503b18701
gnu: padthv1: Update to 0.9.0.
* gnu/packages/music.scm (padthv1): Update to 0.9.0.
2018-03-29 22:22:50 +02:00
Ricardo Wurmus 7c60a23cb1
gnu: synthv1: Update to 0.9.0.
* gnu/packages/music.scm (synthv1): Update to 0.9.0.
2018-03-29 22:22:50 +02:00
Ricardo Wurmus 15c5541bc8
gnu: qtractor: Update to 0.9.0.
* gnu/packages/music.scm (qtractor): Update to 0.9.0.
2018-03-29 22:22:50 +02:00
Marius Bakke cee6d90f73
gnu: awesome: Remove obsolete snippet.
* gnu/packages/wm.scm (awesome)[source](snippet): Remove.
2018-03-29 21:30:15 +02:00
Marius Bakke 40fb6b84f9
gnu: xcb-util-xrm: Update to 1.3.
* gnu/packages/xdisorg.scm (xcb-util-xrm): Update to 1.3.
2018-03-29 21:30:15 +02:00
Marius Bakke d2fd5c6532
gnu: mbedtls-apache: Update to 2.7.2.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.2.
[source](snippet): Remove.
2018-03-29 21:30:15 +02:00
Leo Famulari b6beda1d6b
gnu: Add botan.
* gnu/packages/crypto.scm (botan): New variable.
2018-03-29 14:40:34 -04:00
Tonton d4e0ebd016
gnu: Add fpm2.
* gnu/packages/password-utils.scm (fpm2): New variable.

Signed-off-by: Tonton <tonton@riseup.net>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-29 18:43:09 +02:00
Tonton af1e3dfe27
gnu: Add screen-message.
* gnu/packages/xdisorg.scm (screen-message): New variable.

Signed-off-by: Tonton <tonton@riseup.net>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-29 18:35:46 +02:00
Tobias Geerinckx-Rice 95fb6b0413
gnu: r-lme4: Update to 1.1-16.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-16.
2018-03-29 17:45:45 +02:00
Tobias Geerinckx-Rice dc8450c178
gnu: r-curl: Update to 3.2.
* gnu/packages/web.scm (r-curl): Update to 3.2.
2018-03-29 17:36:57 +02:00
Tobias Geerinckx-Rice f36685b058
gnu: bspwm: Update to 0.9.4.
* gnu/packages/wm.scm (bspwm): Update to 0.9.4.
2018-03-29 17:36:50 +02:00
Tobias Geerinckx-Rice 4bb5bdd963
gnu: rss-bridge: Update to 2018-03-11.
* gnu/packages/web.scm (rss-bridge): Update to 2018-03-11.
2018-03-29 17:36:39 +02:00
Roel Janssen e086d2f68b
gnu: r-mutationalpatterns: Update to 1.4.3.
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.3;
  [propagated-inputs]: Remove r-gridextra.
2018-03-29 15:50:44 +02:00
Roel Janssen 53e42694e5
gnu: kaiju: Update to 1.6.2.
* gnu/packages/bioinformatics.scm (kaiju): Update to 1.6.2;
  [inputs]: Add zlib.
2018-03-29 15:40:52 +02:00
Vasile Dumitrascu d232e02ecf
gnu: Add duperemove.
* gnu/packages/disk.scm (duperemove): New variable.

Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2018-03-29 15:17:35 +02:00
Ludovic Courtès 9c3f2c2e83
gnu: Add python-debug.
Suggested by Pjotr Prins <pjotr.public12@thebird.nl>.

* gnu/packages/python.scm (python-debug): New variable.
2018-03-29 15:17:35 +02:00
Efraim Flashner 594e5d7368
gnu: nano: Update to 2.9.5.
* gnu/packages/nano.scm (nano): Update to 2.9.5.
2018-03-29 16:08:06 +03:00
Roel Janssen c974008d91
gnu: Add r-idr.
* gnu/packages/cran.scm (r-idr): New variable.
2018-03-29 14:26:44 +02:00
Roel Janssen 996bed0608
gnu: Add r-amap.
* gnu/packages/cran.scm (r-amap): New variable.
2018-03-29 14:11:21 +02:00
Roel Janssen 6174db2b2c
gnu: Add r-venndiagram.
* gnu/packages/cran.scm (r-venndiagram): New variable.
2018-03-29 14:08:36 +02:00
Roel Janssen ddbf2a98ba
gnu: Add r-pastecs.
* gnu/packages/cran.scm (r-pastecs): New variable.
2018-03-29 13:54:30 +02:00
Ricardo Wurmus 017bffc1a3
gnu: libusb4java: Adjust for building with libusb 1.0.22.
* gnu/packages/libusb.scm (libusb4java)[arguments]: Add phase to remove
"-Werror" flag.
2018-03-29 12:26:38 +02:00
Ricardo Wurmus b0a4b6d957
gnu: libusb-for-axoloti: Update patch.
* gnu/packages/patches/libusb-for-axoloti.patch: Update context for libusb
1.0.22.
2018-03-29 12:26:38 +02:00
Chris Marusich 7874e9e047
gnu: Refactor boot-service-type and activation-service-type.
* gnu/services.scm (boot-service-type) <compose>: Use the "identity"
  procedure instead of the "append" procedure because it more accurately
  reflects the intent, which is to simply return the single list of
  extensions to which fold-services applies the "compose" procedure.
  (activation-service-type) <compose>: Likewise.
2018-03-29 08:38:49 +02:00
Jelle Licht ce353a548f
gnu: node: Update to 9.10.0.
* gnu/packages/node.scm (node): Update to 9.10.0.
2018-03-28 23:33:53 +02:00
Jelle Licht b63af9b7c7
gnu: http-parser: Update to 2.8.0.
* gnu/packages/web.scm (http-parser): Update to 2.8.0.
2018-03-28 23:33:43 +02:00
Marius Bakke 0a8985f395
gnu: xf86-video-ati: Update to 18.0.1.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 18.0.1.
2018-03-28 21:23:21 +02:00
Marius Bakke 4d967992d8
gnu: xf86-input-libinput: Update to 0.27.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.27.0.
2018-03-28 21:23:21 +02:00
Leo Famulari 935806b822
gnu: ntp: Update to 4.2.8p11 [security-fixes].
Fixes CVE-2016-1549 and CVE-2018-{7170,7182,7183,7184,7185}.

* gnu/packages/ntp.scm (ntp): Update to 4.2.8p11.
2018-03-28 14:59:47 -04:00
Leo Famulari 590bdc149b
gnu: openssl: Replace with OpenSSL 1.0.2o [fixes CVE-2018-0739].
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2o): New variable.
2018-03-28 14:07:45 -04:00
Konrad Hinsen 1cde746700
gnu: Add r-parsedate.
* gnu/packages/cran.scm (r-parsedate): New variable.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2018-03-28 17:18:20 +02:00
Maxim Cournoyer 3481c714c6
gnu: mu: Fix tests failures triggered by DST.
* gnu/packages/mail.scm (mu)[phases]: Add 'fix-date-tests.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2018-03-28 17:14:40 +02:00
Nadya Voronova 910deec66c
gnu: Add tcalc.
* gnu/packages/maths.scm (tcalc): New variables.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2018-03-28 17:13:00 +02:00
Arun Isaac 733d66a532
gnu: culmus: Rename to font-culmus.
* gnu/packages/fonts.scm (culmus): Rename to...
(font-culmus): ...this. Re-indent.
2018-03-28 14:58:34 +05:30
Arun Isaac 0328c514ed
gnu: culmus: Switch to font-build-system.
* gnu/packages/fonts.scm (culmus): Switch to font-build-system.
[arguments]: Replace system* with invoke.
2018-03-28 14:58:34 +05:30
Arun Isaac 15795e0723
gnu: font-linuxlibertine: Switch to font-build-system.
* gnu/packages/fonts.scm (font-linuxlibertine): Switch to font-build-system.
[arguments]: Replace system* with invoke.
2018-03-28 14:58:34 +05:30
Arun Isaac 803b9e8bf4
gnu: font-lato: Switch to font-build-system.
* gnu/packages/fonts.scm (font-lato): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
2018-03-28 14:58:33 +05:30
Mark H Weaver 6ef66d3f12
gnu: icecat: Add fix for CVE-2018-5148.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add the fix for CVE-2018-5148
from the upstream mozilla-esr52 repository.
2018-03-27 21:08:15 -04:00
Leo Famulari 4d99a3215c
gnu: mupdf: Fix CVE-2018-{6544,1000051}.
* gnu/packages/patches/mupdf-CVE-2018-1000051.patch,
gnu/packages/patches/mupdf-CVE-2018-6544.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[source]: Use them.
2018-03-27 19:00:03 -04:00
Nicolas Goaziou 5bd43f7fd1
gnu: emacs-org, emacs-org-contrib: Update to 9.1.9.
* gnu/packages/emacs.scm (emacs-org):
(emacs-org-contrib): Update to 20180327, a.k.a. release 9.1.9.
2018-03-27 23:29:52 +02:00
ng0 78ba71b0b4
gnu: alpine: Update to 2.21.999.
* gnu/packages/mail.scm (alpine): Update to 2.21.999.
[source]: Change to new upstream location.
[home-page]: Use new location.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2018-03-27 23:26:15 +02:00
Ludovic Courtès f7a5cf7a2d
nss: Remove '%compat' from the defaults.
* gnu/system/nss.scm (%compat): Add comment.
(<name-service-switch>)[group, password, shadow]: Remove %COMPAT from
the default value.
2018-03-27 23:26:15 +02:00
Tobias Geerinckx-Rice 75176f1b94
gnu: zstd: Update to 1.3.4.
* gnu/packages/compression.scm (zstd): Update to 1.3.4.
2018-03-27 22:08:57 +02:00
Tobias Geerinckx-Rice 15ff38f1b4
gnu: dovecot: Update to 2.3.1.
* gnu/packages/mail.scm (dovecot): Update to 2.3.1.
[arguments]: Rename ‘patch-other-shebangs’ phase to the more accurate
‘patch-other-file-names’... then patch more file names.
2018-03-27 22:02:01 +02:00
Tobias Geerinckx-Rice 8960b2e64d
gnu: lyx: Use HTTPS home page.
* gnu/packages/tex.scm (lyx)[home-page]: Use HTTPS.
2018-03-27 22:00:14 +02:00
Leo Famulari 0fc3af7d88
gnu: openssl@1.1.0: Update to 1.1.0h [security fixes].
Fixes CVE-2017-3738 and CVE-2018-{0733,0739}.

* gnu/packages/tls.scm (openssl-next): Update to 1.1.0h.
2018-03-27 15:45:41 -04:00
Ludovic Courtès de0021322d
gnu: Remove unnecessary import.
* gnu/packages/guile.scm: Remove unnecessary import.
2018-03-27 14:51:44 +02:00
Ludovic Courtès 82b71ac366
activation: Pass '-d HOME' to 'usermod'.
Fixes a bug whereby changes to user home directories in the OS config
would never be effective.

Reported by Pierre Neidhardt <ambrevar@gmail.com>.

* gnu/build/activation.scm (modify-user): Pass '-d HOME'.
2018-03-27 14:51:44 +02:00
Ludovic Courtès 7ddd418a1d
gnu: bootstrap: Remove unneeded import.
* gnu/packages/bootstrap.scm: Remove unneeded (guix build utils) import.
2018-03-27 14:51:44 +02:00
Timothy Sample 473cd27781
gnu: Remove Haskell packages provided by GHC.
* gnu/packages/haskell.scm (ghc-array, ghc-binary, ghc-bytestring,
ghc-directory, ghc-haskeline, ghc-process, ghc-transformers,
ghc-transformers-0.4.2.0): Remove.
(ghc-tar)[inputs]: Remove ghc-array.
(ghc-hslogger)[inputs]: Remove ghc-directory.
* gnu/packages/version-control.scm (darcs)[inputs]: Remove ghc-array,
ghc-binary, and ghc-haskeline.
* gnu/packages/wm.scm (xmonad)[inputs]: Remove ghc-directory.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-27 11:24:20 +02:00
Tobias Geerinckx-Rice 75657922a5
gnu: supercollider: Update to 3.9.2.
* gnu/packages/audio.scm (supercollider): Update to 3.9.2.
2018-03-27 04:38:16 +02:00
Tobias Geerinckx-Rice f649443b7b
gnu: gzdoom: Update to 3.3.0.
* gnu/packages/games.scm (gzdoom): Update to 3.3.0.
2018-03-27 03:26:48 +02:00
Tobias Geerinckx-Rice 8a70a23ea6
gnu: ccache: Update to 3.4.2.
* gnu/packages/ccache.scm (ccache): Update to 3.4.2.
2018-03-27 03:26:47 +02:00
Tobias Geerinckx-Rice 835cf37ceb
gnu: jetring: Update to 0.27.
* gnu/packages/gnupg.scm (jetring): Update to 0.27.
2018-03-27 03:26:47 +02:00
Tobias Geerinckx-Rice 814612c0cc
gnu: libkomparediff2: Update to 17.12.3.
* gnu/packages/kde.scm (libkomparediff2): Update to 17.12.3.
2018-03-27 03:26:47 +02:00
Tobias Geerinckx-Rice 36f3e1df5f
gnu: radeontop: Update to 1.1.
* gnu/packages/linux.scm (radeontop): Update to 1.1.
2018-03-27 03:26:47 +02:00
Tobias Geerinckx-Rice d6fb32b8a0
gnu: ruby-rake: Update to 12.3.1.
* gnu/packages/ruby.scm (ruby-rake): Update to 12.3.1.
2018-03-27 03:26:46 +02:00
Tobias Geerinckx-Rice 81a2217120
gnu: ruby-asciidoctor: Update to 1.5.6.2.
* gnu/packages/ruby.scm (ruby-asciidoctor): Update to 1.5.6.2.
2018-03-27 03:26:46 +02:00
Tobias Geerinckx-Rice ef803aa52c
gnu: python-plotly: Update to 2.4.1.
* gnu/packages/graph.scm (python-plotly): Update to 2.4.1.
2018-03-27 03:26:46 +02:00
Tobias Geerinckx-Rice 65ff6ab92c
gnu: python-django-crispy-forms: Update to 1.7.2.
* gnu/packages/django.scm (python-django-crispy-forms): Update to 1.7.2.
2018-03-27 03:26:46 +02:00
Tobias Geerinckx-Rice 6e54870f60
gnu: r-randomforest: Update to 4.6-14.
* gnu/packages/statistics.scm (r-randomforest): Update to 4.6-14.
2018-03-27 03:26:45 +02:00
Tobias Geerinckx-Rice 917378f787
gnu: r-blob: Update to 1.1.1.
* gnu/packages/statistics.scm (r-blob): Update to 1.1.1.
[propagated-inputs]: Add r-prettyunits.
2018-03-27 03:26:45 +02:00
Tobias Geerinckx-Rice 5000283b5d
gnu: r-servr: Update to 0.9.
* gnu/packages/web.scm (r-servr): Update to 0.9.
[propagated-inputs]: Add r-xfun.
2018-03-27 03:26:45 +02:00
Tobias Geerinckx-Rice dadc8610e0
gnu: vis: Update to 0.5.
* gnu/packages/text-editors.scm (vis): Update to 0.5.
2018-03-27 03:26:45 +02:00
Leo Famulari 86bd0f797f
gnu: libreoffice: Update to 5.4.6.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.6.2.
2018-03-26 19:50:46 -04:00
Vasile Dumitrascu faef71f926
gnu: hplip: Update to 3.18.3.
* gnu/packages/cups.scm (hplip): Update to 3.18.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-03-26 19:50:43 -04:00
Arun Isaac 4769ef0074
gnu: Add font-lohit.
* gnu/packages/fonts.scm (font-lohit): New variable.
2018-03-27 01:35:05 +05:30
Oleg Pykhalov 196c8b3739
gnu: translate-shell: Update to 0.9.6.7.
* gnu/packages/patches/translate-shell-fix-curl-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.7.
[source](patches): Add it.  [home-page]: Append slash.
2018-03-26 22:47:16 +03:00
Oleg Pykhalov e5e5eb1fcf
gnu: Add twitchy.
* gnu/packages/video.scm (twitchy): New public variable.
2018-03-26 22:47:16 +03:00
Oleg Pykhalov e0de023eae
gnu: Add perl-uri-escape.
* gnu/packages/perl-web.scm (perl-uri-escape): New public variable.
2018-03-26 22:47:16 +03:00
Charlie Ritter 786d3de297
gnu: Add r-tidyverse.
* gnu/packages/cran.scm (r-tidyverse): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:58 +02:00
Charlie Ritter 8a1ef6ac25
gnu: Add r-rvest.
* gnu/packages/cran.scm (r-rvest): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:58 +02:00
Charlie Ritter 81a9d4a422
gnu: Add r-selectr.
* gnu/packages/cran.scm (r-selectr): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:58 +02:00
Charlie Ritter 948740b08a
gnu: Add r-reprex.
* gnu/packages/cran.scm (r-reprex): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:58 +02:00
Charlie Ritter 10487c30bc
gnu: Add r-callr.
* gnu/packages/cran.scm (r-callr): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:57 +02:00
Charlie Ritter d7637e5ed8
gnu: Add r-readxl.
* gnu/packages/cran.scm (r-readxl): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:57 +02:00
Charlie Ritter 9a91c925f2
gnu: Add r-modelr.
* gnu/packages/cran.scm (r-modelr): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:57 +02:00
Charlie Ritter d2a507efd9
gnu: Add r-haven.
* gnu/packages/cran.scm (r-haven): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 21:43:57 +02:00
Sandeep Subramanian 96e223621f
gnu: Add r-arules.
* gnu/packages/cran.scm (r-arules): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2018-03-26 14:58:25 -04:00
Christopher Baines 376015c35b
gnu: emacs-robe: Include the lib directory in the output.
This contains some Ruby code that needs to be accessible to use robe.

* gnu/packages/emacs.scm (emacs-robe)[arguments]: Include the lib directory,
in addition to the %default-includes.
2018-03-26 19:52:06 +01:00
Christopher Baines 158943f228
gnu: emacs-minitest: Switch source to the git repository.
The 0.8.0 release was over 3 years ago, and there have been ~50 commits since.

* gnu/packages/emacs.scm (emacs-minitest): Wrap with let, and change source to
the git repository.
2018-03-26 19:52:06 +01:00
Ricardo Wurmus 5b5dbece6b
gnu: ghc-cryptonite: Update to 0.25.
* gnu/packages/haskell-crypto.scm (ghc-cryptonite): Update to 0.25.
[inputs]: Add ghc-basement.
2018-03-26 20:41:50 +02:00
Ricardo Wurmus 150e8e25f5
gnu: ghc-memory: Update to 0.14.16.
* gnu/packages/haskell.scm (ghc-memory): Update to 0.14.16.
[inputs]: Add ghc-basement and ghc-foundation.
2018-03-26 20:41:50 +02:00
Ricardo Wurmus 635cc8fef6
gnu: Add ghc-foundation.
* gnu/packages/haskell.scm (ghc-foundation): New variable.
2018-03-26 20:41:50 +02:00
Ricardo Wurmus da5fe92a0b
gnu: Add ghc-basement.
* gnu/packages/haskell.scm (ghc-basement): New variable.
2018-03-26 20:41:50 +02:00
Feng Shu 03a34d5412
gnu: emacs-exwm-x: Update to 1.8.1.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.8.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 20:06:51 +02:00
Feng Shu 9f2a58a01a
gnu: emacs-exwm: Update to 0.18.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.18.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 20:06:46 +02:00
Feng Shu aaa31d1b00
gnu: emacs-xelb: Update to 0.14.
* gnu/packages/emacs.scm (emacs-xelb): Update to 0.14.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 20:06:37 +02:00
Nils Gillmann 0741932bc4
gnu: libressl: Update to 2.7.1.
* gnu/packages/tls.scm (libressl): Update to 2.7.1.

Signed-off-by: Nils Gillmann <ng0@n0.is>
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-03-26 19:46:07 +02:00
Ludovic Courtès 3c1ae2a637
gnu: perl-image-exiftool: Update to 10.80.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.80.
2018-03-26 18:24:55 +02:00
Ludovic Courtès 5ccd8f4061
gnu: magit-svn: Update to 2.2.0.
* gnu/packages/emacs.scm (magit-svn): Update to 2.2.0.
[propagated-inputs]: Add WITH-EDITOR.
[arguments]: Add WITH-EDITOR to EMACSLOADPATH.
2018-03-26 18:24:55 +02:00
Ludovic Courtès a271096b93
gnu: evince: Update to 3.28.0.
* gnu/packages/gnome.scm (evince): Update to 3.28.0.
2018-03-26 18:24:55 +02:00
Ludovic Courtès 323991339e
gnu: hwloc@1: Update to 1.11.10.
* gnu/packages/mpi.scm (hwloc): Update to 1.11.10.
2018-03-26 18:24:55 +02:00
Ludovic Courtès d2c036557a
gnu: hwloc@2: Update to 2.0.1.
* gnu/packages/mpi.scm (hwloc-2.0): Update to 2.0.1.
[source]: Remove 'patches'.
* gnu/packages/patches/hwloc-tests-without-sysfs.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2018-03-26 18:24:55 +02:00
Efraim Flashner bab9793f54
gnu: classpath: Add aarch64-linux support.
* gnu/packages/java.scm (classpath-bootstrap, classpath-0.99)[source]:
Add patch.
* gnu/packages/patches/classpath-aarch64-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-03-26 12:21:33 +03:00
Mark H Weaver 5dc8f5de0c
gnu: linux-libre: Update to 4.15.13.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.13.
(%linux-libre-hash): Update hash.
2018-03-26 05:00:38 -04:00
Mark H Weaver 27d528d81a
gnu: linux-libre@4.14: Update to 4.14.30.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.30.
(%linux-libre-4.14-hash): Update hash.
2018-03-26 04:59:30 -04:00
Mark H Weaver af55816de5
gnu: linux-libre@4.9: Update to 4.9.90.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.90.
2018-03-26 04:58:55 -04:00
Mark H Weaver 7ebe7d85c0
gnu: linux-libre@4.4: Update to 4.4.124.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.124.
2018-03-26 04:58:09 -04:00
Ludovic Courtès e784e2561e
gnu: geeqie: Update to 1.4.
* gnu/packages/image-viewers.scm (geeqie): Update to 1.4.
[arguments]: In 'autogen' phase, create ChangeLog{,.html}.
2018-03-26 09:54:46 +02:00
Ludovic Courtès 6ae0fd212a
gnu: emacs-flycheck: Update to 31.
* gnu/packages/emacs.scm (flycheck): Update to 31.
2018-03-26 09:43:19 +02:00
Ludovic Courtès 66eb91be9c
gnu: pius: Update to 2.2.6.
* gnu/packages/gnupg.scm (pius): Update to 2.2.6.
2018-03-26 09:42:43 +02:00
Ludovic Courtès 07a049ceb1
gnu: usbredir: Build without '-Werror'.
Fixes build failure introduced in
58ee8a94a9, where compilation would fail
with:

  usbredirhost.c: In function ?usbredirhost_open_full?:
  usbredirhost.c:749:5: error: ?libusb_set_debug? is deprecated: Use libusb_set_option instead [-Werror=deprecated-declarations]
       libusb_set_debug(host->ctx, host->verbose);
       ^
  In file included from usbredirhost.h:24:0,
		   from usbredirhost.c:31:
  /gnu/store/j8hzc465xy33cjfcq3wv39szxia4xrzv-libusb-1.0.22/include/libusb-1.0/libusb.h:1300:18: note: declared here
   void LIBUSB_CALL libusb_set_debug(libusb_context *ctx, int level);
		    ^
  cc1: all warnings being treated as errors

* gnu/packages/spice.scm (usbredir)[arguments]: In 'autogen' phase,
remove '-Werror' from configure.ac.
2018-03-26 09:38:29 +02:00
Ricardo Wurmus 51602aac8e
gnu: ecj-javac-wrapper: Fix reference to glibj and tools.zip.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Fix references to
glibj and tools.zip.
2018-03-26 08:05:24 +02:00
Ricardo Wurmus 40e3a197f9
gnu: classpath-jamvm-wrappers: Run JamVM with conservative options.
* gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Pass extra
options to JamVM.
2018-03-26 08:05:24 +02:00
Ludovic Courtès ce5964074a
gnu: hwloc@1: Update to 1.11.9.
* gnu/packages/mpi.scm (hwloc): Update to 1.11.9.
2018-03-26 00:15:52 +02:00
Ricardo Wurmus ae0a5a7edc
gnu: ecj-javac-wrapper: Run JamVM with conservative options.
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Add options to jamvm
invocation.
2018-03-26 00:14:44 +02:00
Ricardo Wurmus d4fd4c3a7b
gnu: ant-bootstrap: Make build more reliable.
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove bootstrap phase;
create HOME/.ant.properties; pass options to JamVM.
2018-03-26 00:04:53 +02:00
Marius Bakke 7240b4a989
gnu: newsboat: Update to 2.11.
* gnu/packages/syndication.scm (newsboat): Update to 2.11.
[inputs]: Change from JSON-C-0.12 to JSON-C.
[native-search-paths]: New field.
2018-03-25 22:57:19 +02:00
Marius Bakke 171e84d63d
gnu: httpd: Update to 2.4.33 [security fixes].
This fixes CVE-2017-15710, CVE-2017-15715, CVE-2018-1283, CVE-2018-1301,
CVE-2018-1302, CVE-2018-1303, and CVE-2018-1312.

* gnu/packages/web.scm (httpd): Update to 2.4.33.
2018-03-25 22:43:39 +02:00
Ricardo Wurmus 269fb7d310
gnu: Remove sablevm and sablevm-classpath, update comments.
* gnu/packages/java.scm (sablevm, sablevm-classpath): Remove variables.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus b5a0d42708
gnu: Remove ecj-javac-on-jamvm-wrapper.
* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): Remove variable.
(classpath-devel)[native-inputs]: Use ecj-javac-wrapper instead.
(jamvm)[inputs]: Use ecj-javac-wrapper instead.
(ecj-javac-on-jamvm-wrapper-final): Rename...
(ecj-javac-wrapper-final): ...to this.
(icedtea-6)[native-inputs]: Use "ecj-javac-wrapper-final" instead of
'ecj-javac-on-jamvm-wrapper-final".
[arguments]: Use jamvm's rt.jar.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus c98d7a66cc
gnu: classpath-jamvm-wrappers: Use classpath-0.99.
* gnu/packages/java.scm (classpath-jamvm-wrappers): Inherit from
classpath-0.99.
[native-inputs]: Replace "jamvm-bootstrap" with "jamvm-1-bootstrap"; replace
"classpath-on-sablevm" with "classpath-0.99".
2018-03-25 21:41:27 +02:00
Ricardo Wurmus 58d2b13544
gnu: Remove jamvm-bootstrap.
* gnu/packages/java.scm (jamvm-bootstrap): Remove variable.
(classpath-devel)[native-inputs]: Use "jamvm-1-bootstrap" instead of
"jamvm-bootstrap".
(jamvm): Inherit from jamvm-1-bootstrap.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus 8778da03c8
gnu: Replace classpath-on-sablevm with classpath-0.99.
* gnu/packages/java.scm (classpath-on-sablevm): Replace with...
(classpath-0.99): ...this new variable.
(classpath-devel): Inherit from classpath-0.99.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus c4f06c1164
gnu: ecj-javac-wrapper: Do not use sablevm.
* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Remove sablevm and
sablevm-classpath; add jamvm-1-bootstrap and classpath-bootstrap.
[arguments]: Simplify builder now that only jamvm is used.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus 6c775dc644
gnu: ecj-bootstrap: Build with JamVM 1.5.1 and jikes.
* gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Replace "sablevm" with
"jikes" and "jamvm-1-bootstrap".
[arguments]: Adjust accordingly.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus ff4d9fdf8c
gnu: ant-bootstrap: Update to 1.8.4.
* gnu/packages/java.scm (ant-bootstrap): Update to 1.8.4.
2018-03-25 21:41:27 +02:00
Ricardo Wurmus aa432388da
gnu: ant-bootstrap: Build with JamVM 1.5.1.
* gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Replace sablevm with
jamvm-1-bootstrap.
[arguments]: Adjust accordingly.
2018-03-25 21:41:26 +02:00
Ricardo Wurmus 063629aa3e
gnu: Add jamvm-1-bootstrap.
* gnu/packages/java.scm (jamvm-1-bootstrap): New variable.
2018-03-25 21:41:26 +02:00
Ricardo Wurmus 45f762ee96
gnu: Add classpath-bootstrap.
* gnu/packages/java.scm (classpath-bootstrap): New variable.
2018-03-25 21:41:26 +02:00
Tobias Geerinckx-Rice a667d20e9a
gnu: libmtp: Update to 1.1.15.
* gnu/packages/libusb.scm (libmtp): Update to 1.1.15.
2018-03-25 20:01:14 +02:00
Tobias Geerinckx-Rice 58ee8a94a9
gnu: libusb: Update to 1.0.22.
* gnu/packages/libusb.scm (libusb): Update to 1.0.22.
2018-03-25 20:01:14 +02:00
Tobias Geerinckx-Rice 1dc3109707
gnu: scotch: Use predictable source URI.
* gnu/packages/maths.scm (scotch)[source]: Use predictable URI.
2018-03-25 20:01:02 +02:00
Tobias Geerinckx-Rice bbc55a7dfa
gnu: mate-themes: Update to 3.22.15.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.15.
2018-03-25 20:01:01 +02:00
Tobias Geerinckx-Rice 5a5b866324
gnu: filezilla: Update to 3.31.0.
* gnu/packages/ftp.scm (filezilla): Update to 3.31.0.
2018-03-25 20:01:01 +02:00
Tobias Geerinckx-Rice 5b367a1ade
gnu: hlint: Update to 2.1.1.
* gnu/packages/haskell.scm (hlint): Update to 2.1.1.
2018-03-25 20:01:01 +02:00
Tobias Geerinckx-Rice 326654e42b
gnu: flashrom: Support libusb versions >1.0.21.
* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Override CFLAGS
in #:make-flags.
2018-03-25 20:01:01 +02:00
Tobias Geerinckx-Rice 883fa31088
gnu: python-pyld: Update to 1.0.3.
* gnu/packages/python.scm (python-pyld): Update to 1.0.3.
[arguments]: Run the new test suite.
2018-03-25 20:01:00 +02:00
Tobias Geerinckx-Rice 7112b2f148
gnu: openlibm: Update to 0.5.5.
* gnu/packages/maths.scm (openlibm): Update to 0.5.5.
2018-03-25 20:01:00 +02:00
Danny Milosavljevic 9b36e3bf25
gnu: Add python-parted.
* gnu/packages/disk.scm (python-parted, python2-parted): New variables.
2018-03-25 19:26:27 +02:00
Danny Milosavljevic a4e7215df2
gnu: Add python2-ipy.
* gnu/packages/networking.scm (python2-ipy): New variable.
2018-03-25 18:51:03 +02:00
Danny Milosavljevic c35d9830ce
gnu: fc-host-tools: Update to version 8.
* gnu/packages/embedded.scm (fc-host-tools): Update to version 8.
2018-03-25 17:02:10 +02:00
Danny Milosavljevic 6cf2ac3cd6
gnu: Add pure.
* gnu/packages/pure.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-03-25 17:02:01 +02:00
Danny Milosavljevic 1679923a2c
gnu: Add pan.
* gnu/packages/mail.scm (pan): New variable.
2018-03-25 17:01:34 +02:00
Danny Milosavljevic cd49e4789a
gnu: gtkspell3: Add enchant.
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
2018-03-25 17:00:37 +02:00
Efraim Flashner 4bd2e2a5b0
gnu: clisp: Update license.
License clarified with upstream.

* gnu/packages/lisp.scm (clisp)[license]: Correct license to gpl2+.
2018-03-25 09:40:11 +03:00
Efraim Flashner be828bc40a
gnu: clisp: Remove ineffective 'remove-timestamp' phase.
* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'remove-timestamps'
phase.
2018-03-25 09:40:05 +03:00
Tobias Geerinckx-Rice c77fb2d658
gnu: libdvdcss: Update to 1.4.2.
* gnu/packages/video.scm (libdvdcss): Update to 1.4.2.
2018-03-25 00:36:36 +01:00
Tobias Geerinckx-Rice d4297f71c6
gnu: gexiv2: Update to 0.10.8.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.8.
2018-03-25 00:36:36 +01:00
Tobias Geerinckx-Rice a26040c5ee
gnu: ruby-ffi: Update to 1.9.23.
* gnu/packages/libffi.scm (ruby-ffi): Update to 1.9.23.
2018-03-25 00:36:35 +01:00
Tobias Geerinckx-Rice a2b9cfa547
gnu: clutter-gst: Update to 3.0.26.
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.26.
2018-03-25 00:36:35 +01:00
Tobias Geerinckx-Rice 4bd76eac11
gnu: python-graphviz: Update to 0.8.2.
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.2.
2018-03-25 00:36:35 +01:00
Tobias Geerinckx-Rice c7da85104b
gnu: gnome-autoar: Update to 0.2.3.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.3.
2018-03-25 00:36:35 +01:00
Tobias Geerinckx-Rice 4541072c11
gnu: libstrophe: Update to 0.9.2.
* gnu/packages/messaging.scm (libstrophe): Update to 0.9.2.
2018-03-25 00:36:34 +01:00
Tobias Geerinckx-Rice 1635cb5083
gnu: hunspell: Use INVOKE.
* gnu/packages/libreoffice.scm (hunspell)[arguments]: Substitute INVOKE
for SYSTEM* and end phase with explicit #t.
2018-03-25 00:36:34 +01:00
Tobias Geerinckx-Rice ef82b71c0f
gnu: hunspell: Update to 1.6.2.
* gnu/packages/libreoffice.scm (hunspell): Update to 1.6.2.
2018-03-25 00:36:34 +01:00
Tobias Geerinckx-Rice 1a52206e60
gnu: python-ly: Use PYPI-URI.
* gnu/packages/python.scm (python-ly)[source]: Use PYPI-URI.
2018-03-25 00:36:33 +01:00
Tobias Geerinckx-Rice 36828576b3
gnu: gnome-klotski: Update to 3.22.3.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.22.3.
2018-03-25 00:36:33 +01:00
Tobias Geerinckx-Rice 491883a6ea
gnu: aisleriot: Update to 3.22.5.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.5.
2018-03-25 00:36:33 +01:00
Tobias Geerinckx-Rice faf44e3810
gnu: neomutt: Update to 20180323.
* gnu/packages/mail.scm (neomutt): Update to 20180323.
2018-03-25 00:36:32 +01:00
Tobias Geerinckx-Rice e0bee0de70
gnu: ceres-solver: Update to 1.14.0.
* gnu/packages/maths.scm (ceres-solver): Update to 1.14.0.
2018-03-25 00:36:32 +01:00
Tobias Geerinckx-Rice 4fbcc21dc3
gnu: python-gitpython: Update to 2.1.1.9.
* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.9.
2018-03-25 00:36:32 +01:00
Tobias Geerinckx-Rice 4349f3d0bd
gnu: yoshimi: Update to 1.5.7.
* gnu/packages/music.scm (yoshimi): Update to 1.5.7.
2018-03-25 00:36:32 +01:00
Tobias Geerinckx-Rice 904c3a4e99
gnu: r-annotate: Update to 1.56.2.
* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.56.2.
2018-03-25 00:36:31 +01:00
Tobias Geerinckx-Rice 749d800850
gnu: perl-text-simpletable: Update to 2.04.
* gnu/packages/perl.scm (perl-text-simpletable): Update to 2.04.
2018-03-25 00:36:31 +01:00
Tobias Geerinckx-Rice 810cd037a0
gnu: emacs-mmm-mode: Update to 0.5.5.
* gnu/packages/emacs.scm (emacs-mmm-mode): Update to 0.5.5.
2018-03-25 00:36:31 +01:00
Tobias Geerinckx-Rice 5660325eb7
gnu: autossh: Update to 1.4f.
* gnu/packages/ssh.scm (autossh): Update to 1.4f.
2018-03-25 00:36:30 +01:00
Tobias Geerinckx-Rice eb762cc70c
gnu: perl-www-mechanize: Update to 1.88.
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.88.
2018-03-25 00:36:30 +01:00
Tobias Geerinckx-Rice 929e2d9f98
gnu: links: Update to 2.15.
* gnu/packages/web-browsers.scm (links): Update to 2.15.
[source]: Remove patch for fixed CVE.
* gnu/packages/patches/links-CVE-2017-11114.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-03-25 00:36:30 +01:00
Ludovic Courtès e087dad3ab
gnu: less: Update to 530.
* gnu/packages/less.scm (less): Update to 530.
2018-03-25 00:29:59 +01:00
Ludovic Courtès c91e0f1ab3
gnu: cuirass: Update to 326264c.
* gnu/packages/ci.scm (cuirass): Update to 326264c.
2018-03-25 00:19:24 +01:00
Ricardo Wurmus 4d4a5698ec
gnu: sablevm: Do not change GC, just disable stripping.
* gnu/packages/java.scm (sablevm)[arguments]: Disable stripping; do not play
with GC settings as they have no reliable effect on build success.
2018-03-25 00:14:30 +01:00
Ricardo Wurmus f15e2ee4e8
gnu: sablevm: Use a different GC implementation.
This is an attempt to fix a segfault when building ant-bootstrap.

* gnu/packages/java.scm (sablevm)[arguments]: Use gencopy GC implementation.
2018-03-24 23:00:03 +01:00
Ricardo Wurmus 15b8b5deca
gnu: sablevm-classpath: Remove unnecessary inputs.
* gnu/packages/java.scm (sablevm-classpath)[inputs]: Remove.
2018-03-24 23:00:03 +01:00
Efraim Flashner 29be6cfb20
gnu: Add u-boot-pine64-plus.
* gnu/packages/bootloaders.scm (u-boot-pine64-plus): New variable.
2018-03-24 22:15:12 +03:00
Efraim Flashner 9a1c4a6cb8
gnu: make-u-boot-package: Install 'itb' and 'dtb' files also.
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
'itb' and 'dtb' files to the files installed during custom 'install phase.
2018-03-24 22:15:11 +03:00
Efraim Flashner ecff374e1c
gnu: arm-trusted-firmware-pine64-plus: New variable.
* gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): New
variable.
2018-03-24 22:15:11 +03:00
Efraim Flashner e9252fd11c
gnu: make-arm-trusted-firmware: New procedure.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): New procedure.
2018-03-24 22:15:11 +03:00
Alex Kost d591989b42
gnu: tvtime: Fix build.
* gnu/packages/tv.scm (tvtime)[native-inputs]: Add 'pkg-config' to avoid
compilation errors.
2018-03-24 19:36:03 +03:00
Alex Kost 1f849cba9f
gnu: dunst: Update to 1.3.1.
* gnu/packages/dunst.scm (dunst): Update to 1.3.1.
[arguments]: Add SERVICEDIR_DBUS make flag.
[inputs]: Use 'gdk-pixbuf' instead of 'gtk'.
2018-03-24 19:36:03 +03:00
Oleg Pykhalov bba66e7a60
gnu: streamlink: Update to 0.11.0.
* gnu/packages/video.scm (streamlink): Update to 0.11.0.
[native-inputs]: Add python-urllib3.
2018-03-24 09:30:02 +03:00
Chris Marusich a335f6fcc9
system: Add "guix system docker-image" command.
* gnu/system/vm.scm (system-docker-image): New procedure.
* guix/scripts/system.scm (system-derivation-for-action): Add a case for
  docker-image, and in that case, call system-docker-image.
  (show-help): Document docker-image.
  (guix-system): Parse arguments for docker-image.
* doc/guix.texi (Invoking guix system): Document "guix system
  docker-image".
* gnu/system/examples/docker-image.tmpl: New file.
2018-03-24 03:04:11 +01:00
Chris Marusich 8c9bf2946a
gnu: When building in a VM, share a temporary directory.
* gnu/build/vm.scm (load-in-linux-vm): Make a shared temporary directory
  available in the VM.
* gnu/system/vm.scm (%linux-vm-file-systems): Add a corresponding entry.
2018-03-24 03:04:10 +01:00
Chris Marusich af81311b8c
vm: Allow control of deduplication in root-partition-initializer.
* gnu/build/vm.scm (root-partition-initializer): Add #:deduplicate?
  keyword argument.
2018-03-24 03:04:10 +01:00
Chris Marusich 272c070962
tests: Add tests for "guix pack".
* guix/scripts/pack.scm (bootstrap-xz): New variable.
  (%options) <--bootstrap>: New option.
  (show-help): Document the new --bootstrap option.
  (guix-pack): When --bootstrap is specified, use the bootstrap Guile,
  tar, and xz to build the pack, and do not use any profile hooks or
  locales.
* doc/guix.texi (Invoking guix pull): Document the new --bootstrap
  option.
* tests/guix-pack.sh: New file.
* Makefile.am (SH_TESTS): Add guix-pack.sh.
* gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
2018-03-24 03:04:07 +01:00
Sahithi Yarlagadda 24fa6bcac6
gnu: Add r-catdap.
* gnu/packages/cran.scm (r-catdap): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-23 21:56:39 +01:00
Leo Famulari 116c12a122
gnu: Keep Krita 3 along with Krita 4.
* gnu/packages/kde.scm (krita-3): New variable.
2018-03-23 15:42:01 -04:00
Gábor Boskovits 2cac889151
gnu: java-aqute-bnd-annotation: Update to 3.5.0.
* gnu/packages/java.scm (java-aqute-bnd-annotation): Update to 3.5.0.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2018-03-23 20:21:37 +01:00
Tobias Geerinckx-Rice 7aff5d025d
gnu: git: Update to 2.16.3.
* gnu/packages/version-control.scm (git): Update to 2.16.3.
2018-03-23 14:03:52 +01:00
Tobias Geerinckx-Rice b1be07cf04
gnu: libgee: Update to 0.20.1.
* gnu/packages/gnome.scm (libgee): Update to 0.20.1.
2018-03-23 11:32:16 +01:00
Tobias Geerinckx-Rice cd4c6039ea
gnu: fribidi: Update to 1.0.2.
* gnu/packages/fribidi.scm (fribidi): Update to 1.0.2.
[arguments]: Disable building documentation for now.
2018-03-23 11:32:16 +01:00
Tobias Geerinckx-Rice ee789a411c
gnu: parallel: Update to 20180322.
* gnu/packages/parallel.scm (parallel): Update to 20180322.
2018-03-23 11:32:15 +01:00
Tobias Geerinckx-Rice dd8237b6c3
gnu: coq-flocq: Use predictable source URI.
* gnu/packages/ocaml.scm (coq-flocq)[source]: Use predictable URI.
2018-03-23 11:32:15 +01:00
Mark H Weaver 77f2ced1a6
gnu: linux-libre@4.9: Update to 4.9.89.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.89.
2018-03-23 04:50:01 -04:00
Mark H Weaver b06e94d310
gnu: linux-libre@4.4: Update to 4.4.123.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.123.
2018-03-23 04:49:59 -04:00
Danny Milosavljevic ec40a0501f
gnu: Add lyx.
* gnu/packages/patches/lyx-2.2.3-fix-test.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/tex.scm (lyx): New variable.
2018-03-22 23:11:17 +01:00
Jelle Licht 282e48eae9
gnu: node: Update to 9.9.0.
* gnu/packages/node.scm (node): Update to 9.9.0.
2018-03-22 19:15:24 +01:00
Leo Famulari 5e56dfadba
gnu: krita: Update to 4.0.0.
* gnu/packages/kde.scm (krita): Update to 4.0.0.
2018-03-22 13:37:25 -04:00
Leo Famulari 10e2ee7887
gnu: darktable: Update to 2.4.2.
* gnu/packages/photo.scm (darktable): Update to 2.4.2.
2018-03-22 12:10:55 -04:00
Ricardo Wurmus 618050a126
gnu: r-bookdown: Do not propagate ghc-pandoc.
This package propagates r-rmarkdown, which propagates its own variant of
Pandoc.

* gnu/packages/bioinformatics.scm (r-bookdown)[propagated-inputs]: Remove
ghc-pandoc.
2018-03-22 17:07:15 +01:00
Marius Bakke a53f4311a1
gnu: gstreamer: Update to 1.14.0.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-good, gst-plugins-bad,
gst-plugins-ugly, gst-libav, python-gst): Update to 1.14.0.
(gst-plugins-base): Likewise.
[inputs]: Move ORC ...
[propagated-inputs]: ... here.  Add GLIB.
2018-03-22 16:38:58 +01:00
Marius Bakke bbdf2761f5
gnu: meson: Update to 0.45.1.
* gnu/packages/build-tools.scm (meson): Update to 0.45.1.
2018-03-22 15:17:04 +01:00
Marius Bakke 12c77137eb
gnu: mesa: Update to 17.3.7.
* gnu/packages/gl.scm (mesa): Update to 17.3.7.
2018-03-22 15:10:01 +01:00
Marius Bakke 457f6f262b
gnu: libxkbcommon: Update to 0.8.0.
* gnu/packages/xdisorg.scm (libxkbcommon): Update to 0.8.0.
2018-03-22 15:08:53 +01:00
Marius Bakke e7a5d40e24
gnu: gtk+: Update to 3.22.29.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.29.
2018-03-22 15:04:10 +01:00
Marius Bakke 63c295d2f5
gnu: nginx: Update to 1.13.10.
* gnu/packages/web.scm (nginx): Update to 1.13.10.
[arguments]: Update kernel version to match glibc minimum requirement.
2018-03-22 14:40:40 +01:00
Marius Bakke 069d0b7f91
gnu: nmap: Update to 7.70.
* gnu/packages/admin.scm (nmap): Update to 7.70.
[source](snippet): End on #t.
[inputs]: Add ZLIB.
2018-03-22 14:40:40 +01:00
Marius Bakke 0e4d067f9e
gnu: talloc: Update to 2.1.12.
* gnu/packages/samba.scm (talloc): Update to 2.1.12.
2018-03-22 14:16:36 +01:00
Marius Bakke cbcbb10a63
gnu: certbot: Update to 0.22.2.
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.22.2.
2018-03-22 14:14:09 +01:00
Marius Bakke 5da2a934b4
gnu: python-cryptography: Update to 2.2.1.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.2.1.
2018-03-22 14:02:11 +01:00
Maxim Cournoyer 247384d069
gnu: Add supercollider.
* gnu/packages/audio.scm (supercollider): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:31:00 +01:00
Maxim Cournoyer 6f976d2880
gnu: yaml-cpp: Update to 0.6.1.
* gnu/packages/serialization.scm (yaml-cpp): Update to 0.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:30:46 +01:00
Maxim Cournoyer 7624300c84
gnu: Add boost-sync.
* gnu/packages/boost.scm (boost-sync): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-22 12:30:39 +01:00
Ludovic Courtès ca5b73114f
gnu: shepherd: Update to 0.4.0.
* gnu/packages/admin.scm (shepherd): Update to 0.4.0.  Remove patches.
* gnu/packages/patches/shepherd-close-fds.patch,
gnu/packages/patches/shepherd-herd-status-sorted.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/services/admin.scm (%default-rotations): Remove
/var/log/shepherd.log.
2018-03-22 11:43:30 +01:00
Ludovic Courtès 7fe1432a2e
services: rottlog: Add /var/log/debug to '%default-rotations'.
* gnu/services/admin.scm (%rotated-files): Add "/var/log/debug".
2018-03-22 11:43:29 +01:00
Mark H Weaver 4d7c5f6d7e
gnu: linux-libre: Update to 4.15.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.12.
(%linux-libre-hash): Update hash.
2018-03-21 20:48:49 -04:00
Mark H Weaver 8ec89c358f
gnu: linux-libre@4.14: Update to 4.14.29.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.29.
(%linux-libre-4.14-hash): Update hash.
2018-03-21 20:47:53 -04:00
Vasile Dumitrascu 4dd0f8c0c1
gnu: emacs-deferred: Update to 0.5.1.
* gnu/packages/emacs.scm (emacs-deferred): Update to 0.5.1.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-22 00:09:55 +01:00
Vasile Dumitrascu 2fa6f63b16
gnu: emacs-clojure-mode: Update to 5.6.1.
* gnu/packages/emacs.scm (emacs-clojure-mode): Update to 5.6.1.
2018-03-22 00:08:15 +01:00
Leo Famulari b87c76dcaa
Fix copyright notice for Nils Gillmann.
This is a followup to commit af23710ff5.

* gnu/packages/linux.scm: Fix name and email address for Nils Gillmann.
2018-03-21 18:26:25 -04:00
Leo Famulari 4102588f85
gnu: mpd: Update to 0.20.18.
* gnu/packages/mpd.scm (mpd): Update to 0.20.18.
2018-03-21 18:26:25 -04:00
Tobias Geerinckx-Rice e2f9847be0
gnu: Add tinyscheme.
* gnu/packages/scheme.scm (tinyscheme): New public variable.
2018-03-21 18:38:23 +01:00
Tobias Geerinckx-Rice 0d73f1481b
gnu: libosinfo: Update usb.ids.
This follows up commit 0def912088, which
tried to use the CVS ID as the SVN revision, which unfortunately doesn't
work.

* gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Update
revision and hash for ‘usb.ids’.
2018-03-21 17:00:11 +01:00
Leo Famulari ab68cbf2ee
gnu: rawtherapee: Update to 5.4.
* gnu/packages/photo.scm (rawtherapee): Update to 5.4.
2018-03-21 11:43:16 -04:00
Ricardo Wurmus 363ee7a3f4
gnu: pigx-chipseq: Update to 0.0.10.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.10.
[inputs]: Remove r-rcas and duplicate of snakemake; add r-biocparallel,
r-biostrings, r-dplyr, r-genomicalignments, rsamtools, r-s4vectors, r-tibble,
r-tidyr, r-htmlwidgets, and r-rmarkdown.
2018-03-21 11:52:56 +01:00
Danny Milosavljevic 0def912088
gnu: libosinfo: Fix URL for usb.ids.
Fixes <http://bugs.gnu.org/30890>.

* gnu/packages/virtualization.scm (libosinfo)[native-inputs]: Fix URL of
"usb.ids".
2018-03-21 08:23:15 +01:00
Danny Milosavljevic db6609bd10
gnu: texlive-fonts-amsfonts: Make build reproducible.
* gnu/packages/tex.scm (texlive-fonts-amsfonts)[arguments]<#:phases>[build]:
Make build reproducible.
2018-03-21 01:36:50 +01:00
Leo Famulari af23710ff5
gnu: util-linux: Fix CVE-2018-7738 without grafting.
* gnu/packages/linux.scm (util-linux)[replacement]: Remove field.
(util-linux-2.31.1): New variable.
* gnu/system.scm (%base-packages): Use util-linux-2.31.1.
2018-03-20 17:14:22 -04:00
Tobias Geerinckx-Rice 8023f0fd03
gnu: gparted: Update to 0.31.0.
* gnu/packages/disk.scm (gparted): Update to 0.31.0.
2018-03-20 19:49:47 +01:00
Tobias Geerinckx-Rice 8abbe5dc82
gnu: coq-flocq: Update phase style.
* gnu/packages/ocaml.scm (coq-flocq)[arguments]: Substitute INVOKE for
SYSTEM* and end all phases with an explicit #t.
2018-03-20 19:49:47 +01:00
Tobias Geerinckx-Rice 324f192700
gnu: leocad: Use HTTPS home page.
* gnu/packages/lego.scm (leocad)[home-page]: Use HTTPS.
2018-03-20 19:49:47 +01:00
Tobias Geerinckx-Rice 84775d65a8
gnu: leocad: Update phase style.
* gnu/packages/lego.scm (leocad)[arguments]: Substitute INVOKE for
SYSTEM* and end all phases with an explicit #t.
2018-03-20 19:49:47 +01:00
Tobias Geerinckx-Rice b5df3e266b
gnu: leocad: Update to 18.02.
* gnu/packages/lego.scm (leocad): Update to 18.02.
2018-03-20 19:49:46 +01:00
Tobias Geerinckx-Rice 7d15cf175e
gnu: gmp-ecm: Update to 7.0.4.
* gnu/packages/algebra.scm (gmp-ecm): Update to 7.0.4.
[source]: Use predictable URI.
2018-03-20 19:49:46 +01:00
Tobias Geerinckx-Rice ef8b9a771c
gnu: r-spams: Use predictable source URI.
* gnu/packages/statistics.scm (r-spams)[source]: Use predictable
URI.
2018-03-20 19:49:46 +01:00
Ricardo Wurmus d7a11f1a8d
gnu: pigx-chipseq: Update to 0.0.9.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.9.
[inputs]: Add coreutils and grep.
2018-03-20 19:47:37 +01:00
Vijayalakshmi 385e8614ef
gnu: Add python-logwrap.
* gnu/packages/python.scm (python-logwrap): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-20 19:47:37 +01:00
Oleg Pykhalov 8c4bd04c86
gnu: python-ptyprocess: Update source URL.
* gnu/packages/python.scm (python-ptyprocess)[origin](source): Update URL.
2018-03-20 21:43:42 +03:00
Marius Bakke 576e0ae495
gnu: rofi: Update source hash.
The tarball was updated in-place with a bugfix; see
<https://github.com/DaveDavenport/rofi/issues/782>.

* gnu/packages/xdisorg.scm (rofi)[source](sha256): Adjust hash.
[arguments]: Remove phase 'add-missing-configuration-files'.
2018-03-20 19:23:34 +01:00
ng0 4a78fd4617
Correct name and Email for ng0.
* .mailmap: Correct name and Email for ng0.
* Makefile.am, doc/guix.texi, etc/completion/fish/guix.fish
gnu/packages/accessibility.scm, gnu/packages/admin.scm,
gnu/packages/audio.scm, gnu/packages/autotools.scm,
gnu/packages/cdrom.scm, gnu/packages/check.scm,
gnu/packages/cinnamon.scm, gnu/packages/compression.scm,
gnu/packages/crypto.scm, gnu/packages/databases.scm,
gnu/packages/django.scm, gnu/packages/dns.scm,
gnu/packages/emacs.scm, gnu/packages/enlightenment.scm,
gnu/packages/fonts.scm, gnu/packages/fontutils.scm,
gnu/packages/forth.scm, gnu/packages/fvwm.scm,
gnu/packages/games.scm, gnu/packages/gl.scm,
gnu/packages/gnome.scm, gnu/packages/gnunet.scm,
gnu/packages/gnupg.scm, gnu/packages/gnuzilla.scm,
gnu/packages/gtk.scm, gnu/packages/guile-wm.scm,
gnu/packages/guile.scm, gnu/packages/haskell-check.scm,
gnu/packages/haskell-crypto.scm, gnu/packages/haskell.scm,
gnu/packages/image-viewers.scm, gnu/packages/image.scm,
gnu/packages/irc.scm, gnu/packages/language.scm,
gnu/packages/libcanberra.scm, gnu/packages/linux.scm,
gnu/packages/lisp.scm, gnu/packages/lolcode.scm,
gnu/packages/lxde.scm, gnu/packages/lxqt.scm,
gnu/packages/mail.scm, gnu/packages/markup.scm,
gnu/packages/mate.scm, gnu/packages/maths.scm,
gnu/packages/mc.scm, gnu/packages/messaging.scm,
gnu/packages/music.scm, gnu/packages/ncurses.scm,
gnu/packages/networking.scm, gnu/packages/nickle.scm,
gnu/packages/openbox.scm, gnu/packages/pdf.scm,
gnu/packages/perl-check.scm, gnu/packages/perl.scm,
gnu/packages/python-crypto.scm, gnu/packages/python-web.scm,
gnu/packages/python.scm, gnu/packages/qt.scm,
gnu/packages/ruby.scm, gnu/packages/rust.scm,
gnu/packages/scheme.scm, gnu/packages/serialization.scm,
gnu/packages/shells.scm, gnu/packages/ssh.scm,
gnu/packages/suckless.scm, gnu/packages/tbb.scm,
gnu/packages/telephony.scm, gnu/packages/text-editors.scm,
gnu/packages/textutils.scm, gnu/packages/time.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vim.scm, gnu/packages/web.scm,
gnu/packages/wm.scm, gnu/packages/xdisorg.scm,
gnu/packages/xfce.scm, gnu/packages/xml.scm,
gnu/packages/xorg.scm, gnu/services/certbot.scm,
gnu/services/desktop.scm, gnu/services/version-control.scm,
gnu/services/web.scm, guix/import/hackage.scm,
guix/licenses.scm: Likewise.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2018-03-20 17:17:58 +01:00
Kei Kebreau f812145e3e
gnu: ruby-sanitize: Update to 4.6.3.
This fixes CVE-2018-3740.

* gnu/packages/ruby.scm (ruby-sanitize): Update to 4.6.3.
2018-03-20 11:20:33 -04:00
宋文武 32745b71e1
gnu: cdogs-sdl: Update to commit bab20313.
Fixes <https://bugs.gnu.org/30623>.

* gnu/packages/games.scm (cdogs-sdl): Update to commit
bab2031369b9ea2dbeb7eedbde10a43dd8ca83db.
[source]: Use git-fetch.
2018-03-20 22:33:18 +08:00
Sahithi Yarlagadda c56739df6b
gnu: Add r-dyn.
* gnu/packages/cran.scm (r-dyn): New variable.
2018-03-20 15:00:52 +01:00
Ricardo Wurmus 4f1e4f33a0
gnu: pigx-bsseq: Update to 0.0.8.
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.8.
2018-03-20 14:56:44 +01:00
Marius Bakke dc7e07c9b9
Merge branch 'staging' 2018-03-20 14:13:05 +01:00
Ricardo Wurmus 616446ffbf
gnu: pigx-rnaseq: Update to 0.0.3.
* gnu/packages/bioinformatics.scm (pigx-rnaseq): Update to 0.0.3.
[inputs]: Add gzip.
2018-03-20 12:20:51 +01:00
Tobias Geerinckx-Rice c657716ede
gnu: dnsmasq: Fix description typos.
* gnu/packages/dns.scm (dnsmasq)[description]: Fix some typos.
2018-03-20 02:03:52 +01:00
Tobias Geerinckx-Rice 4e6c51d4eb
gnu: dnsmasq: Update to 2.79.
* gnu/packages/dns.scm (dnsmasq): Update to 2.79.
2018-03-20 02:03:52 +01:00
Marius Bakke a3e2b72ca9
gnu: certbot: Update to 0.22.1.
* gnu/packages/tls.scm (python-acme, certbot): Update to 0.22.1.
2018-03-20 01:40:07 +01:00
Marius Bakke 818e6d9704
gnu: python-cryptography: Update to 2.2.
* gnu/packages/python-crypto.scm (python-cryptography-vectors,
python-cryptography): Update to 2.2.
2018-03-20 01:25:10 +01:00
Marius Bakke c9838530d3
gnu: imlib2: Update to 1.5.1.
* gnu/packages/image.scm (imlib2): Update to 1.5.1.
2018-03-20 01:24:48 +01:00
Marius Bakke 264cb77646
gnu: imagemagick: Update to 6.9.9-39.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-39.
2018-03-20 01:09:16 +01:00
Marius Bakke 0d729c5b14
gnu: zziplib: Correct license.
* gnu/packages/compression.scm (zziplib)[license]: Add MPL1.1.
2018-03-20 01:06:43 +01:00
Marius Bakke 3f986ff657
gnu: zziplib: Update to 0.13.69.
* gnu/packages/compression.scm (zziplib): Update to 0.13.69.
[home-page]: Use new GitHub home.
[source](uri): Adjust accordingly.
[arguments]: Remove.
2018-03-20 00:56:04 +01:00
Marius Bakke 712be306a8
gnu: rofi: Update to 1.5.1.
* gnu/packages/xdisorg.scm (rofi): Update to 1.5.1.
2018-03-20 00:34:00 +01:00
Marius Bakke dbc75dadb5
Revert "Revert "gnu: patchelf: Update argument phase.""
This change only affects armhf, which doesn't use PatchELF.  My bad!

This reverts commit b1d096f869.
2018-03-20 00:20:59 +01:00
Marius Bakke b1d096f869
Revert "gnu: patchelf: Update argument phase."
It causes too many rebuilds this late in the 'staging' cycle.

This reverts commit c1d1cd817c.
2018-03-20 00:06:34 +01:00
Leo Famulari d41ad1d553
gnu: uwsgi: Update to 2.0.17 [fixes CVE-2018-7490].
* gnu/packages/web.scm (uwsgi): Update to 2.0.17.
[source]: Use HTTPS URL.
2018-03-19 18:56:26 -04:00
Ludovic Courtès cfbf6de18c
gnu: mcron: Update to 1.1 and deprecate "mcron2".
* gnu/packages/guile.scm (mcron): Update to 1.1.
[native-inputs]: Add TZDATA-FOR-TESTS.
[arguments]: New field.
(mcron2): Define using 'deprecated-package'.
* gnu/services/mcron.scm: Replace 'mcron2' with 'mcron'.
* doc/guix.texi (Scheduled Job Execution): Likewise.
* gnu/tests/base.scm (%mcron-os): Remove comment about mcron2.
2018-03-19 23:19:49 +01:00
Mark H Weaver f88028c432
gnu: linux-libre: Update to 4.15.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.11.
(%linux-libre-hash): Update hash.
2018-03-19 18:02:29 -04:00
Mark H Weaver dd07a549d0
gnu: linux-libre@4.14: Update to 4.14.28.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.28.
(%linux-libre-4.14-hash): Update hash.
2018-03-19 18:01:49 -04:00
Mark H Weaver cc367c7c7a
gnu: linux-libre@4.9: Update to 4.9.88.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.88.
2018-03-19 18:01:12 -04:00
Mark H Weaver 75abeb73e3
gnu: linux-libre@4.4: Update to 4.4.122.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.122.
2018-03-19 18:00:37 -04:00
Tobias Geerinckx-Rice 9010123565
gnu: weechat: Update to 2.1.
* gnu/packages/irc.scm (weechat): Update to 2.1.
2018-03-19 22:26:41 +01:00
Tobias Geerinckx-Rice 1d9b041c2e
gnu: perl-xml-compile-soap: Update to 3.24.
* gnu/packages/xml.scm (perl-xml-compile-soap): Update to 3.24.
2018-03-19 22:26:41 +01:00
Tobias Geerinckx-Rice fa3fff430b
gnu: perl-xml-simple: Update to 2.25.
* gnu/packages/xml.scm (perl-xml-simple): Update to 2.25.
2018-03-19 22:26:40 +01:00
Tobias Geerinckx-Rice 8d0d14479d
gnu: perl-math-random-secure: Fix typo.
* gnu/packages/crypto.scm (perl-math-random-secure)[description]: Fix
the spelling of ‘millennia’.
2018-03-19 22:26:30 +01:00
Ricardo Wurmus 9dbdc830f6
gnu: pigx-bsseq: Update to 0.0.7.
* gnu/packages/bioinformatics.scm (pigx-bsseq): Update to 0.0.7.
[inputs]: Add coreutils, sed, and grep.
2018-03-19 21:06:51 +01:00
Ricardo Wurmus 096589035e
gnu: bismark: Fix references to gunzip.
* gnu/packages/bioinformatics.scm (bismark)[arguments]: Keep reference to
gunzip executable.
[inputs]: Add gzip.
2018-03-19 21:06:51 +01:00
Ricardo Wurmus 51237011bf
gnu: pigx-scrnaseq: Update to 0.0.3.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): Update to 0.0.3.
[inputs]: Add coreutils and perl.
2018-03-19 21:06:50 +01:00
Efraim Flashner 203631d9ad
patchelf: Use 'https' for source uri.
* gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
2018-03-19 21:48:43 +02:00
Efraim Flashner 05666fb8db
patchelf: Use 'https' for source uri.
* gnu/packages/elf.scm (patchelf)[source]: Use 'https' for source uri.
2018-03-19 21:48:06 +02:00
Efraim Flashner c1d1cd817c
gnu: patchelf: Update argument phase.
* gnu/packages/elf.scm (patchelf)[arguments]: Use 'modify-phases'
syntax.  Replace 'system*' with 'invoke'.
2018-03-19 21:48:06 +02:00
Efraim Flashner c24f1f1614
gnu: patchelf: Use 'target-arm32?' for armhf-linux case.
* gnu/packages/elf.scm (patchelf)[inputs]: Replace armhf-linux detection
logic with 'target-arm32?' macro.
[arguments]: Same.
2018-03-19 21:48:03 +02:00
Leo Famulari 9687d4042a
gnu: python-paramiko: Update to 2.1.5.
* gnu/packages/python-crypto.scm (python-paramiko, python2-paramiko):
Update to 2.1.5.
2018-03-19 14:34:55 -04:00
Leo Famulari 6969ad0edd
gnu: python-pynacl: Update to 1.2.0.
* gnu/packages/python-crypto.scm (python-pynacl): Update to 1.2.0.
[native-inputs]: Add python-hypothesis.
2018-03-19 12:37:51 -04:00
Ricardo Wurmus d8f08c85ad
gnu: pigx: Update to 0.0.2.
* gnu/packages/bioinformatics.scm (pigx): Update to 0.0.2.
2018-03-19 16:55:43 +01:00
Ricardo Wurmus d93a1c276b
gnu: r-rcas: Use ghc-pandoc-citeproc-with-pandoc-1.
* gnu/packages/bioinformatics.scm (r-rcas)[inputs]: Replace
ghc-pandoc-citeproc with ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19 16:55:43 +01:00
Tobias Geerinckx-Rice 504be7db58
gnu: bash-completion: Update to 2.8.
* gnu/packages/bash.scm (bash-completion): Update to 2.8.
* gnu/packages/patches/bash-completion-directories.patch: Update context.
2018-03-19 14:44:13 +01:00
Tobias Geerinckx-Rice 39c6af4774
gnu: hdparm: Update to 9.55.
* gnu/packages/linux.scm (hdparm): Update to 9.55.
2018-03-19 14:41:47 +01:00
Tobias Geerinckx-Rice eaa69a7996
gnu: libtirpc: Update to 1.0.3.
* gnu/packages/onc-rpc.scm (libtirpc): Update to 1.0.3.
[source]: Remove patch.
* gnu/packages/patches/libtirpc-missing-headers.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-03-19 13:25:27 +01:00
Tobias Geerinckx-Rice 86ce44c503
gnu: libtirpc: Always return #t from phases.
* gnu/packages/onc-rpc.scm (libtirpc)[arguments]: End phase with #t.
2018-03-19 13:25:26 +01:00
Tobias Geerinckx-Rice 12c069dbcf
gnu: perl-file-basedir: Update to 0.08.
* gnu/packages/freedesktop.scm (perl-file-basedir): Update to 0.08.
2018-03-19 13:25:26 +01:00
Tobias Geerinckx-Rice 0f7514580b
gnu: enlightenment: Update to 0.22.2.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.2.
2018-03-19 13:24:28 +01:00
Tobias Geerinckx-Rice ad19762859
gnu: python-oslo.utils: Update to 3.36.0.
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.36.0.
2018-03-19 13:24:28 +01:00
Tobias Geerinckx-Rice 207e4d2705
gnu: python-oslo.i18n: Update to 3.20.0.
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.20.0.
2018-03-19 13:24:28 +01:00
Tobias Geerinckx-Rice bae598d6c9
gnu: r-withr: Update to 2.1.2.
* gnu/packages/statistics.scm (r-withr): Update to 2.1.2.
2018-03-19 13:24:27 +01:00
Efraim Flashner 9760061315
gnu: tilda: Update to 1.4.1.
* gnu/packages/terminals.scm (tilda): Update to 1.4.1.
[arguments]: Rename 'autogen phase to 'bootstrap.  Clean up 'bootstrap
phase.
2018-03-19 14:22:28 +02:00
Ricardo Wurmus 32b7ccf9b4
gnu: pigx-chipseq: Update to 0.0.8.
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.8.
[inputs]: Add python-magic, python-xlrd, and trim-galore.
[arguments]: Disable tests.
2018-03-19 11:07:55 +01:00
Ricardo Wurmus 2915221bcb
gnu: pigx-scrnaseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq)[inputs]: Replace ghc-pandoc
with ghc-pandoc-1, and ghc-pandoc-citeproc with
ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19 11:07:55 +01:00
Ricardo Wurmus 9dcb4d22a4
gnu: pigx-bsseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-bsseq)[inputs]: Replace ghc-pandoc
with ghc-pandoc-1, and ghc-pandoc-citeproc with
ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19 11:07:55 +01:00
Ricardo Wurmus fd757a8f21
gnu: pigx-chipseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-chipseq)[inputs]: Replace ghc-pandoc
with ghc-pandoc-1, and ghc-pandoc-citeproc with
ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19 11:07:55 +01:00
Ricardo Wurmus 1a29fc3ff9
gnu: pigx-rnaseq: Use pandoc-1.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[inputs]: Replace ghc-pandoc
with ghc-pandoc-1, and ghc-pandoc-citeproc with
ghc-pandoc-citeproc-with-pandoc-1.
2018-03-19 11:07:54 +01:00
Ricardo Wurmus 8c6117ee22
gnu: Add ghc-pandoc-citeproc-with-pandoc-1.
* gnu/packages/haskell.scm (ghc-pandoc-citeproc-with-pandoc-1): New variable.
2018-03-19 11:07:54 +01:00
Marius Bakke 4eade64706
Merge branch 'master' into staging 2018-03-19 03:50:39 +01:00
Vijayalakshmi Vedantham 109b2f7c93
gnu: Add r-abbyyr.
* gnu/packages/cran.scm (r-abbyyr): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-19 01:06:41 +01:00
Ludovic Courtès 71e08fde28
glob: Add an extra glob pattern compilation stage.
* guix/glob.scm (compile-glob-pattern): Rename to...
(string->sglob): ... this.
(compile-sglob, string->compiled-sglob): New procedures.
(glob-match?): Replace '?, 'range, and 'set with a single clause.
* tests/glob.scm (test-compile-glob-pattern): Rename to...
(test-string->sglob): ... this.  Adjust accordingly.
(test-glob-match): Use 'string->compiled-sglob' instead of
'compile-glob-pattern'.
* gnu/build/linux-modules.scm (read-module-aliases): Use
'string->compiled-sglob' instead of 'compile-glob-pattern'.
2018-03-18 22:57:17 +01:00
Ludovic Courtès 675e81a082
linux-modules: 'load-linux-module*' honors BLACK-LIST in recursive calls.
* gnu/build/linux-modules.scm (load-linux-module*): Pass BLACK-LIST in
recursive call.
2018-03-18 22:35:27 +01:00
Ludovic Courtès a57df67b59
linux-modules: Add 'current-kernel-directory'.
* gnu/build/linux-modules.scm (current-kernel-directory): New procedure.
(current-alias-file): Use it.
2018-03-18 22:35:03 +01:00
Ludovic Courtès 248db51c7e
vm: Display a backtrace upon error by default.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass
 #:on-error to 'base-initrd'.
2018-03-18 22:34:40 +01:00
Sohom Bhattacharjee 14f2105dc6
gnu: youtube-dl: Update to 2018.03.14.
* gnu/packages/video.scm (youtube-dl): Update to 2018.03.14.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2018-03-18 18:47:16 +01:00
Christopher Baines 72406062b9
gnu: shotwell: Update to 0.28.0.
* gnu/packages/gnome.scm (shotwell): Update to 0.28.0.
2018-03-18 10:35:23 +00:00
Ben Woodcroft e218b0c8b3
gnu: Add ruby-ruby-engine.
* gnu/packages/ruby.scm (ruby-ruby-engine): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft 670ee20a57
gnu: Add ruby-rake.
* gnu/packages/ruby.scm (ruby-rake): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft d64ebebd8e
gnu: Add ruby-erubis.
* gnu/packages/ruby.scm (ruby-erubis): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft b88502c95c
gnu: Add ruby-sporkmonger-rack-mount.
* gnu/packages/ruby.scm (ruby-sporkmonger-rack-mount): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft c4550f7568
gnu: Add ruby-creole.
* gnu/packages/ruby.scm (ruby-creole): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft 6ef8525607
gnu: Add ruby-contest.
* gnu/packages/ruby.scm (ruby-contest): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft a0a7e6903a
gnu: Add ruby-rack-protection.
* gnu/packages/ruby.scm (ruby-rack-protection): New variable.
2018-03-18 10:23:52 +00:00
Ben Woodcroft 20a0f80414
gnu: Add ruby-rack-test.
* gnu/packages/ruby.scm (ruby-rack-test): New variable.
2018-03-18 10:23:51 +00:00
Ben Woodcroft 34138e42ba
gnu: Add ruby-asciidoctor.
* gnu/packages/ruby.scm (ruby-asciidoctor): New variable.
2018-03-18 10:23:51 +00:00
Ben Woodcroft 63e07468b3
gnu: Add ruby-asciimath.
* gnu/packages/maths.scm (ruby-asciimath): New variable.
2018-03-18 10:23:49 +00:00
Mark H Weaver cc4c8a576c
gnu: icecat: Fix CVE-2018-{5146,5147}, etc.
Includes fixes for CVE-2018-5146 and CVE-2018-5147.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from
the upstream mozilla-esr52 repository.
2018-03-17 21:44:23 -04:00
Marius Bakke 7ace97395f
Merge branch 'master' into staging 2018-03-18 01:09:25 +01:00
Christopher Baines be5ed14213
gnu: Add terraform-docs.
* gnu/packages/terraform.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-03-17 23:04:29 +00:00
Christopher Baines ed0c6a768e
gnu: Add go-github-com-hashicorp-hcl.
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable.
2018-03-17 23:04:29 +00:00
Christopher Baines c4d2cffae7
gnu: Add go-github-com-tj-docopt.
* gnu/packages/golang.scm (go-github-com-tj-docopt): New variable.
2018-03-17 23:04:29 +00:00
Ludovic Courtès 44efe67ed0
gnu: guile-git: Update to 2bb9fbb.
* gnu/packages/guile.scm (guile-git): Update to 2bb9fbb.
2018-03-18 00:02:06 +01:00
Ludovic Courtès b34ac82482
gnu: nss-mdns: Adjust Avahi socket file name.
Fixes <https://bugs.gnu.org/30613>.
Regression introduced in 550f4509ac.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/avahi.scm (nss-mdns)[arguments]: Remove
 #:configure-flags.  Add #:phases.
2018-03-18 00:02:06 +01:00
Ludovic Courtès 80f565d313
gnu: datamash: Update to 1.3.
* gnu/packages/datamash.scm (datamash): Update to 1.3.
2018-03-18 00:02:06 +01:00
ng0 c217df913e
gnu: fvwm: Add '.desktop' file.
* gnu/packages/fvwm.scm (fvwm)[arguments]: Add new phase to create '.desktop' file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-18 00:02:05 +01:00
Martin Castillo 985934cb21
services: openssh: Add 'accepted-environment' field.
* gnu/services/ssh.scm (<openssh-configuration>)[accepted-environment]: New field.
(openssh-config-file): Honor 'acccepted-environment'.
* doc/guix.texi (Networking Services): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-18 00:02:05 +01:00
Gábor Boskovits 3c27414968
gnu: java-simple-xml: Fix java8 test failures.
* gnu/packages/patches/javas-simple-xml-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/java.scm (java-simple-xml)[source](patches): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-18 00:02:05 +01:00
Efraim Flashner 5983b78368
gnu: shaderc: Clean up package arguments.
* gnu/packages/vulkan.scm (shaderc)[version]: Remove extra '-'.
[arguments]: Remove extra 'mkdir-p' calls and refer to inputs directly.
2018-03-17 23:15:34 +02:00
Rutger Helling 308b17f676
Revert "gnu: shaderc: Use more standard keys."
This reverts commit 9bc0591bc1.
This commit broke 'shaderc'.
2018-03-17 21:59:27 +01:00
Christopher Baines fb6f35ba1d
gnu: Add python-prometheus-client.
* gnu/packages/monitoring.scm (python-prometheus-client,
python2-prometheus-client): New variables.
2018-03-17 20:44:50 +00:00
Christopher Baines 533808383f
services: databases: Change quote' to single-quote.
In the postgresql-config-file gexp compiler.

* gnu/services/databases.scm (postgresql-config-file-compiler): Change quote'
to single-quote.
2018-03-17 20:31:37 +00:00
Tobias Geerinckx-Rice 3def739da1
gnu: Use the CMake build system's #:build-type key.
* gnu/packages/code.scm (rtags)[arguments]: Move the CMAKE_BUILD_TYPE
from #:configure-flags to #:build-type.
* gnu/packages/databases.scm (apache-arrow)[arguments]: Likewise
* gnu/packages/engineering.scm (kicad)[arguments]: Likewise
* gnu/packages/flashing-tools.scm (heimdall)[arguments]: Likewise
* gnu/packages/graphics.scm (openscenegraph)[arguments]: Likewise
* gnu/packages/linux.scm (rdma-core)[arguments]: Likewise
* gnu/packages/music.scm (portmidi)[arguments]: Likewise
* gnu/packages/photo.scm (rawtherapee)[arguments]: Likewise
* gnu/packages/rdesktop.scm (freerdp)[arguments]: Likewise
* gnu/packages/serialization.scm (flatbuffers)[arguments]: Likewise
* gnu/packages/web.scm (tidy-html)[arguments]: Likewise
2018-03-17 16:37:28 +01:00
Tobias Geerinckx-Rice c695fb769c
gnu: Fix common unquote typos.
It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works).
Fix such typos for the proper edification of our young.

* gnu/packages/android.scm: Move unquotes to their operands.
* gnu/packages/bootloaders.scm: Likewise.
* gnu/packages/build-tools.scm: Likewise.
* gnu/packages/chemistry.scm: Likewise.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/connman.scm: Likewise.
* gnu/packages/django.scm: Likewise.
* gnu/packages/emulators.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/file-systems.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gimp.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/graphics.scm: Likewise.
* gnu/packages/haskell.scm: Likewise.
* gnu/packages/irc.scm: Likewise.
* gnu/packages/julia.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/lua.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/make-bootstrap.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/qt.scm: Likewise.
* gnu/packages/ratpoison.scm: Likewise.
* gnu/packages/sdl.scm: Likewise.
* gnu/packages/sml.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/text-editors.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/virtualization.scm: Likewise.
* gnu/packages/vulkan.scm: Likewise.
* gnu/packages/wget.scm: Likewise.
* gnu/packages/wine.scm: Likewise.
* gnu/packages/wm.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xml.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
2018-03-17 16:37:27 +01:00
Tobias Geerinckx-Rice 9bc0591bc1
gnu: shaderc: Use more standard keys.
* gnu/packages/vulkan.scm (shaderc)[arguments]: Move cmake options from
the raw INVOKE call to #:build-type and #:configure-flags.  Adjust the
‘configure’ phase accordingly.
2018-03-17 16:37:26 +01:00
Tobias Geerinckx-Rice 8696fbbad1
gnu: shaderc: Use standard versioning scheme.
* gnu/packages/vulkan.scm (shaderc)[version]: Use GIT-VERSION with a
‘0.0.0’ prefix.
2018-03-17 16:37:26 +01:00
Tobias Geerinckx-Rice 49c4c4de85
gnu: shaderc: Fix formatting.
* gnu/packages/vulkan.scm (shaderc): Use conventional indentation.
[native-inputs]: Move unquotes to their operands.
2018-03-17 16:37:25 +01:00
Tobias Geerinckx-Rice 36a17f056c
gnu: texlive-latex-type1cm: Fix description typo.
* gnu/packages/tex.scm (texlive-latex-type1cm)[description]: Fix typo.
2018-03-17 16:37:25 +01:00
Tobias Geerinckx-Rice f17f9984c3
gnu: python-pkginfo: Update to 1.4.2.
* gnu/packages/python.scm (python-pkginfo): Update to 1.4.2.
2018-03-17 16:37:25 +01:00
Tobias Geerinckx-Rice 4bd77a5dd0
gnu: python-nbformat: Update to 4.4.0.
* gnu/packages/python.scm (python-nbformat): Update to 4.4.0.
2018-03-17 16:37:24 +01:00
Tobias Geerinckx-Rice 40a1020240
gnu: python-simplejson: Update to 3.13.2.
* gnu/packages/python.scm (python-simplejson): Update to 3.13.2.
2018-03-17 16:37:24 +01:00
Tobias Geerinckx-Rice c8674cf5fe
gnu: python-ptyprocess: Update to 0.5.2.
* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.2.
2018-03-17 16:37:24 +01:00
Tobias Geerinckx-Rice e83539e8cc
gnu: python-chai: Update to 1.1.2.
* gnu/packages/python.scm (python-chai): Update to 1.1.2.
2018-03-17 16:37:23 +01:00
Tobias Geerinckx-Rice c300630d55
gnu: python-jupyter-console: Update to 5.2.0.
* gnu/packages/python.scm (python-jupyter-console): Update to 5.2.0.
2018-03-17 16:37:23 +01:00
Tobias Geerinckx-Rice c7bb731af8
gnu: python-kazoo: Update to 2.4.0.
* gnu/packages/python.scm (python-kazoo): Update to 2.4.0.
2018-03-17 16:37:23 +01:00
Tobias Geerinckx-Rice 96de54114c
gnu: python-jupyter-core: Update to 4.4.0.
* gnu/packages/python.scm (python-jupyter-core): Update to 4.4.0.
2018-03-17 16:37:22 +01:00
Tobias Geerinckx-Rice 34f53e4fbf
gnu: python-phonenumbers: Update to 8.9.1.
* gnu/packages/python.scm (python-phonenumbers): Update to 8.9.1.
2018-03-17 16:37:22 +01:00
Tobias Geerinckx-Rice e5fa7df963
gnu: python-decorator: Update to 4.2.1.
* gnu/packages/python.scm (python-decorator): Update to 4.2.1.
2018-03-17 16:37:22 +01:00
Tobias Geerinckx-Rice f212a85e41
gnu: python-jsonschema: Update to 2.6.0.
* gnu/packages/python.scm (python-jsonschema): Update to 2.6.0.
2018-03-17 16:37:21 +01:00
Tobias Geerinckx-Rice c9ec726cd8
gnu: python-protobuf: Update to 3.5.2.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.5.2.
2018-03-17 16:37:21 +01:00
Tobias Geerinckx-Rice 9b62a6c5eb
gnu: python-oslotest: Update to 3.3.0.
* gnu/packages/openstack.scm (python-oslotest): Update to 3.3.0.
2018-03-17 16:37:21 +01:00
Tobias Geerinckx-Rice e4da20ecd8
gnu: python-bcrypt: Update to 3.1.4.
* gnu/packages/password-utils.scm (python-bcrypt): Update to 3.1.4.
2018-03-17 16:37:20 +01:00
Tobias Geerinckx-Rice 132a7e68e4
gnu: python-entrypoints: Update to 0.2.3.
* gnu/packages/python.scm (python-entrypoints): Update to 0.2.3.
2018-03-17 16:37:20 +01:00
Tobias Geerinckx-Rice d062957a87
gnu: Use HTTPS for r-project.org home pages.
* gnu/packages/cran.scm (r-performanceanalytics, r-qap, r-gclus, r-leaps)
(r-splus2r, r-ifultools, r-sapa, r-quantmod, r-tseries, r-wmtsa, r-fractal)
(r-urca, r-trend, r-expm, r-complexplus, r-powerplus, r-signal, r-abind)
(r-prroc)[home-page]: Use HTTPS.
* gnu/packages/emacs.scm (emacs-ess)[home-page]: Likewise.
* gnu/packages/graph.scm (r-diffusionmap)[home-page]: Likewise.
* gnu/packages/statistics.scm (r-minimal, r-quantreg)[home-page]: Likewise.
2018-03-17 16:37:20 +01:00
Tobias Geerinckx-Rice 93e8731dcb
gnu: perl-sql-abstract: Update to 1.85.
* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.85.
2018-03-17 16:37:19 +01:00
Tobias Geerinckx-Rice 111c25fd13
gnu: perl-date-manip: Update to 6.70.
* gnu/packages/perl.scm (perl-date-manip): Update to 6.70.
2018-03-17 16:37:19 +01:00
Tobias Geerinckx-Rice 3bd840e406
gnu: Fix more ‘filesystem’ spellings.
* gnu/packages/python.scm (python-pyinotify)[description]: Spell ‘file
system’ as ‘file system’.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify)[synopsis]:
Likewise.
(go-github-com-prometheus-procfs)[description]: Likewise.
Minorly tweak grammar.
2018-03-17 16:37:19 +01:00
Rutger Helling 732a148995
gnu: wine-staging: Update to 3.4.
* gnu/packages/wine.scm (wine-staging): Update to 3.4.
2018-03-17 15:29:29 +01:00
Rutger Helling 4fd09720ee
gnu: wine-staging-patchset-data: Update to 3.4.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.4.
2018-03-17 15:29:29 +01:00
Mark H Weaver 9f375a4c0f
gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-linux.
* gnu/packages/admin.scm (intel-gpu-tools)[supported-systems]: New field.
2018-03-17 00:44:34 -04:00
Arun Isaac 68376f6c88
gnu: inkscape: Build with potrace support.
From Inkscape 0.92, potrace is required for the Paintbucket and Trace Bitmap
tools.

* gnu/packages/inkscape.scm (inkscape)[inputs]: Add potrace.
2018-03-17 05:06:32 +05:30
Danny Milosavljevic 363be0c6db
vm: Pass "-append ..." only once.
* gnu/build/vm.scm (load-in-linux-vm): Pass "-append ..." only once.
2018-03-16 22:59:28 +01:00
Danny Milosavljevic 593681f613
gnu: Add python2-libadalang.
* gnu/packages/ada.scm (python2-libadalang): New variable.
2018-03-16 22:44:36 +01:00
Marius Bakke fe1b04df2f
gnu: libvorbis: Replace with 1.3.6 [fixes CVE-2018-5146].
* gnu/packages/xiph.scm (libvorbis)[replacement]: New field.
(libvorbis-1.3.6): New public variable.
2018-03-16 19:28:57 +01:00
Leo Famulari 1d97d8ffd8
gnu: icedtea@3: Update to 3.7.0 [security fixes].
Fixes CVE-2018-{2579,2582,2588,2599,2602,2603,2618,2629,2633,2634,2637,2641,
2663,2677,2678}.

* gnu/packages/java.scm (icedtea-8): Update to 3.7.0.
2018-03-16 10:53:10 -04:00
Leo Famulari 7f6485e70c
gnu: icedtea@2: Update to 2.6.13 [security fixes].
Fixes CVE-2018-{2579,2588,2599,2602,2603,2618,2629,2633,2634,2637,2641,2663,
2677,2678}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.13.
2018-03-16 10:53:10 -04:00
Ricardo Wurmus c1c9cc664b
gnu: Add pigx.
* gnu/packages/bioinformatics.scm (pigx): New variable.
2018-03-16 15:40:31 +01:00
Ricardo Wurmus fe52a215e5
gnu: pigx-rnaseq: Disable memory hungry test.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[arguments]: Add phase to
disable a memory hungry test.
2018-03-16 15:40:31 +01:00
Leo Famulari 77166eb758
gnu: util-linux: Fix CVE-2018-7738.
* gnu/packages/patches/util-linux-CVE-2018-7738.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (util-linux)[replacement]: New field.
(util-linux/fixed): New variable.
2018-03-16 10:31:52 -04:00
Konrad Hinsen 5d818b3557
gnu: Add emacs-deft.
* gnu/packages/emacs.scm (emacs-deft): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-03-16 17:04:14 +03:00
Konrad Hinsen 22d628148c
gnu: Add emacs-exec-path-from-shell.
* gnu/packages/emacs.scm (emacs-exec-path-from-shell): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-03-16 16:44:23 +03:00
Ricardo Wurmus 46264c73a6
gnu: Add pigx-scrnaseq.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): New variable.
2018-03-16 11:15:04 +01:00
Ricardo Wurmus b44437c549
gnu: kentutils: Build with mariadb.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
2018-03-16 10:01:07 +01:00
Mark H Weaver 3e5783e292
linux-initrd: Autoload known-module-aliases, again.
Fixes a regression introduced in 8ab10c19d7.

* gnu/system/mapped-devices.scm: Autoload 'known-module-aliases'.
2018-03-15 23:08:02 -04:00
Mark H Weaver 8e4ce40269
gnu: linux-libre: Update to 4.15.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.10.
(%linux-libre-hash): Update hash.
2018-03-15 19:17:22 -04:00
Mark H Weaver 570d79c8df
gnu: linux-libre@4.14: Update to 4.14.27.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.27.
(%linux-libre-4.14-hash): Update hash.
2018-03-15 19:16:25 -04:00
Ludovic Courtès 8ab10c19d7
linux-initrd: Move 'check-device-initrd-modules' elsewhere.
This mostly reverts ca23693d28, which
introduced a circular dependency between (gnu system linux-initrd)
and (gnu system mapped-devices).

Reported by Eric Bavier.

* gnu/system/linux-initrd.scm (check-device-initrd-modules): Move to...
* gnu/system/mapped-devices.scm (check-device-initrd-modules): ... here.
* po/guix/POTFILES.in: Adjust accordingly.
2018-03-15 23:46:16 +01:00
Alex ter Weele d661ed521e
gnu: idris: Provide the right versions of dependencies.
Previously it would fail to build.  See <https://bugs.gnu.org/30741>.

* gnu/packages/idris.scm (idris)[inputs]: alphebetize
  ghc-vector-binary-instances and ghc-async. Use ghc-aeson-1.1.2.0,
  ghc-cheapskate-0.1.0.5, and ghc-trifecta-1.6.2.1. Remove ghc-aeson,
  ghc-cheapskate, ghc-parsers, ghc-tasty, ghc-tasty-golden, ghc-tasty-rerun,
  ghc-trifecta, and ghc-zlib.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:16 +01:00
Alex ter Weele 866b19086e
gnu: Add ghc-cheapskate-0.1.0.5.
* gnu/packages/idris.scm (ghc-cheapskate-0.1.0.5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:16 +01:00
Alex ter Weele 78dc985bee
gnu: Add ghc-trifecta-1.6.2.1.
* gnu/packages/idris.scm (ghc-trifecta-1.6.2.1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:15 +01:00
Alex ter Weele 9c7e17fd61
gnu: Add ghc-aeson-1.1.2.0.
* gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:15 +01:00
Diego Nicola Barbato dab03baa0a
gnu: qtox: Wrap executable and fix misplaced comma (unquote).
* gnu/packages/messaging.scm (qtox)[arguments]: Add phase
"wrap-executable".
[inputs]: Fix misplaced comma (unquote).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:15 +01:00
Ludovic Courtès e1d0f2aa87
vm: Use 'invoke' instead of 'system*'.
* gnu/build/vm.scm (load-in-linux-vm, initialize-partition-table)
(create-ext-file-system, create-fat-file-system)
(install-efi, make-iso9660-image): Use 'invoke' instead
of (unless (zero? (system* ...)) (error ...)).
2018-03-15 23:46:15 +01:00
Tobias Geerinckx-Rice 0ab5aa056d
gnu: dmenu: Update to 4.8.
* gnu/packages/suckless.scm (dmenu): Update to 4.8.
2018-03-15 20:13:29 +01:00
Tobias Geerinckx-Rice 35edaa22aa
gnu: you-get: Update to 0.4.1040.
* gnu/packages/video.scm (you-get): Update to 0.4.1040.
2018-03-15 20:12:57 +01:00
Tobias Geerinckx-Rice fdae9718a1
gnu: intel-gpu-tools: Update to 1.22.
* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.22.
[inputs]: Add eudev.
2018-03-15 19:52:29 +01:00
Tobias Geerinckx-Rice 896bbb0356
gnu: libburn: Update to 1.4.8.
* gnu/packages/cdrom.scm (libburn): Update to 1.4.8.
2018-03-15 19:11:16 +01:00
Tobias Geerinckx-Rice 2773c244b1
gnu: libisofs: Fix description typos.
* gnu/packages/cdrom.scm (libisofs)[description]: Spell ‘file system’ as
‘file system’.
2018-03-15 19:11:16 +01:00
Tobias Geerinckx-Rice d87d3f963e
gnu: libisofs: Update to 1.4.8.
* gnu/packages/cdrom.scm (libisofs): Update to 1.4.8.
2018-03-15 19:11:16 +01:00
Tobias Geerinckx-Rice 7b8d3a5e1e
gnu: gtksourceview: Update to 3.24.7.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.7.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 7c9b7c5c6d
gnu: xdg-user-dirs: Update to 0.17.
* gnu/packages/freedesktop.scm (xdg-user-dirs): Update to 0.17.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 5ade82bbb8
gnu: r-scatterplot3d: Update to 0.3-41.
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 8027f84d8f
gnu: acpica: Update to 20180313.
* gnu/packages/admin.scm (acpica): Update to 20180313.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 47653b3933
gnu: octave: Update to 4.2.2.
* gnu/packages/maths.scm (octave): Update to 4.2.2.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 1a7cc9efcd
gnu: cifs-utils: Update to 6.8.
* gnu/packages/samba.scm (cifs-utils): Update to 6.8.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice 96b4f5adc2
gnu: autoconf-archive: Update to 2018.03.13.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2018.03.13.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice 97c794942a
gnu: perl-string-toidentifier-en: Update to 0.12.
* gnu/packages/language.scm (perl-string-toidentifier-en): Update to 0.12.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice cd75b642d9
gnu: perl-lingua-en-inflect-phrase: Update to 0.20.
* gnu/packages/language.scm (perl-lingua-en-inflect-phrase): Update to 0.20.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice b9d020056d
gnu: bind: Use INVOKE.
* gnu/packages/dns.scm (isc-bind)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with an explicit #t.
2018-03-15 19:11:13 +01:00
Leo Famulari 20ecede969
gnu: shadow: Fix CVE-2018-7169.
* gnu/packages/patches/shadow-CVE-2018-7169.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow)[source]: Use it.
2018-03-15 13:13:35 -04:00
Leo Famulari 71f9ca53e5
gnu: certbot: Update to 0.22.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.22.0.
2018-03-15 12:19:11 -04:00
Leo Famulari 8d4f34d6c9
gnu: Add python-feather-format.
* gnu/packages/serialization.scm (python-feather-format,
python2-feather-format): New variables.
2018-03-15 10:57:53 -04:00
Leo Famulari 5e5ac7102c
gnu: Add python-pyarrow.
* gnu/packages/databases.scm (python-pyarrow, python2-pyarrow): New variables.
2018-03-15 10:57:52 -04:00
Leo Famulari dae7661a0d
gnu: Add apache-arrow.
* gnu/packages/databases.scm (apache-arrow): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari 2ed0ef2fb7
gnu: Add google-brotli.
* gnu/packages/compression.scm (google-brotli): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari 9f1c0e03ec
gnu: Add r-feather.
* gnu/packages/serialization.scm (r-feather): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari 5b19776e05
gnu: Add r-ggmap.
* gnu/packages/geo.scm (r-ggmap): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari da4dde6109
gnu: Add r-jpeg.
* gnu/packages/image.scm (r-jpeg): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 32cbbac11a
gnu: Add Diversitree.
* gnu/packages/bioinformatics.scm (r-diversitree): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 799ad71bfc
gnu: Add r-desolve.
* gnu/packages/maths.scm (r-desolve): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 41835f947e
gnu: Add r-subplex.
gnu/packages/maths.scm (r-subplex): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 24fb9a5591
gnu: Add r-geosphere.
*  gnu/packages/geo.scm (r-geosphere): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 9ddf42099b
gnu: Add Rgooglemaps.
* gnu/packages/geo.scm (r-rgooglemaps): New variable.
2018-03-15 10:57:50 -04:00
Leo Famulari ebc4bd5b54
gnu: Add r-mapproj.
* gnu/packages/geo.scm (r-mapproj): New variable.
2018-03-15 10:57:50 -04:00
Leo Famulari 3d60f4265e
gnu: Add r-maps.
* gnu/packages/geo.scm (r-maps): New variable.
2018-03-15 10:57:50 -04:00
Leo Famulari 5f3616d612
gnu: Add python-plotly.
* gnu/packages/graph.scm (python-plotly, python2-plotly): New variables.
2018-03-15 10:57:50 -04:00
Leo Famulari 04953dca41
gnu: Add flatbuffers.
* gnu/packages/serialization.scm (flatbuffers): New variable.
2018-03-15 10:57:50 -04:00
Ludovic Courtès bb3062ad62
services: Add 'virtual-terminal'.
Fixes <https://bugs.gnu.org/30505>.
Suggested by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/services/base.scm (unicode-start): Remove.
(virtual-terminal-service-type): New variable.
(console-font-shepherd-services): Remove 'modules'; remove call to
'unicode-start'.  Add 'virtual-terminal' to 'requirement'.
(mingetty-shepherd-service, kmscon-service-type): Likewise.
(%base-services): Add 'virtual-terminal-service-type'.
* gnu/system/install.scm (%installation-services): Likewise.
2018-03-15 11:37:18 +01:00
Ludovic Courtès 88cd7bbd3d
services: 'shepherd-service-type' now accepts a default value.
* gnu/services/shepherd.scm (shepherd-service-type): Add a second form
with an additional 'default' parameter.
2018-03-15 11:34:57 +01:00
Tobias Geerinckx-Rice dba52a2bcb
gnu: bind: Update to 9.12.1.
* gnu/packages/dns.scm (isc-bind): Update to 9.12.1.
2018-03-14 21:33:18 +01:00
Efraim Flashner dac6095d7e
gnu: python2-elib.intl: Declare a source file-name.
* gnu/packages/python.scm (python2-elib.intl)[source]: Declare a source
file-name.
2018-03-14 21:16:55 +02:00
Efraim Flashner 66e765a063
gnu: texlive-generic-pdftex: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-pdftex)[source]: Declare a
source file-name.
2018-03-14 21:16:55 +02:00
Efraim Flashner 2cc9c011e8
gnu: texlive-latex-wasysym: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-wasysym)[source]: Declare a source
file-name.
2018-03-14 21:16:55 +02:00
Efraim Flashner b4bb2750ff
gnu: texlive-metapost: Declare a source file-name.
* gnu/packages/tex.scm (texlive-metapost)[source]: Declare a source
file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner de20fd6a3a
gnu: texlive-latex-lh: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-lh)[source]: Declare a source
file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner 0475e35c59
gnu: texlive-latex-titlesec: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-titlesec)[source]: Declare a
source file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner d57e5d4128
gnu: texlive-latex-threeparttable: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-threeparttable)[source]: Declare a
source file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner e1834df6b6
gnu: texlive-latex-subfigure: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-subfigure)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 19835372a2
gnu: texlive-fonts-stmaryrd: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-stmaryrd)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 7372ce185f
gnu: texlive-latex-pdfpages: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-pdfpages)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner b2aef7219c
gnu: texlive-latex-overpic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-overpic)[source]: Declare a source
file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 6a9198046d
gnu: texlive-latex-multirow: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-multirow)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 84d6364314
gnu: texlive-latex-eepic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-eepic)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner 2678a63b23
gnu: texlive-latex-eso-pic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-eso-pic)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner d5fb4a3a9f
gnu: texlive-fonts-rsfs: Use 'invoke'.
* gnu/packages/tex.scm (texlive-fonts-rsfs)[arguments]: Use 'invoke' in
place of 'system*'.
2018-03-14 21:16:52 +02:00
Efraim Flashner e26de9c928
gnu: texlive-fonts-rsfs: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-rsfs)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner 6f2442a1fd
gnu: texlive-fonts-ec: Use 'invoke'.
* gnu/packages/tex.scm (texlive-fonts-ec)[arguments]: Use 'invoke' in
place of 'system*'.
2018-03-14 21:16:52 +02:00
Efraim Flashner ca816eb3ca
gnu: texlive-fonts-ec: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-ec)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner aa499191b8
gnu: texlive-latex-jknapltx: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-jknapltx)[source]: Declare a
source file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner aeb135e3a1
gnu: texlive-latex-listings: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-listings)[source]: Declare a
source file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner dae1d9e436
gnu: texlive-latex-footmisc: Declare a source file-name.
* gnu/packages/tex.smc (texlive-latex-footmisc)[source]: Declare a
source file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner 4fd0a59108
gnu: texlive-latex-float: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-float)[source]: Declare a source
file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner e89d5cf4fc
gnu: texlive-latex-fancyhdr: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-fancyhdr)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 62ee46b9a2
gnu: texlive-latex-fancybox: Declare a source file-name.
* gnu/pacakges/tex.scm (texlive-latex-fancybox)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 4439c1deda
gnu: texlive-latex-colortbl: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-colortbl)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner af8aa1053a
gnu: texlive-latex-changebar: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-changebar)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 72d5adf4d8
gnu: texlive-latex-appendix: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-appendix)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner de4eb4d1c9
gnu: texlive-latex-anysize: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-anysize)[source]: Declare a source
file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 88ae1921d8
gnu: texlive-tex-texinfo: Declare a source file-name.
* gnu/packages/tex.scm (texlive-tex-texinfo)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner 70a71d19c8
gnu: texlive-latex-trimspaces: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-trimspaces)[source]: Declare a
source file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner a74ac06bb5
gnu: texlive-latex-seminar: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-seminar)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner 23ae6e65fc
gnu: texlive-latex-natbib: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-natbib)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner 681b579d6d
gnu: texlive-latex-filemod: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-filemod)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner b5b10f3b3b
gnu: texlive-latex-psnfss: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-psnfss)[source]: Declare a source
file-name.
2018-03-14 21:16:48 +02:00
Efraim Flashner 51bffe791b
gnu: texlive-latex-cyrillic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-cyrillic)[source]: Declare a
source file-name.
2018-03-14 21:16:48 +02:00
Efraim Flashner 8732493e75
gnu: texlive-latex-babel: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-babel)[source]: Declare a source
file-name.
2018-03-14 21:16:48 +02:00
Efraim Flashner 43059ed01a
gnu: texlive-latex-amscls: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-amscls)[source]: Declare a source
file-name.
2018-03-14 21:16:48 +02:00
Efraim Flashner 320c771ade
gnu: texlive-latex-amsmath: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-amsmath)[source]: Declare a source
file-name.
2018-03-14 21:16:48 +02:00
Efraim Flashner 01d79c306a
gnu: texlive-luatex-lualibs: Include version in source file-name.
* gnu/packages/tex.scm (texlive-luatex-lualibs)[source]: Include version
in the source file-name.
2018-03-14 21:16:48 +02:00
Efraim Flashner 634a4a7f14
gnu: texlive-latex-fontspec: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-fontspec)[source]: Declare a
source file-name.
2018-03-14 21:16:47 +02:00
Efraim Flashner b749aa9880
gnu: texlive-latex-l3packages: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-l3packages)[source]: Declare a
source file-name.
2018-03-14 21:16:47 +02:00
Efraim Flashner f4a39a5b2f
gnu: texlive-latex-l3kernel: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-l3kernel)[source]: Declare a
source file-name.
2018-03-14 21:16:47 +02:00
Efraim Flashner a26207f879
gnu: texlive-latex-url: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-url)[source]: Declare a source
file-name.
2018-03-14 21:16:47 +02:00
Efraim Flashner f8340ab143
gnu: texlive-latex-tools: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-tools)[source]: Declare a source
file-name.
2018-03-14 21:16:47 +02:00
Efraim Flashner 7dea311973
gnu: texlive-latex-oberdiek: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-oberdiek)[source]: Declare a
source file-name.
2018-03-14 21:16:47 +02:00
Efraim Flashner 19389bcdc2
gnu: texlive-latex-xcolor: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-xcolor)[source]: Declare a source
file-name.
2018-03-14 21:16:46 +02:00
Efraim Flashner f73020735c
gnu: texlive-latex-graphics: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-graphics)[source]: Declare a
source file-name.
[native-inputs]: Declare a source file-name for downloaded
native-inputs.
2018-03-14 21:16:46 +02:00
Efraim Flashner 88e11022db
gnu: texlive-latex-fancyvrb: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-fancyvrb)[source]: Declare a
source file-name.
2018-03-14 21:16:46 +02:00
Efraim Flashner ca61c6b323
gnu: texlive-generic-epsf: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-epsf)[source]: Declare a source
file-name.
2018-03-14 21:16:46 +02:00
Efraim Flashner 24dbc6023b
gnu: texlive-generic-ifxetex: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-ifxetex)[source]: Declare a
source file-name.
2018-03-14 21:16:46 +02:00
Efraim Flashner 7e353a7783
gnu: texlive-latex-filecontents: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-filecontents)[source]: Declare a
source file-name.
2018-03-14 21:16:43 +02:00
Mark H Weaver 3328132b87
gnu: icecat: Add more fixes from upstream mozilla-esr52.
Includes fixes for CVE-2018-5131 and the remaining 4 out of 9 changesets for
CVE-2018-5125.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2018-03-14 14:37:57 -04:00
Mark H Weaver a76c205795
gnu: icecat: Relabel patches to reflect CVE assignments.
Document the fact that we include fixes for CVE-2018-5127, CVE-2018-5129,
CVE-2018-5130, CVE-2018-5144, CVE-2018-5145, and 5 out of 9 changesets for
CVE-2018-5125.

* gnu/packages/gnuzilla.scm (icecat)[source]: Relabel patches to reflect CVE
assignments.
2018-03-14 14:37:41 -04:00
Tobias Geerinckx-Rice 36b2cb029e
gnu: webkitgtk: Use HTTPS for home page.
* gnu/packages/webkitgtk.scm (webkitgtk)[home-page]: Use HTTPS.
2018-03-14 18:23:46 +01:00
Tobias Geerinckx-Rice 86c9c0c118
gnu: webkitgtk: Update to 2.20.0.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.20.0.
[arguments]: (Re-)disable WOFF2 web font support.
2018-03-14 18:23:46 +01:00
Tobias Geerinckx-Rice 9851688392
gnu: python-betamax: Update to 0.8.1.
* gnu/packages/python-web.scm (python-betamax): Update to 0.8.1.
2018-03-14 18:23:46 +01:00
Tobias Geerinckx-Rice f3fda2980c
gnu: macchanger: Update to 1.7.0.
* gnu/packages/networking.scm (macchanger): Update to 1.7.0.
[source]: Update URI.
2018-03-14 18:23:46 +01:00
Marius Bakke aac6cbbfed
gnu: samba: Update to 4.7.6 [fixes CVE-2018-1050 and CVE-2018-1057].
* gnu/packages/samba.scm (samba): Update to 4.7.6.
2018-03-14 16:48:04 +01:00
Marius Bakke 880e2170b7
gnu: man-db: Update to 2.8.2.
* gnu/packages/man.scm (man-db): Update to 2.8.2.
2018-03-14 16:48:04 +01:00
Marius Bakke 9a02dcf35a
gnu: curl: Update replacement to 7.59.0 [security fixes].
This fixes CVE-2018-1000120, CVE-2018-1000121, and CVE-2018-1000122.

* gnu/packages/curl.scm (curl-7.58.0): Rename to ...
(curl-7.59.0): ... this.  Update source hash.
(curl)[replacement]: Adjust accordingly.
2018-03-14 16:48:03 +01:00
Marius Bakke cb18d21e74
gnu: libsoup: Update to 2.62.0.
* gnu/packages/gnome.scm (libsoup): Update to 2.62.0.
2018-03-14 16:48:03 +01:00
Ricardo Wurmus 441010a2d1
Revert "gnu: Use patched static bash in glibc replacement."
This reverts commit 42958b5e0f.
2018-03-14 16:28:22 +01:00
Ricardo Wurmus 48b97be90b
Revert "gnu: Add replacement for static-bash-for-glibc."
This reverts commit c4fb2b9f4e.
2018-03-14 16:28:22 +01:00
Ricardo Wurmus 9c9912cf5b
Revert "gnu: Add missing module to (gnu packages base)."
This reverts commit 911e66f922.
2018-03-14 16:28:22 +01:00
Mark H Weaver 9a42d5ebf2
gnu: linux-libre: Update to 4.15.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.9.
(%linux-libre-hash): Update hash.
2018-03-14 11:04:00 -04:00
Mark H Weaver b5a6fb3c08
gnu: linux-libre@4.14: Update to 4.14.26.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.26.
(%linux-libre-4.14-hash): Update hash.
2018-03-14 11:03:12 -04:00
Mark H Weaver b4c1930b2d
gnu: linux-libre@4.9: Update to 4.9.87.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.87.
2018-03-14 11:02:36 -04:00
Mark H Weaver 7c8dcd66a1
gnu: linux-libre@4.4: Update to 4.4.121.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.121.
2018-03-14 11:01:58 -04:00
Ricardo Wurmus 2b5c5f03c2
gnu: Add ada.scm to GNU_SYSTEM_MODULES.
This is a follow-up to commit ebd43a2a45.

* gnu/local.mk (GNU_SYSTEM_MODULES): Add ada.scm.
2018-03-14 13:21:26 +01:00
Ricardo Wurmus 911e66f922
gnu: Add missing module to (gnu packages base).
This is a follow-up to commit 42958b5e0f.

Reported by pmikkelsen on IRC.

* gnu/packages/base.scm: Use srfi-1 for alist-delete.
2018-03-14 12:46:57 +01:00
Ricardo Wurmus c4fb2b9f4e
gnu: Add replacement for static-bash-for-glibc.
This is needed to replace the static bash used in glibc-final.

* gnu/packages/commencement.scm (patched-glibc-final-with-bootstrap-bash,
patched-static-bash-for-glibc): New variables.
(static-bash-for-glibc)[replacement]: Use patched-static-bash-for-glibc as a
replacement.
2018-03-14 11:39:14 +01:00
Ricardo Wurmus 42958b5e0f
gnu: Use patched static bash in glibc replacement.
* gnu/packages/base.scm (glibc-2.26-patched): Rename...
(glibc-2.26-patched-boot): ...to this.
(patched-static-bash, glibc-2.26-patched): New variables.
2018-03-14 11:39:14 +01:00
Tobias Geerinckx-Rice 295fbbd75d
gnu: geomyidae: Update to 0.31.
* gnu/packages/web.scm (geomyidae): Update to 0.31.
2018-03-14 10:21:18 +01:00
Tobias Geerinckx-Rice e4740d7a51
gnu: calcurse: Update to 4.3.0.
* gnu/packages/calcurse.scm (calcurse): Update to 4.3.0.
2018-03-14 09:10:47 +01:00
Tobias Geerinckx-Rice b4bf951627
gnu: masscan: Update to 1.0.5.
* gnu/packages/admin.scm (masscan): Update to 1.0.5.
[arguments]: Set CC to a real compiler instead of the default clang.
2018-03-14 07:47:32 +01:00
Tobias Geerinckx-Rice 186cef9e1c
gnu: simplescreenrecorder: Update to 0.3.10.
* gnu/packages/video.scm (simplescreenrecorder): Update to 0.3.10.
2018-03-14 07:47:32 +01:00
Tobias Geerinckx-Rice 5ecfa6f565
gnu: r-stringi: Update to 1.1.7.
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.7.
2018-03-14 07:47:32 +01:00
Tobias Geerinckx-Rice d773fef1ce
gnu: inkscape: Update to 0.92.3.
* gnu/packages/inkscape.scm (inkscape): Update to 0.92.3.
[source]: Remove patch.
2018-03-14 07:47:31 +01:00
Tobias Geerinckx-Rice fdcbe78b14
gnu: kurly: Update to 1.2.1.
* gnu/packages/curl.scm (kurly): Update to 1.2.1.
[arguments]: Install the man page, and put README.md in its right place.
Rename ‘install-readme’ to ‘install-documentation’ to match this change.
2018-03-14 07:47:31 +01:00
David Thompson 23cdeaa971
gnu: tiled: Update to 1.1.3.
* gnu/packages/game-development.scm (tiled): Update to 1.1.3.
2018-03-13 20:33:42 -04:00
Efraim Flashner 620ea2de26
gnu: python2-quex: Parameterize the source uri.
* gnu/packages/python.scm (python2-quex)[source]: Replace hard-coded
version with parameterized one.  Remove unnecessary file-name field.
2018-03-13 22:58:16 +02:00
Efraim Flashner 8d32139df0
gnu: texlive-latex-base: Use 'invoke'.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Replace
'system*' with 'invoke'.
2018-03-13 22:52:34 +02:00
Efraim Flashner 8d514ae753
gnu: texlive-latex-base: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-base)[source]: Declare a source
file-name.
[native-inputs]: Add a source file-name.
2018-03-13 22:52:34 +02:00
Efraim Flashner b63aefe53e
gnu: texlive-tex-plain: Declare a source file-name.
* gnu/packages/tex.scm (texlive-tex-plain)[source]: Declare a source
file-name.
2018-03-13 22:52:34 +02:00
Efraim Flashner 9700a0d0a5
gnu: texlive-latex-amsfonts: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-amsfonts)[source]: Declare a
source file-name.
2018-03-13 22:52:34 +02:00
Efraim Flashner 5fe9233eb4
gnu: texlive-fonts-amsfonts: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-amsfonts)[source]: Declare a
source file-name.
2018-03-13 22:52:33 +02:00
Efraim Flashner a4550e7d66
gnu: texlive-fonts-latex: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-latex)[source]: Declare a source
file-name.
2018-03-13 22:52:33 +02:00
Efraim Flashner 6b286e424a
gnu: texlive-fonts-knuth-lib: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-knuth-lib)[source]: Declare a
source file-name.
2018-03-13 22:52:33 +02:00
Efraim Flashner a4015c2065
gnu: texlive-fonts-cm: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-cm)[source]: Declare a source
file-name.
2018-03-13 22:52:33 +02:00
Efraim Flashner b8e213cb2f
gnu: texlive-fontname: Fix source file-name.
* gnu/packages/tex.scm (texlive-fontname)[source]: Correct source
file-name.
2018-03-13 22:52:33 +02:00
Efraim Flashner 1dec413ae0
gnu: texlive-metafont-base: Declare a source file-name.
* gnu/packages/tex.scm (texlive-metafont-base)[source]: Declare a source
file-name.
2018-03-13 22:52:33 +02:00
Efraim Flashner a6acd6113c
gnu: texlive-generic-hyph-utf8: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-hyph-utf8)[source]: Declare a
source file-name.
2018-03-13 22:52:32 +02:00
Efraim Flashner ac0529ddec
gnu: texlive-generic-tex-ini-files: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-tex-ini-files)[source]: Declare
a source file-name.
2018-03-13 22:52:32 +02:00
Efraim Flashner ddc0bbc875
gnu: texlive-generic-dehyph-exptl: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-dehyph-exptl)[source]: Declare a
source file-name.
2018-03-13 22:52:32 +02:00
Efraim Flashner f569e9174f
gnu: texlive-generic-unicode-data: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-unicode-data)[source]: Declare a
source file-name.
2018-03-13 22:52:32 +02:00
Efraim Flashner b8d8806b52
gnu: Use https for www.ctan.org.
* gnu/packages/tex.scm: Use https for ctan.org.
2018-03-13 22:52:32 +02:00
Efraim Flashner 2cdd9729fa
gnu: texlive-dvips: Declare a source file-name.
* gnu/packages/tex.scm (texlive-dvips)[source]: Declare a source
file-name.
[native-inputs]: Declare source file-names for native-inputs.
2018-03-13 22:52:31 +02:00
Danny Milosavljevic 6c70172692
gnu: Add python-quex.
* gnu/packages/python.scm (python-quex): New variable.
2018-03-13 21:14:39 +01:00
Danny Milosavljevic 80b58d15bc
gnu: Add python2-quex@0.67.3.
* gnu/packages/python.scm (python2-quex-0.67.3): New variable.
2018-03-13 21:11:48 +01:00
Danny Milosavljevic ebd43a2a45
gnu: Add python2-langkit.
* gnu/packages/ada.scm: New file.
2018-03-13 20:53:18 +01:00
Efraim Flashner 54d5b27e92
gnu: python-editdistance: Use 'invoke'.
* gnu/packages/textutils.scm (python-editdistance)[arguments]: Use
'invoke' instead of 'system*'.
2018-03-13 21:48:28 +02:00
Efraim Flashner 54335b59f0
gnu: python-editdistance: Declare a source file-name.
* gnu/packages/textutils.scm (python-editdistance)[source]: Declare a
source file-name.
2018-03-13 21:48:28 +02:00
Efraim Flashner 348f8c8553
gnu: git-test-sequence: Declare a source file-name.
* gnu/packages/version-control.scm (git-test-sequence)[source]: Declare
a source file-name.
2018-03-13 21:48:28 +02:00
Efraim Flashner d36df187e0
gnu: git-flow: Declare a source file-name.
* gnu/packages/version-control.scm (git-flow)[source]: Declare a source
file-name.
2018-03-13 21:48:28 +02:00
Efraim Flashner 728ee9d6f7
gnu: vpnc-scripts: Declare a source file-name.
* gnu/packages/vpn.scm (vpnc-scripts)[source]: Declare a source
file-name.
2018-03-13 21:48:28 +02:00
Efraim Flashner 716a39bcf1
gnu: tidy: Declare a source file-name.
* gnu/packages/web.scm (tidy)[source]: Declare a source file-name.
2018-03-13 21:48:27 +02:00
Efraim Flashner da0baf117d
gnu: mod-wsgi: Declare a source file-name.
* gnu/packages/web.scm (mod-wsgi)[source]: Declare a source file-name.
2018-03-13 21:48:27 +02:00
Efraim Flashner 29a3905452
gnu: tinyxml2: Declare a source file-name.
* gnu/packages/xml.scm (tinyxml2)[source]: Declare a source file-name.
2018-03-13 21:48:27 +02:00
Efraim Flashner 4510f976dc
gnu: r-tgconfig: Declare a source file-name.
* gnu/packages/statistics.scm (r-tgconfig)[source]: Declare a source
file-name.
2018-03-13 21:48:27 +02:00
Efraim Flashner 76b27f427a
gnu: r-tgstat: Declare a source file-name.
* gnu/packages/statistics.scm (r-tgstat)[source]: Declare a source
file-name.
2018-03-13 21:48:26 +02:00
Efraim Flashner 96dcb8a037
gnu: usbredir: Declare a source file-name.
* gnu/packages/spice.scm (usbredir)[source]: Declare a source file-name.
2018-03-13 21:48:26 +02:00
Efraim Flashner 04eecf4bdb
gnu: ocaml-ssl: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-ssl)[source]: Declare a source
file-name.
2018-03-13 21:48:26 +02:00
Efraim Flashner 14ebf2fc5f
gnu: ocaml-lwt: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-lwt)[source]: Declare a source
file-name.
2018-03-13 21:48:26 +02:00
Efraim Flashner 0aee7fdc8c
gnu: ocaml-bitstring: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-bitstring)[source]: Declare a source
file-name.
2018-03-13 21:48:26 +02:00
Efraim Flashner 597beb8a5d
gnu: ocaml-piqi: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-piqi)[source]: Declare a source
file-name.
2018-03-13 21:48:25 +02:00
Efraim Flashner 232557c159
gnu: ocaml-result: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-result)[source]: Declare a source
file-name.
2018-03-13 21:48:25 +02:00
Efraim Flashner b965c1ca62
gnu: ocaml-stringext: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-stringext)[source]: Declare a source
file-name.
2018-03-13 21:48:25 +02:00
Efraim Flashner fdb3fba30f
gnu: ocaml-qtest: Update to 2.8.
* gnu/packages/ocaml.scm (ocaml-qtest): Update to 2.8.
[source]: Update source uri, declare a source file-name.
[home-page]: Update home-page.
2018-03-13 21:48:25 +02:00
Efraim Flashner 79234c0a69
gnu: ocaml-qtest: Declare a source file-name.
* gnu/packages/ocaml.scm (ocaml-qtest)[source]: Declare a source
file-name.
2018-03-13 21:48:22 +02:00
Ricardo Wurmus 9a7b578463
gnu: r-minimal: Add bash to inputs.
* gnu/packages/statistics.scm (r-minimal)[inputs]: Add bash-minimal.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 5e51c268e4
gnu: r-rmarkdown: Use Pandoc 1.
* gnu/packages/statistics.scm (r-rmarkdown)[propagated-inputs]: Replace
"ghc-pandoc" with "ghc-pandoc-1".
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 8b1e1e4c33
gnu: Add ghc-pandoc-1.
* gnu/packages/haskell.scm (ghc-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 08eaa0d877
gnu: Add ghc-skylighting-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-skylighting-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 8e3149eeb2
gnu: Add ghc-yaml-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-yaml-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 6c05527851
gnu: Add ghc-doctemplates-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-doctemplates-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus f45c86b555
gnu: Add ghc-hslua-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-hslua-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus dcf8e2ab30
gnu: Add ghc-texmath-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-texmath-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 0f1fef7193
gnu: Add ghc-pandoc-types-for-pandoc-1.
* gnu/packages/haskell.scm (ghc-pandoc-types-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 379cb3893d
gnu: Add ghc-aeson-for-pandoc-1.
* gnu/packages/haskell-web.scm (ghc-aeson-for-pandoc-1): New variable.
2018-03-13 20:01:54 +01:00
Ricardo Wurmus 0efd09acd4
gnu: Add r-riverplot.
* gnu/packages/cran.scm (r-riverplot): New variable.
2018-03-13 19:58:35 +01:00
Efraim Flashner 79f450a120
gnu: python-mwclient: Declare a source file-name.
* gnu/packages/python.scm (python-mwclient)[source]: Declare a source
file-name.
2018-03-13 20:17:12 +02:00
Efraim Flashner 7896e6c219
gnu: python-dukpy: Declare a source file-name.
* gnu/packages/python.scm (python-dukpy)[source]: Declare a source
file-name.
2018-03-13 20:17:12 +02:00
Efraim Flashner c819558227
gnu: python-asn1crypto: Declare a source file-name.
* gnu/packages/python-crypto.scm (python-asn1crypto)[source]: Declare a
source file-name.
2018-03-13 20:17:12 +02:00
Efraim Flashner f45ceced51
gnu: pulsemixer: Declare a source file-name.
* gnu/packages/pulseaudio.scm (pulsemixer)[source]: Declare a source
file-name.
2018-03-13 20:17:12 +02:00
Efraim Flashner 7b5f8a998a
gnu: hydrogen: Declare a source file-name.
* gnu/packages/music.scm (hydrogen)[source]: Declare a source file-name.
2018-03-13 20:17:11 +02:00
Efraim Flashner 03e8182b8e
gnu: sbcl-cl-uglify-js: Declare a source file-name.
* gnu/packages/lisp.scm (sbcl-cl-uglify-js)[source]: Declare a source
file-name.
2018-03-13 20:17:11 +02:00
Efraim Flashner 8cf57bc1c6
gnu: libusb4java: Declare a source file-name.
* gnu/packages/libusb.scm (libusb4java)[source]: Declare a source
file-name.
2018-03-13 20:17:11 +02:00
Efraim Flashner 307856cdfa
gnu: java-snakeyaml: Declare a source file-name.
* gnu/packages/java.scm (java-snakeyaml)[source]: Declare a source
file-name.
2018-03-13 20:17:11 +02:00
Efraim Flashner 6c34ad73d5
gnu: java-jnacl: Declare a source file-name.
* gnu/packages/java.scm (java-jnacl)[source]: Declare a source
file-name.
2018-03-13 20:17:11 +02:00
Efraim Flashner 4a885c650d
gnu: ganv-devel: Declare a source file-name.
* gnu/packages/gtk.scm (ganv-devel)[source]: Declare a source file-name.
2018-03-13 20:17:11 +02:00
Efraim Flashner 87d868cc7c
gnu: gpscorrelate: Declare a source file-name.
* gnu/packages/gps.scm (gpscorrelate)[source]: Declare a source file-name.
2018-03-13 20:17:10 +02:00
Efraim Flashner 0efb64524b
gnu: tinyxml: Use 'invoke'.
* gnu/packages/xml.scm (tinyxml)[arguments]: Replace 'system*' calls
with 'invoke'.
2018-03-13 20:17:10 +02:00
Efraim Flashner 671249b934
gnu: tinyxml: Declare a source file-name.
* gnu/packages/xml.scm (tinyxml)[source]: Declare a source file-name.
2018-03-13 20:17:10 +02:00
Efraim Flashner 64f925cb4b
gnu: time: Update to 1.9.
* gnu/packages/time.scm (time): Update to 1.9.
* tests/guix-build.sh: Update time package to 1.9.
2018-03-13 20:17:06 +02:00
Christopher Baines 906dcb20f2
gnu: Add makefile2graph.
* gnu/packages/code.scm (makefile2graph): New variable.
2018-03-13 18:01:47 +00:00
Oleg Pykhalov 8456765772
gnu: Add flameshot.
* gnu/packages/image.scm (flameshot): New public variable.
2018-03-13 15:58:43 +03:00
Rutger Helling 0982e5c7f1
gnu: gedit: Update to 3.28.0.
* gnu/packages/gnome.scm (gedit): Update to 3.28.0.
2018-03-13 08:37:52 +01:00