1
0
forked from tribes/guix

Compare commits

...

5189 Commits

Author SHA1 Message Date
Ludovic Courtès 40f5c53d89 Update NEWS. 2017-12-06 09:14:53 +01:00
Ludovic Courtès 609d126e86 Revert "packages: 'package-grafts' trims native inputs."
This reverts commit 91c9b5d016
following the concerns raised by Mark, Ben, and Tobias:
<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00081.html>.
2017-12-06 09:07:28 +01:00
Ludovic Courtès f0eb57b736 Update NEWS. 2017-12-06 08:58:26 +01:00
Ludovic Courtès 787e8a80d5 services: console-font: Use 'tcsetattr' instead of invoking 'unicode_start'.
This is more robust, faster, and incidentally gets rid of remaining
"error in the finalization thread: Bad file descriptor" messages.

* gnu/services/base.scm (unicode-start): Rewrite to use 'tcgetattr' and
'tcsetattr'.
(console-font-shepherd-services)[start]: Add 'loop' to check whether
DEVICE is ready.  Tolerate EX_OSERR return from 'setfont'.
[modules]: New field.
2017-12-06 08:52:31 +01:00
Ludovic Courtès 45c32bd7e5 syscalls: Define 'input-flags' for 'tcgetattr' and friends.
* guix/build/syscalls.scm (input-flags): New macro.
2017-12-06 08:51:08 +01:00
Ludovic Courtès 614f8cc1c3 gnu: guix: Update snapshot to 91c9b5d.
* gnu/packages/package-management.scm (guix): Update to 91c9b5d.
2017-12-05 17:57:22 +01:00
Ludovic Courtès 3e442f85fd gnu: ghostscript-with-cups: Turn into a public variable.
Tris allows Hydra/Cuirass to pick it up and to build its replacement.
Failing that, users have to build "ghostscript-with-cups-9.22" from
source.

* gnu/packages/cups.scm (ghostscript/cups): Move to 'ghostscript.scm'.
(cups-filters)[inputs]: Remove 'force'.
* gnu/packages/ghostscript.scm (ghostscript/cups): New variable.
2017-12-05 17:49:48 +01:00
Ludovic Courtès 91c9b5d016 packages: 'package-grafts' trims native inputs.
'package-grafts' returns a list of potentially applicable grafts, which
'cumulative-grafts' then narrows by looking at store item references and
determining the subset of the grafts that's actually applicable.

Until now, 'package-grafts' would traverse native inputs and would thus
return a large superset of the applicable grafts, since native inputs
are not in the reference graph by definition.  This patch fixes that by
having 'package-grafts' ignore entirely native inputs from the
dependency graph.

* guix/packages.scm (fold-bag-dependencies)[bag-direct-inputs*]: Add
special case for libc.
* guix/packages.scm (bag-grafts)[native-grafts, target-grafts]: Remove.
[grafts]: New procedure.
Use it.
* tests/packages.scm ("package-grafts, grafts of native inputs
ignored"): New test.
2017-12-05 16:32:40 +01:00
Ludovic Courtès f3e3f4d934 Update NEWS. 2017-12-05 15:37:01 +01:00
Ludovic Courtès ff0e0041f3 packages: 'fold-bag-dependencies' honors nativeness in recursive calls.
Previously recursive calls to 'loop' would always consider all the bag
inputs rather than those corresponding to NATIVE?.

* guix/packages.scm (fold-bag-dependencies)[bag-direct-inputs*]: New
procedure.  Use it both in the 'match' expression and in its body.
2017-12-05 15:13:38 +01:00
Ludovic Courtès f00b85ff8d gnu: commencement: Do not graft early bootstrap packages.
By definition, these packages are not depended on at run time by any of
the packages we use.  Thus it does not make sense to inherit grafts.
Furthermore, those grafts would often lead to extra overhead for users
who would end up downloading those "-boot0" packages just to build
package replacements that are in fact not going to be used.

This reverts parts of f1597427f2 and
ce27857f71.

Reported by Christopher Baines at
<https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00058.html>.

* gnu/packages/commencement.scm (file-boot0, binutils-boot0): Use plain
'inherit' instead of 'package/inherit'.
2017-12-05 11:50:00 +01:00
Ludovic Courtès aab322d909 install: Don't start sshd by default.
Reported by Christopher Baines <mail@cbaines.net>
at <https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00058.html>.

* gnu/services/ssh.scm (<openssh-configuration>)[%auto-start?]: New
field.
(openssh-shepherd-service): Honor it.
* gnu/system/install.scm (%installation-services): Set '%auto-start?' to
 #f for openssh-service-type.
2017-12-04 23:31:15 +01:00
Ludovic Courtès 39b27f4eae doc: Mention berlin.guixsd.org.
* doc/guix.texi (Substitute Server Authorization): Add note about
berlin.guixsd.org.  Nitpick.
2017-12-04 18:14:28 +01:00
Ludovic Courtès be5622e7f1 maint: Add 'berlin.guixsd.org.pub'.
* bayfront.guixsd.org.pub: Rename to...
* berlin.guixsd.org.pub: ... this.
* Makefile.am (dist_pkgdata_DATA): Adjust accordingly.
* gnu/services/base.scm (%default-authorized-guix-keys): Likewise.
2017-12-04 17:57:37 +01:00
Ludovic Courtès c735e9e686 Update NEWS. 2017-12-04 17:56:11 +01:00
Ludovic Courtès c7699ebeb4 gnu: git: Remove unreliable git-svn tests.
Reported in <https://bugs.gnu.org/29546>
by Mark H Weaver <mhw@netris.org>.

* gnu/packages/version-control.scm (git)[arguments]: In 'patch-tests'
phase, delete three git-svn tests.
2017-12-04 16:35:43 +01:00
Ludovic Courtès aa1d47e72e maint: Let 'guix system vm-image' determine the right size.
* Makefile.am (GUIXSD_VM_IMAGE_BASE): Remove.
(release): Remoev --image-size argument to 'guix system vm-image'.
2017-12-04 16:35:43 +01:00
Ludovic Courtès 9d163ec133 maint: Add 'aarch64-linux' to the supported systems.
* Makefile.am (SUPPORTED_SYSTEMS): Add aarch64-linux.
2017-12-04 16:35:43 +01:00
Ludovic Courtès 3b6e7c703c maint: Add the '.iso' extension to installation images.
* Makefile.am (release): Add the '.iso' suffix to image files.
* doc/guix.texi (USB Stick and DVD Installation): Adjust accordingly.
2017-12-04 16:35:43 +01:00
Ludovic Courtès 2626062b25 doc: Merge "USB Stick Installation" and "DVD Installation".
* doc/guix.texi (USB Stick Installation): Rename to...
(USB Stick and DVD Installation): ... this.  Merge contents with...
(DVD Installation): ... this node.  Remove.
2017-12-04 16:35:43 +01:00
Eric Bavier 42d16037d8 tests: Look for multi-digit column numbers in unbound variable test.
* tests/guix-system.sh: Match one or more digits in unbound-variable test.
2017-12-04 04:30:28 -06:00
Ludovic Courtès b9aab870e5 nls: Update 'fr' translation. 2017-12-04 10:36:48 +01:00
nee 6de3d1762b gnu: elixir: Update to 1.5.2 and disable failing tests.
* gnu/packages/elixir.scm (elixir)[origin]: Update to 1.5.2.
[arguments]: Patch the shebang of mix. Disable failing tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-04 10:36:48 +01:00
nee 8cbb58918c gnu: erlang: Update to 20.1.
* gnu/packages/erlang.scm (erlang): Update to 20.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-04 10:36:48 +01:00
Ludovic Courtès 617e87bff1 services: xorg: Properly handle the case where ~/.xession is used.
Fixes a regression introduced in
65c0f43649 in the case where users provide
~/.xsession and SESSION is #f.

* gnu/services/xorg.scm (xinitrc): In the XSESSION-FILE case, check
whether SESSION is #f.
2017-12-04 10:36:48 +01:00
Tobias Geerinckx-Rice 78bae62a25 gnu: protobuf: Update to 3.5.0.
* gnu/packages/protobuf.scm (protobuf): Update to 3.5.0.
2017-12-04 08:13:55 +01:00
Tobias Geerinckx-Rice 74327874a5 gnu: you-get: Update to 0.4.995.
* gnu/packages/video.scm (you-get): Update to 0.4.995.
2017-12-04 08:13:55 +01:00
Tobias Geerinckx-Rice 1740cb779a gnu: ghc-async: Update to 2.1.1.1.
* gnu/packages/haskell.scm (ghc-async): Update to 2.1.1.1.
2017-12-04 08:13:55 +01:00
Tobias Geerinckx-Rice 8301d739fa gnu: ghc-alex: Update to 3.2.3.
* gnu/packages/haskell.scm (ghc-alex): Update to 3.2.3.
[arguments]: Run tests.
2017-12-04 08:13:30 +01:00
Tobias Geerinckx-Rice 7e95d0fda7 gnu: ghc-comonad: Remove duplicate input.
* gnu/packages/haskell.scm (ghc-comonad)[inputs]: Remove ghc-contravariant.
Order alphabetically to make this less likely to happen again.
2017-12-04 04:40:15 +01:00
Tobias Geerinckx-Rice f745999773 gnu: di: Update to 4.44.
* gnu/packages/admin.scm (di): Update to 4.44.
2017-12-04 04:40:15 +01:00
Tobias Geerinckx-Rice 1d3c059bbf gnu: eolie: Update to 0.9.13.
* gnu/packages/gnome.scm (eolie): Update to 0.9.13.
2017-12-04 04:40:14 +01:00
Tobias Geerinckx-Rice 440c4273b8 gnu: coda: Update to 2.18.3.
* gnu/packages/maths.scm (coda): Update to 2.18.3.
2017-12-04 04:40:14 +01:00
Tobias Geerinckx-Rice d3cdb25d17 gnu: python-scikit-learn: Update to 0.19.1.
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.19.1.
2017-12-04 04:40:14 +01:00
Ludovic Courtès 8d7f1d7368 gnu: guix: Update snapshot to 3fb6464.
* gnu/packages/package-management.scm (guix): Update to 3fb6464.
2017-12-04 00:08:13 +01:00
Rutger Helling b901043604 gnu: you-get: Update to 0.4.990.
* gnu/packages/video.scm (you-get): Update to 0.4.990.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-12-03 23:49:56 +01:00
Ludovic Courtès 3fb6464ba4 ui: Tweak conflicting profile entry error message.
* guix/ui.scm (call-with-error-handling): Use 'manifest-entry-output*'
when reporting conflicting profile entries.
2017-12-03 23:18:53 +01:00
Ludovic Courtès 4bd70904c7 gnu: shepherd: Avoid "Bad file descriptor" warnings.
* gnu/packages/patches/shepherd-close-fds.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shepherd)[source]: Use it.
2017-12-03 23:18:53 +01:00
Ludovic Courtès cbb76780ef profiles: Really disable deprecation warnings for 'profile-derivation'.
This is a followup to 2815fca142.

* guix/profiles.scm (profile-derivation)[builder]: Remove
'debug-disable' call, which was ineffective.
Pass #:env-vars to 'gexp->derivation'.
2017-12-03 23:18:53 +01:00
Ludovic Courtès d9721c2096 scripts: Default to Guile 2.2 as the guile-for-build.
* guix/scripts/environment.scm (guix-environment): '%guile-for-build'
now defaults to GUILE-2.2 instead of GUILE-2.0.
* guix/scripts/package.scm (guix-package): Likewise.
* guix/scripts/pull.scm (guix-pull): Likewise.
2017-12-03 23:18:53 +01:00
Ricardo Wurmus 98a26dc889 gnu: samplv1: Update to 0.8.5.
* gnu/packages/music.scm (samplv1): Update to 0.8.5.
2017-12-03 23:10:57 +01:00
Ricardo Wurmus 54c76c2603 gnu: drumkv1: Update to 0.8.5.
* gnu/packages/music.scm (drumkv1): Update to 0.8.5.
2017-12-03 23:10:57 +01:00
Ricardo Wurmus 4a7b1add2a gnu: synthv1: Update to 0.8.5.
* gnu/packages/music.scm (synthv1): Update to 0.8.5.
2017-12-03 23:10:57 +01:00
Ludovic Courtès 2815fca142 profile: Use _IO* but disable deprecation warning.
This fixes a regression introduced in
2f60084f77, whereby the profile derivation
would fail to run on Guile 2.0 (as is the case with "guix package
--bootstrap").

Reported by Christopher Baines.

* guix/profiles.scm (profile-derivation)[builder]: Use _IO* but add
'debug-disable' call.
2017-12-03 21:50:46 +01:00
Ludovic Courtès 8638362f13 install: Add colors in 'motd' and 'issue'.
* gnu/system/install.scm (%installation-services)[motd]: Add colors.
[services]: Use the "lat9u-16" font.
(%issue): Add colors.
2017-12-03 19:12:16 +01:00
Ludovic Courtès 2f60084f77 profiles: Avoid _IO* in profile builder.
* guix/profiles.scm (profile-derivation)[builder]: Avoid the deprecated
_IO* constants.
2017-12-03 19:12:16 +01:00
Ludovic Courtès 350cb5ba84 doc: Link to work on bootstrapping.
* doc/guix.texi (Reducing the Set of Bootstrap Binaries): New section.
2017-12-03 19:12:16 +01:00
Ludovic Courtès af4a761e97 install: Add the prerequisites of 'profile-derivation' as GC roots.
* gnu/system/install.scm (%installation-services): Add
GLIBC-UTF8-LOCALES, TEXINFO, and GUILE-FINAL as GC roots.
2017-12-03 19:12:16 +01:00
Ludovic Courtès cdc938daf9 profiles: Do not import the host's srfi-{19,26}.scm files.
Previously the "manual-database" derivation would always import the
host's srfi-{19,26}.scm files in the build side.  In practice this means
that different users could get different manual-database.drv depending
on the Guile version they're using in the host.

For example, the (gnu tests install) tests would fail if the host was
running Guile 2.2.3 because the guest is running 2.2.2, and thus has
different srfi-{19,26}.scm files.  The manual-database.drv would need to
be built from source, which would fail because prerequisites were
missing.

Reported by Mathieu Othacehe <m.othacehe@gmail.com>
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=29409#96>.

* guix/profiles.scm (manual-database): Do not pass #:modules to
'gexp->derivation'.  Wrap 'build' gexp in 'with-imported-modules' form.
2017-12-03 19:12:16 +01:00
Ricardo Wurmus d112e5a8c2 gnu: Add kallisto.
* gnu/packages/bioinformatics.scm (kallisto): New variable.
2017-12-03 18:38:58 +01:00
Ricardo Wurmus 803a9d5c37 gnu: calf: Update to 0.90.0.
* gnu/packages/audio.scm (calf): Update to 0.90.0.
2017-12-03 18:31:48 +01:00
Ricardo Wurmus a4527622ee gnu: jack-2: Update to 1.9.11-RC1.
* gnu/packages/audio.scm (jack-2): Update to 1.9.11-RC1.
2017-12-03 18:31:48 +01:00
Ricardo Wurmus 952837c824 gnu: guitarix: Update to 0.36.1.
* gnu/packages/audio.scm (guitarix): Update to 0.36.1.
2017-12-03 18:31:48 +01:00
Ricardo Wurmus 75bbc3c2e2 gnu: faust-2: Remove inherited phase.
* gnu/packages/audio.scm (faust-2)[arguments]: Remove build phase
"fix-permissions".
2017-12-03 18:31:48 +01:00
Ricardo Wurmus a36047422f gnu: faust: Update to 0.9.90.
* gnu/packages/audio.scm (faust): Update to 0.9.90.
[source]: Download sources via git-fetch.
[arguments]: Add phase "fix-permissions".
2017-12-03 18:31:48 +01:00
Ricardo Wurmus 518957128f gnu: Add gst123.
* gnu/packages/gstreamer.scm (gst123): New variable.
2017-12-03 18:31:47 +01:00
Marius Bakke 0a3b5bb3e1 gnu: weechat: Update to 2.0.
* gnu/packages/irc.scm (weechat): Update to 2.0.
2017-12-03 15:39:00 +01:00
Marius Bakke d0d666f97b gnu: libwebp: Update to 0.6.1.
* gnu/packages/image.scm (libwebp): Update to 0.6.1.
2017-12-03 15:39:00 +01:00
Marius Bakke 3d0ffa6cae gnu: git: Update to 2.15.1.
* gnu/packages/version-control.scm (git): Update to 2.15.1.
2017-12-03 15:39:00 +01:00
Nicolas Goaziou 4016de5e7c gnu: wireshark: Update to 2.4.3.
* gnu/packages/networking.scm (wireshark): Update to 2.4.3.
2017-12-03 15:27:23 +01:00
Nicolas Goaziou 993490d301 gnu: giac-xcas: Update to 1.4.9-33.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-33.
2017-12-03 14:40:24 +01:00
Alex Sassmannshausen 8c80f8ef9b gnu: guile-dsv: Update to 0.2.1 & correct sha256.
* gnu/packages/guile.scm (guile-dsv): Update to 0.2.1.
2017-12-03 14:17:46 +01:00
Efraim Flashner 8c94393c6a gnu: mescc-tools: Update to 0.3.
* gnu/packages/mes.scm (mescc-tools): Update to 0.3.
[supported-systems]: Remove field.
2017-12-03 08:47:28 +02:00
Efraim Flashner 211e804758 gnu: u-boot: Update to 2017.11.
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.11.
2017-12-03 08:47:28 +02:00
Ludovic Courtès 22bf86a671 linux-boot: Remove unneeded import.
* gnu/build/linux-boot.scm: Remove unnecessary autoload of (system base
compile).
2017-12-02 23:13:21 +01:00
Ludovic Courtès 7bf74638ee build: Do not compile (gnu build shepherd).
* gnu/local.mk (GNU_SYSTEM_MODULES): Move 'build/shepherd.scm' to...
(MODULES_NOT_COMPILED): ... here.
2017-12-02 23:13:21 +01:00
Ludovic Courtès bf57e1c708 uuid: Fix typo in comment.
* gnu/system/uuid.scm: Fix typo in comment.
2017-12-02 23:13:20 +01:00
Efraim Flashner 72f6caadcb gnu: elogind: Add file-name for source.
* gnu/packages/freedesktop.scm (elogind)[source]: Add file-name field.
2017-12-02 22:41:27 +02:00
Tobias Geerinckx-Rice 5247e79e5f gnu: youtube-dl: Update to 2017.12.02.
* gnu/packages/video.scm (youtube-dl): Update to 2017.12.02.
2017-12-02 16:22:49 +01:00
Tobias Geerinckx-Rice 63f5656c78 gnu: mtr: Don't mention only ICMP ECHO.
* gnu/packages/networking.scm (mtr)[description]: Allude to the fact that
mtr can send more than mere ICMP.
2017-12-02 16:22:49 +01:00
Ludovic Courtès c85f069148 gnu: man-db: Use 'groff-minimal' at run time.
This reduces the closure of man-db from 175 MiB to 97 MiB.

* gnu/packages/man.scm (man-db)[native-inputs]: Add GROFF.
[inputs]: Replace GROFF with GROFF-MINIMAL.
[arguments]: #:configure-flags now refers to GROFF-MINIMAL.
Add #:disallowed-references.
2017-12-02 15:06:02 +01:00
Ludovic Courtès 3c97322a6e gnu: Add groff-minimal.
* gnu/packages/groff.scm (groff-minimal): New variable.
2017-12-02 15:06:02 +01:00
Ludovic Courtès 63b31b567e gnu: xfig: Don't ignore 'xmkmf' exit code.
Suggested by Mike Gerwitz <mtg@gnu.org>.

* gnu/packages/xfig.scm (xfig)[arguments]: Use 'invoke' when invoking
'xmkmf'.
2017-12-02 15:06:02 +01:00
Mathieu Othacehe 04bbd07218 system: vm: Fix typo in comment.
* gnu/system/vm.scm (qemu-image): Fix typo targetting -> targeting.
2017-12-02 13:58:05 +01:00
Manolis Ragkousis 763269f9ac gnu: keepassxc: Update to 2.2.2.
* password-utils.scm (keepassxc): Update to 2.2.2.
2017-12-02 13:51:14 +02:00
Tobias Geerinckx-Rice 31e557c1d9 gnu: nss-certs: Update to 3.34.1.
* gnu/packages/certs.scm (nss-certs): Update to 3.34.1.
2017-12-02 02:00:07 +01:00
Ludovic Courtès e2721a05e7 Do not set '%fresh-auto-compile'.
* guix/scripts/offload.scm (build-machines): Comment out
'(set! %fresh-auto-compile #t)' since with Guile 2.2.3 it could lead to
an actual rebuild of everything that gets loaded from there on.  See
<https://bugs.gnu.org/29226>.
* guix/ui.scm (load*): Likewise.
2017-12-01 18:47:34 +01:00
Ludovic Courtès 2a4050341f tests: Avoid double slash in URIs.
* tests/publish.scm ("with cache"): Remove extra slash in NAR-URL.  This
would lead to a 'uri-error' exception on Guile 2.2.3.
2017-12-01 18:47:34 +01:00
Ludovic Courtès cea25b08bf records: Use 'make-struct/no-tail'.
* guix/records.scm (make-syntactic-constructor): Use
'make-struct/no-tail' as 'make-struct' is deprecated as of 2.2.3.
2017-12-01 18:47:34 +01:00
Ludovic Courtès 2e7825bc7b gnu: guile-sly: Do not propagate Guile.
* gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Move GUILE-2.2
to...
[inputs]: ... here.
2017-12-01 18:47:34 +01:00
Tobias Geerinckx-Rice 27c4796ef9 gnu: tor: Update to 3.1.9 [security fixes].
This release contains fixes for TROVE-2017-{009,010,011,012,013}.

* gnu/packages/tor.scm (tor): Update to 3.1.9.
2017-12-01 16:45:19 +01:00
Ricardo Wurmus b9fb70ca65 gnu: glusterfs: Replace hardcoded FHS references.
* gnu/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/file-systems.scm (glusterfs)[source]: Use it.
2017-12-01 16:41:23 +01:00
Tobias Geerinckx-Rice b59a8fd49a gnu: Add mtr.
* gnu/packages/networking.scm (mtr): New public variable.
2017-12-01 16:11:57 +01:00
Tobias Geerinckx-Rice 3f691f7196 gnu: ghc-blaze-builder: Update to 0.4.0.2.
* gnu/packages/haskell.scm (ghc-blaze-builder): Update to 0.4.0.2.
2017-12-01 16:08:59 +01:00
Tobias Geerinckx-Rice 17c3a50dfd gnu: ghc-asn1-types: Update to 0.3.2.
* gnu/packages/haskell-crypto.scm (ghc-asn1-types): Update to 0.3.2.
2017-12-01 16:08:58 +01:00
Tobias Geerinckx-Rice c24bfc3d2c gnu: ghc-asn1-encoding: Update to 0.9.5.
* gnu/packages/haskell-crypto.scm (ghc-asn1-encoding): Update to 0.9.5.
2017-12-01 16:08:58 +01:00
Tobias Geerinckx-Rice 92cd94648c gnu: ghc-array: Update to 0.5.2.0.
* gnu/packages/haskell.scm (ghc-array): Update to 0.5.2.0.
2017-12-01 16:08:58 +01:00
Tobias Geerinckx-Rice 1a1cf03f24 gnu: ghc-aeson-qq: Update to 0.8.2.
* gnu/packages/haskell-web.scm (ghc-aeson-qq): Update to 0.8.2.
2017-12-01 16:08:58 +01:00
Tobias Geerinckx-Rice f4548394d4 gnu: java: Fix several synopses & descriptions.
* gnu/packages/java.scm (java-plexus-classworlds)[description]: Fix typo and
use @code.
(java-plexus-container-default-bootstrap)[synopsis]: Hyphenate for clarity,
as done in the description.
[description]: Fix typo and use @dfn.
(java-jmh)[description]: Fix typo.
(java-xerial-core)[synopsis, description]: Fix typos.
2017-12-01 16:08:57 +01:00
Ludovic Courtès c7ffbfe9f9 gnu: guile: Add version 2.2.3.
* gnu/packages/guile.scm (guile-2.2.3): New variable.
2017-12-01 16:00:15 +01:00
Ludovic Courtès 8ad4f0aa31 gnu: gnome-default-applications: Add Evince for PDF and PS.
* gnu/packages/gnome.scm (gnome-default-applications)[propagated-inputs]:
Add EVINCE.
[arguments]: Associate Evince with application/pdf and
application/postscript.
2017-12-01 16:00:14 +01:00
Ludovic Courtès 4afc903a8c services: xorg: Add 'font-misc-misc' to the default font set.
Fixes <https://bugs.gnu.org/24279>.
Reported by John Darrington <john@darrington.wattle.id.au>.

* gnu/services/xorg.scm (%default-xorg-fonts): Add FONT-MISC-MISC.
2017-12-01 16:00:14 +01:00
Ludovic Courtès e261e27676 guix system: 'init' displays a progress bar while copying.
Until now it would print the name of each store item being copied, which
was verbose and unhelpful.

* guix/scripts/system.scm (copy-closure): Use 'progress-reporter/bar'
and 'call-with-progress-reporter'.
(guix-system): Parameterize 'current-terminal-columns'.
2017-12-01 16:00:14 +01:00
Ludovic Courtès e4ecd51e23 guix system: Simplify closure copy.
* guix/scripts/system.scm (copy-item): Add 'references' argument and
remove 'references*' call.  Turn into a non-monadic procedure.
(copy-closure): Remove initial call to 'references*'.  Only pass ITEM to
'topologically-sorted*' since that's equivalent.  Compute the list of
references corresponding to TO-COPY and pass it to 'copy-item'.
2017-12-01 16:00:14 +01:00
Ludovic Courtès 1fafa2f587 weather: Use (guix progress) for progress report.
* guix/progress.scm (start-progress-reporter!, stop-progress-reporter!)
(progress-reporter-report!): New procedures.
* guix/scripts/weather.scm (call-with-progress-reporter): New procedure.
(package-outputs)[update-progress!]: Remove.
Use 'call-with-progress-reporter' instead.
(guix-weather): Parameterize 'current-terminal-columns'.
2017-12-01 16:00:14 +01:00
Ludovic Courtès 4cdb27af48 progress: Add 'progress-reporter/bar'.
* guix/progress.scm (progress-reporter/bar): New procedure.
2017-12-01 16:00:14 +01:00
Ludovic Courtès 5ed534ccc3 progress: 'progress-bar' accounts for brackets.
* guix/progress.scm (progress-bar): Subtract 2 to BAR-WIDTH to account
for brackets.
2017-12-01 16:00:14 +01:00
Ludovic Courtès 1252dd325b progress: Factorize erase-in-line.
* guix/progress.scm (erase-in-line): New procedure.
(progress-reporter/file): Use it.
2017-12-01 16:00:14 +01:00
Tobias Geerinckx-Rice e695d79dc6 gnu: ghc-edisoncore: Fix typo in synopsis.
* gnu/packages/haskell.scm (ghc-edisoncore)[synopsis]: Fix typo.
2017-12-01 15:03:13 +01:00
Tobias Geerinckx-Rice fb5569b0c8 gnu: man-pages: Update to 4.14.
* gnu/packages/man.scm (man-pages): Update to 4.14.
2017-12-01 15:03:12 +01:00
Mathieu Othacehe 00e39b2ea4 system: vm: Do not add EFI partition on ARM system.
* gnu/system/vm.scm (qemu-img): Do not add EFI partition if we are targetting
  ARM.

UEFI support on u-boot is still experimental, so do not add EFI partition on
ARM for now.
2017-12-01 13:55:49 +01:00
Mathieu Othacehe e45b573c2d utils: Add target-arm32? procedure.
* guix/utils.scm (target-arm32?): New exported procedure.
2017-12-01 13:55:45 +01:00
Dave Love f1de0e37d5 gnu: openfoam: Clean up to reduce closure.
This saves ~1GB.

* gnu/packages/simulation.scm (openfoam)[outputs]: Add debug.
[arguments]: Clean up .o and src after build.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-01 11:28:48 +01:00
ng0 6101cad4d1 gnu: Add geomyidae.
* gnu/packages/web.scm (geomyidae): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-01 11:28:48 +01:00
Mike Gerwitz 491cbd3553 gnu: Add emacs-evil-matchit.
* gnu/packages/emacs.scm (emacs-evil-matchit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-12-01 11:28:48 +01:00
Ludovic Courtès c03ba83c17 gnu: git: Run tests sequentially.
Fixes <https://bugs.gnu.org/29512>.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/version-control.scm (git)[arguments]: Add
 #:parallel-tests?.
2017-12-01 11:28:48 +01:00
Ludovic Courtès f8446df663 gnu: elogind: Remove "uaccess" tag usage in "seat-late" rules.
* gnu/packages/freedesktop.scm (elogind)[arguments]: Add
'remove-uaccess-tag' phase.
2017-12-01 11:28:48 +01:00
Mark H Weaver 1776d5cd18 gnu: linux-libre: Update to 4.14.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.3.
(%linux-libre-hash): Update hash.
2017-12-01 01:37:08 -05:00
Mark H Weaver 6850c9ced5 gnu: linux-libre@4.9: Update to 4.9.66.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.66.
2017-12-01 01:36:21 -05:00
Mark H Weaver 8b8600022c gnu: linux-libre@4.4: Update to 4.4.103.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.103.
2017-12-01 01:35:44 -05:00
Kei Kebreau 9ce07f2dba doc: Update the example VCS snapshot package definition.
In commit ee17a9e06e, the helpers git-version
and git-file-name removed the need to build version and file name strings
manually for packages that use VCS snapshots.

doc/guix.texi (Version Numbers): Use git-version and git-file-name.
2017-11-30 12:19:29 -05:00
Rutger Helling 34a28c13f5 gnu: qemu: Enable seccomp support.
* gnu/packages/virtualization.scm (qemu)[inputs]: Add libseccomp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-30 18:14:57 +01:00
ng0 e33904336f gnu: fish-guix: Update to 0.1.2.1.
* gnu/packages/shells.scm (fish-guix): Update to 0.1.2.1.
(license): Switch to bsd-3.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-30 18:14:57 +01:00
Ludovic Courtès f00515b483 vm: Filter out file systems that refer to UUIDs or labels.
* gnu/system/vm.scm (virtualized-operating-system)[user-file-systems]:
Filter out things that refer to file system UUIDs or labels.
2017-11-30 18:14:57 +01:00
Vasile Dumitrascu 1d0865c19a gnu: monero-core: Fix missing dependency.
* gnu/packages/finance.scm (monero-core)[inputs]: Add readline.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-30 18:14:57 +01:00
Mike Gerwitz 1d752e4345 gnu: Add xautolock.
* gnu/packages/xdisorg.scm (xautolock): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-30 18:14:56 +01:00
Ludovic Courtès e42f026eb5 ui: Present 'use-modules' hints with a question mark.
Suggested by myglc2 <myglc2@gmail.com>.

* guix/ui.scm (report-load-error): Write "Did you forget" rather than
"Try adding."
2017-11-30 18:14:56 +01:00
Ricardo Wurmus 117d8cc40e gnu: jellyfish: Update to 2.2.7.
* gnu/packages/bioinformatics.scm (jellyfish): Update to 2.2.7.
[native-inputs]: Add pkg-config.
[inputs]: Add htslib.
2017-11-30 17:38:36 +01:00
Ricardo Wurmus f1b90a2b58 gnu: r-bigmemory: Update to 4.5.31.
* gnu/packages/statistics.scm (r-bigmemory): Update to 4.5.31.
[propagated-inputs]: Remove r-r-utils.
2017-11-30 17:28:27 +01:00
Ricardo Wurmus b50a4b1391 gnu: r-cowplot: Update to 0.9.1.
* gnu/packages/statistics.scm (r-cowplot): Update to 0.9.1.
[propagated-inputs]: Add r-scales.
2017-11-30 17:28:27 +01:00
Ricardo Wurmus a3ae2fa537 gnu: r-rcppprogress: Update to 0.4.
* gnu/packages/statistics.scm (r-rcppprogress): Update to 0.4.
[propagated-inputs]: Add r-devtools.
2017-11-30 17:28:26 +01:00
Ricardo Wurmus 0382d37734 gnu: r-rmarkdown: Update to 1.8.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.8.
[propagated-inputs]: Remove r-catools; add r-mime and r-stringr.
2017-11-30 17:28:26 +01:00
Ricardo Wurmus e35cac9581 gnu: r-batchjobs: Update to 1.7.
* gnu/packages/statistics.scm (r-batchjobs): Update to 1.7.
[propagated-inputs]: Add r-backports, r-data-table, and r-stringi; remove
r-fail and r-stringr.
2017-11-30 17:28:25 +01:00
Ricardo Wurmus 05fd8e6b46 gnu: r-pracma: Update to 2.1.1.
* gnu/packages/maths.scm (r-pracma): Update to 2.1.1.
2017-11-30 17:28:24 +01:00
Ricardo Wurmus 9b8d02011f gnu: r-annotationhub: Update to 2.10.1.
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.10.1.
2017-11-30 17:28:24 +01:00
Ricardo Wurmus 87e91a9fff gnu: r-msnid: Update to 1.12.1.
* gnu/packages/bioinformatics.scm (r-msnid): Update to 1.12.1.
2017-11-30 17:28:23 +01:00
Ricardo Wurmus 439492654b gnu: r-maldiquant: Update to 1.17.
* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.17.
2017-11-30 17:28:23 +01:00
Ricardo Wurmus 06e8e0fc6c gnu: r-genomicalignments: Update to 1.14.1.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.14.1.
2017-11-30 17:28:22 +01:00
Ricardo Wurmus 1ce5d32b49 gnu: r-limma: Update to 3.34.2.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.34.2.
2017-11-30 17:28:22 +01:00
Ricardo Wurmus 8131cf4162 gnu: r-variantannotation: Update to 1.24.2.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.24.2.
2017-11-30 17:28:21 +01:00
Ricardo Wurmus d2081a17ed gnu: r-getopt: Update to 1.20.1.
* gnu/packages/bioinformatics.scm (r-getopt): Update to 1.20.1.
2017-11-30 17:28:20 +01:00
Ricardo Wurmus 4220ab0c81 gnu: r-gseabase: Update to 1.40.1.
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.40.1.
2017-11-30 17:28:20 +01:00
Ricardo Wurmus d259932ca8 gnu: r-dexseq: Update to 1.24.1.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.1.
2017-11-30 17:28:19 +01:00
Ricardo Wurmus 058644c0f2 gnu: r-deseq2: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.18.1.
2017-11-30 17:28:18 +01:00
Ricardo Wurmus 654c29aceb gnu: r-annotate: Update to 1.56.1.
* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.56.1.
2017-11-30 17:28:18 +01:00
Ricardo Wurmus 814fd32670 gnu: r-circlize: Update to 0.4.2.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.2.
2017-11-30 17:28:17 +01:00
Ricardo Wurmus d76f987c42 gnu: r-rcpp: Update to 0.12.14.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.14.
2017-11-30 17:28:17 +01:00
Ricardo Wurmus 26007cd5ee gnu: r-timedate: Update to 3042.101.
* gnu/packages/cran.scm (r-timedate): Update to 3042.101.
2017-11-30 17:28:16 +01:00
Ricardo Wurmus 87313f64d9 gnu: r-stringi: Update to 1.1.6.
* gnu/packages/statistics.scm (r-stringi): Update to 1.1.6.
2017-11-30 17:28:16 +01:00
Ricardo Wurmus 3e11bddcc7 gnu: r-devtools: Update to 1.13.4.
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.4.
2017-11-30 17:28:15 +01:00
Ricardo Wurmus 20b0f8a5ec gnu: r-mclust: Update to 5.4.
* gnu/packages/statistics.scm (r-mclust): Update to 5.4.
2017-11-30 17:28:15 +01:00
Ricardo Wurmus 6d4aed8d98 gnu: r-rcppeigen: Update to 0.3.3.3.1.
* gnu/packages/statistics.scm (r-rcppeigen): Update to 0.3.3.3.1.
2017-11-30 17:28:14 +01:00
Ricardo Wurmus a0a3184925 gnu: r-car: Update to 2.1-6.
* gnu/packages/statistics.scm (r-car): Update to 2.1-6.
2017-11-30 17:28:14 +01:00
Ricardo Wurmus c8fb593502 gnu: r-sn: Update to 1.5-1.
* gnu/packages/statistics.scm (r-sn): Update to 1.5-1.
2017-11-30 17:28:13 +01:00
Ricardo Wurmus b796f9e6be gnu: r-openssl: Update to 0.9.9.
* gnu/packages/statistics.scm (r-openssl): Update to 0.9.9.
2017-11-30 17:28:13 +01:00
Ricardo Wurmus 09c0107f75 gnu: r-hms: Update to 0.4.0.
* gnu/packages/statistics.scm (r-hms): Update to 0.4.0.
[propagated-inputs]: Add r-rlang and r-pkgconfig.
2017-11-30 17:28:12 +01:00
Ricardo Wurmus 6c84c735a5 gnu: r-dendextend: Update to 1.6.0.
* gnu/packages/cran.scm (r-dendextend): Update to 1.6.0.
2017-11-30 17:28:12 +01:00
Ricardo Wurmus 18a11c6d62 gnu: r-recipes: Update to 0.1.1.
* gnu/packages/cran.scm (r-recipes): Update to 0.1.1.
[propagated-inputs]: Add r-broom and r-matrix.
2017-11-30 17:28:11 +01:00
Ricardo Wurmus 6c8c8c6b75 gnu: Add r-broom.
* gnu/packages/cran.scm (r-broom): New variable.
2017-11-30 17:28:10 +01:00
Ricardo Wurmus cdc129dc53 gnu: Add r-psych.
* gnu/packages/cran.scm (r-psych): New variable.
2017-11-30 17:28:10 +01:00
Arun Isaac 6e385b76e6 gnu: mongodb: Use scons-build-system.
* gnu/packages/databases.scm (mongodb): Switch to scons-build-system.
2017-11-30 18:21:23 +05:30
Arun Isaac bc27eb3b56 gnu: klick: Use scons-build-system.
* gnu/packages/music.scm (klick): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac 3f3f8f494e gnu: pingus: Use scons-build-system.
* gnu/packages/games.scm (pingus): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac 92b51d127f gnu: godot: Use scons-build-system.
* gnu/packages/game-development.scm (godot): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac 9364a520ce gnu: metabat: Use scons-build-system.
* gnu/packages/bioinformatics.scm (metabat): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac 82cc8253de gnu: serf: Use scons-build-system.
* gnu/packages/web.scm (serf): Switch to scons-build-system.
2017-11-30 18:19:32 +05:30
Arun Isaac 2235abb2a2 gnu: gpick: Use scons-build-system.
* gnu/packages/image.scm (gpick): Switch to scons-build-system.
2017-11-30 18:19:31 +05:30
Arun Isaac 2b1a5ed854 gnu: linuxdcpp: Use scons-build-system.
* gnu/packages/direct-connect.scm (linuxdcpp): Switch to scons-build-system.
2017-11-30 18:19:31 +05:30
Arun Isaac 3d0aa7f70b build-system: Add scons-build-system.
* guix/build-system/scons.scm: New file.
* guix/build/scons-build-system.scm: New file.
* Makefile.am (MODULES): Register them.
* doc/guix.texi (Build Systems): Add scons-build-system.
2017-11-30 18:19:31 +05:30
Arun Isaac bf630276a1 gnu: scons: Update to 3.0.1.
* gnu/packages/python.scm (scons): Update to 3.0.1.
(scons-python2): New variable.
2017-11-30 18:18:47 +05:30
Mathieu Othacehe c5b2905d92 gnu: dtc: Fix build on 32 bits platforms.
* gnu/packages/bootloaders.scm (dtc)[patches]: Add dtc-32-bits-check.patch and
  dtc-format-modifier.patch to fix build and tests on 32 bits platforms.
* gnu/packages/patches/dtc-32-bits-check.patch : New file.
* gnu/packages/patches/dtc-format-modifier.patch : New file.
* gnu/local.mk (dist_patch_DATA): Add two above patches.
2017-11-30 13:32:28 +01:00
Roel Janssen 8937abefb2 gnu: Update r-matrix to 1.2-12.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-12.
2017-11-30 12:52:25 +01:00
Roel Janssen c71558ffed gnu: Update r-cluster to 2.0.6.
* gnu/packages/statistics.scm (r-cluster): Update to 2.0.6.
2017-11-30 12:51:54 +01:00
Roel Janssen cbe1314a7e gnu: Update r-minimal to 3.4.3.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.3.
2017-11-30 12:50:23 +01:00
Ludovic Courtès 8833a647bb gnu: guix: Move 'bootstrap' phase after 'unpack'.
Suggested by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00389.html>.

* gnu/packages/package-management.scm (guix)[arguments]: Move
'bootstrap' phase back after 'unpack'.
2017-11-30 11:14:34 +01:00
Ludovic Courtès d65d7759f0 doc: Give the absolute file name of 'hydra.gnu.org.pub' in snippets.
* doc/guix.texi (Substitute Server Authorization): Give the absolute
file name of 'hydra.gnu.org.pub' in the snippet.
2017-11-30 10:34:04 +01:00
Efraim Flashner 46ff2dbb4a gnu: grub-efi: Disable tests on all platforms.
This is a follow-up to 56f0feb678
and 63087721bb, which accidentally
enabled tests for grub-efi on other platforms.

* gnu/packages/bootloaders.scm (grub-efi)[arguments]: Override inherited
tests field and disable on all platforms.
2017-11-30 10:17:09 +02:00
Tobias Geerinckx-Rice 3e9013562c gnu: exim: Update to 4.89.1.
* gnu/packages/mail.scm (exim): Update to 4.89.1.
[source]: Remove patches for fixed CVEs (all of them).
* gnu/packages/patches/exim-CVE-2017-16943.patch: Delete file...
* gnu/packages/patches/exim-CVE-2017-16944.patch: ...as well as this file...
* gnu/packages/patches/exim-CVE-2017-1000369.patch: ...and this file.
* gnu/local.mk (dist_patch_DATA): Remove all of them.
2017-11-30 02:29:09 +01:00
Ludovic Courtès 53d26163c6 gnu: libgit2: Avoid dependency on cURL.
This reduces the closure size from 225 MiB to 80 MiB, while still
supporting HTTP(S) access.

* gnu/packages/version-control.scm (libgit2)[source](modules, snippet):
New fields.
[inputs]: Remove CURL; add HTTP-PARSER.
2017-11-29 23:40:39 +01:00
Ludovic Courtès 6ee797f326 gexp: Default to 'guile-2.2' for 'program-file'.
Previously things returned by 'program-file', such as %MODPROBE-WRAPPER
in (gnu services), would refer to 'guile-final'.  This would introduce
'guile-final' in the system closure, which is otherwise absent.  By
referring to 'guile-2.2' we remove that extra Guile.

* guix/gexp.scm (default-guile): Refer to GUILE-2.2 instead of
GUILE-FINAL.
2017-11-29 23:40:39 +01:00
Tobias Geerinckx-Rice 32008a75dc gnu: spectrwm: Fix description.
* gnu/packages/wm.scm (spectrwm)[description]: Fix typo and use @dfn.
2017-11-29 22:03:24 +01:00
Tobias Geerinckx-Rice ead48d0523 gnu: ghc-happy: Update to 1.19.8.
* gnu/packages/haskell.scm (ghc-happy): Update to 1.19.8.
[arguments]: Delete; run all tests.
2017-11-29 22:02:42 +01:00
Leo Famulari e6e8352382 gnu: curl: Update to 7.57.0 [fixes CVE-2017-{8816,8817,8818}].
* gnu/packages/curl.scm (curl): Update replacement to 7.57.0.
(curl-7.56.1): Replace with ...
(curl-7.57.0): ... new variable.
2017-11-29 14:38:51 -05:00
Leo Famulari 2c646b7d52 gnu: libtorrent-rasterbar: Update to 1.1.5.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.5.
2017-11-29 14:38:47 -05:00
Efraim Flashner 63087721bb gnu: grub :Disable tests on aarch64.
* gnu/packages/bootloaders.scm (grub)[arguments]: Add aarch64 to the
architectures where the test suite is not run.
2017-11-29 20:34:29 +02:00
Ludovic Courtès a912c723f7 gexp: 'compiled-modules' disables deprecation warnings by default.
This avoids repeated deprecation messages, particularly while running
'guix system build' or similar.

* guix/gexp.scm (gexp->derivation): Add #:deprecation-warnings.  Pass it
to 'compiled-modules'.
(compiled-modules): Add #:deprecation-warnings and honor it.
* doc/guix.texi (G-Expressions): Update 'gexp->derivation'
documentation.
* guix/packages.scm (patch-and-repack): Pass #:deprecation-warnings #t.
2017-11-29 16:44:54 +01:00
Ludovic Courtès 15c2ddc124 vm: ISO9660 images include /etc and other standard files.
* gnu/build/vm.scm (make-iso9660-image): Call
'populate-root-file-system' instead of a series of 'mkdir-p' calls.  Add
/etc to the arguments of xorriso.
2017-11-29 16:44:53 +01:00
Ludovic Courtès 748d4a84d1 linux-boot: Ensure /etc exists on the root file system.
Fixes a regression introduced in
c828969036 whereby /etc would no longer be
created as a result of calling 'mark-as-not-killable'.

This would affect ISO images because 'make-iso9660-image' does not
create /etc by default.  In particular, the ISO installation image as
created by the "iso-image-installer" test would fail to boot while
creating the /root/etc/mtab symlink:
<https://hydra.gnu.org/build/2352514/nixlog/9/raw>.

* gnu/build/linux-boot.scm (mount-root-file-system): Make sure /root/etc
exists.
2017-11-29 16:44:53 +01:00
Tobias Geerinckx-Rice a6d06e8612 gnu: openconnect: Use only vpnc-scripts.
* gnu/packages/vpn.scm (openconnect)[inputs, arguments]: Substitute
‘vpnc-scripts’ for ‘vpnc’
2017-11-29 16:08:36 +01:00
Tobias Geerinckx-Rice 101e67ac20 gnu: vpnc: Use newer vpnc-scripts.
* gnu/packages/vpn.scm (vpnc)[source]: Remove patch.
[inputs]: Remove net-tools and iproute2.  Add vpnc-scripts.
[arguments]: Delete ‘configure’ and ‘wrap-vpnc-script’ #:phases.
Add ‘use-store-paths’ phase.
* gnu/packages/patches/vpnc-script.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-29 16:08:36 +01:00
Tobias Geerinckx-Rice 06d91fd944 gnu: Add vpnc-scripts.
* gnu/packages/vpn.scm (vpnc-scripts): New variable.
2017-11-29 16:08:36 +01:00
Mathieu Othacehe 56f0feb678 gnu: grub: Disable tests on ARM platforms.
* gnu/packages/bootloaders (grub): Disable tests on ARM platforms.
Half of the tests are failing on ARM.
2017-11-29 15:00:55 +01:00
Roel Janssen 1fd904fb38 gnu: Update r-mutationalpatterns to 1.4.1.
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.1.
2017-11-29 14:56:28 +01:00
Tobias Geerinckx-Rice 60c8a14b8a gnu: ghc-tasty-rerun: Update to 1.1.7.
* gnu/packages/haskell-check.scm (ghc-tasty-rerun): Update to 1.1.7.
2017-11-29 13:42:06 +01:00
Tobias Geerinckx-Rice d5feb0920e gnu: limnoria: Update to 2017.10.01.
* gnu/packages/irc.scm (limnoria): Update to 2017.10.01.
2017-11-29 13:38:31 +01:00
Marius Bakke b3e53aae08 gnu: libxfont@1: Update to 1.5.4 [fixes CVE-2017-16611].
* gnu/packages/xorg.scm (libxfont): Update to 1.5.4.
2017-11-29 12:53:08 +01:00
Marius Bakke 1ec0b7407f gnu: libxfont@2: Update replacement to 2.0.3 [fixes CVE-2017-16611].
* gnu/packages/xorg.scm (libxfont2/fixed): Rename to ...
(libxfont2-2.0.3): ... this.  Make public.
[version]: New field.
[source]: Add URI and SHA256.  Remove patches.
(libxfont2)[replacement]: Change LIBXFONT2/FIXED to LIBXFONT2-2.0.3.
* gnu/packages/patches/libxfont-CVE-2017-13720.patch,
gnu/packages/patches/libxfont-CVE-2017-13722.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-11-29 12:53:08 +01:00
Marius Bakke 4fc61dac3c gnu: libxcursor: Replace with 1.1.15 [fixes CVE-2017-16612].
* gnu/packages/xorg.scm (libxcursor-1.1.15): New public variable.
(libxcursor)[replacement]: New field.
2017-11-29 12:53:08 +01:00
Marius Bakke 0e7fb0cd9b gnu: optipng: Fix CVE-2017-1000229.
* gnu/packages/image.scm (optipng)[source](patches): New field.
* gnu/packages/patches/optipng-CVE-2017-1000229.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-11-29 12:53:08 +01:00
Roel Janssen efa6a1ddb5 gnu: Add r-copynumber.
* gnu/packages/bioinformatics.scm (r-copynumber): New variable.
2017-11-29 12:46:17 +01:00
Roel Janssen 94989d4bae gnu: cran: Add r-rmpi.
* gnu/packages/cran.scm (r-rmpi): New variable.
2017-11-29 12:15:33 +01:00
Leo Famulari 3519f2841d gnu: libtorrent-rasterbar: Update to 1.1.4.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.4.
[source]: Remove 'libtorrent-rasterbar-boost-compat.patch'.
* gnu/packages/patches/libtorrent-rasterbar-boost-compat.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-29 01:12:18 -05:00
Ben Sturmfels d2bdee8a69 gnu: synergy: Fix install test/install error.
* gnu/packages/synergy.scm (synergy)[arguments]: Adjust the build directory in
accordance with the package's new upstream name.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 18:26:20 -05:00
Leo Famulari 48adc61c14 gnu: exim: Fix CVE-2017-16944.
* gnu/packages/patches/exim-CVE-2017-16944.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
2017-11-28 18:22:49 -05:00
Leo Famulari 38faa2b546 gnu: qemu: Fix CVE-2017-{15118,15119}.
* gnu/packages/patches/qemu-CVE-2017-15118.patch,
gnu/packages/patches/qemu-CVE-2017-15119.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
2017-11-28 18:16:22 -05:00
Ludovic Courtès 3af03e5967 services: certbot: Add default value and description.
* gnu/services/certbot.scm (certbot-service-type)
[default-value, description]: New fields.
* po/packages/POTFILES.in: Add it.
2017-11-28 23:34:25 +01:00
Ludovic Courtès a222b734b3 services: cgit, git-daemon: Add description and default value.
* gnu/services/version-control.scm (git-daemon-service-type)
[description, default-value]: New fields.
(cgit-service-type)[default-value]: New field.
* po/packages/POTFILES.in: Add version-control.scm.
2017-11-28 23:34:25 +01:00
Ludovic Courtès 87dad874c9 tests: Add 'git-http' test.
* gnu/tests/version-control.scm (%git-nginx-configuration)
(%git-http-os, %test-git-http): New variables.
(run-git-http-test): New procedure.
2017-11-28 23:34:25 +01:00
Ludovic Courtès e755692bc1 tests: cgit: Add a file to the test repository.
* gnu/tests/version-control.scm (README-contents): New variable.
(%make-git-repository): Add a 'README' file to the repo.
(%test-repository-service): New variable.
(%cgit-os): Use it.
(run-cgit-test): Test /test/tree/README and /test/tree/does-not-exist.
2017-11-28 23:34:25 +01:00
Andy Wingo 410349347a services: Add Git HTTP(S) service support.
* doc/guix.texi (Version Control Services): Add documentation on the HTTP
backend for git.
* gnu/services/version-control.scm (<git-http-configuration>): New data type.
(git-http-nginx-location-configuration): New helper function.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 23:34:25 +01:00
Andy Wingo 05f1cb3cda doc: Create "Version Control Services" section.
* doc/guix.texi (Version Control Services): Move to its own node.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 23:34:24 +01:00
Andy Wingo 1115f14017 services: Add certbot service.
* gnu/services/certbot.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* doc/guix.texi (Certificate Services): New section.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 23:34:24 +01:00
Ludovic Courtès f612992999 build: Add missing patch.
This is a followup to 797d238789.

* gnu/local.mk (dist_patch_DATA): Add
'node-test-http2-server-rst-stream.patch'.
2017-11-28 23:34:24 +01:00
ng0 20d2c6e749 gnu: Add nototools.
* gnu/packages/fontutils.scm (nototools): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:55:13 -05:00
ng0 3715aff59b gnu: Add python2-defcon.
* gnu/packages/fontutils.scm (python2-defcon): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:52:58 -05:00
ng0 76040f71f1 gnu: Add python2-booleanoperations.
* gnu/packages/python.scm (python2-booleanoperations): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:51:45 -05:00
ng0 a39211febd gnu: Add python-pyclipper.
* gnu/packages/python.scm (python-pyclipper, python2-pyclipper): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:49:08 -05:00
ng0 9b3c7520eb gnu: Add python-setuptools-scm-git-archive.
* gnu/packages/python.scm (python-setuptools-scm-git-archive,
python2-setuptools-scm-git-archive): New variables.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:49:07 -05:00
ng0 427a51fd8f gnu: Add python2-ufolib.
* gnu/packages/fontutils.scm (python2-ufolib): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:40:43 -05:00
ng0 0ee27df06b gnu: add font-fira-sans.
* gnu/packages/fonts.scm (font-fira-sans): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:26:20 -05:00
ng0 4eb4742060 gnu: Add font-lato.
* gnu/packages/fonts.scm (font-lato): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:22:28 -05:00
ng0 27a1077580 gnu: Add font-dosis.
* gnu/packages/fonts.scm (font-dosis): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 14:18:25 -05:00
Leo Famulari 4440e40c6a gnu: zsh: Update to 5.4.2.
* gnu/packages/shells.scm (zsh): Update to 5.4.2.
[arguments]: Add a 'patch-test' build phase.
2017-11-28 13:52:36 -05:00
Rutger Helling fbf5ca3c5e gnu: libressl: Update to 2.6.3.
* gnu/packages/tls.scm (libressl): Update to 2.6.3.
2017-11-28 13:50:04 -05:00
Rutger Helling 142535c3c2 gnu: you-get: Update to 0.4.985.
* gnu/packages/video.scm (you-get): Update to 0.4.985.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-28 13:50:03 -05:00
Oleg Pykhalov 2cdf78df2d gnu: python-internetarchive: Enable tests.
* gnu/packages/web.scm (python-internetarchive): Enable tests.
2017-11-28 20:23:46 +03:00
Oleg Pykhalov 25fa22a99b gnu: python-internetarchive: Update to 1.7.4.
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.4.
2017-11-28 20:23:46 +03:00
Ludovic Courtès e463a94ce7 gnu: guix: Update snapshot to 0a154c1.
* gnu/packages/package-management.scm (guix): Update to commit 0a154c1.
2017-11-28 18:17:45 +01:00
Oleg Pykhalov a6d02fc168 gnu: Add eless.
* gnu/packages/emacs.scm (eless): New variable.
2017-11-28 20:13:48 +03:00
Kei Kebreau 07f3b3794c gnu: Add roguebox-adventures.
* gnu/packages/games.scm (roguebox-adventures): New variable.
2017-11-28 09:54:13 -05:00
Ludovic Courtès 0a154c15a8 lint: Adjust file-name length test for out-of-tree file names.
* guix/scripts/lint.scm (check-patch-file-names): Adjust
file-name-length calculation.
2017-11-28 15:52:01 +01:00
Ludovic Courtès eef01cfe8e lint: 'patch-file-names' checks for file name length.
Reported at <https://bugs.gnu.org/27943>
by Danny Milosavljevic <dannym@scratchpost.org>.

* guix/scripts/lint.scm (%distro-directory): New variable.
(check-patch-file-names): Add check for the file name length.
* tests/lint.scm ("patches: file name too long"): New test.
2017-11-28 15:05:55 +01:00
Ludovic Courtès 1da3d2a3a1 gnu: perl-markdown-discount: Use a shorter patch file name.
* gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch:
Rename to...
* gnu/packages/patches/perl-text-markdown-discount-unbundle.patch:
... this.
* gnu/packages/markup.scm (perl-text-markdown-discount): Adjust accordingly.
2017-11-28 14:57:16 +01:00
Ludovic Courtès c397dfca03 build: Explicitly flush the "LOAD" and "GUILEC" lines.
* build-aux/compile-all.scm <top level>: Add calls to 'force-output'
in the #:report-load and #:report-compilation procedures.  Fixes a
regression introduced in 2890ad332f
whereby compilation output would be buffered, leading to a weird
visual effect.
2017-11-28 13:40:04 +01:00
Ludovic Courtès dd1640eed6 gnu: guix: Add guile-bytestructures to the search path.
* gnu/packages/package-management.scm (guix)[arguments]: In
'wrap-program' phase, add guile-bytestructures to the path.
2017-11-28 13:29:47 +01:00
Ludovic Courtès 91c619ebdf gnu: guix: Provide the correct version string.
Fixes <https://bugs.gnu.org/29429>.
Reported by Arun Isaac <arunisaac@systemreboot.net>.

* gnu/packages/package-management.scm (guix)[arguments]: Move
'bootstrap' phase before 'configure'.  Create '.tarball-version' file.
2017-11-28 13:25:04 +01:00
Ludovic Courtès 65c0f43649 services: xorg: Remove WindowMaker as a default fallback.
* gnu/services/xorg.scm (xinitrc)[builder](system-profile)
(user-profile): New variables.
(xsession-command, find-session): New procedures.
When FALLBACK-SESSION is #f, find a valid session at run time.
* doc/guix.texi (X Window): Adjust accordingly, and insist that one
or more window managers must be installed.
2017-11-28 11:24:46 +01:00
Ludovic Courtès b37f86d7a3 services: xorg: Document 'slim-configuration' and deprecate 'slim-service'.
* gnu/services/xorg.scm (<slim-configuration>): Provide default values
for all fields.
(slim-service-type)[default-value]: New field.
* doc/guix.texi (X Window): Remove 'slim-service' documentation.
Document 'slim-service-type' and 'slim-configuration'.
* gnu/services/desktop.scm (%desktop-services): Use 'slim-service-type'.
2017-11-28 11:24:45 +01:00
Ludovic Courtès 94b9abd942 services: slim: Remove unused 'bash' configuration field.
* gnu/services/xorg.scm (<slim-configuration>)[bash]: Remove.
(slim-service): Adjust accordingly.
2017-11-28 11:14:25 +01:00
Ludovic Courtès d344f5a528 services: xorg: Allow users to specify a list of modules.
* gnu/services/xorg.scm (%default-xorg-fonts): New variable.
(xorg-configuration-file): Add #:modules and #:fonts.  Rewrite to return
a 'computed-file' that honors MODULES and FONTS.
(xorg-wrapper): Pass #:modules to 'xorg-configuration-file'.
(xorg-start-command): Add #:fonts.  Pass #:fonts and #:modules to
'xorg-configuration-file'.
* doc/guix.texi (X Window): Adjust documentation of 'xorg-start-command'
and 'xorg-configuration-file'.
2017-11-28 10:46:03 +01:00
Brendan Tildesley 04c3573726 gnu: xdg-utils: Add perl-file-mimeinfo as an input.
* gnu/packages/freedesktop.scm (perl-file-mimeinfo)
[input]: Add perl-file-mimeinfo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 10:41:22 +01:00
Brendan Tildesley d0ce96bc17 gnu: Add perl-file-mimeinfo.
* gnu/packages/freedesktop.scm (perl-file-mimeinfo): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 10:40:45 +01:00
Brendan Tildesley 825cebdb33 gnu: Add perl-file-desktopentry.
* gnu/packages/freedesktop.scm (perl-file-desktopentry): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 10:35:29 +01:00
Brendan Tildesley b32596ecfc gnu: Add perl-file-basedir.
* gnu/packages/freedesktop.scm: (perl-file-basedir): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 10:33:59 +01:00
Ludovic Courtès 0d2ecf8b50 ui: Avoid "pkg:out" syntax when reporting collisions.
* guix/ui.scm (call-with-error-handling)[manifest-entry-output*]: New
procedure.  Use it when reporting collisions.
2017-11-28 10:18:40 +01:00
Mike Gerwitz 797d238789 gnu: node: Update to 8.9.1.
* gnu/packages/node.scm (node): Update to 8.9.1.
[source]: Apply 'node-test-http2-server-rst-stream.patch'.
[arguments]: Skip 'doc-only' target in 'check', which attempts to use
npm to retrieve 'js-yaml' package.  Remove test/doctool/test-make-doc.js.
Do not remove now-missing test case.  Remove new test case that fails in
containers due to networking.
* gnu/packages/patches/node-test-http2-server-rst-stream.patch: New file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-28 10:04:26 +01:00
Efraim Flashner ff6dcc1ae9 gnu: libmicrohttpd: Update to 0.9.57.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.57.
[description]: Fix line breaks.
2017-11-28 09:38:27 +02:00
Efraim Flashner 62028e9125 gnu: nano: Update to 2.9.1.
* gnu/packages/nano.scm (nano): Update to 2.9.1.
2017-11-28 09:38:24 +02:00
Clément Lassieur 769e715508 gnu: emacs-org-contrib: Fix sha256 checksum due to emacs-org update.
* gnu/packages/emacs.scm (emacs-org-contrib)[source]: Fix sha256 checksum.
2017-11-28 03:49:47 +01:00
Clément Lassieur 19ff1f2687 services: configuration: Show default values of list types.
* doc/guix.texi (Messaging Services): Regenerate it.
* gnu/services/configuration.scm (show-default?): Check VAL rather than DEFAULT.
* gnu/services/messaging.scm (show-default?): Check VAL rather than DEFAULT.
(prosody-configuration)[modules-enabled]: Remove default value from docstring.
2017-11-28 03:49:47 +01:00
Clément Lassieur 149b2c439e gnu: lua-lpeg: Avoid code repetition.
* gnu/packages/lua.scm (make-lua-lpeg): New procedure.
(lua-lpeg, lua5.2-lpeg): Call make-lua-lpeg.
2017-11-28 03:49:47 +01:00
ng0 1aace3dc34 gnu: gnurl: Update to 7.56.1-2.
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1-2.
[arguments]: Adjust the #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27 15:49:17 -05:00
Efraim Flashner aad2dbfb6c gnu: Add vim-fugitive.
* gnu/packages/vim.scm (vim-fugitive): New variable.
2017-11-27 22:26:17 +02:00
Efraim Flashner b200ecdeb2 gnu: Add gama.
* gnu/packages/gps.scm (gama): New variable.
2017-11-27 22:18:27 +02:00
Christopher Baines 03800de180 gnu: Patch udisks to directly reference cryptsetup and parted.
This fixes some functionality in gnome-disks, which uses udisks. Adding
cryptsetup enables creating partitions using LUKS, and adding parted enables
editing the partition tables through the disks application.

* gnu/packages/freedesktop.scm (udisks)[inputs]: Add cryptsetup and parted.
  (arguments): Rename set-mount-file-name phase, and add cryptsetup and
  parted.
2017-11-27 19:41:17 +00:00
Christopher Baines 5823396404 services: desktop: Create /var/run/udisks2 for the udisks service.
* gnu/services/desktop.scm (%udisks-activation): New variable.
  (udisks-service-type)[extensions]: Extend the activation service type with
  %udisks-activation.
2017-11-27 19:41:13 +00:00
Leo Famulari 080e023d45 gnu: openntpd: Enable use of TLS-based time constraints.
* gnu/packages/ntp.scm (openntpd)[inputs]: Add libressl.
2017-11-27 13:29:18 -05:00
Vasile Dumitrascu 12a130b011 gnu: monero-core: Update to 0.11.1.0.
* gnu/packages/finance.scm (monero-core): Update to 0.11.1.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27 12:56:36 -05:00
Vasile Dumitrascu 14e09e9039 gnu: monero: Update to 0.11.1.0.
* gnu/packages/finance.scm (monero): Update to 0.11.1.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-27 12:56:33 -05:00
Tobias Geerinckx-Rice 7832785def gnu: steghide: Fix description.
* gnu/packages/image.scm (steghide)[description]: Remove typos and improve
grammar.
2017-11-27 17:07:12 +01:00
Tobias Geerinckx-Rice 778c4a2fa1 gnu: rhythmbox: Update to 3.4.2.
* gnu/packages/gnome.scm (rhythmbox): Update to 3.4.2.
2017-11-27 17:06:26 +01:00
Tobias Geerinckx-Rice 47aba9ddc9 gnu: libgweather: Update to 3.26.1.
* gnu/packages/gnome.scm (libgweather): Update to 3.26.1.
2017-11-27 17:06:25 +01:00
Tobias Geerinckx-Rice ac25f5972d gnu: glade@3: Update to 3.20.2.
* gnu/packages/gnome.scm (glade3): Update to 3.20.2.
2017-11-27 17:06:25 +01:00
Tobias Geerinckx-Rice 26ff9cb370 gnu: libzip: Run all tests.
* gnu/packages/compression.scm (libzip)[arguments]: Delete
‘remove-failing-stest’ phase.
2017-11-27 16:16:20 +01:00
Tobias Geerinckx-Rice 18533bcf2d gnu: borg: Use new borgbackup.org home page.
* gnu/packages/backup.scm (borg)[home-page]: Update.
2017-11-27 14:12:25 +01:00
Tobias Geerinckx-Rice b46ea394a4 gnu: python-prompt-toolkit: Update to 1.0.15.
* gnu/packages/python.scm (python-prompt-toolkit): Update to 1.0.15.
2017-11-27 14:12:25 +01:00
Tobias Geerinckx-Rice 8fab029dbc gnu: python-pyicu: Update home page.
* gnu/packages/python.scm (python-pyicu)[home-page]: Update.
2017-11-27 14:12:24 +01:00
Tobias Geerinckx-Rice d152d9338f gnu: python-pyicu: Update to 1.9.8.
* gnu/packages/python.scm (python-pyicu): Update to 1.9.8.
[arguments]: Delete.
[native-inputs]: Add python-pytest and python-six.
2017-11-27 14:12:24 +01:00
Tobias Geerinckx-Rice 36c5cf758c gnu: rapicorn: Update home page.
* gnu/packages/graphics.scm (rapicorn)[home-page]: Use extant domain.
2017-11-27 14:12:24 +01:00
Tobias Geerinckx-Rice 5f169014ec gnu: borg: Update to 1.1.3 [fixes CVE-2017-15914].
* gnu/packages/backup.scm (borg): Update to 1.1.3.
[arguments]: Skip ‘test_mount_hardlinks’ test.
2017-11-27 14:12:23 +01:00
Tobias Geerinckx-Rice 216614a4b3 gnu: youtube-dl: Update to 2017.11.26.
* gnu/packages/video.scm (youtube-dl): Update to 2017.11.26.
2017-11-27 14:12:23 +01:00
Ludovic Courtès e8374e6912 gnu: guile-wisp: Move .go files to 'lib/guile/2.2/site-ccache'.
* gnu/packages/guile.scm (guile-wisp)[arguments]: Remove (system base
compile) from #:modules, and (ice-9 rdelim) and (ice-9 popen).
In 'install-go-files' phase, invoke 'guild' to compile, and write to
lib/guile/X.Y/site-ccache.
2017-11-27 14:06:27 +01:00
Ludovic Courtès 89c4bfe7f8 gnu: guile-wisp: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-wisp)[inputs]: Use GUILE-2.2 instead of
GUILE-2.0.
2017-11-27 14:05:58 +01:00
Ludovic Courtès e084090554 gnu: guile-wisp: Update to 0.9.8.
* gnu/packages/guile.scm (guile-wisp): Update to 0.9.8.
[inputs]: Remove PYTHON.
[native-inputs]: New field.
[arguments]: Keep 'install' phase.  Add 'install-go-files' phase.
Adjust 'substitute-before-config' phase.
2017-11-27 14:05:58 +01:00
Ricardo Wurmus 776d2fb1bf gnu: Add java-jbzip2.
* gnu/packages/compression.scm (java-jbzip2): New variable.
2017-11-27 12:12:41 +01:00
Ricardo Wurmus d7f24778de gnu: Add java-picard-1.113.
* gnu/packages/bioinformatics.scm (java-picard-1.113): New variable.
2017-11-27 12:12:41 +01:00
Ricardo Wurmus fa6c4213c6 gnu: Add ant-junit.
* gnu/packages/java.scm (ant-junit): New variable.
2017-11-27 12:12:41 +01:00
Ricardo Wurmus 9ce7ac992e gnu: Add ant-apache-bcel.
* gnu/packages/java.scm (ant-apache-bcel): New variable.
2017-11-27 12:12:41 +01:00
Ricardo Wurmus 5e3abfc83f gnu: Add java-commons-bcel.
* gnu/packages/java.scm (java-commons-bcel): New variable.
2017-11-27 12:12:41 +01:00
Ricardo Wurmus c5ff11dcc1 gnu: Add java-cofoja.
* gnu/packages/java.scm (java-cofoja): New variable.
2017-11-27 12:12:40 +01:00
Ricardo Wurmus d7fed31ad2 gnu: Add java-picard.
* gnu/packages/bioinformatics.scm (java-picard): New variable.
2017-11-27 12:12:40 +01:00
Ricardo Wurmus bd94b6f850 gnu: java-htsjdk: Update to 2.3.0.
* gnu/packages/bioinformatics.scm (java-htsjdk): Update to 2.3.0.
[arguments]: Build with JDK 8.
[inputs]: Add java-ngs, java-snappy, java-commons-compress,
java-commons-logging-minimal, java-commons-jexl-2, and java-xz.
[native-inputs]: Add java-testng.
2017-11-27 12:12:40 +01:00
Ricardo Wurmus 9e325e8c05 gnu: Add java-commons-jexl-2.
* gnu/packages/java.scm (java-commons-jexl-2): New variable.
2017-11-27 12:12:40 +01:00
Ricardo Wurmus 6688c41e16 gnu: Add javacc-4.
* gnu/packages/java.scm (javacc-4): New variable.
2017-11-27 12:12:40 +01:00
Ricardo Wurmus fc8d100b24 gnu: Add javacc.
* gnu/packages/java.scm (javacc): New variable.
2017-11-27 12:12:40 +01:00
Ricardo Wurmus 933ad809f1 gnu: Add java-snappy-1.
* gnu/packages/compression.scm (java-snappy-1): New variable.
2017-11-27 12:12:39 +01:00
Ricardo Wurmus 9cc51d16cb gnu: librecad: Ensure that icons are found at runtime.
* gnu/packages/engineering.scm (librecad)[arguments]: Add phase
"wrap-executable".
2017-11-27 12:11:58 +01:00
Ricardo Wurmus 35e78aaa25 gnu: r-rhdf5: Fix build phase.
* gnu/packages/bioinformatics.scm (r-rhdf5)[arguments]: Fix "unpack-smallhdf5"
phase.
2017-11-27 12:11:52 +01:00
Leo Famulari 9071581bf5 gnu: shotwell: Update to 0.27.1.
* gnu/packages/gnome.scm (shotwell): Update to 0.27.1.
2017-11-26 19:34:43 -05:00
ng0 9221979e36 Update e-mail for ng0.
* .mailmap: Update entries for ng0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-26 18:21:19 -05:00
ng0 f953aa56cc gnu: fish-guix: Use new URL.
* gnu/packages/shells.scm (fish-guix)[source]: Use new URL.
(home-page): Use new URL.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-26 18:21:19 -05:00
ng0 66e47916d4 gnu: python-pycanberra: Switch to new download URL.
* gnu/packages/libcanberra.scm (python-pycanberra)[source]: Use new URL.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-26 18:21:19 -05:00
nee 6438a4682d gnu: crawl: Update to 0.20.1.
* gnu/packages/games.scm (crawl): Update to 0.20.1.
(crawl-tiles): Update to 0.20.1.
[native-inputs]: Add pngcrush.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-26 17:52:24 -05:00
Efraim Flashner 6dbad376a2 gnu: openntpd: Update to 6.2p3.
* gnu/packages/ntp.scm (openntpd): Update to 6.2p3.
2017-11-26 22:33:18 +02:00
Leo Famulari 5b327a2d61 gnu: exim: Fix CVE-2017-16943.
* gnu/packages/patches/exim-CVE-2017-16943.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
2017-11-26 15:31:46 -05:00
nee 1ee13e01c8 gnu: image: Rename pngcrunch to pngcrush and update it.
* gnu/packages/image.scm (pngcrush): Renamed from pngcrunch.
[version]: update to 1.8.13.
[arguments]: Use the nolib Makefile.
[origin]: Use the no-lib tar.
[home-page]: update to the new website.
(pngcrunch): New deprecation variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-26 17:36:26 +01:00
Ludovic Courtès 9b07130129 list-runtime-roots: Ignore ESRCH while reading from /proc.
Fixes <https://bugs.gnu.org/29368>.
Reported by Martin Castillo <castilma@uni-bremen.de>.

* nix/scripts/list-runtime-roots.in (referenced-files): Ignore ESRCH.
2017-11-26 15:58:33 +01:00
Clément Lassieur 5c22f3726e tests: messaging: Enable Prosody DIGEST-MD5 auth mechanism.
GNU Freetalk doesn't support SCRAM-SHA-1.

* gnu/tests/messaging.scm (%test-prosody): Override default
disable-sasl-mechanisms value.
2017-11-26 15:32:16 +01:00
Clément Lassieur e30038dae1 services: prosody: Add support for disable-sasl-mechanisms.
* doc/guix.texi (Messaging Services): Update accordingly.
* gnu/services/messaging.scm (prosody-configuration)[disable-sasl-mechanisms]:
New field.
2017-11-26 15:30:57 +01:00
Clément Lassieur 274b9500d1 services: prosody: Allow to add raw content to the config file.
* doc/guix.texi (Messaging Services): Update accordingly.
* gnu/services/messaging.scm (prosody-configuration)[raw-content]: New field.
(raw-content?, serialize-raw-content): New procedures.
2017-11-26 15:30:57 +01:00
Clément Lassieur 1f6f1a07c8 services: prosody: Add support for http-max-content-size.
* doc/guix.texi (Messaging Services): Update accordingly.
* gnu/services/messaging.scm (prosody-configuration)[http-max-content-size]:
New field.
2017-11-26 15:30:57 +01:00
Clément Lassieur f59de6bea9 services: prosody: Add support for http-external-url.
* doc/guix.texi (Messaging Services): Update accordingly.
* gnu/services/messaging.scm (prosody-configuration)[http-external-url]: New
field.
2017-11-26 15:30:56 +01:00
Clément Lassieur 5cc6dcd734 services: prosody: Adapt to Prosody 0.10.0.
* doc/guix.texi (Messaging Services): Add "mam" as a module example.  Document
'prosodyctl check'.  Replace 'prosodyctl cert request' with 'prosodyctl cert
import'.  Regenerate it.
* gnu/services/messaging.scm (serialize-module-list): Remove "posix" from the
default modules list because it is now automatically loaded.
(ssl-configuration)[key, certificate]: Remove them because they are now
automatically located.  Fix their docstrings.
(%default-modules-enabled): Add "carbons" and "blocklist".
(prosody-configuration)[certificates]: Set default directory from which
certificates/keys will be automatically located.
2017-11-26 15:30:56 +01:00
Clément Lassieur 3ba501083d gnu: prosody: Add lua5.1-bitop to inputs.
It is required for mod_websocket on Lua 5.1 since Prosody 0.10.

* gnu/packages/messaging.scm (prosody)[inputs]: Add lua5.1-bitop.
2017-11-26 15:30:56 +01:00
Clément Lassieur cb31a52407 gnu: Add lua5.1-bitop.
* gnu/packages/lua.scm (make-lua-bitop): New procedure.
(lua5.2-bitop): Call make-lua-bitop.
(lua5.1-bitop): New variable.
2017-11-26 15:30:56 +01:00
Rutger Helling 93bfc9693a gnu: prosody: Update to 0.10.0.
* gnu/packages/messaging.scm (prosody): Update to 0.10.0.

Signed-off-by: Clément Lassieur <clement@lassieur.org>
2017-11-26 15:30:56 +01:00
Mathieu Othacehe b8e7781122 vm: Use os-defined initrd intead of base-initrd.
* gnu/system/vm.scm (system-disk-image, system-qemu-image,
  virtualized-operating-system): Replace base-initrd by
  (operating-system-initrd os).

The system produced were always using base-initrd even if the user had
defined a custom initrd based on raw-initrd in the os declaration.
2017-11-26 13:50:37 +01:00
Rutger Helling 64047c850f gnu: qtox: Update to 1.13.0.
* gnu/packages/messaging.scm (qtox): Update to 1.13.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-11-26 20:25:17 +08:00
Rutger Helling a0bd6fff42 gnu: tidy-html: Update to 5.6.0.
* gnu/packages/web.scm (tidy-html): Update to 5.6.0.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-11-26 20:17:55 +08:00
Efraim Flashner 51b0f09e05 gnu: mongodb: Remove some bundled sources.
* gnu/packages/databases.scm (mongodb)[source]: Add snippet to remove
some of the bundled sources.
[input]: Remove unused boost input.
2017-11-26 14:16:08 +02:00
Efraim Flashner 319b52c382 gnu: mongodb: Use system wiredtiger when available.
* gnu/packages/databases.scm (mongodb)[inputs]: Add wiredtiger on
64-bit systems.
[arguments]: When using wiredtiger, use system wiredtiger.
2017-11-26 14:16:08 +02:00
Efraim Flashner 29cfbfca43 gnu: mongodb: Build without wiredtiger on 32-bit systems.
* gnu/packages/databases.scm (mongodb)[arguments]: Add a configure-flag
to build without wiredtiger support on 32-bit systems.
2017-11-26 14:16:04 +02:00
Leo Famulari f1c49e75f4 gnu: mongodb: Update to 3.4.10.
* gnu/packages/databases.scm (mongodb): Update to 3.4.10.
2017-11-25 20:28:11 -05:00
Kei Kebreau 2af6be91d5 gnu: diffoscope: Fix error messages related to comparison tools.
* gnu/packages/package-management.scm (diffoscope)[arguments]: Replace readelf
substitution and add stat and getfacl substitutions.
[inputs]: Add acl.

Errors fixed include the following:
  "FileNotFoundError: [Errno 2] No such file or directory: 'readelf'"
  "diffoscope.comparators.directory: Unable to find 'getfacl', some directory
   metadata differences might not be noticed."
  "diffoscope.comparators.directory: Unable to find 'stat'"
2017-11-25 16:13:37 -05:00
Efraim Flashner 5ea35b42e4 gnu: qtsensors: Disable parallel tests.
* gnu/packages/qt.scm (qtsensors)[arguments]: Disable parallel tests.
2017-11-25 22:16:34 +02:00
Jan Nieuwenhuizen 68cb962a8d gnu: guile-emacs: Resurrect, fixes #29186.
* gnu/packages/patches/guile-emacs-fix-configure.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/emacs.scm (guile-emacs): Use it.  Add workaround for src/deps
dir creation.  Fixes #29186.
2017-11-25 20:05:26 +01:00
Efraim Flashner 7989ba2af2 gnu: enlightenment: Update to 0.22.1.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.1.
2017-11-25 20:08:34 +02:00
Efraim Flashner 33b02e07fa gnu: efl: Update to 1.20.6.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.6.
2017-11-25 20:08:31 +02:00
Ludovic Courtès 4aac8d059a syscalls: Adjust utmpx test.
Fixes <https://bugs.gnu.org/29426>.
Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>.

* tests/syscalls.scm ("utmpx-entries"): Check the value
of (utmpx-entries entry) only for INIT_PROCESS, LOGIN_PROCESS, and
USER_PROCESS entries.
2017-11-25 18:12:33 +01:00
Leo Famulari 1e0ea1d8df gnu: utox: Make CHECK a native-input.
This is a followup to commit 907ab9e8cb.

* gnu/packages/messaging.scm (utox)[inputs]: Move CHECK ...
[native-inputs]: ... here.
2017-11-25 10:48:06 -05:00
Mark H Weaver a93ac4cbdf gnu: linux-libre: Update to 4.14.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.2.
(%linux-libre-hash): Update hash.
2017-11-25 02:46:04 -05:00
Mark H Weaver b2785c54f7 gnu: linux-libre@4.9: Update to 4.9.65.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.65.
2017-11-25 02:45:12 -05:00
Mark H Weaver 749164cb71 gnu: linux-libre@4.4: Update to 4.4.102.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.102.
2017-11-25 02:44:17 -05:00
Alex Sassmannshausen e9291eaa42 gnu: Add guile-dsv.
* gnu/packages/guile.scm (guile-dsv): New variable.
2017-11-25 00:26:20 +01:00
Christopher Baines ea3b9f7b73 gnu: mail: Remove python-django-mailman3.
This package fails to build, as django-mailman3 currently only works with
Python 2.

* gnu/packages/mail.scm (python-django-mailman3): Removed variable.
  (python2-django-mailman3): Inline the use of python-django-mailman3, and
  remove the use of package-with-python2.
2017-11-24 22:16:39 +00:00
Christopher Baines 17dc2a0997 gnu: django: Fix building python-django-allauth.
* gnu/packages/django.scm (python-django-allauth)[arguments]: Modify the
  standard phases to skip a test, and run the tests using django-admin with
  the settings configured.
2017-11-24 22:16:33 +00:00
Oleg Pykhalov 7a45268935 gnu: Add emacs-highlight-stages.
* gnu/packages/emacs.scm (emacs-highlight-stages): New variable.
* gnu/packages/patches/emacs-highlight-stages-add-gexp.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add this.
2017-11-25 00:18:45 +03:00
Alex Vong 8cc1fce1ba gnu: java-fasterxml-jackson-dataformat-xml: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): Update to
2.9.2.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24 21:12:23 +01:00
Alex Vong abe5347dd6 gnu: java-fasterxml-jackson-dataformat-yaml: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): Update to
2.9.2.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24 21:12:20 +01:00
Alex Vong 7cee3cb2c4 gnu: java-fasterxml-jackson-modules-base-jaxb: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): Update to
2.9.2.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24 21:12:17 +01:00
Alex Vong 37cf0712da gnu: java-fasterxml-jackson-databind: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-databind): Update to 2.9.2.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24 21:12:14 +01:00
Alex Vong bd614de7b8 gnu: java-fasterxml-jackson-core: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-core): Update to 2.9.2.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24 21:12:09 +01:00
Alex Vong b2383e55dc gnu: java-fasterxml-jackson-annotations: Update to 2.9.2.
* gnu/packages/java.scm (java-fasterxml-jackson-annotations): Update to
2.9.2.

Signed-off-by: Julien Lepiller <julien@lepiller.eu>
2017-11-24 21:12:00 +01:00
Julien Lepiller 202e235ebe gnu: php: Update to 7.1.12.
* gnu/packages/php.scm (php): Update to 7.1.12.
2017-11-24 20:59:41 +01:00
Kei Kebreau dd0134fcb7 gnu: gcl: Update snapshot.
* gnu/packages/lisp.scm (gcl): Update to 2.6.12-1.5956140.
[arguments]: Remove CFLAGS from and add GCL_CC and CC to make-flags; adjust
pre-conf phase.

This update includes small upstream bug fixes and optimizations.
2017-11-24 14:50:04 -05:00
Tobias Geerinckx-Rice 01e9bc463f gnu: python-pytz, python-pytzdata: Update to 2017.3.x.
* gnu/packages/time.scm (python-pytz): Update to 2017.3.
(python-pytzdata): Update to 2017.3.1.
2017-11-24 19:05:01 +01:00
Tobias Geerinckx-Rice cc558bde52 gnu: knot: Update to 2.6.3.
* gnu/packages/dns.scm (knot): Update to 2.6.3.
2017-11-24 19:05:01 +01:00
Tobias Geerinckx-Rice 77e3ce3e90 gnu: emacs-org-contrib: Fix typo in description.
* gnu/packages/emacs.scm (emacs-org-contrib)[description]: Fix typo.
2017-11-24 19:05:01 +01:00
Tobias Geerinckx-Rice 68b49109a0 doc: Fix typo.
* doc/guix.texi (Bootloader Configuration): Fix ‘choosen’ typo.
2017-11-24 19:05:00 +01:00
Tobias Geerinckx-Rice 70c68ed555 gnu: system->defconfig: Fix typo.
* gnu/packages/linux.scm (system->defconfig): Fix typo.
2017-11-24 19:05:00 +01:00
Ludovic Courtès 026f6a42b6 gnu-maintenance: Relax recursion cutoff in 'latest-ftp-release'.
Fixes <https://bugs.gnu.org/25020>.
Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* guix/gnu-maintenance.scm (latest-ftp-release)[contains-digit?]: Remove.
Relax test as to whether to recurse into subdirectories.
2017-11-24 18:48:11 +01:00
Ludovic Courtès f7f8930b37 gnu: coq-interval: Fix source URL for 3.3.0.
This is a followup to 6efc999678.
Fixes <https://bugs.gnu.org/29284>.
Reported by Efraim Flashner <efraim@flashner.co.il>.

* gnu/packages/ocaml.scm (coq-interval): Adjust URL.
2017-11-24 18:22:42 +01:00
Ludovic Courtès b5bfa4773d ui: 'known-variable-definition' protects against module cycles.
Fixes <https://bugs.gnu.org/29358>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* guix/ui.scm (known-variable-definition): Add 'visited' set to guard
against cycles on 2.0.
2017-11-24 18:16:43 +01:00
Rutger Helling 9c3c2caa6c gnu: parallel: Update to 20171122.
* gnu/packages/parallel.scm (parallel): Update to 20171122.
2017-11-24 09:31:49 -05:00
Efraim Flashner 7997d37bac gnu: qt: Update to 5.9.3.
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets,
qtsensors, qtmultimedia, qtwayland, qtserialport, qtserialbus,
qtwebchannel, qtlocation, qttools, qtscript, qtquickcontrols,
qtquickcontrols2, qtgraphicaleffects, qtgamepad, qtscxml,
qtpurchasing, qtcanvas3d, qtcharts, qtdatavis3d, qtnetworkauth,
qtremoteobjects, qtspeech): Update to 5.9.3.
2017-11-24 16:18:35 +02:00
Efraim Flashner 06378ceeb1 gnu: qt@5: Update to 5.9.3.
* gnu/packages/qt.scm (qt@5): Update to 5.9.3.
2017-11-24 16:18:35 +02:00
Rutger Helling 907ab9e8cb gnu: utox: Update to 0.16.1.
* gnu/packages/messaging.scm (utox): Update to 0.16.1.
[inputs]: Add check and gtk+.
[native-inputs]: Add pkg-config.
[arguments]: Remove 'fix-freetype-include' and 'patch-cmake-find-utox' phases.
Add 'patch-absolute-filename-libgtk-3' and 'wrap-program' phases.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-23 20:26:24 -05:00
Leo Famulari d7c64ad513 gnu: Add MASSCAN.
* gnu/packages/admin.scm (masscan): New variable.
2017-11-23 20:26:18 -05:00
Rutger Helling 17c3f77641 gnu: supertuxkart: Update to 0.9.3.
* gnu/packages/games.scm (supertuxkart): Update to 0.9.3.
[arguments] <#:configure-flags>: Pass -DBUILD_RECORDER=0.
* gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23 23:19:02 +01:00
Rutger Helling 5864f1c1ee gnu: higan: Update to 106.
* gnu/packages/games.scm (higan): Update to 106.
* gnu/packages/patches/higan-remove-march-native-flag.patch: Adjust.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23 22:59:49 +01:00
Brendan Tildesley 327620dc72 gnu: pcmanfm: Fix CVE-2017-8934.
* gnu/packages/patches/pcmanfm-CVE-2017-8934.patch: New file.  This patch was
imported from Arch Linux.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/lxde.scm (pcmanfm)[source]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23 22:55:58 +01:00
Brendan Tildesley 0dcad042a5 gnu: pcmanfm: Add missing inputs. Remove comment.
* gnu/packages/lxde.scm (pcmanfm)[inputs]: Add GVFS.
[propagated-inputs]: Add LXMENU-DATA.
Remove comment suggesting to use --sysconfdir.  Inspection of the configure
script shows that <output>/etc is used for configuration by default anyway,
so such a flag is not needed.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-23 22:54:03 +01:00
Ludovic Courtès be10e4ae4a doc: Update package count.
* doc/guix.texi (Limitations): Update package count.
2017-11-23 22:38:11 +01:00
Mathieu Othacehe be07cc4549 bootloader: extlinux: Fix device tree path.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use kernel
  directory to format device tree file path.
2017-11-23 20:07:04 +01:00
Mathieu Othacehe 7044b92dbd linux-libre: Adapt some arm options to match intel conf.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf: GuixSD base-initrd expects
  ext4 and fat filesystem to be built-in. Adapt configuration
  accordingly. Also set devtmpfs_mount to yes.
2017-11-23 20:06:58 +01:00
Tobias Geerinckx-Rice d868cf4f98 gnu: fish: Update to 2.7.0.
* gnu/packages/shell.scm (fish): Update to 2.7.0.
[source]: Add alternative source.
2017-11-23 17:21:43 +01:00
Tobias Geerinckx-Rice e57e3dc57f gnu: knot: Update to 2.6.2.
* gnu/packages/dns.scm (knot): Update to 2.6.2.
2017-11-23 15:52:51 +01:00
Ricardo Wurmus e6debcaf02 gnu: subread: Update to 1.6.0.
* gnu/packages/bioinformatics.scm (subread): Update to 1.6.0.
2017-11-23 13:16:12 +01:00
Nicolas Goaziou 5aa6e0d04a gnu: emacs-org: Update to 9.1.3.
* gnu/packages/emacs.scm (emacs-org): Update to 20171116 a.k.a. Org 9.1.3.
2017-11-22 23:31:01 +01:00
Ludovic Courtès 9e549ad1c3 services: dicod: Run in a container.
* gnu/services/dict.scm (dicod-shepherd-service): Add
'with-imported-modules' form and 'modules' field.  Use
'make-forkexec-constructor/container' instead of
'make-forkexec-constructor'.
2017-11-22 23:16:01 +01:00
Ludovic Courtès 0cb9c9d170 shepherd: Include /etc/group in service containers.
* gnu/build/shepherd.scm (default-mounts)[passwd]: Rename to...
[accounts]: ... this.  Add /etc/group.
2017-11-22 23:02:35 +01:00
Ludovic Courtès d655f39c44 gnu: gnumeric: Update to 1.12.36.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.36.
2017-11-22 22:56:58 +01:00
Ludovic Courtès 26ac92d49b gnu: goffice: Update to 0.10.36.
* gnu/packages/gnome.scm (goffice): Update to 0.10.36.
2017-11-22 22:56:30 +01:00
Tobias Geerinckx-Rice 77e62ee0aa gnu: libzip: Update to 1.3.2.
* gnu/packages/compression.scm (libzip): Update to 1.3.2.
2017-11-22 19:01:47 +01:00
Tobias Geerinckx-Rice 8d6c7456ab gnu: libzip: Use new libzip.org home page.
* gnu/packages/compression.scm (libzip)[home-page]: Update.
2017-11-22 19:01:47 +01:00
Marius Bakke f137f84923 gnu: vlc: Update to 2.2.8 [fixes CVE-2017-9300, CVE-2017-10699].
* gnu/packages/video.scm (vlc): Update to 2.2.8.
2017-11-22 18:45:31 +01:00
Alex Kost 09f7c41d6c gnu: emacs-magit-popup: Update for the new source.
'magit-popup' is not a part of 'magit' anymore.

* gnu/packages/emacs.scm (emacs-magit-popup): Update to 2.12.0.
[source]: Update origin URL and file-name.
[home-page]: Update to the new home.
[native-inputs]: Add 'texinfo' to build the info manual.
[arguments]: Add 'make-info' phase.
2017-11-22 19:40:45 +03:00
Alex Kost f61aaaf36c gnu: emacs-hl-todo: Update to 1.8.0.
* gnu/packages/emacs.scm (emacs-hl-todo): Update to 1.8.0.
2017-11-22 19:40:45 +03:00
Chris Marusich 77f921587c doc: Split the "Substitutes" section into subsections.
* doc/guix.texi (Substitutes): Move information into sections, and create one
  new subsection regarding substitution failure.
  (Top): In the detailed listing, add entries for the new subsections.
  (Official Substitute Server): Move info about hydra here.  Add information
  that explains when substitutes are enabled by default.
  (Substitute Server Authorization): Move information about how to enable or
  disable substitutes here.
  (Substitute Authentication): Move information about how Guix authenticates
  substitutes here.
  (Proxy Settings): Move information about how to download substitutes via
  proxy here.
  (Substitution Failure): New section.  Add information about how Guix handles
  substitution failure.  Be extra clear about behavior concerning --fallback.
  (On Trusting Binaries): Move information about trusting binaries here.
  (Invoking guix-daemon): Remove an incorrect statement about when substitutes
  are enabled by default.
  (Common Build Options): Add cross-references for the --fallback option.

Co-authored-by: George Clemmer <myglc2@gmail.com>
2017-11-21 20:15:39 -08:00
Leo Famulari c297e965d5 gnu: procmail: Fix CVE-2017-16844.
* gnu/packages/patches/procmail-CVE-2017-16844.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (procmail)[source]: Use it.
2017-11-21 21:54:39 -05:00
Mark H Weaver 3ebbf6d218 gnu: linux-libre: Update to 4.14.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.1.
(%linux-libre-hash): Update hash.
2017-11-21 21:22:30 -05:00
Mark H Weaver 86f914e3a4 gnu: linux-libre@4.9: Update to 4.9.64.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.64.
2017-11-21 21:21:09 -05:00
Mark H Weaver 1dc37cf113 gnu: linux-libre@4.4: Update to 4.4.100.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.100.
2017-11-21 21:20:33 -05:00
Kei Kebreau ab2ccf4cf5 gnu: lmms: Fix build.
* gnu/packages/music.scm (lmms)[arguments]: Add phases "remove-Werror" and
"make-manpages-writable".
2017-11-21 20:17:26 -05:00
Ludovic Courtès cd295fbe17 Revert "Add (guix self) and use it when pulling."
This reverts commit 5f93d97005.

'guix pull' would fail because (guix self) needs 'scheme-files'
from (guix discovery), which was not exported until now.
2017-11-21 23:53:10 +01:00
Ricardo Wurmus aa33cc29ca gnu: idr: Update to 2.0.3.
* gnu/packages/bioinformatics.scm (idr): Update to 2.0.3.
[source]: Add snippet to remove generated code.
2017-11-21 23:17:43 +01:00
Ricardo Wurmus 40590caf3b gnu: idr: Correct license.
* gnu/packages/bioinformatics.scm (idr)[license]: Change to GPLv2+.
2017-11-21 23:17:43 +01:00
Ludovic Courtès 11a54b3d6e hydra: Add jobs for the modular Guix.
* build-aux/hydra/guix-modular.scm: New file.
* Makefile.am (EXTRA_DIST): Add it.
2017-11-21 23:09:17 +01:00
Ludovic Courtès 49961951c5 hydra: 'evaluate' passes an alist to the entry point.
* build-aux/hydra/evaluate.scm (%top-srcdir): New variable.
<top level>: Pass it to 'hydra-jobs'.
2017-11-21 23:09:16 +01:00
Ludovic Courtès 5f93d97005 Add (guix self) and use it when pulling.
This mitigates <https://bugs.gnu.org/27284>.

* guix/self.scm: New file.
* Makefile.am (MODULES): Add it.
* build-aux/build-self.scm (libgcrypt, zlib, gzip, bzip2, xz)
(false-if-wrong-guile, package-for-current-guile, guile-json)
(guile-ssh, guile-git, guile-bytestructures): Remove.
(build): Rewrite to simply delegate to 'compiled-guix'.
* gnu/packages.scm (%distro-root-directory): Rewrite to try different
directories.
* guix/discovery.scm (guix): Export 'scheme-files'.
* guix/scripts/pull.scm (build-and-install): Split into...
(install-latest): ... this.  New procedure.  And...
(build-and-install): ... this, which now takes a monadic value argument.
(indirect-root-added): Remove.
(guix-pull): Call 'add-indirect-root'.  Call 'build-from-source' and
pass the result to 'build-and-install'.
2017-11-21 23:09:16 +01:00
Ludovic Courtès fe9b3ec3ee git: Do not add '.git' to the store.
This makes 'latest-repository-commit' significantly more efficient and
reduces disk usage in the store.

* guix/git.scm (copy-to-store)[dot-git?]: New procedure.
Pass it as the #:select? argument to 'add-to-store'.
2017-11-21 23:09:16 +01:00
Ludovic Courtès a6591381fc pull: Trim import list.
* guix/scripts/pull.scm: Remove useless imports.
2017-11-21 23:09:16 +01:00
Ludovic Courtès de98b302a1 gexp: 'directory-union' has a #:quiet? parameter.
* guix/gexp.scm (directory-union): Add #:quiet? and honor it.
2017-11-21 23:09:16 +01:00
Ludovic Courtès 59523429d6 union: Parametrize the symlink procedure .
* guix/gexp.scm (directory-union): Add #:hard-links and honor it.
* guix/build/union.scm (union-build): Add #:symlink parameter.
2017-11-21 23:09:16 +01:00
Marius Bakke 5c1f38bf8b gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to 953c2de.
2017-11-21 22:55:34 +01:00
Marius Bakke 953c2de706 tests: Disable test for freed disk space that fails on Btrfs.
This is a follow-up to commit 40e89f5be6.

* tests/store.scm ("dead path can be explicitly collected"): Don't check
that (> freed 0).
* gnu/packages/package-management.scm (guix)[arguments]<#:phases>: Remove
workaround for the same problem.
2017-11-21 22:46:55 +01:00
Pierre Langlois d1451fa0d0 gnu: taglib: Update to 1.11.1 and fix home page.
* gnu/packages/mp3.scm (taglib)[version]: Update to 1.11.1.
[arguments]: Configure with -DBUILD_SHARED_LIBS=ON.
[home-page]: Change to http://taglib.org.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-21 22:18:44 +01:00
Rutger Helling d280a0faea gnu: retroarch: Update to 1.6.9.
* gnu/packages/games.scm (retroarch): Update to 1.6.9.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-21 22:08:02 +01:00
Marius Bakke a28835a007 gnu: gnupg: Update to 2.2.3.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.3.
2017-11-21 22:08:02 +01:00
Marius Bakke 0c417d955e gnu: orc: Update to 0.4.28.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.28.
2017-11-21 22:08:02 +01:00
Marius Bakke b63466f2bc gnu: samba: Update to 4.7.3 [fixes CVE-2017-14746 and CVE-2017-15275].
* gnu/packages/samba.scm (samba): Update to 4.7.3.
2017-11-21 22:08:02 +01:00
Marius Bakke 3151345c57 gnu: signify: Update to 23.
* gnu/packages/crypto.scm (signify): Update to 23.
2017-11-21 22:08:01 +01:00
Marius Bakke 40e89f5be6 gnu: guix: Disable test that fails on Btrfs.
Works around <https://bugs.gnu.org/29363>.
Reported by Rutger Helling <rhelling@mykolab.com>.

* gnu/packages/package-management.scm (guix)[arguments]: Rename
'disable-container-tests' phase to 'disable-failing-tests' and add
substitution to disable test for freed disk space.
2017-11-21 22:07:14 +01:00
Rutger Helling 9a87aa814a gnu: retroarch: Update to 1.6.8.
* gnu/packages/games.scm (retroarch): Update to 1.6.8.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-21 12:53:09 -05:00
Rutger Helling 7bd4103eb7 gnu: cdogs-sdl: Update to 0.6.6.
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.6.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-21 12:53:09 -05:00
Rutger Helling cb9b1a0496 gnu: procenv: Update to 0.50.
* gnu/packages/linux.scm (procenv): Update to 0.50.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-21 12:53:09 -05:00
Rutger Helling 760e504dcb gnu: you-get: Update to 0.4.964.
* gnu/packages/video.scm (you-get): Update to 0.4.964.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-21 12:53:08 -05:00
Christopher Baines a0fe7c0645 gnu: Patch path to locale in gnome-desktop.
* gnu/packages/gnome.scm (gnome-desktop)[arguments]: Add 'patch-path phase to
  get libgnome-desktop to use the full path to the locale binary.
2017-11-21 08:41:26 +00:00
Tobias Geerinckx-Rice 0056f4cc57 gnu: knot: Update licence information.
* gnu/packages/dns.scm (knot)[license]: Add PUBLIC-DOMAIN. Expand comments.
2017-11-21 02:53:02 +01:00
Tobias Geerinckx-Rice 023ef01354 gnu: knot: Support dnstap query logging.
* gnu/packages/dns.scm (knot)[source]: No longer delete dnstap.  It appears
that dnstap is intended to be bundled and modified.
[inputs]: Add fstrm and protobuf-c.
[arguments]: Add ‘--with-module-dnstap=yes’ to #:configure-flags.
2017-11-21 02:53:01 +01:00
Tobias Geerinckx-Rice 7e685deeb7 gnu: Use ‘license:’ prefix in (gnu packages protobuf).
* gnu/packages/protobuf.scm (fstrm, protobuf, protobuf-2, protobuf-c)
(python-protobuf, python2-protobuf): Use ‘license:’ prefix.
2017-11-21 02:53:01 +01:00
Tobias Geerinckx-Rice 7d9935b47e gnu: Add fstrm.
* gnu/packages/protobuf.scm (fstrim): New public variable.
2017-11-21 02:53:01 +01:00
Tobias Geerinckx-Rice ffe7eee59c gnu: protobuf: Add ‘static’ output.
* gnu/packages/protobuf.scm (protobuf)[outputs]: New field.
[arguments]: Add new ‘move-static-libraries’ phase.
2017-11-21 02:53:01 +01:00
Tobias Geerinckx-Rice ac1f1aa270 gnu: perl-devel-stacktrace: Update to 2.03.
* gnu/packages/perl.scm (perl-devel-stacktrace): Update to 2.03.
2017-11-21 02:53:00 +01:00
Tobias Geerinckx-Rice 733f94b339 gnu: btrfs-progs: Update to 4.14.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.14.
2017-11-21 02:53:00 +01:00
Tobias Geerinckx-Rice e26e55c86c gnu: nss: Mark up description.
* gnu/packages/gnuzilla.scm (nss)[description]: Use @dfn.
2017-11-21 02:53:00 +01:00
Tobias Geerinckx-Rice 74a83085da gnu: eid-mw: Update to 4.3.4.
* gnu/packages/security-token.scm (eid-mw): Update to 4.3.4.
Fix up indentation.
2017-11-21 02:53:00 +01:00
Leo Famulari ebde40a14a gnu: musl: Update to 1.1.18.
* gnu/packages/musl.scm (musl): Update to 1.1.18.
2017-11-20 18:59:54 -05:00
Ludovic Courtès a5792deca5 compile: Put an upper bound on the number of workers.
* guix/build/compile.scm (compile-files): Don't use more than 8 workers.
2017-11-20 23:42:55 +01:00
Danny Milosavljevic 41916bea1b gnu: Add python-pyodbc.
* gnu/packages/databases.scm (python-pyodbc, python2-pyodbc): New variables.
2017-11-20 20:47:59 +01:00
Ludovic Courtès bd7e136d29 Add semicolon in commands that set GUIX_PROFILE.
Fixes <https://bugs.gnu.org/28223>.
Reported by Rosebud Uplink <Uplink.Introversion@outlook.com>.

* doc/guix.texi (Binary Installation): Add missing semicolon after
'GUIX_PROFILE=' line.
(Invoking guix package): Likewise.
* gnu/system.scm (operating-system-etc-service)[profile]: Likewise.
* guix/build/profiles.scm (build-etc/profile): Likewise.
2017-11-20 18:43:10 +01:00
Rutger Helling 4b1ba80cef gnu: wget2: Switch to official URL.
* gnu/packages/wget.scm (wget2): Switch to official URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-20 18:43:10 +01:00
Nicolas Goaziou aa6ae8d324 gnu: scribus: Fix No module named _sysconfigdata_nd.
* gnu/packages/scribus.scm (scribus): Wrap PATH with expected Python around
  executable.

Fixes <https://bugs.gnu.org/25035>.
2017-11-20 18:14:47 +01:00
Mark H Weaver 92be9ee7e1 gnu: linux-libre@4.9: Update to 4.9.63.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.63.
2017-11-20 04:39:04 -05:00
Mark H Weaver 4bee9040fe gnu: linux-libre@4.4: Update to 4.4.99.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.99.
2017-11-20 04:38:20 -05:00
Oleg Pykhalov 036f1eedcc gnu: Add python-clf.
* gnu/packages/web.scm (python-clf): New variable.
2017-11-20 09:30:27 +03:00
Marius Bakke 08cc0ef096 gnu: kodi: Update snapshot.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-67fd70f.
2017-11-20 00:17:39 +01:00
Marius Bakke aace9be80b gnu: gcc@6: Respect SOURCE_DATE_EPOCH in __DATE__ and __TIME__ macros.
* gnu/packages/patches/gcc-6-source-date-epoch-1.patch,
gnu/packages/patches/gcc-6-source-date-epoch-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/gcc.scm (gcc-6)[source]: Use them.
2017-11-20 00:17:39 +01:00
Ludovic Courtès 485e006c9e gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to 0b4c385.
2017-11-20 00:12:25 +01:00
Rutger Helling 0b4c385f8f gnu: gajim: Add python2-axolotl to inputs.
* gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-19 23:16:09 +01:00
Rutger Helling 0ce5cb02fa gnu: qtox: Add filteraudio to inputs.
* gnu/packages/messaging.scm (qtox)[inputs]: Add filteraudio.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-19 23:16:01 +01:00
Rutger Helling 27015d6fbd gnu: c-toxcore: Update to 0.1.10.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-19 23:15:55 +01:00
Ludovic Courtès 85f4f7b790 zlib: Fix race condition when closing gzip ports.
Fixes <https://bugs.gnu.org/29335>.

* guix/zlib.scm (close-procedure): Remove.
(make-gzip-input-port): Do (dup (fileno port)) to get a file descriptor
for 'gzdopen'.  Close PORT before returning.  Use 'gzclose' as the
'close' procedure of the returned port.
(make-gzip-output-port): Likewise.
2017-11-19 23:09:01 +01:00
Ludovic Courtès 52d174d6d1 ssh: Use (guix i18n).
* guix/ssh.scm: Use (guix i18n) instead of (guix ui).
2017-11-19 23:09:01 +01:00
Efraim Flashner 118a8eccb0 gnu: audacity: Fix building on non-Intel systems.
* gnu/packages/audio.scm (audacity)[arguments]: On non-Intel systems add
a configure-flag to disable SSE optimizations.
2017-11-19 22:07:26 +02:00
Marius Bakke a93447b89a gnu: nss, nss-certs: Update to 3.34.
* gnu/packages/certs.scm (nss-certs): Update to 3.34.
* gnu/packages/gnuzilla.scm (nss): Update to 3.34.
2017-11-19 13:19:14 +01:00
Marius Bakke 0632c6a84d gnu: bitcoin: Update to 0.15.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
2017-11-19 13:05:15 +01:00
Marius Bakke 53bbafd2db gnu: strace: Update to 4.20.
* gnu/packages/linux.scm (strace): Update to 4.20.
2017-11-19 13:02:27 +01:00
Marius Bakke baba4d673b gnu: samba: Update to 4.7.2.
* gnu/packages/samba.scm (samba): Update to 4.7.2.
2017-11-19 12:59:35 +01:00
Marius Bakke a0e52af9cf gnu: tevent: Update to 0.9.34.
* gnu/packages/samba.scm (tevent): Update to 0.9.34.
2017-11-19 12:57:34 +01:00
ng0 c146314566 Update email address for ng0. 2017-11-19 12:13:43 +02:00
Christopher Baines f4dd303282 gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper.
This helps with CGI support.

* gnu/packages/web.scm (ikiwik)[arguments]: Add 'include-PERL5LIB-in-wrapper
  phase.
2017-11-19 09:17:55 +00:00
Efraim Flashner 84bd924382 gnu: nano: Update to 2.9.0.
* gnu/packages/nano.scm (nano): Update to 2.9.0.
2017-11-18 21:57:31 +02:00
Efraim Flashner 5af27a82c3 gnu: owncloud-client: Update to 2.3.4.
* gnu/packages/sync.scm (owncloud-client): Update to 2.3.4.
2017-11-18 21:50:11 +02:00
Efraim Flashner 6563d58c7e gnu: owncloud-client: Don't check for updates.
* gnu/packages/sync.scm (owncloud-client)[source]: Add patch.
* gnu/packages/patches/owncloud-disable-updatecheck.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-11-18 21:50:08 +02:00
Rutger Helling 42ca84be92 gnu: libreoffice: Remove GTK+ 2.
LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3.

* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2.
[configure-flags]: Add "--disable-gtk".

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-18 12:30:18 -05:00
Leo Famulari a7963b495e gnu: libassuan: Update to 2.4.4.
* gnu/packages/gnupg.scm (libassuan): Update to 2.4.4.
2017-11-18 12:21:35 -05:00
Jan Nieuwenhuizen 05c80e61a2 gnu: mes: Update to 0.11.
* gnu/packages/mes.scm (mes): Update to 0.11.
2017-11-18 17:04:56 +01:00
Ricardo Wurmus 3182a1d2f1 gnu: audacity: Update to 2.2.0.
* gnu/packages/patches/audacity-build-with-system-portaudio.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (audacity): Update to 2.2.0.
[source]: Add patch to build with system portaudio; add snippet to remove most
bundled libraries.
[inputs]: Replace "gtk+-2" with "gtk+", replace "wxwidgets-gtk2" with
"wxwidgets"; remove "libsbsms"; add "suil" and "portmidi".
[arguments]: Adjust configure flags to avoid using bundled libraries; remove
phase "autoreconf"; add phases "fix-sbsms-check" and "use-upstream-headers".
2017-11-18 16:07:57 +01:00
Ricardo Wurmus 218d1ddef8 gnu: java-mail: Let build phase return boolean.
* gnu/packages/java.scm (java-mail)[arguments]: Let build phase
"move-version.java" return #t.
2017-11-18 12:58:08 +01:00
Ricardo Wurmus 04e91134af gnu: bitshuffle-for-snappy: Simplify.
* gnu/packages/compression.scm (bitshuffle-for-snappy)[arguments]: Simplify
Makefile generation.
2017-11-18 12:56:35 +01:00
Ricardo Wurmus b8e2af9a05 gnu: bitshuffle: Let build phase return #t.
* gnu/packages/compression.scm (bitshuffle)[arguments]: Let
"make-required-dir" return #t.
2017-11-18 12:51:22 +01:00
Ricardo Wurmus 653f2b92b9 gnu: python-pylast: Update to 2.0.0.
* gnu/packages/music.scm (python-pylast): Update to 2.0.0.
[native-inputs]: Add python-pycodestyle and python-flaky.
2017-11-18 12:45:19 +01:00
Ricardo Wurmus 33dc54b08c gnu: Move date/time packages from python.scm to time.scm.
* gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil,
python2-dateutil, python-parsedatetime, python2-parsedatetime,
python-tzlocal, python-isodate, python2-isodate, python-iso8601,
python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339,
python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601,
python2-aniso8601): Move from here...
* gnu/packages/time.scm: ...to here.
* gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/django.scm,
gnu/packages/ebook.scm,
gnu/packages/gnome.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/mail.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/tls.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm: Adjust accordingly.
2017-11-18 12:45:19 +01:00
Ricardo Wurmus 762b5a89c2 gnu: Move more testing packages from python.scm to check.scm.
* gnu/packages/python.scm (python-flexmock, python2-flexmock,
python-freezegun, python2-freezegun, python-flaky, python2-flaky): Move from
here...
* gnu/packages/check.scm: ...to here.
2017-11-18 12:45:19 +01:00
Julien Lepiller a0837294ab gnu: Add java-plexus-container-default.
* gnu/packages/java.scm (java-plexus-container-default): New variable.
2017-11-18 11:30:25 +01:00
Julien Lepiller b51df3ca6f gnu: Add java-plexus-archiver.
* gnu/packages/java.scm (java-plexus-archiver): New variable.
2017-11-18 11:30:15 +01:00
Julien Lepiller 0858b9dc9d gnu: Add java-plexus-io.
* gnu/packages/java.scm (java-plexus-io): New variable.
2017-11-18 11:30:13 +01:00
Julien Lepiller 0726d4ea7c gnu: Add java-plexus-container-default-bootstrap.
* gnu/packages/java.scm (java-plexus-container-default-bootstrap): New
variable.
2017-11-18 11:30:10 +01:00
Julien Lepiller b80027e5e7 gnu: Add java-tukaani-xz.
* gnu/packages/java.scm (java-tukaani-xz): New variable.
2017-11-18 11:30:08 +01:00
Julien Lepiller 78745d331d gnu: Add java-geronimo-xbean-reflect.
* gnu/packages/java.scm (java-geronimo-xbean-reflect): New variable.
2017-11-18 11:30:05 +01:00
Julien Lepiller 0b54e190ab gnu: Add java-jdom.
* gnu/packages/java.scm (java-jdom): New variable.
2017-11-18 11:30:03 +01:00
Julien Lepiller 2caf873e86 gnu: Add java-log4j-1.2-api.
* gnu/packages/java.scm (java-log4j-1.2-api): New variable.
2017-11-18 11:30:01 +01:00
Julien Lepiller dfef4231f7 gnu: Add java-log4j-core.
* gnu/packages/java.scm (java-log4j-core): New variable.
2017-11-18 11:29:58 +01:00
Julien Lepiller 46c6905a22 gnu: Add java-kafka-clients.
* gnu/packages/java.scm (java-kafka-clients): New variable.
2017-11-18 11:29:55 +01:00
Julien Lepiller 5aa2f3f44b gnu: Add java-commons-beanutils.
* gnu/packages/java.scm (java-commons-beanutils): New variable.
2017-11-18 11:29:53 +01:00
Julien Lepiller 229a9864b6 gnu: Add java-commons-collections.
* gnu/packages/java.scm (java-commons-collections): New variable.
2017-11-18 11:29:51 +01:00
Julien Lepiller 51263ff5d2 gnu: Add java-commons-csv.
* gnu/packages/java.scm (java-commons-csv): New variable.
2017-11-18 11:29:48 +01:00
Julien Lepiller 217b20e4db gnu: Add java-jeromq.
* gnu/packages/java.scm (java-jeromq): New variable.
2017-11-18 11:29:45 +01:00
Julien Lepiller 3ff47c6665 gnu: Add java-mail.
* gnu/packages/java.scm (java-mail): New variable.
2017-11-18 11:29:42 +01:00
Julien Lepiller 5fb3e82217 gnu: Add java-jboss-jms-api-spec.
* gnu/packages/java.scm (java-jboss-jms-api-spec): New variable.
2017-11-18 11:29:38 +01:00
Julien Lepiller 965ba54be0 licenses: Add cddl1.1.
* guix/licenses.scm (cddl1.1): New variable.
2017-11-18 11:29:36 +01:00
Julien Lepiller 823997e969 gnu: Add java-iq80-snappy.
* gnu/packages/compression.scm (java-iq80-snappy): New variable.
2017-11-18 11:29:34 +01:00
Julien Lepiller cea8346688 gnu: Add java-snappy.
* gnu/packages/compression.scm (java-snappy): New variable.
2017-11-18 11:29:31 +01:00
Julien Lepiller 9869bb1296 gnu: Add bitshuffle.
* gnu/packages/compression.scm (bitshuffle): New variable.
2017-11-18 11:29:25 +01:00
Ricardo Wurmus 82af2c2f0f build-system: texlive: Only make a union of directories.
* guix/build/texlive-build-system.scm (configure): Filter the input
directories to ensure that source tarballs are excluded.
2017-11-18 11:18:42 +01:00
Ricardo Wurmus c5a8ecb6d3 gnu: Remove duplicates from (gnu packages tex).
* gnu/packages/tex.scm (texlive-latex-hyperref, texlive-latex-fancyvrb):
Remove duplicates.
2017-11-18 11:18:41 +01:00
Ricardo Wurmus 261b38a978 gnu: r-genomeinfodbdata: Update to 0.99.1.
* gnu/packages/bioinformatics.scm (r-genomeinfodbdata): Update to 0.99.1.
2017-11-18 11:18:41 +01:00
Ricardo Wurmus 592f4a9434 gnu: r-go-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.5.0.
2017-11-18 11:18:41 +01:00
Ricardo Wurmus e4664290ce gnu: r-org-ce-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-ce-eg-db): Update to 3.5.0.
2017-11-18 11:18:40 +01:00
Ricardo Wurmus 19fc299f68 gnu: r-org-dm-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-dm-eg-db): Update to 3.5.0.
2017-11-18 11:18:40 +01:00
Ricardo Wurmus f3569f5218 gnu: r-org-mm-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-mm-eg-db): Update to 3.5.0.
2017-11-18 11:18:40 +01:00
Ricardo Wurmus 57dc9b58db gnu: r-genomationdata: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-genomationdata): Update to 1.10.0.
2017-11-18 11:18:39 +01:00
Ricardo Wurmus 9ef9c6489f gnu: Remove duplicates from (gnu packages statistics).
* gnu/packages/statistics.scm (r-cluster, r-codetools, r-kernsmooth): Remove
duplicates.
2017-11-18 11:18:39 +01:00
Ricardo Wurmus 9c2d0a0369 gnu: Remove duplicate from (gnu packages gnupg).
* gnu/packages/gnupg.scm (perl-gnupg-interface): Remove duplicate.
2017-11-18 11:18:39 +01:00
Ricardo Wurmus 90dbd984f8 gnu: Remove duplicate from (gnu packages bioinformatics).
* gnu/packages/bioinformatics.scm (r-annotationfilter): Remove duplicate.
2017-11-18 11:18:39 +01:00
Ricardo Wurmus c151b0b633 gnu: Remove duplicate from (gnu packages cran).
* gnu/packages/cran.scm (r-bbmle): Remove duplicate.
2017-11-18 11:18:38 +01:00
Ricardo Wurmus 4982d0ac41 gnu: Remove duplicates from (gnu packages java).
* gnu/packages/java.scm (java-commons-net, java-asm): Remove duplicates.
2017-11-18 11:18:38 +01:00
Ricardo Wurmus 676507e388 gnu: r-org-hs-eg-db: Clarify description.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db)[description]: Clarify.
2017-11-18 11:18:38 +01:00
Ricardo Wurmus d595fed33d gnu: r-org-hs-eg-db: Update to 3.5.0.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Update to 3.5.0.
2017-11-18 11:18:37 +01:00
Ricardo Wurmus ccedfd3a43 gnu: r-org-hs-eg-db: Remove duplicate package definition.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): Remove duplicate variable.
2017-11-18 11:18:37 +01:00
Mark H Weaver b9f23702eb gnu: linux-libre: Remove Tegra DRM from arm configuration.
The code fails to compile on armhf using our configuration.
See <https://patchwork.kernel.org/patch/9688615/> for details.

* gnu/packages/aux-files/linux-libre/4.14-arm.conf: Remove Tegra DRM support.
2017-11-18 04:31:32 -05:00
Mark H Weaver f10120d40b gnu: linux-libre: Remove Nouveau from arm configuration.
The Nouveau code fails to compile on armhf with our configuration.

* gnu/packages/aux-files/linux-libre/4.14-arm.conf: Disable Nouveau.
2017-11-18 04:30:45 -05:00
Ricardo Wurmus b3b07df403 gnu: dino: Update to 0.0-2-2a514d096.
* gnu/packages/messaging.scm (dino): Update to 0.0-2-2a514d096.
[source]: Do not fetch libsignal-protocol-c submodule.
[arguments]: Add phase "unpack-sources" to unpack our sources for
libsignal-protocol-c.
[native-inputs]: Add "libsignal-protocol-c-source".
2017-11-18 07:44:27 +01:00
Leo Famulari d8e257113c build-system/go: Don't let Go executables refer to the Go compiler.
* guix/build/go-build-system.scm (remove-store-reference, remove-go-references):
New procedures.
(%standard-phases): Add 'remove-go-references' phase.
* guix/build-system/go.scm (go-build): Add allow-go-reference? key.
2017-11-17 18:25:20 -05:00
Leo Famulari 25811886f1 gnu: vim: Update to 8.0.1300.
* gnu/packages/vim.scm (vim): Update to 8.0.1300.
2017-11-17 18:25:16 -05:00
Ricardo Wurmus 40f372af3e gnu: tuxguitar: Build with icedtea-8.
* gnu/packages/music.scm (tuxguitar)[arguments]: Use icedtea-8.
2017-11-17 23:18:50 +01:00
Ricardo Wurmus 8710d4dd73 gnu: java-swt: Update to 4.7.1a.
* gnu/packages/java.scm (java-swt): Update to 4.7.1a.
[arguments]: Build with icedtea-8.
[inputs]: Remove "icecat".
2017-11-17 23:18:50 +01:00
Ricardo Wurmus d72f76df11 gnu: eolie: Update to 0.9.12.
* gnu/packages/gnome.scm (eolie): Update to 0.9.12.
[inputs]: Add python-dateutil.
2017-11-17 23:18:50 +01:00
Marco van Hulten 45eee2dd62 doc: Write "file system" instead of "partition" as appopriate.
* doc/guix.texi (Preparing for Installation): Write "file system" instead
of "partition" as appopriate.
2017-11-17 23:04:52 +01:00
Ricardo Wurmus a8714bf680 gnu: Move database packages from python.scm to databases.scm.
* gnu/packages/python.scm (python-ccm, python2-ccm, python2-pysqlite,
python-sqlalchemy, python2-sqlalchemy, python-sqlalchemy-utils,
python2-sqlalchemy-utils, python-alembic, python2-alembic,
python-pickleshare, python2-pickleshare, python-apsw, python2-apsw,
python2-neo4j-driver, python2-py2neo, python-psycopg2, python2-psycopg2,
python-sadisplay, python2-sadisplay, python-mysqlclient,
python2-mysqlclient, python-hiredis, python2-hiredis, python-fakeredis,
python2-fakeredis, python-redis, python2-redis, python-rq, python2-rq,
python-trollius-redis, python2-trollius-redis, python-sqlparse,
python2-sqlparse, python-sql, python2-sql): Move from here...
* gnu/packages/databases.scm: ...to here.
* gnu/packages/tryton.scm,
gnu/packages/python-web.scm,
gnu/packages/nutrition.scm,
gnu/packages/medical.scm: Adjust accordingly.
2017-11-17 22:36:27 +01:00
Ricardo Wurmus be6eb2f1e6 gnu: python-scikit-learn: Move from python.scm to machine-learning.scm.
* gnu/packages/python.scm (python-scikit-learn, python2-scikit-learn): Move
from here...
* gnu/packages/machine-learning.scm: ...to here.
2017-11-17 22:36:26 +01:00
Ricardo Wurmus 98c6a02573 gnu: Move more web packages from python.scm to python-web.scm.
* gnu/packages/python.scm (python-pastescript, python2-pastescript,
python-paste, python2-paste, python-werkzeug, python2-werkzeug, python-bottle,
python2-bottle, python-wtforms, python2-wtforms): Move from here...
* gnu/packages/python-web.scm: ...to here.
2017-11-17 22:36:26 +01:00
Ricardo Wurmus ac257f127a gnu: Move testing packages from python.scm to check.scm.
* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api,
python-mock, python2-mock, python-mock-2, python-nose, python2-nose,
python-nose2, python2-nose2, python-unittest2, python2-unittest2,
python-pytest, python2-pytest, python-pytest-3.0, python2-pytest-3.0,
python-pytest-cov, python2-pytest-cov, python-pytest-runner,
python2-pytest-runner, python-pytest-mock, python2-pytest-mock,
python-pytest-xdist, python2-pytest-xdist, python-scripttest,
python2-scripttest, python-testtools, python2-testtools, python-testscenarios,
python2-testscenarios, python-testresources, python2-testresources,
python-subunit, python2-subunit, python-fixtures, python2-fixtures,
python-testrepository, python2-testrepository, python-coverage,
python2-coverage, python-cov-core, python2-cov-core, python-testpath,
python2-testpath, python-testlib, python2-testlib, python-pytest-cache,
python2-pytest-cache, python-pytest-localserver, python-pytest-xprocess,
python-pytest-subtesthack, python2-pytest-subtesthack, python-hypothesis,
python2-hypothesis, python-lit, python2-lit, python-pytest-pep8,
python2-pytest-pep8, python-pytest-flakes, python2-pytest-flakes,
python2-coverage-test-runner, python-pylint, python2-pylint,
python-paramunittest, python2-python-paramunittest, python-pytest-warnings,
python2-pytest-warnings, python-pytest-capturelog, python2-pytest-capturelog,
python-pytest-catchlog, python2-pytest-catchlog, python-nosexcover,
python2-nosexcover, python-discover, python2-discover, behave, python-rednose,
python2-rednose, python-nose-randomly, python2-nose-randomly,
python-nose-timer, python2-nose-timer): Move from here...
* gnu/packages/check.scm: ...to here.
* gnu/packages/admin.scm,
gnu/packages/android.scm,
gnu/packages/backup.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm,
gnu/packages/dav.scm,
gnu/packages/django.scm,
gnu/packages/freedesktop.scm,
gnu/packages/haskell.scm,
gnu/packages/image.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/ldc.scm,
gnu/packages/libffi.scm,
gnu/packages/mail.scm,
gnu/packages/mpd.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/password-utils.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/storage.scm,
gnu/packages/time.scm,
gnu/packages/tls.scm,
gnu/packages/tor.scm,
gnu/packages/tryton.scm: Adjust accordingly.
2017-11-17 22:36:26 +01:00
Ricardo Wurmus ff49437df7 gnu: Add qmidiroute.
* gnu/packages/music.scm (qmidiroute): New variable.
2017-11-17 22:36:26 +01:00
Rutger Helling fc8d6953e2 gnu: cheese: Update to 3.26.0.
* gnu/packages/gnome.scm (cheese): Update to 3.26.0

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-17 16:34:28 -05:00
Oleg Pykhalov 3fe4c9dcc4 gnu: Add emacs-transmission.
* gnu/packages/emacs.scm (emacs-transmission): New variable.
2017-11-17 13:37:12 +03:00
Oleg Pykhalov 669be6acfe gnu: cool-retro-term: Fix qml path.
* gnu/packages/terminals.scm (cool-retro-term): Fix qml path.
2017-11-17 13:28:08 +03:00
Rutger Helling 9bc646d053 gnu: eog: Update to 3.26.2.
* gnu/packages/gnome.scm (eog): Update to 3.26.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17 11:00:20 +01:00
Rutger Helling cf8ec425d5 gnu: gnome-disk-utility: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.26.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17 11:00:18 +01:00
Rutger Helling 64a4d39403 gnu: nftables: Update to 0.8.
* gnu/packages/linux.scm (nftables): Update to 0.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17 10:59:21 +01:00
Rutger Helling 284d7da3bb gnu: libnftnl: Update to 1.0.8.
* gnu/packages/linux.scm (libnftnl): Update to 1.0.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-17 10:59:00 +01:00
Ludovic Courtès d5ce7bcfa2 workers: Display backtrace in pre-unwind handler.
* guix/workers.scm (worker-thunk): Add (const #f) as the 'catch'
handler, and move previous handler as pre-unwind handler.  Protect
against 'make-stack' returning #f.
2017-11-17 10:47:56 +01:00
Ludovic Courtès 19fd7229bc workers: Add test with exceptions.
* tests/workers.scm ("exceptions"): New test.
2017-11-17 10:47:49 +01:00
Ludovic Courtès 232b3d3101 workers: 'pool-idle?' returns true only if the workers are idle.
Fixes <https://bugs.gnu.org/28779>.
Reported by Eric Bavier <bavier@cray.com>.

* guix/workers.scm (<pool>)[busy]: New field.
(worker-thunk): Add #:idle and #:busy and use them.
(make-pool): Pass #:busy and #:idle to 'worker-thunk'.  Pass a 'busy'
value to '%make-pool'.
* guix/workers.scm (pool-idle?): Check whether 'pool-busy' returns zero
and adjust docstring.
2017-11-17 10:10:30 +01:00
Theodoros Foradis ef2c6b4095 gnu: Add qucs-s.
* gnu/packages/engineering.scm (qucs-s): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-16 10:53:06 +01:00
Ludovic Courtès 0b4dbb401c gnu: syslinux: Add explicit dependency on mtools.
Suggested by Adam Van Ymeren <adam@vany.ca>
at <https://bugs.gnu.org/28974>.

* gnu/packages/bootloaders.scm (syslinux)[inputs]: Add MTOOLS.
[ARGUMENTS]: In 'patch-files' phase, patch references to 'mcopy' and
'mattrib'.
2017-11-16 10:43:40 +01:00
Rutger Helling afc4382316 gnu: wget: Add wget2.
* gnu/packages/wget.scm (wget2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-16 10:27:42 +01:00
ng0 15712cc9e3 gnu: spectrwm: Update to 3.1.0.
* gnu/packages/wm.scm (spectrwm): Update to 3.1.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-16 10:25:40 +01:00
Rutger Helling 42e52605d4 gnu: xpra: Fix paths.
* gnu/packages/xorg.scm (xpra): [arguments]: Add '--without-opengl',
'--without-Xdummy' and '--without-Xdummy-wrapper' to #:configure-flags. Add
substitutions to #phases for proper paths.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-16 10:21:40 +01:00
Rutger Helling d9cd1c2272 gnu: messaging: Enable OMEMO for dino.
* gnu/packages/messaging.scm (dino): Update to commit
f6ac5bbd26638412a2289fd1d28ef12de1d7e8b5.
[inputs]: Add libsignal-protocol-c and libgcrypt.
[arguments]: Change #configure-flags to "-DSHARED_SIGNAL_PROTOCOL=yes".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-16 09:50:06 +01:00
Rutger Helling 0d549f60df gnu: messaging: Add libsignal-protocol-c.
* gnu/packages/messaging.scm (libsignal-protocol-c): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-16 09:42:45 +01:00
Ludovic Courtès 304a53f67a ui: Add source file name to the package search metrics.
* guix/ui.scm (%package-metrics): Include 'package-location'.  Increase
score of the other fields.
2017-11-16 08:45:15 +01:00
Ludovic Courtès 589e3f4e70 gnu: Move more packages from python to python-web.
* gnu/packages/python.scm (python-requests, python2-requests)
(python-requests-2.7, python-oauthlib, python2-oauthlib)
(python-furl, python2-furl, python-wsgi-intercept)
(python-publicsuffix, python2-publicsuffix)
(python-publicsuffix2, python2-publicsuffix2): Move to...
* gnu/packages/python-web.scm: ... here.
* gnu/packages/bioinformatics.scm, gnu/packages/finance.scm:
gnu/packages/maths.scm, gnu/packages/terminals.scm,
gnu/packages/video.scm, gnu/packages/virtualization.scm: Adjust
accordingly.
2017-11-16 08:45:15 +01:00
Ludovic Courtès b95c17c58b gnu: Move Python packages from crypto to python-crypto.
* gnu/packages/crypto.scm (python-asn1crypto, python2-asn1crypto)
(python-pynacl, python2-roca-detect): Move to python-crypto.scm.
* gnu/packages/gnupg.scm (python2-pgpdump): Move to python-crypto.scm.
* gnu/packages/python-crypto.scm (python-asn1crypto, python2-asn1crypto)
(python-pynacl, python2-pgpdump, python2-roca-detect): New variables.
2017-11-16 08:45:15 +01:00
Ludovic Courtès cc6f49121b gnu: Move crypto packages from python to python-crypto.
* gnu/packages/python.scm (python-passlib, python2-passlib)
(python-py-bcrypt, python2-py-bcrypt)
(python-paramiko, python2-paramiko, python-ecdsa, python2-ecdsa)
(python-pycrypto, python2-pycrypto, python-keyring, python2-keyring)
(python-certifi, python2-certifi)
(python-cryptography-vectors, python2-cryptography-vectors)
(python-cryptography, python2-cryptography)
(python-pyopenssl, python2-pyopenssl)
(python-axolotl-curve25519, python2-axolotl-curve25519)
(python-axolotl, python2-axolotl, python2-slowaes)
(python-pyaes, python2-pyaes): Move to...
* gnu/packages/python-crypto.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm, gnu/packages/backup.scm,
gnu/packages/crypto.scm, gnu/packages/finance.scm,
gnu/packages/irc.scm, gnu/packages/jrnl.scm,
gnu/packages/messaging.scm, gnu/packages/openstack.scm,
gnu/packages/python-web.scm, gnu/packages/tls.scm,
gnu/packages/xorg.scm: Adjust accordingly.
2017-11-16 08:45:15 +01:00
Ludovic Courtès 7482b98120 cve: Use 'http-fetch/cached' instead of having custom caching.
That way CVE fetching benefits from 'If-Modified-Since' handling.

* guix/http-client.scm (http-fetch/cached): Add #:write-cache and
 #:cache-miss parameters and honor them.
* guix/cve.scm (%current-year-ttl, %past-year-ttl): Reduce.
(call-with-cve-port): Remove.
(write-cache): New procedure.
(fetch-vulnerabilities): Rewrite in terms of 'http-fetch/cached'.
2017-11-16 08:45:15 +01:00
Ludovic Courtès 866f37fb7e download: Improve efficiency of 'write-request' over TLS.
This is another instance of <https://bugs.gnu.org/22966>.
The Microsoft-IIS/7.5 server at static.nvd.nist.gov would sometimes hang
when receiving our requests byte by byte.

* guix/build/download.scm (tls-wrap) [!guile-2.0]: Add 'setvbuf' call.
2017-11-16 08:45:14 +01:00
Mark H Weaver c114c9c5d8 gnu: linux-libre: Update to 4.14.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.14.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.13-arm.conf,
gnu/packages/aux-files/linux-libre/4.13-i686.conf,
gnu/packages/aux-files/linux-libre/4.13-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.14-arm.conf,
gnu/packages/aux-files/linux-libre/4.14-i686.conf,
gnu/packages/aux-files/linux-libre/4.14-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
2017-11-16 00:03:34 -05:00
Mark H Weaver 811a24ca5f gnu: linux-libre@4.9: Update to 4.9.62.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.62.
2017-11-16 00:03:00 -05:00
Mark H Weaver 6f0e2c2b4a gnu: linux-libre@4.4: Update to 4.4.98.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.98.
2017-11-16 00:02:24 -05:00
Mark H Weaver f1e3214534 gnu: icecat: Add more fixes from upstream mozilla-esr52.
Add fixes for CVE-2017-7830, the remaining 1/2 changesets for CVE-2017-7828,
the remaining 1/19 changesets for CVE-2017-7826, and selected other fixes.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
* gnu/packages/patches/icecat-bug-1348660-pt5.patch,
gnu/packages/patches/icecat-bug-1415133.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-11-16 00:01:46 -05:00
Mark H Weaver 6a71fa6faa gnu: icecat: Label patches to reflect CVE assignments.
Document that we include 18/19 changesets for CVE-2017-7826, and 1/2
changesets for CVE-2017-7828.

* gnu/packages/gnuzilla.scm (icecat)[source]: Rename patches to reflect CVE
assignments.
2017-11-16 00:01:21 -05:00
Tobias Geerinckx-Rice ed0f9f53ab gnu: iproute2: Update to 4.14.1.
* gnu/packages/linux.scm (iproute): Update to 4.14.1.
2017-11-15 12:45:26 +01:00
Tobias Geerinckx-Rice 7c1adf0090 gnu: gnucash: Use HTTPS for www.gnucash.org.
* gnu/packages/gnucash.scm (gnucash, gnucash-docs)[home-page]: Use HTTPS.
2017-11-15 03:19:19 +01:00
Tobias Geerinckx-Rice 471ce31cd7 gnu: gnucash: Update to 2.6.18.
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.18.
2017-11-15 03:19:18 +01:00
Tobias Geerinckx-Rice c27f48573e gnu: youtube-dl: Update to 2017.11.15.
* gnu/packages/video.scm (youtube-dl): Update to 2017.11.15.
2017-11-15 03:19:18 +01:00
Tobias Geerinckx-Rice 99adfd7d3d gnu: geoclue: Use HTTPS for home page.
* gnu/packages/gnome.scm (geoclue)[home-page]: Use HTTPS.
2017-11-15 03:19:18 +01:00
Tobias Geerinckx-Rice dba7028f14 gnu: geoclue: Update to 2.4.7.
* gnu/packages/gnome.scm (geoclue): Update to 2.4.7.
2017-11-15 03:19:17 +01:00
Tobias Geerinckx-Rice 06d2a63c15 gnu: aria2: Update to 1.33.1.
* gnu/packages/bittorrent.scm (aria2): Update 1.33.1.
2017-11-15 03:19:17 +01:00
Tobias Geerinckx-Rice c115b2dbe0 gnu: smartmontools: Mark up description.
* gnu/packages/admin.scm (smartmontools)[description]: Use @dfn.
2017-11-15 03:19:17 +01:00
Tobias Geerinckx-Rice bd2eedd116 gnu: smartmontools: Update to 6.6.
* gnu/packages/admin.scm (smartmontools): Update to 6.6.
2017-11-15 03:19:16 +01:00
Kei Kebreau 8c2dcedd1d gnu: devhelp: Update to 3.26.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.26.0.
2017-11-14 17:50:33 -05:00
Kristofer Buffington 1697307185 gnu: Add guile-wiredtiger.
* gnu/packages/databases.scm (guile-wiredtiger): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-14 23:46:53 +01:00
Ludovic Courtès 9f8605958e download: Pass the timeout to 'ftp-retr'.
This ensures the timeout applies when connecting to the port returned by
PASV.

* guix/ftp-client.scm (ftp-list): Add #:timeout parameter.  Use
'connect*' instead of 'connect' and pass TIMEOUT.
(ftp-retr): Likewise.
* guix/build/download.scm (ftp-fetch): Pass TIMEOUT to 'ftp-retr'.
2017-11-14 23:46:53 +01:00
Oleg Pykhalov 5724a14e71 tests: install: Increase target-size.
1200 MiB are too small for a btrfs-root-os, thus let increase it.

* gnu/tests/install.scm (run-install): Increase target-size to 2200 MiB.
(%btrfs-root-installation-script): Increase my-root partition size to 2G.
2017-11-15 00:48:09 +03:00
Leo Famulari 412716eff2 grafts: Clarify the status of the workaround for <http://bugs.gnu.org/24659>.
* guix/build/graft.scm (mkdir-p*): Annotate.
2017-11-14 16:38:02 -05:00
David Thompson 52b617ffeb gnu: Update awscli to 1.11.185.
* gnu/packages/python-web.scm (awscli): Update to 1.11.185.
2017-11-14 14:20:42 -05:00
Kei Kebreau 31d9e454ad gnu: gnome-calculator: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.26.0.
2017-11-14 14:12:42 -05:00
Kei Kebreau a5a22d7b14 gnu: gnome-system-monitor: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.26.0.
2017-11-14 13:47:03 -05:00
Tobias Geerinckx-Rice 85a9ffcbf4 gnu: exim: Use HTTPS for home page.
* gnu/packages/mail.scm (exim)[home-page]: Use HTTPS.
2017-11-14 04:06:53 +01:00
Tobias Geerinckx-Rice 58b8d1b39f gnu: iproute2: Update to 4.14.0.
* gnu/packages/linux.scm (iproute): Update to 4.14.0.
2017-11-14 04:06:53 +01:00
Ludovic Courtès 1b2f753d9c gnu: Move web packages from python to python-web.
This is in part to address <https://bugs.gnu.org/27284>.

* gnu/packages/python.scm (python-httplib2, python2-httplib2)
(python-sockjs-tornado, python2-sockjs-tornado)
(python-flask-babel, python2-flask-babel)
(python-html5lib, python2-html5lib)
(python-html5lib-0.9, python2-html5lib-0.9)
(python-html5-parser, python2-html5-parser)
(python-webencodings, python2-webencodings)
(python-openid, python2-openid, python-cssutils, python2-cssutils)
(python-cssselect, python2-cssutils)
(python-openid-cla, python2-openid-cla)
(python-openid-teams, python2-openid-teams)
(python-tornado, python2-tornado)
(python-tornado-http-auth, python-terminado, python2-terminado)
(python-webob, python2-webob, python-zope-event, python2-zope-event)
(python-zope-interface, python2-zope-interface)
(python-zope-exceptions, python2-zope-exceptions)
(python-zope-testing, python2-zope-testing)
(python-zope-testrunner, python2-zope-testrunner)
(python-zope-i18nmessageid, python2-zope-i18nmessageid)
(python-zope-schema, python2-zope-schema)
(python-zope-configuration, python2-zope-configuration)
(python-zope-proxy, python2-zope-proxy)
(python-zope-location, python2-zope-location)
(python-zope-security, python2-zope-security)
(python-zope-component, python2-zope-component)
(python-ndg-httpsclient, python2-ndg-httpsclient)
(python-websocket-client, python2-websocket-client)
(python-requests-toolbelt, python2-requests-toolbelt)
(python-rauth, python2-rauth, python-urllib3, python2-urllib3)
(awscli, python-wsgiproxy2, python2-wsgiproxy2)
(python-pastedeploy, python2-pastedeploy)
(python-webtest, python2-webtest, python-flask, python2-flask)
(python-flast-wtf, python2-flask-wtf)
(python-flask-multistatic, python2-flask-multistatic)
(python-cookies, python2-cookies)
(python-responses, python2-responses)
(python-geventhttpclient, python2-geventhttpclient)
(python-requests-oauthlib, python2-requests-oauthlib)
(python-url, python2-url, python-cachecontrol, python2-cachecontrol)
(python-betamax, python2-betamax)
(python-betamax-matchers, python2-betamax-matchers)
(python-s3transfer, python2-s3transfer)
(python-flask-restful, python-flask-basicauth)
(python-flask-sqlalchemy, python-flask-restplus)
(python-flask-restful-swagger, python-htmlmin, python2-htmlmin)
(python-flask-htmlmin, python2-flask-htmlmin)
(python-flask-login, python2-flask-login)
(python-oauth2client, python-flask-oidc)
(python-webassets, python-cssmin, python2-cssmin)
(python-elasticsearch, python2-elasticsearch)
(python-flask-script, python2-flask-script)
(python-flask-migrate, python2-flask-migrate)
(python-genshi, python2-genshi)
(python-flask-principal, python2-flask-principal)
(python-flask-httpauth, python2-flask-httpauth)
(python-uritemplate, python2-uritemplate): Move to...
* gnu/packages/python-web.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm, gnu/packages/backup.scm,
gnu/packages/dav.scm, gnu/packages/django.scm,
gnu/packages/docker.scm, gnu/packages/ebook.scm,
gnu/packages/logging.scm, gnu/packages/mail.scm,
gnu/packages/music.scm, gnu/packages/openstack.scm,
gnu/packages/package-management.scm, gnu/packages/rdf.scm,
gnu/packages/tls.scm, gnu/packages/tor.scm,
gnu/packages/tryton.scm, gnu/packages/version-control.scm,
gnu/packages/web-browsers.scm,
gnu/packages/web.scm: Adjust accordingly.
2017-11-13 23:41:01 +01:00
Ben Woodcroft a68e586097 gnu: diamond: Update to 0.9.13.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.13.
2017-11-14 08:25:43 +10:00
Ricardo Wurmus 5ccde2079e gnu: Move test packages from perl to perl-check.
* gnu/packages/perl.scm (perl-test2-bundle-extended,
perl-test2-plugin-nowarnings, perl-test-base, perl-test-class,
perl-test-class-most, perl-test-cleannamespaces, perl-test-command,
perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-deep,
perl-test-differences, perl-test-directory, perl-test-eol,
perl-test-exception, perl-test-fatal, perl-test-file-sharedir-dist,
perl-test-files, perl-test-harness, perl-test-leaktrace,
perl-test-longstring, perl-test-manifest, perl-test-memory-cycle,
perl-test-mockobject, perl-test-mocktime, perl-test-most, perl-test-needs,
perl-test-notabs, perl-test-nowarnings, perl-test-number-delta,
perl-test-output, perl-test-pod, perl-test-pod-coverage, perl-test-requires,
perl-test-script, perl-test-sharedfork, perl-test-simple, perl-test-taint,
perl-test-tester, perl-test-trap, perl-test-utf8, perl-test-warn,
perl-test-warnings, perl-test-without-module, perl-test-writevariants,
perl-test-yaml, perl-test-trailingspace): Move variables to ...
* gnu/packages/perl-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/admin.scm,
gnu/packages/bioinformatics.scm,
gnu/packages/crypto.scm,
gnu/packages/databases.scm,
gnu/packages/glib.scm,
gnu/packages/gnupg.scm,
gnu/packages/image-viewers.scm,
gnu/packages/language.scm,
gnu/packages/networking.scm,
gnu/packages/package-management.scm,
gnu/packages/perl.scm,
gnu/packages/terminals.scm,
gnu/packages/tex.scm,
gnu/packages/version-control.scm,
gnu/packages/web.scm,
gnu/packages/xml.scm,
gnu/packages/xorg.scm: Use perl-check module.
2017-11-13 23:03:01 +01:00
Ricardo Wurmus 587d175266 gnu: ghc-tls: Move to (gnu packages tls).
* gnu/packages/haskell.scm (ghc-tls): Move from here...
* gnu/packages/tls.scm (ghc-tls): ...to here.
* gnu/packages/haskell-web.scm: Use (gnu packages tls).
2017-11-13 18:40:55 +01:00
Ricardo Wurmus f24eba89f4 gnu: Move crypto packages from haskell to haskell-crypto.
* gnu/packages/haskell.scm (ghc-asn1-types, ghc-asn1-encoding, ghc-asn1-parse,
ghc-crypto-api, ghc-crypto-api-tests, ghc-cryptohash, ghc-cryptohash-md5,
ghc-cryptohash-sha1, ghc-cryptonite, ghc-digest, ghc-entropy, ghc-pem,
ghc-puremd5, ghc-sha, ghc-x509, ghc-x509-store, ghc-x509-validation,
ghc-x509-system): Move variables to ...
* gnu/packages/haskell-crypto.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/haskell.scm,
gnu/packages/haskell-web.scm,
gnu/packages/version-control.scm: Include haskell-crypto module.
2017-11-13 18:36:51 +01:00
Ricardo Wurmus 44b7374a22 gnu: Move web packages from haskell to haskell-web.
* gnu/packages/haskell.scm (ghc-tagsoup, ghc-cookie, ghc-http-types, ghc-http,
ghc-http-client, ghc-http-client-tls, ghc-http-date, ghc-http2,
ghc-http-conduit, ghc-wai, ghc-wai-logger, ghc-wai-extra, ghc-wai-conduit,
ghc-warp, ghc-warp-tls, ghc-xss-sanitize, ghc-css-text, ghc-mime-types,
ghc-html, ghc-xhtml, ghc-blaze-html, ghc-aeson, ghc-aeson-pretty,
ghc-aeson-qq, ghc-multipart): Move variables to ...
* gnu/packages/haskell-web.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/haskell.scm,
gnu/packages/idris.scm,
gnu/packages/version-control.scm,
gnu/packages/wm.scm: Include haskell-web module.
2017-11-13 18:12:37 +01:00
Ricardo Wurmus a06b9b5007 gnu: Move testing packages from haskell to haskell-check.
* gnu/packages/haskell.scm (ghc-clock-bootstrap, ghc-tasty-ant-xml,
ghc-tasty-smallcheck, ghc-tasty-quickcheck, ghc-tasty-golden, ghc-tasty,
ghc-tasty-hunit, ghc-tasty-kat, ghc-tasty-th, ghc-tasty-rerun,
ghc-quickcheck-instances, ghc-quickcheck-unicode, ghc-quickcheck-io,
ghc-quickcheck, ghc-test-framework, ghc-test-framework-hunit,
ghc-test-framework-quickcheck2, ghc-test-framework-th, ghc-hunit,
hspec-discover, ghc-hspec-core, ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib,
ghc-hspec-expectations): Move variables to ...
* gnu/packages/haskell-check.scm: ... this new file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/haskell.scm,
gnu/packages/idris.scm,
gnu/packages/version-control.scm,
gnu/packages/wm.scm: Include haskell-check module.
2017-11-13 18:12:27 +01:00
Ricardo Wurmus d4735e8c65 gnu: cd-hit: Update source tarball hash.
* gnu/packages/bioinformatics.scm (cd-hit)[source]: Update hash.
2017-11-13 16:02:35 +01:00
Kei Kebreau 62f0806f4c Revert "gnu: totem: Enable parallel build."
This reverts commit e5f748a6c0.
2017-11-13 07:47:23 -05:00
Ludovic Courtès a0fea77dbb services: guix: Remove dependency on 'lsof'.
This is a followup to b8f59cdc20:
'list-runtime-roots' no longer depends on 'lsof'.

* gnu/services/base.scm (<guix-configuration>)[lsof]: Remove.
(guix-shepherd-service): Adjust accordingly.
* doc/guix.texi (Base Services): Adjust accordingly.
* gnu/system.scm (%base-packages): Remove LSOF.
2017-11-13 11:36:28 +01:00
Ludovic Courtès b918473189 gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to ff23b47.
2017-11-13 11:31:27 +01:00
Ludovic Courtès ff23b47dbe tests: 'guix-gc.sh' passes even when 'out' or 'drv' are defined as env vars.
This fixes a test failure exhibited by
fb17a89912 whereby assignments to 'out' in
guix-gc.sh would go to the 'out' environment variable, when it exists,
which in turn prevents garbage collection of $out.

* tests/guix-gc.sh: Add 'unset' invocations.
2017-11-13 10:10:13 +01:00
Efraim Flashner 6b7490b340 gnu: ibus: Update to 1.5.17.
* gnu/packages/ibus.scm (ibus): Update to 1.5.17.
2017-11-13 10:19:26 +02:00
Efraim Flashner ce12b31157 gnu: ibus: Enable wayland support.
* gnu/packages/ibus.scm (ibus)[arguments]: Add configure flag to enable
wayland support.
[inputs]: Add wayland.
2017-11-13 10:19:26 +02:00
Kei Kebreau f35bb0711c gnu: libsoup: Update to 2.60.2.
* gnu/packages/gnome.scm (libsoup): Update to 2.60.2.
2017-11-12 21:20:24 -05:00
Ludovic Courtès 856b68bda9 list-runtime-roots: Ignore PIDs we cannot access.
This allows running as non-root.
Fixes a regression introduced in b8f59cdc20.

* nix/scripts/list-runtime-roots.in (referenced-files): Handle EACCES in
addition to ENOENT.
2017-11-12 23:53:12 +01:00
Leo Famulari d0b87779f0 download: Use HTTPS for the first ImageMagick mirror.
* guix/download.scm (%mirrors)[imagemagick]: Use HTTPS for <sunsite.icm.edu.pl>.
2017-11-12 17:50:01 -05:00
Leo Famulari ecc585711e download: Try FTP servers last.
* guix/download.scm (%mirrors)[savannah, kernel.org, apache, xorg, imagemagick]:
Re-arrange so that FTP is last.
2017-11-12 17:50:01 -05:00
Leo Famulari c0d1fa64d0 gnu: imagemagick: Update to 6.9.9-23.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-23.
2017-11-12 17:50:01 -05:00
Ludovic Courtès fb17a89912 list-runtime-roots: Canonicalize store items.
Looking at 'addAdditionalRoots' in libstore/gc.cc, it looks like it
should always have been this way.  In practice it probably doesn't make
much of a difference.

* nix/scripts/list-runtime-roots.in (canonicalize-store-item): New
procedure.
<top level>: Use it.
2017-11-12 22:42:17 +01:00
Ludovic Courtès b8f59cdc20 list-runtime-roots: Do not use 'lsof'.
This makes things a bit faster (0.8s instead of 1.4s on my laptop).

* nix/scripts/list-runtime-roots.in (lsof-roots): Remove.
(proc-fd-roots): Return the empty list when 'scandir' returns #f.
(referenced-files): New procedure.
Use it at the top level.
2017-11-12 22:42:17 +01:00
Ludovic Courtès 6a98b9f34e doc: Better explain GC roots.
Fixes <https://bugs.gnu.org/24194>.
Reported by J. Eppler <j.eppler@openmailbox.org>.

* doc/guix.texi (Invoking guix-daemon): Add index entries for GC roots.
Add xref to "Invoking guix gc".
(Invoking guix gc): Add the string "GC roots"; mention /var/guix/gcroots.
(Additional Build Options): Add index entries.  Better explain --root.
(Invoking guix environment): Add xref to "Invoking guix gc".
2017-11-12 22:42:17 +01:00
Leo Famulari 2560aa7adb gnu: Remove unrar.
This package is abandoned upstream and contains serious bugs:

http://seclists.org/oss-sec/2017/q3/329
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14120
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14121
https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2017-14122

* gnu/packages/compression.scm (unrar): Remove variable.
2017-11-12 16:17:08 -05:00
Rutger Helling 8420c7a356 gnu: linux-libre: Change URL to HTTPS.
* gnu/packages/linux.scm (linux-libre): Change URL to HTTPS.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-11-12 15:46:44 -05:00
Efraim Flashner 1650cf9284 gnu: mupdf: Unbundle mujs.
* gnu/packages/pdf.scm (mupdf)[source]: Remove bundled mujs.
[inputs]: Add mujs.
2017-11-12 19:39:21 +02:00
Efraim Flashner 89ba894eb3 gnu: Add mujs.
* gnu/packages/javascript.scm (mujs): New variable.
2017-11-12 19:39:20 +02:00
Efraim Flashner 76379dcace gnu: mupdf: Use https.
* gnu/packages/pdf.scm (mupdf)[source]: Use https.
[home-page]: Same.
2017-11-12 19:39:20 +02:00
Efraim Flashner 31f248fa2c gnu: pdf.scm: Arrange modules alphabetically.
* gnu/packages/pdf.scm: Arrange modules alphabetically.
2017-11-12 19:39:17 +02:00
Efraim Flashner b07bfd06ee gnu: lash: Don't build static libraries.
* gnu/packages/audio.scm (lash)[arguments]: Add configure-flag to
disable static libraries.
2017-11-12 12:04:49 +02:00
Efraim Flashner 44df780768 gnu: lash: Don't build lashd.
This fixes bug#28174.

* gnu/packages/audio.scm (lash)[arguments]: Add phase to skip building lashd.
2017-11-12 12:04:46 +02:00
Kei Kebreau c7b433de47 gnu: glib-networking: Update to 2.54.1.
* gnu/packages/gnome.scm (glib-networking): Update to 2.54.1.
2017-11-12 01:17:10 -05:00
Efraim Flashner 1e2a36e1b0 gnu: ffmpeg: Reduce the size of the closure.
* gnu/packages/video.scm (ffmpeg)[arguments]: Add new configure flags to
disable the html man pages and the static libraries.
2017-11-12 07:11:29 +02:00
Efraim Flashner 7e0d513fb9 gnu: mupdf: Use Texinfo for the description.
* gnu/packages/pdf.scm (mupdf)[description]: Use Texinfo to mark up the
description.
2017-11-12 07:11:25 +02:00
Leo Famulari b7ca42aa99 gnu: w3m: Find an editor in the environment.
* gnu/packages/w3m.scm (w3m)[arguments]: Pass an empty value for --with-editor
in #:configure-flags.
[source]: Use git-file-name.
2017-11-11 23:04:39 -05:00
Leo Famulari 882d921344 gnu: mupdf: Actually fix CVE-2017-15587.
The original fix could be removed by an optimizing compiler.

* gnu/packages/patches/mupdf-CVE-2017-15587.patch: Revise patch.
2017-11-11 22:34:24 -05:00
Tobias Geerinckx-Rice 07cc9245e6 gnu: libusb-compat: Use the same home page as libusb.
* gnu/packages/libusb.scm (libusb-compat)[home-page]: Update.
2017-11-12 03:25:49 +01:00
Tobias Geerinckx-Rice 5ade9bc769 gnu: fcgi: Fix typo in description.
* gnu/packages/web.scm (fcgi)[description]: Fix typo.
2017-11-12 03:25:48 +01:00
Tobias Geerinckx-Rice d1b5043947 gnu: fcgi: Use archived home page fork.
* gnu/packages/web.scm (fcgi)[home-page]: Use archived version.
2017-11-12 03:25:48 +01:00
Tobias Geerinckx-Rice 9c2917f9e7 gnu: lynx: Use new home page.
* gnu/packages/web-browsers.scm (lynx)[home-page]: Update.
2017-11-12 03:25:47 +01:00
Tobias Geerinckx-Rice 6862e4bfe7 gnu: perl-mime-types: Update to 2.14.
* gnu/packages/perl.scm (perl-mime-types): Update to 2.14.
2017-11-12 03:25:47 +01:00
Ludovic Courtès f9035ef213 gnu: mailutils: Update to 3.4.
* gnu/packages/mail.scm (mailutils): Update to 3.4.
2017-11-11 23:21:54 +01:00
Ludovic Courtès cda2e2c719 gnu: emacs-emms: Update to 4.4.
* gnu/packages/emacs.scm (emms): Update to 4.4.
2017-11-11 23:21:54 +01:00
Jan Nieuwenhuizen 327df26fbf gnu: nyacc: Update to 0.82.4.
* gnu/packages/mes.scm (nyacc): Update to 0.82.4.
2017-11-11 23:11:04 +01:00
Ludovic Courtès b1488c7653 git: Check whether 'clone-init-options' is defined.
This is a followup to 195f0d05c3.

* guix/git.scm (clone*): Check whether 'clone-init-options' is defined
before using it.
2017-11-11 20:09:25 +01:00
Leo Famulari 4564782c3d gnu: nvi: Build with support for Unicode text.
* gnu/packages/nvi.scm (nvi)[arguments]: Pass '--enable-widechar'
to #:configure-flags.
2017-11-11 12:00:37 -05:00
Ludovic Courtès ae0307f7c2 tests: Adjust to new unbound-variable error message.
This is a followup to dc856223f5.

* tests/guix-package.sh: Adjust unbound-variable message regexp.
2017-11-11 15:33:47 +01:00
Ludovic Courtès 4ad3a3f995 tests: Refer to "time@1.8".
This is a followup to dd00e0919f.

* tests/guix-build.sh: Refer to "time@1.8".
2017-11-11 15:33:04 +01:00
Ludovic Courtès 65a19abf3f download: Work around more bogus HTTP handling in Guile 2.2 <= 2.2.2.
Reported by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00190.html>.

* guix/build/download.scm (guile-2.2) [write-request-line]: Backport
Guile commit 6ad28ae3bc6a6d9e95ab7d70510d12c97673a143.
2017-11-11 15:20:02 +01:00
Marius Bakke 56f35d92f5 gnu: lvm2: Update to 2.02.176.
* gnu/packages/linux.scm (lvm2): Update to 2.02.176.
2017-11-11 07:40:55 +01:00
Marius Bakke ec03062171 gnu: libstaroffice: Update to 0.0.5.
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.5.
2017-11-11 07:18:34 +01:00
Marius Bakke 45d5c80253 gnu: libvisio: Update to 0.1.6.
* gnu/packages/libreoffice.scm (libvisio): Update to 0.1.6.
[source](patches): Remove.
* gnu/packages/patches/libvisio-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-11 07:15:39 +01:00
Marius Bakke 7a9283a619 gnu: libetonyek: Update to 0.1.7.
* gnu/packages/libreoffice.scm (libetonyek): Update to 0.1.7.
[source](patches): Remove.
[arguments]<#:phases>: Remove.
[native-inputs]: Remove AUTOCONF and AUTOMAKE.
* gnu/packages/patches/libetonyek-build-with-mdds-1.2.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-11-11 07:13:01 +01:00
Rutger Helling 074ff555ab gnu: libreoffice: Update to 5.3.7.2 and enable GTK3.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.7.2
[source]: Change URL to HTTPS.
[inputs]: Add gtk+.
[configure-flags]: Remove "--disable-gtk3".

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-11 07:03:06 +01:00
Alex Vong ce1ac8eea6 gnu: python2-rpython: Update to 0.2.1.
* gnu/packages/python.scm (python2-rpython): Update to 0.2.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-11 07:00:22 +01:00
Alex Vong e65acb3124 gnu: python-sympy: Update to 1.1.1.
* gnu/packages/python.scm (python-sympy, python2-sympy): Update to 1.1.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-11 06:57:00 +01:00
Marius Bakke e077e7da7f gnu: python-sqlparse: Fix syntax error.
This is a follow-up to commit 8d688cd27f.

* gnu/packages/python.scm (python-sqlparse)[arguments]: Add missing lambda.
2017-11-11 06:40:50 +01:00
Tobias Geerinckx-Rice 8d688cd27f gnu: python-sqlparse: Update to 0.2.4.
* gnu/packages/python.scm (python-sqlparse, python2-sqlparse): Update to
0.2.4.
[arguments]: Don't invoke ‘2to3’.
2017-11-11 05:17:59 +01:00
Tobias Geerinckx-Rice 795ec760e4 install: Fix typo.
* gnu/system/install.scm (installation-os): Fix typo in comment.
2017-11-11 05:17:59 +01:00
Tobias Geerinckx-Rice 9629c6b4b2 gnu: cyrus-sasl: Use new home page.
* gnu/packages/cyrus-sasl.scm (cyrus-sasl)[home-page]: Update.
2017-11-11 05:17:58 +01:00
Tobias Geerinckx-Rice 11ed4108fb gnu: methylkit: Use new home page.
* gnu/packages/bioinformatics.scm (methylkit)[home-page]: Update.
2017-11-11 05:17:58 +01:00
Ben Woodcroft 7c087150ec gnu: vsearch: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.6.0.
2017-11-11 09:33:16 +10:00
Ludovic Courtès 59da6f04f4 download: Work around bogus HTTP handling in Guile 2.2 <= 2.2.2.
Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00070.html>.

* guix/build/download.scm (write-request-line) [guile-2.2]: New
procedure.
2017-11-10 23:11:52 +01:00
Leo Famulari 74c0aeb027 gnu: webkitgtk: Update to 2.18.3 [fixes CVE-2017-{13788,13798,13803}].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.3.
2017-11-10 12:48:15 -05:00
Leo Famulari adf7e69cab gnu: qemu: Fix CVE-2017-{15038,15268,15289}.
* gnu/packages/patches/qemu-CVE-2017-15038.patch,
gnu/packages/patches/qemu-CVE-2017-15268.patch,
gnu/packages/patches/qemu-CVE-2017-15289.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
2017-11-10 12:16:31 -05:00
Kei Kebreau d4d7d70912 gnu: Fix hunspell-dict-en-* dictionary installation.
* gnu/packages/aspell.scm (aspell-word-list)[arguments]: Install the .dic file
for all hunspell dictionaries.
2017-11-10 11:59:09 -05:00
Ricardo Wurmus 0af4df7e61 gnu: cutadapt: Update to 1.14.
* gnu/packages/bioinformatics.scm (cutadapt): Update to 1.14.
2017-11-10 15:32:42 +01:00
Ricardo Wurmus ae451b9dc2 gnu: synergy: Fix minor problems with the package definitions.
* gnu/packages/synergy.scm (synergy)[source]: Return #t in the snippet.
[arguments]: Let build phases return #t; fix typo in comment.
[home-page]: Change to redirection target.
[description]: Fix typo.
2017-11-10 15:19:06 +01:00
Jelle Licht 177475cfb5 gnu: password-store: Install passmenu script.
* gnu/packages/password-utils (password-store)
  [inputs]: Add dmenu and xdotool.
  [arguments]<#:phases>['patch-passmenu-path']: New phase.
  [arguments]<#:phases>['install-passmenu']: New phase.
2017-11-10 14:22:28 +01:00
Diego Nicola Barbato 011f57695a gnu: Add Epson escpr printer driver.
* gnu/packages/cups.scm (escpr): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-10 13:07:54 +01:00
Ludovic Courtès 195f0d05c3 git: Work around wrong default argument of 'clone'.
Fixes <https://bugs.gnu.org/29238>.
Reported by Benjamin Andresen <benny@in-ulm.de>.

* guix/git.scm (clone*): Pass second argument to 'clone'.
2017-11-10 13:07:54 +01:00
Efraim Flashner 179b7ac66d gnu: postgresql@9.6: Update to 9.6.6 [security fixes].
This fixes CVE-2017-12172, CVE-2017-15098, CVE-2017-15099.

* gnu/packages/databases.scm (postgresql@9.6): Update to 9.6.6.
2017-11-10 10:24:13 +02:00
Mark H Weaver 74bea6a036 gnu: linux-libre: Update to 4.13.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.12.
(%linux-libre-hash): Update hash.
2017-11-09 21:11:00 -05:00
Mark H Weaver 4cacbf33a6 gnu: linux-libre@4.9: Update to 4.9.61.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.61.
2017-11-09 21:10:14 -05:00
Mark H Weaver 3a79bd03ff gnu: linux-libre@4.4: Update to 4.4.97.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.97.
2017-11-09 21:09:34 -05:00
Mark H Weaver f8071bea91 gnu: linux-libre@4.1: Update to 4.1.46.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.46.
2017-11-09 21:08:51 -05:00
Tobias Geerinckx-Rice 3c3d20c8f3 gnu: libpsl: Update to 0.19.1.
* gnu/packages/web.scm (libpsl): Update to 0.19.1.
2017-11-10 02:37:15 +01:00
Rutger Helling 1d8e73ba67 gnu: postgresql: Update to 10.1 [security fixes].
Fixes CVE-2017-12172, CVE-2017-15098 and CVE-2017-15099.

* gnu/packages/databases.scm (postgresql): Update to 10.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-10 01:22:53 +01:00
Ludovic Courtès b70d72ac47 tests: Adjust to unbound-variable exception printer.
* tests/guix-system.sh: Adjust unbound-variable test for commit
dc856223f5.
2017-11-10 00:02:30 +01:00
Kyle Meyer e99f045cc8 gnu: Add r-directlabels.
* gnu/packages/statistics.scm (r-directlabels): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-09 23:54:48 +01:00
Alex Vong d3150731a8 gnu: emacs-ahungry-theme: Update to 1.8.0.
* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.8.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-09 23:54:48 +01:00
Marek Benc f021382be4 gnu: Add nxbelld.
* gnu/packages/xdisorg.scm (nxbelld): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-09 23:54:48 +01:00
Ludovic Courtès dc856223f5 ui: Add an 'unbound-variable' exception printer.
* guix/ui.scm (print-unbound-variable-error): New variable.
Use it as the 'unbound-variable' printer.
2017-11-09 23:54:47 +01:00
Ludovic Courtès a2985bb101 ui: Provide hints for unbound-variable errors.
* guix/ui.scm (known-variable-definition): New procedure.
(report-load-error): Handle 'unbound-variable'.
2017-11-09 23:54:47 +01:00
Ludovic Courtès 935542fbde ui: Add 'display-hint'.
* guix/ui.scm (known-variable-definition): New procedure.
(report-load-error): Use it.
2017-11-09 23:54:47 +01:00
Efraim Flashner d8f075c3a3 gnu: %intel-compatible-systems: Re-add variable.
This is a follow-up to cfbe7b7f4c.

* gnu/packages/linux.scm (%intel-compatible-systems): New variable.
2017-11-09 22:25:48 +02:00
Mathieu Othacehe cfbe7b7f4c gnu: linux: Add linux-libre arm kernel.
* Makefile.am (AUX_FILES): Add arm config file.
* gnu/packages/aux-files/linux-libre/4.13-arm.conf: New file.
* gnu/packages/linux.scm (%intel-compatible-systems): Rename to
  %linux-compatible-systems and add "armhf-linux".
  (linux-libre): Adapt consequently.

The config file for arm is taken from debian armmp kernel. It's a generic
firmware for ARMv7 multiplatform compatible SoCs.
2017-11-09 20:35:11 +01:00
Leo Famulari 3694a9b33b gnu: chromaprint: Update to 1.4.2.
* gnu/packages/mp3.scm (chromaprint): Update to 1.4.2.
2017-11-09 13:23:39 -05:00
Kei Kebreau ad9b8987f3 gnu: libwnck: Update to 3.24.1.
* gnu/packages/gnome.scm (libwnck): Update to 3.24.1.
2017-11-09 12:17:37 -05:00
Ludovic Courtès 5475749960 system: Do not set 'TZ'.
Fixes <https://bugs.gnu.org/29212>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/system.scm (operating-system-environment-variables): Remove "TZ".
2017-11-09 09:59:21 +01:00
Ben Woodcroft da4a707c88 gnu: roary: Update to 3.11.0.
* gnu/packages/bioinformatics.scm (roary): Update to 3.11.0.
[inputs]: Add perl-digest-md5-file.
2017-11-09 18:12:32 +10:00
Kei Kebreau e5f748a6c0 gnu: totem: Enable parallel build.
* gnu/packages/gnome.scm (totem)[arguments]: Set #:parallel-build? to #t
implicitly.
2017-11-08 20:43:40 -05:00
Leo Famulari 8f220b7b41 gnu: tremc: Update to 0.9.0-1.9755b50.
* gnu/packages/bittorrent.scm (tremc): Update to 0.9.0-1.9755b50.
[version]: Use git-version.
[source]: Use git-file-name.
2017-11-08 19:32:32 -05:00
Leo Famulari ea1f073d73 gnu: slurm: Update to 16.05.11 [fixes CVE-2017-15566].
* gnu/packages/parallel.scm (slurm): Update to 16.05.11.
[source]: Use the recommended download URL.
2017-11-08 19:32:31 -05:00
Leo Famulari a3dd13ae0e gnu: rpm: Update to 4.13.0.2 [fixes CVE-2017-{7500,7501}].
* gnu/packages/package-management.scm (rpm): Update to 4.13.0.2.
2017-11-08 19:00:07 -05:00
Leo Famulari 7df4194b16 gnu: python-icalendar: Update to 4.0.0.
* gnu/packages/python.scm (python-icalendar): Update to 4.0.0.
2017-11-08 18:36:29 -05:00
Leo Famulari 03b154f800 gnu: syncthing: Update to 0.14.40.
* gnu/packages/syncthing.scm (syncthing): Update to 0.14.40.
[inputs]: Add go-github-com-zillode-notify.
2017-11-08 17:24:02 -05:00
Leo Famulari 52ff28e4aa gnu: Add go-github-com-zillode-notify.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify): New variable.
2017-11-08 17:24:01 -05:00
Leo Famulari 4cf6827de3 gnu: go-github-com-audriusbutkevicius-kcp-go: Update to 0.0.0-1.8ae5f52.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go):
Update to 0.0.0-1.8ae5f52.
[propagated-inputs]: Add go-github-com-tjfoc-gmsm-sm4.
2017-11-08 17:24:01 -05:00
Leo Famulari f44169c2a7 gnu: Add go-github-com-tjfoc-gmsm-sm4.
* gnu/packages/syncthing.scm (go-github-com-tjfoc-gmsm-sm4): New variable.
2017-11-08 17:24:01 -05:00
Ludovic Courtès c5a4a92f1a gnu: Improve error reporting of the use-.*modules macros.
Suggested by Julien Lepiller and myglc2
at <https://lists.gnu.org/archive/html/guix-devel/2017-11/msg00106.html>.

* gnu.scm (%try-use-modules): New procedure.
(package-module-hint, service-module-hint): New procedures.
(try-use-modules): New macro.
(use-package-modules, use-service-modules, use-system-modules): Use it.
* tests/guix-system.sh: Test it.
2017-11-08 22:36:20 +01:00
Ludovic Courtès 49483f7138 services: Add 'lookup-service-types'.
* gnu/services.scm (lookup-service-types): New procedure.
* tests/services.scm ("lookup-service-types"): New test.
2017-11-08 22:31:58 +01:00
Ludovic Courtès 3943913fac services: 'fold-service-types' includes (gnu services).
* gnu/services.scm (all-service-modules): New procedure.
(fold-service-types): Use it for the default MODULES value.
2017-11-08 22:31:58 +01:00
Ludovic Courtès a3d37f3ae5 services: 'fold-service-types' honors its seed.
* gnu/services.scm (fold-service-types): Use SEED instead of '().
2017-11-08 22:31:58 +01:00
Ludovic Courtès 23735137eb ui: Define and honor '&error-location' and '&fix-hint' conditions.
* guix/utils.scm (&error-location, &fix-hint): New condition types.
* guix/ui.scm (report-load-error): Handle them.
(call-with-error-handling): Honor '&error-location'.
2017-11-08 22:31:58 +01:00
Ludovic Courtès 37eed374d9 ui: Introduce (guix i18n).
* guix/ui.scm (G_, N_, _P, %gettext-domain, %package-text-domain): Move
to...
* guix/i18n.scm: ... here.  New file.
2017-11-08 22:31:58 +01:00
Hartmut Goebel 0af94ad52f gnu: service: Update comment.
* gnu/services/base.scm (guix-activation): Update comment.
2017-11-08 18:23:06 +01:00
Hartmut Goebel d9565f7d87 install: Use overlayfs instead of unionfs.
I dediced to keep adding /tmp as tmpfs since I was not able to trigger bug
while still using unionfs, so I could not verify whether this mount is still
needed with overlayfs.  Mapping /tmp to tmpfs does not harm, so we are on the
save side.

* gnu/system/install.scm (make-cow-store): Mount /gnu/store without additional
  read-only bind-mount, since in overlayfs the "lower" level is always
  read-only. Add work-dir required by overlayfs. No need to sleep anymore
  since now using the mount syscall. [unionfs]: Remove now unused function.
  (%installation-services): Update comment.
  (installation-os)[file-systems]: Update comment.
2017-11-08 18:23:06 +01:00
Hartmut Goebel c828969036 build: Use overlayfs instead of unionfs.
Overlayfs is part of the kernel, while unionfs needs FUSE.  This also reduces
the size of the initrd by ca. 4.3% (487K).

* gnu/build/linux-boot.scm (mount-root-file-system): Remove optional parameter
  "unionfs"; mount using overlayfs instead of unionfs; new directory layout
  requied by overlayfs; update documentation.
  [mark-as-not-killable]: Remove now unused function

* gnu/system/linux-initrd.scm (file-system-packages): Remove now unused
  packages "unionfs-fuse/static" and thus unused related 'if'.
  (linux-modules): Replace "fuse" by "overlay".
2017-11-08 18:23:05 +01:00
Ricardo Wurmus 34260a10d7 gnu: miso: Use pypi-uri.
* gnu/packages/bioinformatics.scm (miso)[source]: Use pypi-uri.
2017-11-08 17:41:08 +01:00
Ricardo Wurmus e5c17b8d9d gnu: Add r-vcd.
* gnu/packages/cran.scm (r-vcd): New variable.
2017-11-08 17:34:35 +01:00
Ricardo Wurmus 018cf270a3 gnu: Add r-laeken.
* gnu/packages/cran.scm (r-laeken): New variable.
2017-11-08 17:34:11 +01:00
Ricardo Wurmus 308c08d371 doc: Move paragraph about signature verification to the top.
* doc/contributing.texi (Submitting Patches): Remind contributors to verify
cryptographic signatures at the very beginning.
2017-11-08 17:19:45 +01:00
Ricardo Wurmus 697e341e74 gnu: fastcap: Use texlive-tiny.
* gnu/packages/engineering.scm (fastcap)[native-inputs]: Replace texlive with
texlive-tiny.
[arguments]: Fix indentation; set HOME in "make-pdf" phase to avoid font
errors with texlive-tiny.
2017-11-08 17:15:24 +01:00
Ricardo Wurmus 7e3aca2b78 gnu: librecad: Fix build.
* gnu/packages/engineering.scm (librecad)[arguments]: Add phase
"patch-boost-error".
2017-11-08 16:21:54 +01:00
Ricardo Wurmus b72b42cf02 gnu: Add r-performanceanalytics.
* gnu/packages/cran.scm (r-performanceanalytics): New variable.
2017-11-08 16:21:54 +01:00
Ricardo Wurmus 3699383e6f gnu: Add r-xts.
* gnu/packages/cran.scm (r-xts): New variable.
2017-11-08 16:21:53 +01:00
Ricardo Wurmus 5a80c15c14 gnu: Remove "open source" from descriptions.
All software in Guix is Free Software.

* gnu/packages/aidc.scm (libdmtx)[description]: Remove "open source" string.
* gnu/packages/firmware.scm (seabios)[description]: Likewise.
* gnu/packages/libupnp.scm (libupnp)[description]: Likewise.
* gnu/packages/maths.scm (cubicle)[description]: Likewise.
* gnu/packages/mingw.scm (mingw-w64)[description]: Likewise.
* gnu/packages/game-development.scm (openmw)[description]: Likewise.
[synopsis]: Remove "Free software".
2017-11-08 16:21:53 +01:00
Ricardo Wurmus 88fb156288 gnu: pcb: Update to 4.0.2.
* gnu/packages/engineering.scm (pcb): Update to 4.0.2.
[arguments]: Add build phase "fix-check-for-display".
2017-11-08 16:21:53 +01:00
Efraim Flashner c8b38f8ea6 gnu: time: Update license.
* gnu/packages/time.scm (time)[license]: Change to gpl3+.
2017-11-08 10:52:09 +02:00
Efraim Flashner dd00e0919f gnu: time: Update to 1.8.
* gnu/packages/time.scm (time): Update to 1.8.
[arguments]: Remove custom 'configure phase.
2017-11-08 10:49:19 +02:00
Ricardo Wurmus 12a24ee878 gnu: Add glusterfs.
* gnu/packages/file-systems.scm (glusterfs): New variable.
2017-11-07 23:32:46 +01:00
Ricardo Wurmus 2e648d2bc4 gnu: r-prabclus: Update description.
* gnu/packages/statistics.scm (r-prabclus)[description]: Fix grammar errors.
2017-11-07 23:32:46 +01:00
Ricardo Wurmus 14e5f6b20a gnu: r-fdrtool: Update description.
* gnu/packages/statistics.scm (r-fdrtool)[description]: Use "@dfn" syntax.
2017-11-07 23:32:46 +01:00
Ricardo Wurmus 738dda8330 gnu: Add r-bbmle.
* gnu/packages/cran.scm (r-bbmle): New variable.
2017-11-07 23:32:46 +01:00
Ricardo Wurmus 7b0569c0a9 gnu: Add r-rsofia.
* gnu/packages/cran.scm (r-rsofia): New variable.
2017-11-07 23:32:46 +01:00
Ricardo Wurmus c49102ecca gnu: Add r-hitc.
* gnu/packages/bioinformatics.scm (r-hitc): New variable.
2017-11-07 23:32:45 +01:00
Ricardo Wurmus 30eb4e37c8 gnu: Add r-fithic.
* gnu/packages/bioinformatics.scm (r-fithic): New variable.
2017-11-07 23:32:45 +01:00
Ricardo Wurmus fbf5440637 gnu: Add r-sushi.
* gnu/packages/bioinformatics.scm (r-sushi): New variable.
2017-11-07 23:32:45 +01:00
Ricardo Wurmus 9232cac410 gnu: Add r-vioplot.
* gnu/packages/cran.scm (r-vioplot): New variable.
2017-11-07 23:32:45 +01:00
Ricardo Wurmus 3a22732cd8 gnu: Add r-sm.
* gnu/packages/cran.scm (r-sm): New variable.
2017-11-07 23:32:45 +01:00
Ricardo Wurmus 2e4ce60e7c gnu: Add r-gwascat.
* gnu/packages/bioinformatics.scm (r-gwascat): New variable.
2017-11-07 23:32:44 +01:00
Ricardo Wurmus 4272000661 gnu: Add r-gviz.
* gnu/packages/bioinformatics.scm (r-gviz): New variable.
2017-11-07 23:32:44 +01:00
Ricardo Wurmus 794ff347a9 gnu: Add r-gqtlstats.
* gnu/packages/bioinformatics.scm (r-gqtlstats): New variable.
2017-11-07 23:32:44 +01:00
Ricardo Wurmus 7fd5f60b8f gnu: Add r-hardyweinberg.
* gnu/packages/cran.scm (r-hardyweinberg): New variable.
2017-11-07 23:32:44 +01:00
Ricardo Wurmus 10e16fa93d gnu: Add r-mice.
* gnu/packages/cran.scm (r-mice): New variable.
2017-11-07 23:32:44 +01:00
Ricardo Wurmus 66c39102e5 gnu: Add r-ldblock.
* gnu/packages/bioinformatics.scm (r-ldblock): New variable.
2017-11-07 23:32:44 +01:00
Ricardo Wurmus 15f98b0d23 gnu: Add r-erma.
* gnu/packages/bioinformatics.scm (r-erma): New variable.
2017-11-07 23:32:43 +01:00
Ricardo Wurmus 421c68e3f7 gnu: Add r-homo-sapiens.
* gnu/packages/bioinformatics.scm (r-homo-sapiens): New variable.
2017-11-07 23:32:43 +01:00
Ricardo Wurmus b52a866d14 gnu: Add r-org-hs-eg-db.
* gnu/packages/bioinformatics.scm (r-org-hs-eg-db): New variable.
2017-11-07 23:32:43 +01:00
Ricardo Wurmus dd5fc8b78e gnu: Add r-snpstats.
* gnu/packages/bioinformatics.scm (r-snpstats): New variable.
2017-11-07 23:32:43 +01:00
Ricardo Wurmus e2b927993e gnu: Add r-gqtlbase.
* gnu/packages/bioinformatics.scm (r-gqtlbase): New variable.
2017-11-07 23:32:43 +01:00
Ricardo Wurmus 96a392a0b2 gnu: Add r-gprofiler.
* gnu/packages/bioinformatics.scm (r-gprofiler): New variable.
2017-11-07 23:32:42 +01:00
Ricardo Wurmus 60faf94597 gnu: Add r-ggbio.
* gnu/packages/bioinformatics.scm (r-ggbio): New variable.
2017-11-07 23:32:42 +01:00
Ricardo Wurmus 7af1f40373 gnu: Add r-biovizbase.
* gnu/packages/bioinformatics.scm (r-biovizbase): New variable.
2017-11-07 23:32:42 +01:00
Ricardo Wurmus 2f6f61fd8e gnu: Add r-organismdbi.
* gnu/packages/bioinformatics.scm (r-organismdbi): New variable.
2017-11-07 23:32:42 +01:00
Ricardo Wurmus aa30ab5aee gnu: Add r-ensembldb.
* gnu/packages/bioinformatics.scm (r-ensembldb): New variable.
2017-11-07 23:32:42 +01:00
Ricardo Wurmus 763e98103a gnu: Add r-annotationfilter.
* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
2017-11-07 23:32:42 +01:00
Ricardo Wurmus 04e2a2e969 gnu: Add r-dirichletmultinomial.
* gnu/packages/bioinformatics.scm (r-dirichletmultinomial): New variable.
2017-11-07 23:32:41 +01:00
Ricardo Wurmus 3af149f524 gnu: Add r-complexheatmap.
* gnu/packages/bioinformatics.scm (r-complexheatmap): New variable.
2017-11-07 23:32:41 +01:00
Ricardo Wurmus 902fb15d92 gnu: Add r-genomicfiles.
* gnu/packages/bioinformatics.scm (r-genomicfiles): New variable.
2017-11-07 23:32:41 +01:00
Marius Bakke cd215877a0 gnu: bdftopcf: Update to 1.1.
* gnu/packages/xorg.scm (bdftopcf): Update to 1.1.
[native-inputs]: Change from LIBXFONT to LIBXFONT2.
2017-11-07 23:29:23 +01:00
Marius Bakke d469bc09bd gnu: feh: Update to 2.22.2.
* gnu/packages/image-viewers.scm (feh): Update to 2.22.2.
2017-11-07 22:16:27 +01:00
Jan Nieuwenhuizen 625492ee1a gnu: gcc-4.7: Resurrect building with gcc-5.4.0.
* gnu/packages/patches/gcc-4-compile-with-gcc-5.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gcc.scm (gcc-4.7): Use it.
2017-11-07 22:03:51 +01:00
Rutger Helling a67f094671 gnu: Add websockify.
* gnu/packages/web.scm (websockify): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-07 21:56:42 +01:00
Gábor Boskovits 75d342ffa9 gnu: Add python-networkx2.
* gnu/packages/python.scm (python-networkx2, python2-networkx2): New variables.
* gnu/local.mk (dist_patch_DATA): Register 'python-networkx2-reproducible-build.patch'.
* gnu/packages/patches/python-networkx2-reproducible-build.patch: New file.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-07 21:17:20 +01:00
Gábor Boskovits 2b295f5a2f gnu: Add python-pydot.
* gnu/packages/graphviz.scm (python-pydot, python2-pydot): New variables.

Modified-by: Marius Bakke <mbakke@fastmail.com>
2017-11-07 21:03:15 +01:00
Marius Bakke 38ad27da80 gnu: mercurial: Update to 4.4.1.
* gnu/packages/version-control.scm (mercurial): Update to 4.4.1.
2017-11-07 20:23:29 +01:00
Marius Bakke 4a30c1c0e2 gnu: vim: Update to 8.0.1274 [fixes CVE-2017-1000382].
* gnu/packages/vim.scm (vim): Update to 8.0.1274.
2017-11-07 20:21:46 +01:00
Marius Bakke 31a963fe80 gnu: notmuch: Update to 0.25.2.
* gnu/packages/mail.scm (notmuch): Update to 0.25.2.
2017-11-07 20:01:03 +01:00
Efraim Flashner 9129804230 gnu: psm: Only use as an input on supported-systems.
Syntax help supplied by bavier@member.fsf.org

* gnu/packages/linux.scm (libfabric)[inputs]: Only use psm as an input
on systems where psm is supported.
* gnu/packages/mpi.scm (openmpi)[inputs]: Same.
2017-11-07 20:41:08 +02:00
Efraim Flashner b516b78002 gnu: psm: Limit supported systems.
* gnu/packages/linux.scm (psm)[supported-systems]: New field, limit to
i686-linux and x86_64-linux.
2017-11-07 20:41:05 +02:00
Efraim Flashner 174807b9a4 gnu: gnupg: Update to 2.2.2.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.2.
2017-11-07 19:34:29 +02:00
Efraim Flashner 2f17187ff3 gnu: mediainfo: Change order of custom phases.
* gnu/packages/video.scm (mediainfo)[arguments]: Change to the build
directory before executing the autogen script.
2017-11-07 19:34:25 +02:00
Mathieu Othacehe 6541673354 gnu: linux: Fix kconfig selection.
* gnu/packages/linux.scm (make-linux-libre): When cross-compiling,
  "kconfig" field is in native-inputs variable. So config is always #f
  when cross-compiling linux.
2017-11-07 18:16:02 +01:00
Ludovic Courtès b574cee361 hydra: Add jobs for all of '%final-inputs'.
* build-aux/hydra/gnu-system.scm (package->job): Create a 'base.' job
when PACKAGE is a member of BASE-PACKAGES.
(all-packages)[adjust]: New procedure.
Fold over %FINAL-INPUTS and add it to the result.
2017-11-07 18:09:13 +01:00
Dave Love f4433d09a1 gnu: openmpi: Add dependency on PSM.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add PSM.
2017-11-07 18:09:13 +01:00
Dave Love 7bc05ef0ac gnu: libfabric: Add dependency on PSM.
* gnu/packages/linux.scm (libfabric)[inputs]: Add PSM.
2017-11-07 18:09:13 +01:00
Dave Love fd23d259cd gnu: Add PSM.
* gnu/packages/linux.scm (psm): New variable.
* gnu/packages/patches/psm-arch.patch,
gnu/packages/patches/psm-ldflags.patch,
gnu/packages/patches/psm-repro.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-11-07 18:09:13 +01:00
Gábor Boskovits 63b7fbe1bb gnu: diffoscope: Update to 88.
* gnu/packages/package-management.scm (diffoscope): Update to 88.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 18:09:13 +01:00
ng0 db0164b21f gnu: awesome: Update to 4.2.
* gnu/packages/wm.scm (awesome): Update to 4.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 18:09:13 +01:00
Timothy Sample 3eda8dd614 services: gdm: Add environment variables.
While not an optimal solution (see comment), this makes GDM functional.

* gnu/services/xorg.scm (gdm-shepherd-service): Set PATH and XDG_DATA_DIRS
environment variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 18:09:13 +01:00
Timothy Sample 51bc8357e8 gnu: gdm: Add configure flags for better defaults.
* gnu/packages/gnome.scm (gdm)[arguments]<#:configure-flags>: Add
--with-initial-vt=7 and --enable-gdm-xsession.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 18:09:13 +01:00
Timothy Sample 950d8e5d8c gnu: gdm: Fix config file path.
* gnu/packages/gnome.scm (gdm)[arguments]<#:phases>: Fix the
'pre-configure phase so that GDM finds its config file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 18:09:13 +01:00
Ludovic Courtès 25a5b187e8 hydra: Build hidden packages.
* build-aux/hydra/gnu-system.scm (all-packages): Pass #:select? to
'fold-packages'.
2017-11-07 18:09:12 +01:00
Ludovic Courtès b5033c5a9e hydra: Factorize package list creation.
* build-aux/hydra/gnu-system.scm (all-packages): New procedure, with
body taken from...
(hydra-jobs): ... here.  Use it.
2017-11-07 18:09:12 +01:00
Oleg Pykhalov ad54924285 gnu: expect: Change home-page to http://expect.sourceforge.net/.
* gnu/packages/tcl.scm (expect): Change home-page to
  http://expect.sourceforge.net/.
2017-11-07 18:50:46 +03:00
Ricardo Wurmus e160aa1f81 gnu: Add r-gage.
* gnu/packages/bioinformatics.scm (r-gage): New variable.
2017-11-07 12:39:51 +01:00
Ricardo Wurmus 3121814ef1 gnu: Add r-keggrest.
* gnu/packages/bioinformatics.scm (r-keggrest): New variable.
2017-11-07 12:39:51 +01:00
Ricardo Wurmus a9540107c6 gnu: antlr3-3.3: Prettify build phases.
* gnu/packages/java.scm (antlr3-3.3)[arguments]: Prettify build phases
"bin-install" and "generate-grammar".
2017-11-07 12:39:50 +01:00
Ricardo Wurmus 9ecc4c69eb gnu: r-servr: Update to 0.8.
* gnu/packages/web.scm (r-servr): Update to 0.8.
2017-11-07 08:15:45 +01:00
Ricardo Wurmus 60ec9da3aa gnu: r-tidyselect: Update to 0.2.3.
* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.3.
2017-11-07 08:15:44 +01:00
Ricardo Wurmus baa00ee90d gnu: r-msnbase: Update to 2.4.0.
* gnu/packages/bioinformatics.scm (r-msnbase): Update to 2.4.0.
[propagated-inputs]: Add r-lattice; remove r-reshape2.
2017-11-07 08:15:44 +01:00
Ricardo Wurmus 39d9098def gnu: r-mutationalpatterns: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.4.0.
[propagated-inputs]: Add r-cowplot, r-ggdendro, and r-s4vectors.
2017-11-07 08:15:44 +01:00
Ricardo Wurmus 14b3c71911 gnu: r-annotationhub: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-annotationhub): Update to 2.10.0.
[propagated-inputs]: Add r-curl.
2017-11-07 08:15:44 +01:00
Ricardo Wurmus 15ca195979 gnu: r-mzr: Remove bundled copy of boost.
* gnu/packages/bioinformatics.scm (r-mzr)[source]: Remove boost source.
[arguments]: Add build phase "use-system-boost" to link with our boost
package and avoid building the bundled sources.
2017-11-07 08:15:44 +01:00
Ricardo Wurmus 34b9675449 gnu: r-mzr: Update to 2.12.0.
* gnu/packages/bioinformatics.scm (r-mzr): Update to 2.12.0.
2017-11-07 08:15:43 +01:00
Ricardo Wurmus b500dbcdef gnu: r-mzid: Update to 1.16.0.
* gnu/packages/bioinformatics.scm (r-mzid): Update to 1.16.0.
2017-11-07 08:15:43 +01:00
Ricardo Wurmus eeaa6967f9 gnu: r-chipseq: Update to 1.28.0.
* gnu/packages/bioinformatics.scm (r-chipseq): Update to 1.28.0.
[propagated-inputs]: Add r-lattice.
2017-11-07 08:15:43 +01:00
Ricardo Wurmus 158b6743dc gnu: r-genomicfeatures: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.30.0.
[propagated-inputs]: Add r-rmysql.
2017-11-07 08:15:43 +01:00
Ricardo Wurmus 74248d22a0 gnu: Add r-rmysql.
* gnu/packages/databases.scm (r-rmysql): New variable.
2017-11-07 08:15:43 +01:00
Ricardo Wurmus 4dd469ef6d gnu: r-rtracklayer: Update to 1.38.0.
* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.38.0.
[arguments]: Adjust patch to use system zlib.
2017-11-07 08:15:42 +01:00
Ricardo Wurmus a044c7f4c4 gnu: r-biocparallel: Update to 1.12.0.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.12.0.
[propagated-inputs]: Add r-bh.
2017-11-07 08:15:42 +01:00
Ricardo Wurmus 42e11d3301 gnu: r-biomart: Update to 2.34.0.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.34.0.
[propagated-inputs]: Add r-progress and r-stringr.
2017-11-07 08:15:42 +01:00
Ricardo Wurmus 010ab2ffd2 gnu: r-edger: Update to 3.20.1.
* gnu/packages/bioinformatics.scm (r-edger): Update to 3.20.1.
[propagated-inputs]: Add r-rcpp.
2017-11-07 08:15:42 +01:00
Ricardo Wurmus eb3f5cc76a gnu: r-gostats: Update to 2.44.0.
* gnu/packages/bioinformatics.scm (r-gostats): Update to 2.44.0.
[propagated-inputs]: Add r-rgraphviz.
2017-11-07 08:15:41 +01:00
Ricardo Wurmus 2404cc4283 gnu: r-category: Update to 2.44.0.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.44.0.
[propagated-inputs]: Remove r-rsqlite; add r-dbi.
2017-11-07 08:15:41 +01:00
Ricardo Wurmus 65a8cd6676 gnu: r-lubridate: Update to 1.7.1.
* gnu/packages/statistics.scm (r-lubridate): Update to 1.7.1.
[propagated-inputs]: Add r-rcpp.
2017-11-07 08:15:41 +01:00
Ricardo Wurmus 689edf1153 gnu: r-preprocesscore: Update to 1.40.0.
* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.40.0.
2017-11-07 08:15:41 +01:00
Ricardo Wurmus e7f680f071 gnu: r-r-utils: Update to 2.6.0.
* gnu/packages/statistics.scm (r-r-utils): Update to 2.6.0.
2017-11-07 08:15:41 +01:00
Ricardo Wurmus ecfe98a17a gnu: r-openssl: Update to 0.9.8.
* gnu/packages/statistics.scm (r-openssl): Update to 0.9.8.
2017-11-07 08:15:40 +01:00
Ricardo Wurmus aced057fbc gnu: r-rlang: Update to 0.1.4.
* gnu/packages/statistics.scm (r-rlang): Update to 0.1.4.
2017-11-07 08:15:40 +01:00
Ricardo Wurmus 1be0f53664 gnu: r-vsn: Update to 3.46.0.
* gnu/packages/bioinformatics.scm (r-vsn): Update to 3.46.0.
[propagated-inputs]: Remove r-hexbin.
2017-11-07 08:15:40 +01:00
Ricardo Wurmus 007424b5a5 gnu: r-motifrg: Rename input label.
* gnu/packages/bioinformatics.scm (r-motifrg)[propagated-inputs]:
Rename label of r-bsgenome-hsapiens-ucsc-hg19.
2017-11-07 08:15:40 +01:00
Ricardo Wurmus ce59d62519 gnu: r-motifrg: Update to 1.22.0.
* gnu/packages/bioinformatics.scm (r-motifrg): Update to 1.22.0.
2017-11-07 08:15:40 +01:00
Ricardo Wurmus 98791c25c8 gnu: r-qvalue: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-qvalue): Update to 2.10.0.
2017-11-07 08:15:39 +01:00
Ricardo Wurmus 87fa5aface gnu: r-fastseq: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-fastseq): Update to 1.24.0.
2017-11-07 08:15:39 +01:00
Ricardo Wurmus 1567c8d91b gnu: r-interactivedisplaybase: Update to 1.16.0.
* gnu/packages/bioinformatics.scm (r-interactivedisplaybase): Update to
1.16.0.
2017-11-07 08:15:39 +01:00
Ricardo Wurmus 0096127974 gnu: r-edaseq: Update to 2.12.0.
* gnu/packages/bioinformatics.scm (r-edaseq): Update to 2.12.0.
2017-11-07 08:15:39 +01:00
Ricardo Wurmus 22752bef3b gnu: r-msnid: Update to 1.11.0.
* gnu/packages/bioinformatics.scm (r-msnid): Update to 1.11.0.
2017-11-07 08:15:38 +01:00
Ricardo Wurmus 8140f680ad gnu: r-deseq: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-deseq): Update to 1.30.0.
2017-11-07 08:15:38 +01:00
Ricardo Wurmus 531e80903f gnu: r-aroma-light: Update to 3.8.0.
* gnu/packages/bioinformatics.scm (r-aroma-light): Update to 3.8.0.
2017-11-07 08:15:38 +01:00
Ricardo Wurmus a998c9a464 gnu: r-pcamethods: Update to 1.70.0.
* gnu/packages/bioinformatics.scm (r-pcamethods): Update to 1.70.0.
2017-11-07 08:15:38 +01:00
Ricardo Wurmus 8a8138d248 gnu: r-affyio: Update to 1.48.0.
* gnu/packages/bioinformatics.scm (r-affyio): Update to 1.48.0.
2017-11-07 08:15:38 +01:00
Ricardo Wurmus dad5f83817 gnu: r-affy: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-affy): Update to 1.56.0.
2017-11-07 08:15:37 +01:00
Ricardo Wurmus 9a665dfb6f gnu: r-protgenerics: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-protgenerics): Update to 1.10.0.
2017-11-07 08:15:37 +01:00
Ricardo Wurmus 617700895b gnu: r-seqlogo: Update to 1.44.0.
* gnu/packages/bioinformatics.scm (r-seqlogo): Update to 1.44.0.
2017-11-07 08:15:37 +01:00
Ricardo Wurmus e127c918f8 gnu: r-genomation: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.10.0.
[propagated-inputs]: Remove r-rhtslib.
[inputs]: Remove zlib.
2017-11-07 08:15:37 +01:00
Ricardo Wurmus e6ce4bf00d gnu: r-impute: Update to 1.52.0.
* gnu/packages/bioinformatics.scm (r-impute): Update to 1.52.0.
2017-11-07 08:15:37 +01:00
Ricardo Wurmus 0f948b116b gnu: r-seqpattern: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-seqpattern): Update to 1.10.0.
2017-11-07 08:15:36 +01:00
Ricardo Wurmus e67850b40d gnu: r-bsgenome: Update to 1.46.0.
* gnu/packages/bioinformatics.scm (r-bsgenome): Update to 1.46.0.
2017-11-07 08:15:36 +01:00
Ricardo Wurmus d13a3fea7e gnu: r-topgo: Update to 2.30.0.
* gnu/packages/bioinformatics.scm (r-topgo): Update to 2.30.0.
2017-11-07 08:15:36 +01:00
Ricardo Wurmus aeb73879f6 gnu: r-graph: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-graph): Update to 1.56.0.
2017-11-07 08:15:36 +01:00
Ricardo Wurmus 96fb465174 gnu: r-genomicalignments: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.14.0.
2017-11-07 08:15:35 +01:00
Ricardo Wurmus 6fcbed7329 gnu: r-summarizedexperiment: Update to 1.8.0.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.8.0.
2017-11-07 08:15:35 +01:00
Ricardo Wurmus cb0a9a7493 gnu: r-delayedarray: Update to 0.4.1.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.4.1.
2017-11-07 08:15:35 +01:00
Ricardo Wurmus f8068419a6 gnu: r-rsamtools: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-rsamtools): Update to 1.30.0.
2017-11-07 08:15:35 +01:00
Ricardo Wurmus b719435ebb gnu: r-biostrings: Update to 2.46.0.
* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.46.0.
2017-11-07 08:15:35 +01:00
Ricardo Wurmus 0f8d98f294 gnu: r-annotationdbi: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.40.0.
2017-11-07 08:15:34 +01:00
Ricardo Wurmus ca52123611 gnu: r-biobase: Update to 2.38.0.
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.38.0.
2017-11-07 08:15:34 +01:00
Ricardo Wurmus aa5c1f61f1 gnu: r-genomicranges: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.30.0.
2017-11-07 08:15:34 +01:00
Ricardo Wurmus 2b6ae8bfd5 gnu: r-xvector: Update to 0.18.0.
* gnu/packages/bioinformatics.scm (r-xvector): Update to 0.18.0.
2017-11-07 08:15:34 +01:00
Ricardo Wurmus f642c0e4c7 gnu: r-limma: Update to 3.34.0.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.34.0.
2017-11-07 08:15:33 +01:00
Ricardo Wurmus 7f1bac3528 gnu: r-variantannotation: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.24.0.
2017-11-07 08:15:33 +01:00
Ricardo Wurmus 8aab0235e0 gnu: r-genomeinfodb: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.14.0.
2017-11-07 08:15:33 +01:00
Ricardo Wurmus 9e482c2069 gnu: r-iranges: Update to 2.12.0.
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.12.0.
2017-11-07 08:15:33 +01:00
Ricardo Wurmus 41f0f94976 gnu: r-s4vectors: Update to 0.16.0.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.16.0.
2017-11-07 08:15:33 +01:00
Ricardo Wurmus 2167eafc1d gnu: r-biocstyle: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.6.0.
2017-11-07 08:15:32 +01:00
Ricardo Wurmus 3241461670 gnu: r-biocinstaller: Update to 1.28.0.
* gnu/packages/bioinformatics.scm (r-biocinstaller): Update to 1.28.0.
2017-11-07 08:15:32 +01:00
Ricardo Wurmus d61fc4e104 gnu: r-biocgenerics: Update to 0.24.0.
* gnu/packages/bioinformatics.scm (r-biocgenerics): Update to 0.24.0.
2017-11-07 08:15:32 +01:00
Ricardo Wurmus 704fe4d115 gnu: r-grohmm: Update to 1.12.0.
* gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.12.0.
2017-11-07 08:15:32 +01:00
Ricardo Wurmus 843826e262 gnu: r-shortread: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-shortread): Update to 1.36.0.
2017-11-07 08:15:31 +01:00
Ricardo Wurmus b53755258a gnu: r-systempiper: Update to 1.12.0.
* gnu/packages/bioinformatics.scm (r-systempiper): Update to 1.12.0.
2017-11-07 08:15:31 +01:00
Ricardo Wurmus 9f52e53d5d gnu: r-gseabase: Update to 1.40.0.
* gnu/packages/bioinformatics.scm (r-gseabase): Update to 1.40.0.
2017-11-07 08:15:31 +01:00
Ricardo Wurmus fad7c0c7bd gnu: r-sva: Update to 3.26.0.
* gnu/packages/bioinformatics.scm (r-sva): Update to 3.26.0.
2017-11-07 08:15:31 +01:00
Ricardo Wurmus 91e1867972 gnu: r-methylkit: Update to 1.4.0.
* gnu/packages/bioinformatics.scm (r-methylkit): Update to 1.4.0.
2017-11-07 08:15:31 +01:00
Ricardo Wurmus c126ba69db gnu: r-copywriter: Update to 2.10.0.
* gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.10.0.
2017-11-07 08:15:30 +01:00
Ricardo Wurmus 598dacf657 gnu: r-annotationfilter: Update to 1.2.0.
* gnu/packages/bioinformatics.scm (r-annotationfilter): Update to 1.2.0.
2017-11-07 08:15:30 +01:00
Ricardo Wurmus e6b332d43b gnu: r-rhdf5: Update to 2.22.0.
* gnu/packages/bioinformatics.scm (r-rhdf5): Update to 2.22.0.
2017-11-07 08:15:30 +01:00
Ricardo Wurmus 19e8929cbd gnu: r-tximport: Update to 1.6.0.
* gnu/packages/bioinformatics.scm (r-tximport): Update to 1.6.0.
2017-11-07 08:15:30 +01:00
Ricardo Wurmus da153b7f94 gnu: r-bamsignals: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-bamsignals): Update to 1.10.0.
2017-11-07 08:15:30 +01:00
Ricardo Wurmus 5c18470008 gnu: r-zlibbioc: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-zlibbioc): Update to 1.24.0.
2017-11-07 08:15:29 +01:00
Ricardo Wurmus 1d0263b44e gnu: r-rhtslib: Update to 1.10.0.
* gnu/packages/bioinformatics.scm (r-rhtslib): Update to 1.10.0.
2017-11-07 08:15:29 +01:00
Ricardo Wurmus c25154e5cb gnu: r-rbgl: Update to 1.54.0.
* gnu/packages/bioinformatics.scm (r-rbgl): Update to 1.54.0.
2017-11-07 08:15:29 +01:00
Ricardo Wurmus 727706ad38 gnu: r-annotationforge: Update to 1.20.0.
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.20.0.
2017-11-07 08:15:29 +01:00
Ricardo Wurmus 3fd010ff30 gnu: r-dexseq: Update to 1.24.0.
* gnu/packages/bioinformatics.scm (r-dexseq): Update to 1.24.0.
2017-11-07 08:15:28 +01:00
Ricardo Wurmus 0166dc07ef gnu: r-deseq2: Update to 1.18.0.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.18.0.
2017-11-07 08:15:28 +01:00
Ricardo Wurmus 554fac74aa gnu: r-genefilter: Update to 1.60.0.
* gnu/packages/bioinformatics.scm (r-genefilter): Update to 1.60.0.
2017-11-07 08:15:28 +01:00
Ricardo Wurmus cb4d3ff2c4 gnu: r-geneplotter: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-geneplotter): Update to 1.56.0.
2017-11-07 08:15:28 +01:00
Ricardo Wurmus 2d4e887dc0 gnu: r-annotate: Update to 1.56.0.
* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.56.0.
2017-11-07 08:15:28 +01:00
Ricardo Wurmus 94fd86e5e1 gnu: r-dnacopy: Update to 1.52.0.
* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.52.0.
2017-11-07 08:15:27 +01:00
Ricardo Wurmus c7782c3f1f gnu: r-biocviews: Update to 1.46.0.
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.46.0.
[propagated-inputs]: Remove r-knitr.
2017-11-07 08:15:27 +01:00
Ricardo Wurmus 7373b4167a gnu: r-bioccheck: Update to 1.14.0.
* gnu/packages/bioinformatics.scm (r-bioccheck): Update to 1.14.0.
[native-inputs]: Remove which.
[propagated-inputs]: Add r-stringdist.
2017-11-07 08:15:27 +01:00
Ricardo Wurmus a40a04fdbb gnu: Add r-stringdist.
* gnu/packages/cran.scm (r-stringdist): New variable.
2017-11-07 08:15:27 +01:00
Ricardo Wurmus 8ca2b2b06e gnu: r-rgraphviz: Update to 2.22.0.
* gnu/packages/graph.scm (r-rgraphviz): Update to 2.22.0.
2017-11-07 08:15:27 +01:00
Ricardo Wurmus 25e51b1c45 guix: Add archive support for bioconductor-uri.
* guix/build-system/r.scm (bioconductor-uri): Also return the archive URL.
* guix/import/cran.scm (latest-bioconductor-release, fetch-description):
Adjust because bioconductor-uri now returns a list.
2017-11-07 08:14:09 +01:00
Ricardo Wurmus 27baf50956 import: cran: Use Bioconductor 3.6 helpers.
* guix/import/cran.scm (bioconductor-mirror-url): Remove procedure.
(fetch-description): Extract DESCRIPTION file from tarball for Bioconductor
packages.
(latest-bioconductor-release): Use latest-bioconductor-package-version.
2017-11-07 08:13:35 +01:00
Ricardo Wurmus 84dfdc5759 import: cran: Add support for Bioconductor 3.6.
* guix/import/cran.scm (%bioconductor-version,
%bioconductor-packages-list-url): New variables.
(bioconductor-packages-list, latest-bioconductor-package-version): New
procedures.
2017-11-07 08:13:34 +01:00
Ricardo Wurmus 6b46b04f91 import: utils: Add string helpers.
* guix/import/utils.scm (read-lines, chunk-lines): New procedures.
2017-11-07 08:07:51 +01:00
Eric Bavier 89618fa8b8 build: Conditionally build json importer.
* Makefile.am (MODULES): Add guix/scripts/import/json.scm when HAVE_GUILE_JSON.
2017-11-06 17:27:43 -06:00
Ludovic Courtès a0e4b41b40 gnu: guile-git: Update snapshot.
* gnu/packages/guile.scm (guile-git): Update to commit 951a32c.
2017-11-07 00:12:11 +01:00
Brendan Tildesley fedde43b6d gnu: moka-icon-theme: Fix license.
* gnu/packages/gnome.scm (moka-icon-theme): Add cc-by-sa4.0 to license field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 00:12:11 +01:00
Brendan Tildesley 550281fb5f gnu: moka-icon-theme: Add faba-icon-theme as propagated input.
* gnu/packages/gnome.scm (moka-icon-theme)[propagated-inputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 00:12:11 +01:00
Brendan Tildesley 8b0e4177ee gnu: moka-icon-theme: Simplify package definition.
* gnu/packages/gnome.scm (moka-icon-theme): Inherit faba-icon-theme to avoid
  duplicating similar package definition.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 00:12:11 +01:00
Brendan Tildesley d935e6a12c gnu: Add faba-icon-theme.
* gnu/packages/gnome.scm (faba-icon-theme): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 00:12:11 +01:00
Carlo Zancanaro 47bd32d98e gnu: electrum: Update to 3.0.
gnu/packages/finance.scm (electrum): Update to 3.0.
[inputs]: Change to python3 inputs.
[arguments]: Remove python-2. Disable tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 00:12:10 +01:00
Carlo Zancanaro ea0421bbf6 gnu: Add python-jsonrpclib-pelix.
* gnu/packages/python.scm (python-jsonrpclib-pelix, python2-jsonrpclib-pelix):
New variables.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-11-07 00:12:10 +01:00
Ludovic Courtès 8e57e416c0 refresh: Account for hidden packages.
Suggested by Marius Bakke <mbakke@fastmail.com>
in <https://bugs.gnu.org/29177>.

* guix/scripts/refresh.scm (all-packages): Pass #:select? to
'fold-packages'.
2017-11-07 00:12:10 +01:00
Ludovic Courtès 96dc8f3527 packages: 'fold-packages' takes #:select? parameter.
* gnu/packages.scm (fold-packages): Add #:select? parameter and honor it.
2017-11-07 00:12:10 +01:00
Ludovic Courtès c9405c461b compile: Fix VPATH builds.
Fixes <https://bugs.gnu.org/29091>.
Reported by Eric Bavier <bavier@cray.com>.

* guix/build/compile.scm (relative-file): New procedure.
(load-files): Use it before calling 'file-name->module-name'.
(compile-files): Likewise before calling 'scm->go'.
* guix/build/pull.scm (build-guix): Remove 'with-directory-excursion'
and file name hack from ce33c3af76.
Pass OUT to 'all-scheme-files'.
2017-11-07 00:12:10 +01:00
Ludovic Courtès 0ad5f80982 Fix ambiguous imports.
* gnu/packages/ocaml.scm: Hide 'zip' from (srfi srfi-1).
* guix/git.scm: Select 'mkdir-p' from (guix build utils).
2017-11-07 00:12:10 +01:00
Efraim Flashner 913027f383 gnu: nnn: Update to 1.5.
* gnu/packages/admin.scm (nnn): Update to 1.5.
2017-11-06 23:07:19 +02:00
Efraim Flashner 6a534909fa gnu: libuninameslist: Update to 20170807.
* gnu/packages/fontutils.scm (libuninameslist): Update to 20170807.
2017-11-06 23:07:13 +02:00
Efraim Flashner 10b159a303 gnu: u-boot: Only install 'MLO' output if it exists.
* gnu/packages/bootloaders.scm (u-boot)[arguments]: Add 'MLO' to
uboot-files only if it has been built.
2017-11-06 22:54:28 +02:00
Mathieu Othacehe b1a3079347 system: vm: Use 2^32 - 1 as hash size.
* gnu/system/vm.scm (operating-system-uuid): Use 2^32 - 1 instead of
  2^32 as hash size.

On some 32 bit system (ARM for example), 2^32 exceeds hash max
size (ULONG_MAX = 2^32 - 1).
2017-11-06 20:02:25 +01:00
Mathieu Othacehe dd208b936c bootloaders: uboot: Add .img and MLO files to binary outputs.
* gnu/packages/bootloaders.scm (make-u-boot-package): Add .img and MLO files
  as binary output.
2017-11-06 19:58:21 +01:00
Mathieu Othacehe f6948189a9 linux: Add omap2plus generic kernel.
* gnu/packages/linux.scm (linux-libre-arm-omap2plus): New exported variable.
2017-11-06 19:55:10 +01:00
Mathieu Othacehe 2ac42fe51f gnu: uboot: Fix same-arch? check.
* gnu/packages/bootloaders.scm (make-u-boot-package): Compare %current-system
  to system associated to given triplet. Comparing a system and a triplet
  didn't make sense.
2017-11-06 19:53:13 +01:00
Efraim Flashner d298e7652a gnu: perl-test-www-mechanize-psgi: Update source uri.
* gnu/packages/web.scm (perl-test-www-mechanize-psgi)[source]: Update to
new source uri.
2017-11-06 20:39:45 +02:00
Efraim Flashner 12c613b548 gnu: dtc: Build python bindings.
* gnu/packages/bootloaders.scm (dtc)[native-inputs]: Add swig.
[inputs]: Add python-2.
[arguments]: Remove 'NO_PYTHON' from make-flags, add 'SETUP_PREFIX' to
set python bindings prefix.
2017-11-06 20:39:45 +02:00
Efraim Flashner ab8757c5b1 gnu: dtc: Update to 1.4.5.
* gnu/packages/bootloaders.scm (dtc): Update to 1.4.5.
[arguments]: Add NO_PYTHON flag to make-flags.
2017-11-06 20:39:45 +02:00
Efraim Flashner 9371600ec8 gnu: libxres: Update to 1.2.0.
* gnu/packages/xorg.scm (libxres): Update to 1.2.0.
2017-11-06 20:02:45 +02:00
Tobias Geerinckx-Rice fd592a12e2 gnu: youtube-dl: Update to 2017.11.06.
* gnu/packages/video.scm (youtube-dl): Update to 2017.11.06.
2017-11-06 18:18:41 +01:00
Efraim Flashner 8f4e3b95df gnu: aria2: Update to 1.33.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.33.0.
2017-11-06 06:18:31 +02:00
Efraim Flashner 08e1f38ddd gnu: emacs-undo-tree: Parameterize source uri.
* gnu/packages/emacs.scm (emacs-undo-tree)[source]: Replace hard-coded
version with version parameter.
2017-11-06 06:18:26 +02:00
Leo Famulari 73cd4022d6 gnu: borg: Update to 1.1.2.
* gnu/packages/backup.scm (borg): Update to 1.1.2.
[arguments]: Disable another test in the 'check' phase.
2017-11-05 20:36:05 -05:00
Eric Bavier d8799bd0df gnu: netsurf: Update to 3.7.
For compatibility, dependents must be updated at the same time.

* gnu/packages/web.scm (libcss): Update to 0.7.0
(nsgenbind): Update to 0.5.
(netsurf): Update to 3.7.
[arguments]: Fix binary name in .desktop.  Adjust "docs" directory name.
* gnu/packages/patches/netsurf-system-utf8proc.patch: Adjust to new source.
2017-11-05 07:46:08 -06:00
Eric Bavier 772588bd22 gnu: libnspsl: Update to 0.1.2.
* gnu/packages/web.scm (libnspsl): Update to 0.1.2.
2017-11-05 07:46:08 -06:00
Eric Bavier f379c52f27 gnu: libnsgif: Update to 0.2.0.
* gnu/packages/web.scm (libnsgif): Update to 0.2.0.
2017-11-05 07:46:08 -06:00
Eric Bavier b20d97f848 gnu: libsvgtiny: Update to 0.1.6.
* gnu/packages/web.scm (libsvgtiny): Update to 0.1.6.
2017-11-05 07:46:08 -06:00
Eric Bavier 036f47a37e gnu: libdom: Update to 0.3.2.
* gnu/packages/web.scm (libdom): Update to 0.3.2.
2017-11-05 07:46:08 -06:00
Eric Bavier e33f6efd60 gnu: libwapcaplet: Update to 0.4.0.
* gnu/packages/web.scm (libwapcaplet): Update to 0.4.0.
2017-11-05 07:46:08 -06:00
Eric Bavier 84dec7a0c0 gnu: hubbub: Update to 0.3.4.
* gnu/packages/web.scm (hubbub): Update to 0.3.4.
2017-11-05 07:46:07 -06:00
Eric Bavier bf56082605 gnu: netsurf-buildsystem: Update to 1.6.
* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.6.
2017-11-05 07:46:00 -06:00
ng0 511d8a02e8 gnu: emacs-evil: Update to 1.2.13.
* gnu/packages/emacs.scm (emacs-evil): Update to 1.2.13.
(source): Adjust URL to new upstream location on github.
(home-page): likewise.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 19:23:47 +01:00
ng0 db574f7183 gnu: emacs-slime: Use correct Texinfo commands in the description.
Previously the description had "@{something}" in it which is never
valid Texinfo. This commit changes it to use "@command{something}"
to render the full description.

* gnu/packages/emacs.scm (emacs-slime)[description]: Correct Texinfo usage.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 19:23:33 +01:00
ng0 77a7891b87 gnu: emacs-undo-tree: Update to 0.6.6.
* gnu/packages/emacs (emacs-undo-tree): Update to 0.6.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 19:23:20 +01:00
ng0 5fa1b4174a gnu: emacs-which-key: Update to 3.0.2.
* gnu/packages/emacs.scm (emacs-which-key): Update to 3.0.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 19:22:31 +01:00
ng0 9505877205 gnu: emacs-neotree: Update to 0.5.2.
* gnu/packages/emacs.scm (emacs-neotree): Update to 0.5.2.
[source](uri): Adjust URL to tag change.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 19:22:14 +01:00
Marius Bakke aa70cf8c36 gnu: redis: Update to 4.0.2.
* gnu/packages/databases.scm (redis): Update to 4.0.2.
2017-11-05 19:03:32 +01:00
Rutger Helling 39f2433c39 gnu: sdl2: Update to 2.0.7 and enable Wayland backend.
* gnu/packages/sdl.scm (sdl2): Update to 2.0.7.
[inputs]: Add wayland, wayland-protocols, libxkbcommon.
[arguments]: Add '--disable-wayland-shared' to #:configure-flags.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 18:14:19 +01:00
Gábor Boskovits 7c5cc40097 gnu: add disorderfs.
* gnu/packages/file-systems.scm (disorderfs): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:50:48 +01:00
Gábor Boskovits e55c46b850 gnu: python-decorator: Update to 4.1.2.
* gnu/packages/python.scm (python-decorator): Update to 4.1.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:27:42 +01:00
Brendan Tildesley 743d3f6502 gnu: calibre: Install mimetypes.
* gnu/packages/ebook.scm (calibre)[arguments]: Install mimetypes xml file.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:01 +01:00
Brendan Tildesley 9132212fb8 gnu: calibre: Add optipng as an input.
* gnu/packages/ebook.scm (calibre)[inputs]: Add optipng.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:01 +01:00
Brendan Tildesley bf4a40db3c gnu: calibre: Add python2-dukpy as an input.
* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-dukpy. dukpy was
  unbundled from Calibre, so we need to to use the Guix version.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:01 +01:00
Brendan Tildesley 2e15906c1c gnu: Add python-dukpy, python2-dukpy.
gnu/packages/python.scm (python-dukpy, python2-dukpy): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:01 +01:00
Brendan Tildesley 7ed93a6c9e gnu: calibre: Update to 3.11.1.
* gnu/packages/ebook.scm (calibre): Update to 3.11.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:01 +01:00
Rutger Helling 540dd1c8cc gnu: retroarch: Enable Wayland support.
* gnu/packages/games.scm (retroarch)[inputs]: Add wayland.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:00 +01:00
Rutger Helling ca1ddce8a3 gnu: weston: Update to 3.0.0.
* gnu/packages/freedesktop.scm (weston): Update to 3.0.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:00 +01:00
rennes 8d2bde86ec gnu: lollypop: Update to 0.9.304.
* gnu/packages/gnome.scm (lollypop): Update to 0.9.304.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-11-05 17:24:00 +01:00
Tobias Geerinckx-Rice 08d61397cd gnu: gnome-terminal: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.2.
2017-11-05 16:44:51 +01:00
Tobias Geerinckx-Rice 68488f275d gnu: vte: Update to 0.50.2.
* gnu/packages/gnome.scm (vte): Update to 0.50.2.
2017-11-05 16:44:50 +01:00
Marius Bakke 7561be8699 gnu: fio: Update to 3.2.
* gnu/packages/benchmark.scm (fio): Update to 3.2.
2017-11-05 16:16:51 +01:00
Marius Bakke 3c41b9929b gnu: feh: Update to 2.22.
* gnu/packages/image-viewers.scm (feh): Update to 2.22.
[native-search-paths]: New field.
2017-11-05 16:08:02 +01:00
Ludovic Courtès 21b71b01e9 services: Add 'description' fields.
* gnu/services/admin.scm (rottlog-service-type)
(tailon-service-type): Add 'description' field.
* gnu/services/audio.scm (mpd-service-type): Likewise.
* gnu/services/avahi.scm (avahi-service-type): Likewise.
* gnu/services/ssh.scm (lsh-service-type)
(openssh-service-type, dropbear-service-type): Likewise.
2017-11-05 15:29:52 +01:00
nee b6d2930d1f services: Add murmur.
* gnu/services/telephony.scm: New file.
* gnu/local.mk: Add it.
* doc/guix.texi (Telephony Services): New node.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-05 15:21:53 +01:00
nee 6692d8454a guix: records: Add match-record.
* guix/records.scm: New syntax-rule.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-11-05 15:21:53 +01:00
Manolis Ragkousis 50c229caf9 gnu: fio: Update to 3.1.
* gnu/packages/benchmark.scm (fio): Update to 3.1.
2017-11-05 12:29:46 +02:00
Hartmut Goebel 1289001a5d gnu: prison: Move to be in alphabetical order.
I was trapped be the definitions not being in alphabetical order.

* gnu/packages/kde-frameworks.scm (prison): Move in front of
  solid.
2017-11-05 10:56:40 +01:00
Hartmut Goebel a7dc855725 gnu: kdewebkit: Move to be in alphabetical order.
I was trapped by the definitions not being in alphabetical order.

* gnu/packages/kde-frameworks.scm (kdewebkit): Move in front of
  kemoticons.
2017-11-05 10:56:40 +01:00
Hartmut Goebel 39d1a429fe gnu: kactivities: Move to tier 2.
KDE now lists this package as tier 2, I was trapped by the
definitions being at the wrong place.

* gnu/packages/kde-frameworks.scm (kactivities): Move into the
  "section" of tier 2 packages. (kactivities-stats) Remove now
  obsolete comment.
2017-11-05 10:56:39 +01:00
Hartmut Goebel 571f1fa3b2 gnu: libksysguard: Update to 5.11.2.
* gnu/packages/kde.scm (libksysguard): Update to 5.11.2.
2017-11-05 10:56:39 +01:00
Hartmut Goebel e8737735a2 gnu: solid: Enable building interface for qml.
* gnu/package/kde-frameworks.scm(solid)[inputs]: Add qtdeclarative.
2017-11-05 10:56:38 +01:00
Hartmut Goebel b1beb1670b gnu: krunner: Make some tests pass.
* gnu/packages/kde-frameworks.scm[arguments]
  <#:tests?>: Remove.
  <#:phases>[fix-paths-for-test'] New phase.
  <#:phases>[check-setup]: Set $HOME. Blacklist a failing new-in-5.39.0 test.
2017-11-05 10:56:37 +01:00
Hartmut Goebel 5bc1efd77d gnu: kdelibs4support: Make test kstandarddirstest pass.
* gnu/package/kde-frameworks.scm(kdelibs4support)[#:phases]
  <check-post-install>: Add workaround for bug in test-case.
  Update comment.
2017-11-05 10:56:36 +01:00
Hartmut Goebel fa274ab2c0 gnu: kimageformats: Update comment.
* gnu/packages/kde-frameworks.scm(kimageformats): Update comment.
2017-11-05 10:56:36 +01:00
Hartmut Goebel 6211aadf4b gnu: kde-frameworks: Update to 5.39.0.
Beside simple updating:
- ktexteditor: Add input.
- kdelibs4support: Enable test kmimetypetest, disable test kuniqueapptest.
- kimageformats: Make the plugins available for tests.
- krunner: Make old tests pass again. Blacklist a failing new test.

* gnu/packages/kde-frameworks.scm (attica, baloo, bluez-qt, breeze-icons,
  extra-cmake-modules, kactivities, kactivities-stats, kapidox, karchive,
  kauth, kbookmarks, kcmutils, kcodecs, kcompletion, kconfig, kconfigwidgets,
  kcoreaddons, kcrash, kdbusaddons, kdeclarative, kded,
  kde-frameworkintegration, kdelibs4support, kdesignerplugin, kdesu,
  kdewebkit, kdnssd, kdoctools, kemoticons, kfilemetadata, kglobalaccel,
  kguiaddons, khtml, ki18n, kiconthemes, kidletime, kimageformats, kinit, kio,
  kitemmodels, kitemviews, kjobwidgets, kjs, kjsembed, kmediaplayer,
  knewstuff, knotifications, knotifyconfig, kpackage, kparts, kpeople,
  kplotting, kpty, kross, krunner, kservice, ksyntaxhighlighting,
  ktextwidgets, kunitconversion, kwallet, kwayland, kwidgetsaddons,
  kwindowsystem, kxmlgui, kxmlrpcclient, modemmanager-qt, networkmanager-qt,
  oxygen-icons, plasma-framework, prison, solid, sonnet, threadweaver): Update
  to 5.39.0
  (ktexteditor) Update to 5.39.0. [source]: Add patch. [inputs]: Add
  qtdeclarative.
  (kdelibs4support): Update to 5.39.0. [#:phase check-post-install]: Remove
  kmimetypetest from and add kuniqueapptest to list of test to be excluded
  when running ctest.
  (kimageformats): Update to 5.39.0. [#:phase check-setup] Make the plugins
  available for tests.
* gnu/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch:
  New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-11-05 10:56:35 +01:00
Hartmut Goebel 9f5bd38f94 gnu: extra-cmake-modules: Install pri-files into lib/qt5/.
This in accordance with the documentation in
ECMGeneratePriFile.cmake: "Packagers … want to set
`ECM_MKSPECS_INSTALL_DIR` to something like
`share/qt5/mkspecs/modules`." Our Qt5 is putting pri-files into
`lib/qt5/mkspecs/modules`.

* gnu/packages/kde-frameworks.scm(extra-cmake-modules)[#:phase fix-lib-path]:
  New substitute for file 'modules/ECMGeneratePriFile.cmake'.
2017-11-05 10:56:34 +01:00
Marius Bakke 46dea1241c gnu: icedtea: Update to 3.6.0 [security fixes].
Fixes CVE-2017-{10274,10821,10825,10295,10388,10346,10350,10347,10349,10345,
10348,10357,10355,10356,10165} and CVE-2016-{10165,9840,9841,9842,9843}.

* gnu/packages/java.scm (icedtea-8): Update to 3.6.0.
[native-inputs]: Update dependency hashes.
2017-11-04 15:33:59 +01:00
Ben Woodcroft 171ba2480f gnu: diamond: Update to 0.9.12.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.12.
2017-11-04 10:51:44 +10:00
Marius Bakke d3f140218b gnu: sssd: Disable failing test.
* gnu/packages/sssd.scm (sssd)[arguments]<#:phases>: Add substitution to
'disable-failing-test' phase.
2017-11-04 00:07:40 +01:00
Marius Bakke f1ae27b608 gnu: samba: Update to 4.7.1.
* gnu/packages/samba.scm (samba): Update to 4.7.1.
2017-11-04 00:07:40 +01:00
Marius Bakke ad25310dd5 gnu: ldb: Update to 1.3.0.
* gnu/packages/samba.scm (ldb): Update to 1.3.0.
2017-11-04 00:07:40 +01:00
Marius Bakke d94c679254 gnu: re2: Update to 2017-11-01.
* gnu/packages/regex.scm (re2): Update to 2017-11-01.
2017-11-04 00:07:39 +01:00
Marius Bakke 1695bd788d gnu: libxfont@1: Update to 1.5.3.
* gnu/packages/xorg.scm (libxfont): Update to 1.5.3.
[source](patches): Remove.
2017-11-04 00:07:39 +01:00
Ricardo Wurmus 66865ab8ac gnu: multiqc: Update to 1.3.
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.3.
[propagated-inputs]: Add python-enum34.
[license]: The license was changed to "GPLv3 or later" with this release.
2017-11-03 17:18:52 +01:00
Kei Kebreau 416ad6feaa gnu: iso-codes: Update to 3.76.
* gnu/packages/iso-codes.scm (iso-codes): Update to 3.76.
2017-11-03 09:34:13 -04:00
Ricardo Wurmus b12c6a664d gnu: r-ape: Update to 5.0.
* gnu/packages/bioinformatics.scm (r-ape): Update to 5.0.
[propagated-inputs]: Add r-rcpp.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus 840782204f gnu: r-bbmle: Update to 1.0.20.
* gnu/packages/cran.scm (r-bbmle): Update to 1.0.20.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus 1a1b4f0571 gnu: r-proxy: Update to 0.4-19.
* gnu/packages/cran.scm (r-proxy): Update to 0.4-19.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus a8a2871f71 gnu: r-glue: Update to 1.2.0.
* gnu/packages/cran.scm (r-glue): Update to 1.2.0.
2017-11-03 14:14:38 +01:00
Ricardo Wurmus a6ec5b7043 gnu: r-withr: Update to 2.1.0.
* gnu/packages/statistics.scm (r-withr): Update to 2.1.0.
[propagated-inputs]: Add r-lattice.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus fd9afcf4ea gnu: r-quantreg: Update to 5.34.
* gnu/packages/statistics.scm (r-quantreg): Update to 5.34.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus 1fe75660c0 gnu: r-robustbase: Update to 0.92-8.
* gnu/packages/statistics.scm (r-robustbase): Update to 0.92-8.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus 1fb415cb50 gnu: r-purrr: Update to 0.2.4.
* gnu/packages/statistics.scm (r-purrr): Update to 0.2.4.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus c8818f5577 gnu: r-irlba: Update to 2.3.1.
* gnu/packages/statistics.scm (r-irlba): Update to 2.3.1.
2017-11-03 14:14:37 +01:00
Ricardo Wurmus 116e9837b5 gnu: r-checkmate: Update to 1.8.5.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.5.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus fde66e3018 gnu: r-multitaper: Update to 1.0-14.
* gnu/packages/statistics.scm (r-multitaper): Update to 1.0-14.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus 0a123e0609 gnu: r-data-table: Update to 1.10.4-3.
* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4-3.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus b5a2f37157 gnu: r-pryr: Update to 0.1.3
* gnu/packages/statistics.scm (r-pryr): Update to 0.1.3.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus bc409c8d3b gnu: r-lazyeval: Update to 0.2.1.
* gnu/packages/statistics.scm (r-lazyeval): Update to 0.2.1.
2017-11-03 14:14:36 +01:00
Ricardo Wurmus 6b968c4cd3 gnu: Add r-corrplot.
* gnu/packages/cran.scm (r-corrplot): New variable.
2017-11-03 10:34:24 +01:00
Ricardo Wurmus 81e0b62502 gnu: Add r-ggrepel.
* gnu/packages/cran.scm (r-ggrepel): New variable.
2017-11-03 10:34:23 +01:00
Mark H Weaver 0f3142e7c3 gnu: linux-libre: Update to 4.13.11.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.11.
(%linux-libre-hash): Update hash.
2017-11-03 01:31:06 -04:00
Mark H Weaver 336b8d422d gnu: linux-libre@4.9: Update to 4.9.60.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.60.
2017-11-03 01:30:25 -04:00
Mark H Weaver 15d44dfe22 gnu: linux-libre@4.4: Update to 4.4.96.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.96.
2017-11-03 01:29:33 -04:00
Oleg Pykhalov 72df48dbad gnu: Add kodi-cli.
* gnu/packages/kodi.scm (kodi-cli): New variable.
2017-11-03 06:46:03 +03:00
Ricardo Wurmus 1d84500a72 gnu: conda: Fix environment scripts.
* gnu/packages/package-management.scm (conda)[arguments]: Add phase
"undo-wrap".
2017-11-03 00:12:46 +01:00
Marius Bakke ada53b1d50 Revert "gnu: itstool: Update to 2.0.4."
This reverts commit 13fbd174b5.
2017-11-02 23:00:23 +01:00
Marius Bakke 77576be41f gnu: openssl@1.1: Update to 1.1.0g [fixes CVE-2017-3735, CVE-2017-2736].
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0g.
[source]: Add HTTPS mirror.
2017-11-02 22:21:59 +01:00
Marius Bakke 1df4f5c919 gnu: openssl@1.0: Replace with 1.0.2m [fixes CVE-2017-3735, CVE-2017-2736].
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl-1.0.2m): New public variable.
2017-11-02 22:21:59 +01:00
Efraim Flashner 22bf67d1f4 gnu: enlightenment: Update to 0.22.0.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.22.0.
2017-11-02 23:05:11 +02:00
Efraim Flashner 41b5408235 gnu: efl: Update to 1.20.5.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.5.
2017-11-02 23:05:09 +02:00
Marius Bakke bc183968f5 gnu: vte-ng: Update to 0.50.2.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.2.a.
2017-11-02 21:17:41 +01:00
Tobias Geerinckx-Rice 52995941bc gnu: gnome-todo: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-todo): Update to 3.26.2.
2017-11-02 21:10:21 +01:00
Tobias Geerinckx-Rice 92c9392767 gnu: dconf-editor: Update to 3.26.2.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.2.
2017-11-02 21:10:21 +01:00
Tobias Geerinckx-Rice b39e612115 gnu: gnome-clocks: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-clocks): Update to 3.26.1.
2017-11-02 21:10:20 +01:00
Tobias Geerinckx-Rice 1b59d45ee4 gnu: file-roller: Update to 3.26.2.
gnu/packages/gnome.scm (file-roller): Update to 3.26.2.
2017-11-02 21:10:20 +01:00
Tobias Geerinckx-Rice 46994d0d4c gnu: aisleriot: Update to 3.22.4.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.4.
2017-11-02 21:10:19 +01:00
Tobias Geerinckx-Rice 03e775d4e8 gnu: knot: Update to 2.6.1.
* gnu/packages/dns.scm (knot): Update to 2.6.1.
2017-11-02 21:10:18 +01:00
Tobias Geerinckx-Rice 73b80ff924 gnu: miniupnpc: Update to 2.0.20171102.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20171102.
2017-11-02 21:10:18 +01:00
Rutger Helling 3440f12a7e gnu: mpv: enable Wayland support.
* gnu/packages/video.scm (mpv)[inputs]: Add wayland and libxkbcommon.
2017-11-02 16:03:25 -04:00
Kei Kebreau 13fbd174b5 gnu: itstool: Update to 2.0.4.
* gnu/packages/glib.scm (itstool): Update to 2.0.4.
[inputs]: Replace python and python-libxml2 with python-2 and python2-libxml2.
2017-11-02 15:37:22 -04:00
Kei Kebreau 67bd376b1a gnu: gnome-maps: Update to 3.26.2.
* gnu/packages/geo.scm (gnome-maps): Update to 3.26.2.
[arguments]: In 'install' phase, add webkitgtk to LD_LIBRARY_PATH.
2017-11-02 14:42:58 -04:00
Kei Kebreau 4dd137d508 gnu: libgweather: Update to 3.26.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.26.0.
2017-11-02 12:05:03 -04:00
Julien Lepiller bb27eb0dbf gnu: Add java-plexus-classworlds.
* gnu/packages/java.scm (java-plexus-classworlds): New variable.
2017-11-02 13:07:38 +01:00
Julien Lepiller 4d50897515 gnu: Add java-powermock-api-easymock.
* gnu/packages/java.scm (java-powermock-api-easymock): New variable.
2017-11-02 13:07:30 +01:00
Julien Lepiller 33db168181 gnu: Add java-powermock-modules-junit4.
* gnu/packages/java.scm (java-powermock-modules-junit4): New variable.
2017-11-02 13:07:27 +01:00
Julien Lepiller 6c21d46c70 gnu: Add java-powermock-modules-junit4-common.
* gnu/packages/java.scm (java-powermock-modules-junit4-common): New
variable.
2017-11-02 13:07:24 +01:00
Julien Lepiller 2d5d65d7dd gnu: Add java-powermock-api-support.
* gnu/packages/java.scm (java-powermock-api-support): New variable.
2017-11-02 13:07:22 +01:00
Julien Lepiller d4a4d5da60 gnu: Add java-powermock-core.
* gnu/packages/java.scm (java-powermock-core): New variable.
2017-11-02 13:07:19 +01:00
Julien Lepiller 8d6a48150a gnu: Add java-powermock-reflect.
* gnu/packages/java.scm (java-powermock-reflect): New variable.
* gnu/packages/patches/java-powermock-fix-java-files.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-11-02 13:07:17 +01:00
Julien Lepiller 5619556b24 gnu: Add java-xerial-core.
* gnu/packages/java.scm (java-xerial-core): New variable.
2017-11-02 13:07:15 +01:00
Julien Lepiller a53d9ac0f2 gnu: Add java-lmax-disruptor.
* gnu/packages/java.scm (java-lmax-disruptor): New variable.
2017-11-02 13:07:12 +01:00
Julien Lepiller 3120836732 gnu: Add java-bouncycastle-bcpkix.
* gnu/packages/java.scm (java-bouncycastle-bcpkix): New variable.
2017-11-02 13:07:09 +01:00
Julien Lepiller 62315865df gnu: Add java-bouncycastle-bcprov.
* gnu/packages/java.scm (java-bouncycastle-bcprov): New variable.
2017-11-02 13:07:07 +01:00
Julien Lepiller d54d7d31ac gnu: Add java-lz4.
* gnu/packages/java.scm (java-lz4): New variable.
2017-11-02 13:07:04 +01:00
Julien Lepiller eaf3cb7a41 gnu: Add java-mvel2.
* gnu/packages/java.scm (java-mvel2): New variable.
2017-11-02 13:07:01 +01:00
Julien Lepiller 1717a7de7b gnu: Add java-jnacl.
* gnu/packages/java.scm (java-jnacl): New variable.
2017-11-02 13:06:59 +01:00
Julien Lepiller 0442d897e9 gnu: Add java-testng.
* gnu/packages/java.scm (java-testng): New variable.
2017-11-02 13:06:56 +01:00
Julien Lepiller ca98e4481f gnu: Add java-fest-assert.
* gnu/packages/java.scm (java-fest-assert): New variable.
2017-11-02 13:06:54 +01:00
Julien Lepiller 3c6c835806 gnu: Add java-fest-test.
* gnu/packages/java.scm (java-fest-test): New variable.
2017-11-02 13:06:51 +01:00
Julien Lepiller 7a343e971a gnu: Add java-fest-util.
* gnu/packages/java.scm (java-fest-util): New variable.
2017-11-02 13:06:48 +01:00
Julien Lepiller e84b899d50 gnu: Add java-jmock-legacy.
* gnu/packages/java.scm (java-jmock-legacy): New variable.
2017-11-02 13:06:46 +01:00
Julien Lepiller 25436c6d03 gnu: Add java-jmock-junit4.
* gnu/packages/java.scm (java-jmock-junit4): New variable.
2017-11-02 13:06:43 +01:00
Julien Lepiller 045124ae2f gnu: Add java-jmock.
* gnu/packages/java.scm (java-jmock): New variable.
2017-11-02 13:06:41 +01:00
Julien Lepiller 11bc385b7b gnu: Add java-bsh.
* gnu/packages/java.scm (java-bsh): New variable.
2017-11-02 13:06:38 +01:00
Julien Lepiller a6dd06d0e2 gnu: Add java-jcommander.
* gnu/packages/java.scm (java-jcommander): New variable.
2017-11-02 13:06:19 +01:00
Kei Kebreau 2524a2a17a gnu: five-or-more: Update to 3.26.0.
* gnu/packages/gnome.scm (five-or-more): Update to 3.26.0.
2017-11-02 07:36:58 -04:00
Efraim Flashner 30ee6bf5d2 gnu: dejagnu: Update to 1.6.1.
* gnu/packages/dejagnu.scm (dejagnu): Update to 1.6.1.
2017-11-02 13:12:15 +02:00
Oleg Pykhalov 50e3f2a5a4 gnu: emacs-helm-make: Update to 0.1.0-1.21c1bfa.
* gnu/packages/emacs.scm (emacs-helm-make): Update to 0.1.0-1.21c1bfa.
2017-11-02 11:05:46 +03:00
Eric Bavier a254971350 gnu: units: Add readline input.
* gnu/packages/maths.scm (units)[inputs]: Add readline.
2017-11-01 17:17:01 -05:00
Eric Bavier 0498d24866 gnu: units: Add python input.
* gnu/packages/maths.scm (units)[inputs]: New field.
[arguments]: New field.  Add 'wrap-units_cur phase.
2017-11-01 17:15:10 -05:00
Eric Bavier f11d2849a1 gnu: units: Update to 2.16.
* gnu/packages/maths.scm (units): Update to 2.16.
2017-11-01 17:11:15 -05:00
Kei Kebreau 55ed15baba gnu: gnome-mines: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.26.0.
2017-11-01 19:49:46 -04:00
Leo Famulari fff236aa03 doc: Fix typo in documentation of 'guix graph'.
* doc/guix.texi (Invoking guix graph): Fix typo.
2017-11-01 17:14:09 -04:00
Marius Bakke 88b35013b7 gnu: git: Update to 2.15.0.
* gnu/packages/version-control.scm (git): Update to 2.15.0.
2017-11-01 21:26:58 +01:00
Marius Bakke 61e1d6a791 gnu: imagemagick: Update to 6.9.9-21.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-21.
[home-page]: Use HTTPS.
2017-11-01 21:26:50 +01:00
Marius Bakke 449ad88bb5 gnu: libass: Update to 0.14.0.
* gnu/packages/video.scm (libass): Update to 0.14.0.
[native-inputs]: Change from YASM to NASM.
2017-11-01 20:29:32 +01:00
Marius Bakke 5d7141cd28 tests: ssh: Make sure we can run executables from PATH.
* gnu/tests/ssh.scm (run-ssh-test): Add tests for running commands in system
and user profile.
2017-11-01 20:29:32 +01:00
Marius Bakke 2c16be569c system: Return early in skeleton '.bashrc' when the shell is non-interactive.
* gnu/system/shadow.scm (default-skeletons)[bashrc]: Add return statement.
2017-11-01 20:29:32 +01:00
Marius Bakke 0ab59dd8b8 system: Test for interactive shell instead of cat in skeleton '.bashrc'.
* gnu/system/shadow.scm (default-skeletons)[bashrc]: Wrap $SSH_CLIENT test in
a conditional testing for interactive shell.
2017-11-01 20:29:32 +01:00
Marius Bakke 83a7a88f93 gnu: feh: Enable tests.
* gnu/packages/image-viewers.scm (feh)[arguments]: Remove #:tests?.  Add
 #:test-target.
[native-inputs]: Add PERL and PERL-TEST-COMMAND.  New field.
2017-11-01 20:29:32 +01:00
Marius Bakke 6b520156c2 gnu: Add perl-test-command.
* gnu/packages/perl.scm (perl-test-command): New public variable.
2017-11-01 20:29:32 +01:00
Efraim Flashner 5010d0e364 gnu: wine64: Add aarch64-linux to supported-systems.
* gnu/packages/wine.scm (wine64)[supported-systems]: Add aarch64-linux.
2017-11-01 10:17:18 +02:00
Ben Woodcroft 03d6e9dd08 gnu: vsearch: Update to 2.5.2.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.2.
2017-11-01 10:57:05 +10:00
Ben Woodcroft e126b79736 gnu: diamond: Update to 0.9.11.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.11.
2017-11-01 10:57:03 +10:00
Tobias Geerinckx-Rice e6ee13599d gnu: libfilezilla: Update to 0.11.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.1.
2017-11-01 01:02:04 +01:00
Tobias Geerinckx-Rice 9b5db24e7a gnu: gnome-mpv: Update to 0.13.
* gnu/packages/video.scm (gnome-mpv): Update to 0.13.
2017-11-01 01:02:04 +01:00
Tobias Geerinckx-Rice 78ab71ce1d gnu: you-get: Update to 0.4.939.
* gnu/packages/video.scm (you-get): Update to 0.4.939.
2017-11-01 01:02:03 +01:00
Tobias Geerinckx-Rice 63ae4800de download: Refresh the cpan.org mirror list.
* guix/download.scm (%mirrors)[cpan]: Update the list of CPAN mirrors (of
which several are dead) with a more-or-less geographically diverse selection.
2017-11-01 01:02:03 +01:00
Leo Famulari bc8bd40e6a gnu: ncmpcpp: Update to 0.8.1.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.1.
2017-10-31 18:13:53 -04:00
Oleg Pykhalov cd5c3979d1 gnu: Add emacs-ggtags.
* gnu/packages/emacs.scm (emacs-ggtags): New variable.
2017-10-31 20:08:00 +03:00
Kei Kebreau 90bf26088e gnu: Add sakura.
* gnu/packages/terminals.scm (sakura): New variable.
2017-10-31 09:41:52 -04:00
Oleg Pykhalov 016590a951 gnu: Add emacs-company-quickhelp.
* gnu/packages/emacs.scm (emacs-company-quickhelp): New variable.
2017-10-31 14:55:18 +03:00
宋文武 56295c5160 gnu: lxc: Update to 2.1.1.
* gnu/packages/virtualization.scm (lxc): Update to 2.1.1.
2017-10-31 19:28:09 +08:00
Oleg Pykhalov 2e4bb8c817 gnu: Add emacs-helm-make.
* gnu/packages/emacs.scm (emacs-helm-make): New variable.
2017-10-31 14:10:37 +03:00
Ricardo Wurmus 7bf59f7021 gnu: Remove cufflinks.
Cufflinks includes essential non-free code.
Fixes <https://bugs.gnu.org/28946>.

* gnu/packages/bioinformatics.scm (cufflinks): Remove variable.
2017-10-31 08:17:06 +01:00
Leo Famulari b275cd22d4 gnu: apr-util: Update to 1.6.1 [fixes CVE-2017-12618].
* gnu/packages/apr.scm (apr): Update to 1.6.1.
2017-10-30 21:46:18 -04:00
Leo Famulari b614c48017 gnu: apr: Update to 1.6.3 [fixes CVE-2017-12613].
* gnu/packages/apr.scm (apr): Update to 1.6.3.
2017-10-30 21:46:18 -04:00
Leo Famulari 3022680aba gnu: mpd: Update to 0.20.11.
* gnu/packages/mpd.scm (mpd): Update to 0.20.11.
2017-10-30 21:46:14 -04:00
Leo Famulari 44b8823fc7 gnu: quagga: Update to 1.2.2 [fix CVE-2017-16227].
* gnu/packages/networking.scm (quagga): Update to 1.2.2.
2017-10-30 20:42:13 -04:00
Mark H Weaver 8b17ee4846 gnu: webkitgtk: Update to 2.18.2.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.2.
2017-10-30 20:07:00 -04:00
Ludovic Courtès c2eb8cd98c gnu: xorg-server: Build reproducibly.
Fixes <https://bugs.gnu.org/24112>.

* gnu/packages/xorg.scm (xorg-server)[arguments]: Pass "--with-os-name"
and "--with-os-vendor" as #:configure-flags.
Augment 'pre-configure' phase to set 'BUILD_DATE' and 'BUILD_TIME' in
'configure'.
2017-10-31 00:51:37 +01:00
Efraim Flashner 8ff5b8aaa3 gnu: perl-http-cookies: Fix source uri.
This is a follow-up to d284f01826.

* gnu/packages/web.scm (perl-http-cookies)[source]: Update to new source uri.
2017-10-30 19:49:37 +02:00
Tobias Geerinckx-Rice 484a1c05d0 gnu: ola: Update to 0.10.5.
* gnu/packages/lighting.scm (ola): Update to 0.10.5.
2017-10-30 17:20:43 +01:00
Tobias Geerinckx-Rice 59261ebeea gnu: ethtool: Update to 4.13.
* gnu/packages/networking.scm (ethtool): Update to 4.13.
2017-10-30 17:20:42 +01:00
Tobias Geerinckx-Rice b5c7574b2f Revert "import: cpan: Use HTTPS for home pages."
This reverts commit 29f7bf59d5: HTTPS support
at search.cpan.org is unreliable, at best.  Don't rely on it.
2017-10-30 17:20:42 +01:00
Tobias Geerinckx-Rice 2fb83ca6c5 gnu: perl-class-tiny: Update to 1.006.
* gnu/packages/perl.scm (perl-class-tiny): Update to 1.006.
2017-10-30 17:20:42 +01:00
Tobias Geerinckx-Rice 7e5132a297 gnu: perl-extutils-pkgconfig: Update to 1.16.
* gnu/packages/perl.scm (perl-extutils-pkgconfig): Update to 1.16.
2017-10-30 17:20:41 +01:00
Tobias Geerinckx-Rice 72ef03b92b gnu: perl-json-any: Update to 1.39.
* gnu/packages/perl.scm (perl-json-any): Update to 1.39.
2017-10-30 17:20:41 +01:00
Tobias Geerinckx-Rice caa7adacce gnu: perl-sub-exporter-progressive: Update to 0.001013.
* gnu/packages/perl.scm (perl-sub-exporter-progressive): Update to 0.001013.
2017-10-30 17:20:41 +01:00
Tobias Geerinckx-Rice 922814ae65 gnu: perl-html-lint: Update to 2.26.
* gnu/packages/perl.scm (perl-html-lint): Update to 2.26.
2017-10-30 17:20:40 +01:00
Tobias Geerinckx-Rice d284f01826 gnu: perl-http-cookies: Update to 6.04.
* gnu/packages/perl.scm (perl-http-cookies): Update to 6.04.
2017-10-30 17:20:40 +01:00
Tobias Geerinckx-Rice 58ade30228 gnu: perl-xml-libxml: Update to 2.0132.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0132.
2017-10-30 17:20:07 +01:00
Rutger Helling faffd821f3 gnu: wine: Update to 2.0.3.
* gnu/packages/wine.scm (wine): Update to 2.0.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-30 10:42:20 -04:00
ng0 8fd4320033 gnu: ffmpeg: Configure with frei0r.
* gnu/packages/video.scm (ffmepg)[inputs]: Add 'frei0r-plugins'.
(arguments)[configure-flags]: Add '--enable-frei0r' and remove
'TODO' comment about frei0r.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-10-30 15:43:21 +02:00
ng0 49e1d76dd9 gnu: Add frei0r-plugins.
* gnu/packages/video.scm (frei0r-plugins): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-10-30 15:43:21 +02:00
Ricardo Wurmus 1f6f4c40c1 gnu: Add r-tgconfig.
* gnu/packages/statistics.scm (r-tgconfig): New variable.
2017-10-30 12:07:53 +01:00
Ricardo Wurmus 7941d1ed5d gnu: Add r-tgstat.
* gnu/packages/statistics.scm (r-tgstat): New variable.
2017-10-30 12:07:51 +01:00
Roel Janssen 491dc2fb16 gnu: java: Fix libjvm.so linkage problem in icedtea-7.
* gnu/packages/java.scm (icedtea-7): Add phase to create a symbolic link to
  libjvm.so.
2017-10-30 11:19:51 +01:00
Hartmut Goebel 91496dfc9a tests: install: Estimate the installation system disk size.
1500 MiB are too small for a current system, thus let
system-disk-image estimate the required size.

* gnu/tests/install.scm: (run-install): Pass "#:disk-image-size
  'guess" to system-disk-image.
2017-10-30 09:12:56 +01:00
Efraim Flashner 73f71bc9b7 gnu: tig: Update to 2.3.0.
* gnu/packages/version-control.scm (tig): Update to 2.3.0.
[source]: Download from Github.
[home-page]: Update to new home-page.
2017-10-29 22:35:56 +02:00
Efraim Flashner 0c6f4bec2e gnu: Add newsboat.
* gnu/packages/syndication.scm (newsboat): New variable.
2017-10-29 22:02:44 +02:00
Mark H Weaver f7ddf99696 gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-10-29 15:29:18 -04:00
Ricardo Wurmus c9dc457711 gnu: mu: Add build phase to fix library reference.
* gnu/packages/mail.scm (mu)[arguments]: Add build phase "fix-ffi" to fix
reference to libguile-mu library.
2017-10-29 18:30:58 +01:00
Ricardo Wurmus d59ec12975 gnu: mu: Use Guile 2.2.
* gnu/packages/mail.scm (mu)[inputs]: Replace guile-2.0 with guile-2.2.
[arguments]: Replace references to version 2.0.
2017-10-29 18:30:58 +01:00
Tobias Geerinckx-Rice 8de54944f7 gnu: offlineimap: Update to 7.1.4.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.4.
2017-10-29 17:32:39 +01:00
Tobias Geerinckx-Rice 8281f8263d gnu: youtube-dl: Update to 2017.10.29.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.29.
2017-10-29 17:32:39 +01:00
Tobias Geerinckx-Rice be03120d78 gnu: perl-test-www-mechanize-psgi: Update to 0.37.
gnu/packages/web.scm (perl-test-www-mechanize-psgi): Update to 0.37.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice 303c68588a gnu: perl-test-www-mechanize: Update to 1.48.
gnu/packages/web.scm (perl-test-www-mechanize): Update to 1.48.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice c2d1b935e0 gnu: perl-uri-find: Update to 20160806.
* gnu/packages/web.scm (perl-uri-find): Update to 20160806.
2017-10-29 17:32:38 +01:00
Tobias Geerinckx-Rice 4f50fd752b gnu: perl-email-mime: Update to 1.946.
* gnu/packages/mail.scm (perl-email-mime): Update to 1.946.
[propagated-inputs]: Add perl-module-runtime.
2017-10-29 17:32:37 +01:00
Tobias Geerinckx-Rice 9b5fc20c4e gnu: perl-email-mime-contenttype: Update to 1.022.
* gnu/packages/mail.scm (perl-email-mime-contenttype): Update to 1.022.
2017-10-29 17:32:37 +01:00
Tobias Geerinckx-Rice 25adc0066a gnu: perl-email-simple: Update to 2.214.
* gnu/packages/mail.scm (perl-email-simple): Update to 2.214.
2017-10-29 17:32:36 +01:00
Tobias Geerinckx-Rice 801eb74620 gnu: perl-email-sender: Update to 1.300031.
* gnu/packages/mail.scm (perl-email-sender): Update to 1.300031.
2017-10-29 17:32:36 +01:00
Tobias Geerinckx-Rice 29f7bf59d5 import: cpan: Use HTTPS for home pages.
* guix/import/cpan.scm (cpan-home): Use HTTPS.
* tests/cpan.scm ("cpan->guix-package"): Expect it.
2017-10-29 17:32:35 +01:00
Tobias Geerinckx-Rice 6d176ad379 import: cpan: Actually use CPAN-HOME.
* guix/import/cpan.scm (cpan-module->sexp): Use the CPAN-HOME procedure.
2017-10-29 17:32:35 +01:00
Tobias Geerinckx-Rice 73f33b9379 import: cpan: Add trailing "/" to CPAN-HOME.
Prevent regression after commit e4bc172730.

* guix/import/cpan.scm (cpan-home): Add trailing "/".
2017-10-29 17:32:12 +01:00
Tobias Geerinckx-Rice adce670797 gnu: perl-tie-cycle: Update to 1.225.
* gnu/packages/perl.scm (perl-tie-cycle): Update to 1.225.
2017-10-29 15:22:24 +01:00
Tobias Geerinckx-Rice ec4e2b24a7 gnu: perl-text-table: Update to 1.133.
* gnu/packages/perl.scm (perl-text-table): Update to 1.133.
2017-10-29 15:22:23 +01:00
Tobias Geerinckx-Rice c97dadcc97 gnu: perl-safe-isa: Update to 1.000008.
* gnu/packages/perl.scm (perl-safe-isa): Update to 1.000008.
2017-10-29 15:22:21 +01:00
Tobias Geerinckx-Rice 384dec0889 gnu: perl-log-log4perl: Update to 1.49.
* gnu/packages/perl.scm (perl-log-log4perl): Update to 1.49.
2017-10-29 15:22:20 +01:00
Tobias Geerinckx-Rice dbbc8f5a86 gnu: perl-file-sharedir-dist: Update to 0.05.
* gnu/packages/perl.scm (perl-file-sharedir-dist): Update to 0.05.
2017-10-29 15:22:19 +01:00
Tobias Geerinckx-Rice 37fcabf0ef gnu: perl-business-ismn: Update to 1.131.
* gnu/packages/perl.scm (perl-business-ismn): Update to 1.131.
2017-10-29 15:22:17 +01:00
Tobias Geerinckx-Rice 6a2c510dc5 gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-29 15:22:16 +01:00
Jan Nieuwenhuizen 11e5e932ad gnu: conkeror: Update to 1.1.0.
* gnu/packages/conkeror.scm (conkeror): Update to 1.1.0.
2017-10-29 11:21:12 +01:00
Nicolas Goaziou 53a3f5d792 gnu: giac-xcas: Update to 1.4.9-17.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.4.9-17.  Remove
  unnecessary workaround about failing test.
2017-10-29 10:06:44 +01:00
Nicolas Goaziou 4a8bd5500d gnu: scribus: Update to 1.5.3. Add inputs.
* gnu/packages/scribus.scm (scribus): Update to 1.5.3.
[input]: Add fontconfig, harfbuzz, hunspell, icu4c, libcdr, libfreehand,
libmspub, librevenge, libvisio, openssl, podofo, poppler, and boost.  Move
qttools to ...
[native-input]: ... here.
[home-page]: Fix URL.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
2017-10-29 09:09:56 +01:00
Eric Bavier e4bc172730 import: cpan: Add trailing "/" on home-page.
This appeases 'guix lint', which otherwise complains about permanent
redirects.

* guix/import/cpan.scm (cpan-module->sexp): Add trailing "/" on home-page.
* tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.
2017-10-28 18:20:59 -05:00
Eric Bavier 23055424f2 import: cpan: Propagate imported dependencies.
This is most often the need for perl module dependencies.

* guix/import/cpan.scm (cpan-module->sexp): 'inputs -> 'propagated-inputs.
* tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.
2017-10-28 18:20:58 -05:00
Eric Bavier 9de52b5643 gnu: perl-sys-cpu: Skip cpu_clock and cpu_type tests.
* gnu/packages/perl.scm (perl-sys-cpu)[source]: Replace test in snippet.
2017-10-28 18:20:58 -05:00
Mark H Weaver 0f27666b91 gnu: linux-libre: Update to 4.13.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.10.
(%linux-libre-hash): Update hash.
2017-10-28 22:29:01 -04:00
Mark H Weaver 88deca15b5 gnu: linux-libre@4.9: Update to 4.9.59.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.59.
2017-10-28 22:28:23 -04:00
Mark H Weaver 813b4454a8 gnu: linux-libre@4.4: Update to 4.4.95.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.95.
2017-10-28 22:27:37 -04:00
Efraim Flashner c178aa344f gnu: gavl: Fix building on armhf and aarch64.
* gnu/packages/video.scm (gavl)[arguments]: Add '-lm' to configure flags.
2017-10-28 23:11:12 +03:00
ng0 4b86f04a51 gnu: neomutt: Remove obsolete configure switches.
* gnu/packages/mail.scm (neomutt)[arguments]: Remove '--with-regex'
and '--with-external-dotlock' from configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:42 +02:00
ng0 32fc1ec3d5 gnu: neomutt: Do not inherit mutt.
* gnu/packages/mail.scm (neomutt): Remove (inherit mutt),
add 'build-system' and 'license'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:36 +02:00
ng0 7de23b02a1 gnu: neomutt: Update to 20171027.
* gnu/packages/mail.scm (neomutt): Update to 20171027.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:54:25 +02:00
Kyle Meyer bf1264ab70 gnu: emacs-yasnippet: Update to 0.12.2.
* gnu/packages/emacs.scm (emacs-yasnippet): Update to 0.12.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:31 +02:00
Kyle Meyer 8a0d454eed gnu: emacs-elfeed: Update to 2.2.0.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.2.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:29 +02:00
Kyle Meyer 9932dabfb6 gnu: emacs-hydra: Update to 0.14.0.
* gnu/packages/emacs.scm (emacs-hydra): Update to 0.14.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:25 +02:00
Kyle Meyer 2b0ddaaac7 gnu: emacs-f: Update to 0.19.0.
* gnu/packages/emacs.scm (emacs-f): Update to 0.19.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:22 +02:00
Kyle Meyer 4e4255849d gnu: emacs-s: Update to 1.12.0.
* gnu/packages/emacs.scm (emacs-s): Update to 1.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 21:52:18 +02:00
Julien Lepiller c54a8fdf90 gnu: Update php to 7.1.11.
* gnu/packages/php.scm (php): Update to 7.1.11.
2017-10-28 14:19:15 +02:00
Peter Kreye 90ab26fa26 gnu: Add ocaml-utop.
* gnu/packages/ocaml.scm (ocaml-utop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:33:59 +02:00
Peter Kreye 50856b7342 gnu: Add ocaml-findlib-1.7.3.
* gnu/packages/ocaml.scm (ocaml-findlib-1.7.3): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:33:46 +02:00
Peter Kreye e88ff71c10 gnu: Add ocaml-lambda-term.
* gnu/packages/ocaml.scm (ocaml-zed): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:12:20 +02:00
Peter Kreye cd4abd293d gnu: Add ocaml-zed.
* gnu/packages/ocaml.scm (ocaml-zed): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:09:02 +02:00
Peter Kreye c00233ac16 gnu: Add ocaml-jbuilder.
* gnu/packages/ocaml.scm (ocaml-jbuilder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-28 10:00:09 +02:00
Ludovic Courtès 34b1f339cd graph: Remove mention of Graphviz from the summary line.
* guix/scripts/graph.scm (show-help): Remove mention of Graphviz from
the summary line.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 0a2ce1ea0a import: elpa: Do not abort when failing to download the archive.
* guix/import/elpa.scm (elpa-fetch-archive): Use 'http-fetch/cached'
directly instead of 'call-with-downloaded-file'.  This ensures we don't
just abort when networking access is lacking, which is required to allow
'guix refresh -c refresh' to proceed.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 90297811a9 import: github: Gracefully handle multiple-URL origins.
* guix/import/github.scm (latest-release)[origin-github-uri]: New
procedure.  Use it.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 6d6d193221 lint: 'refresh' gracefully handles lack of networking access.
* guix/scripts/lint.scm (check-for-updates): Wrap
'package-latest-release*' call in 'with-networking-fail-safe'.
2017-10-28 09:45:54 +02:00
Ludovic Courtès 4b879e0acf lint: Extract network-related exception handling.
* guix/scripts/lint.scm (call-with-networking-fail-safe): New procedure.
(with-networking-fail-safe): New macro.
(current-vulnerabilities*): Rewrite in terms of 'with-networking-fail-safe'.
2017-10-28 09:45:54 +02:00
Ludovic Courtès a1ff7e1d8d scripts: Factorize option parsing sans 'GUIX_BUILD_OPTIONS'.
* guix/scripts.scm (parse-command-line): Add #:build-options? parameter
and honor it.
* guix/scripts/challenge.scm (guix-challenge): Use 'parse-command-line'
with #:build-options? #f instead of 'args-fold*'.
* guix/scripts/gc.scm (guix-gc): Likewise.
* guix/scripts/graph.scm (guix-graph): Likewise.
* guix/scripts/hash.scm (guix-hash): Likewise.
* guix/scripts/lint.scm (guix-lint): Likewise.
* guix/scripts/refresh.scm (guix-refresh): Likewise.
* guix/scripts/size.scm (guix-size): Likewise.
* guix/scripts/weather.scm (guix-weather): Likewise.
2017-10-28 09:45:53 +02:00
Tobias Geerinckx-Rice ed1f071e98 gnu: perl-net-dns: Update to 1.13.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.13.
2017-10-28 01:55:26 +02:00
Tobias Geerinckx-Rice e13a63d933 gnu: perl-xml-libxml: Update to 2.0131.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0131.
2017-10-28 01:55:26 +02:00
Ludovic Courtès efff3dd4c9 scripts: Use 'args-fold*' for command that do not honor build flags.
Fixes <https://bugs.gnu.org/28984>.
Reported by Eric Bavier.

* guix/scripts/challenge.scm (guix-challenge): Use 'args-fold*' instead
of 'parse-command-line'.
* guix/scripts/size.scm (guix-size): Likewise.
* guix/scripts/weather.scm (guix-weather): Likewise.
2017-10-27 13:11:26 -07:00
Theodoros Foradis 50942a690e gnu: kicad: Build with ngspice support.
* gnu/packages/engineering.scm (kicad):
[arguments] <configure-flags>: Add KICAD_SPICE flag.
[inputs]: Add libngspice.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:03:39 -07:00
Theodoros Foradis c48799c0a5 gnu: kicad: Update to commit 5f4599f.
* gnu/packages/engineering.scm (kicad): Update to commit 5f4599f.
[arguments]: Add "install-lib-3d" phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:03:18 -07:00
Theodoros Foradis c16fabfa9e gnu: kicad-library: Update to 4.0.6.
* gnu/packages/engineering.scm (kicad-library): Update to 4.0.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 13:00:39 -07:00
Theodoros Foradis c31b61ef53 gnu: Add qucs.
* gnu/packages/engineering.scm (qucs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 12:42:49 -07:00
Ludovic Courtès 40a99ca014 gnu: freehdl: Depend on the current 'gcc-toolchain'.
* gnu/packages/engineering.scm (freehdl)[inputs]: Change
'gcc-toolchain-5' to 'gcc-toolchain'.
2017-10-27 12:37:38 -07:00
Ludovic Courtès b887ede17d gnu: gcc: Add unversioned 'gcc-toolchain' variable.
Reported by Theodoros Foradis <theodoros@foradis.org>.

* gnu/packages/commencement.scm (gcc-toolchain): Rename to...
(make-gcc-toolchain): ... this.
(gcc-toolchain): New variable.
(gcc-toolchain-5): Turn into an alias for 'gcc-toolchain'.
2017-10-27 12:35:49 -07:00
Ludovic Courtès 99b9857be7 gnu: Add Catalan dictionary for Aspell.
Hola!

* gnu/packages/aspell.scm (aspell-dict-ca): New variable.
2017-10-27 11:57:47 -07:00
Ludovic Courtès 085bcca313 gnu: Add hunspell-dict-en*.
* gnu/packages/aspell.scm (aspell-word-list): New procedure.
(define-word-list-dictionary): New macro.
(hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca)
(hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us): New
variables.
2017-10-27 09:33:15 -07:00
Theodoros Foradis d3f9589842 gnu: freehdl: Fix gvhdl and freehdl-gennodes scripts.
* gnu/packages/engineering.scm (freehdl):
[arguments] <phases>: Add patch-gvhdl and patch-freehdl-gennodes phases.
Wrap-program "/bin/gvhdl" in make-wrapper phase.
[inputs]: Add guile-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-27 09:33:15 -07:00
ng0 e37bdc0f28 gnu: Add gavl.
* gnu/packages/video.scm (gavl): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:55 -04:00
ng0 c50fe6c291 gnu: Add python-pycanberra.
* gnu/packages/libcanberra.scm (python-pycanberra): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:55 -04:00
ng0 635f981b9a gnu: Add gst-transcoder.
* gnu/packages/video.scm (gst-transcoder): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-27 08:25:54 -04:00
Roel Janssen 58a308e0b4 gnu: Add gwl.
* gnu/packages/package-management.scm (gwl): New variable.
2017-10-27 11:17:43 +02:00
Marius Bakke 4119376d66 gnu: exiv2: Add upstream security fixes.
Fixes CVE-2017-14859, CVE-2017-14860, CVE-2017-14862 and CVE-2017-14864.

* gnu/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch,
gnu/packages/patches/exiv2-CVE-2017-14860.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/image.scm (exiv2)[source]: Use them.
2017-10-27 00:50:09 +02:00
Maxim Cournoyer ba2cd6c2d8 gnu: synergy: Update repository URI and hash.
* gnu/packages/synergy.scm (synergy)[uri]: Replace synergy by synergy-core.
[sha256]: Update to reflect the name change of the archive root directory.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-26 15:45:14 -07:00
Kyle Meyer 3414ce9876 gnu: snakemake: Update to 4.2.0.
* gnu/packages/python.scm (snakemake): Update to 4.2.0.
[propagated-inputs]: Add python-appdirs, python-configargparse, python-pyyaml,
and python-ratelimiter, which are dependencies as of Snakemake 4.1.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Kyle Meyer 9d0866ce1b gnu: Add python-ratelimiter.
* gnu/packages/python.scm (python-ratelimiter, python2-ratelimiter): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Kyle Meyer b89e3c77c6 gnu: python-configargparse: Update to 0.12.0.
* gnu/packages/python.scm (python-configargparse, python2-configargparse):
Update to 0.12.0.
[arguments]: Enable tests.
[native-inputs]: Add python-pyyaml, which is an optional dependency but
required to run the tests.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Rutger Helling 750e9f15a3 gnu: xpra: Update to 2.1.3.
* gnu/packages/xorg.scm (xpra): Update to 2.1.3.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:42:06 +02:00
Jelle Licht 256ecba1a1 gnu: ansible: Update to 2.4.1.0.
* gnu/packages/admin.scm (ansible): Update to 2.4.1.0.
2017-10-27 00:30:49 +02:00
Marius Bakke 1c2adcd6b9 gnu: ffmpeg@3.3: Update to 3.3.5.
* gnu/packages/video.scm (ffmpeg-3.3): Update to 3.3.5.
2017-10-27 00:03:17 +02:00
Rutger Helling b1c01503df gnu: Add ffmpeg@3.3 and use it on packages that fail with 3.4.
* gnu/packages/gstreamer.scm (gst-libav)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/messaging.scm (qtox)[inputs]: Change ffmpeg to ffmpeg-3.3.
* gnu/packages/video.scm (ffmpeg-3.3): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-10-27 00:01:53 +02:00
Marius Bakke 6b88912eb6 gnu: wget: Update to 1.19.2 [fixes CVE-2017-13089 and CVE-2017-13090].
* gnu/packages/wget.scm (wget): Update to 1.19.2.
[source](uri): Change to '.lz' tarball.
[source](patches): Remove.
[native-inputs]: Add LZIP.
* gnu/packages/patches/wget-CVE-2017-6508.patch,
gnu/packages/patches/wget-fix-504-test-timeout.patch,
gnu/packages/patches/wget-perl-5.26.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-10-26 23:45:17 +02:00
Rutger Helling 2e205c6193 gnu: openrct2: Fix a few paths.
* gnu/packages/games.scm (openrct2): Fix a few paths.
2017-10-26 20:07:50 +02:00
Leo Famulari 9c43f432eb doc: Document the installation of Go source code.
* doc/guix.texi (Build Systems): Document '#:install-source?' for the Go
build system.
2017-10-26 12:14:34 -04:00
Leo Famulari 552ee77250 build-system/go: Fix installation path of executable files.
* guix/build/go-build-system.scm (setup-environment): Set GOBIN correctly.
2017-10-26 12:14:33 -04:00
Leo Famulari 0cbcab7254 gnu: go: Update to 1.9.2.
* gnu/packages/golang.scm (go-1.9): Update to 1.9.2.
2017-10-26 12:14:33 -04:00
Rutger Helling 436594ca47 gnu: ffmpeg: Update to 3.4.
* gnu/packages/video.scm (ffmpeg): Update to 3.4.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-26 12:14:30 -04:00
Jelle Licht bc709e0377 gnu: node: Update to 8.7.0.
* gnu/packages/node.scm (node): Update to 8.7.0.
(node)[arguments]: Removed dgram mutlicast test. Removed dns test. Removed
broken linter test workaround.
2017-10-26 12:57:43 +02:00
Ben Woodcroft ed5e9a33f8 gnu: vsearch: Update to 2.5.1.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.1.
2017-10-26 19:55:29 +10:00
Efraim Flashner 8ba3f751b6 gnu: r-nloptr: Update package hash.
The source was repacked and reuploaded without incrementing the version
number. The difference was windows line endings on the windows files.

* gnu/packages/statistics.scm (r-nloptr)[source]: Update package hash.
2017-10-26 10:46:02 +03:00
Efraim Flashner e5af1f4af3 gnu: sorcer: Fix building on non-Intel hardware.
* gnu/packages/music.scm (sorcer)[arguments]: Add phase to remove
architecture specific build flags.
2017-10-26 08:37:40 +03:00
Andy Patterson b1e9837a3c gnu: virt-manager: Enable persistent configuration support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add dconf.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:26:15 -07:00
Andy Patterson f023685dca gnu: virt-manager: Wrap with GSettings schema and GIO modules search paths.
Fixes a crash when opening the file chooser dialog.

* gnu/packages/virtualization.scm (virt-manager)[arguments]
<#:imported-modules>: Add (guix build glib-or-gtk-build-system).
<#:modules>: Import (guix build glib-or-gtk-build-system) as glib-or-gtk:.
<#:arguments>: Add 'glib-or-gtk-compile-schemas and 'glib-or-gtk-wrap.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:26:15 -07:00
ng0 60e9529729 gnu: Add python2-roca-detect.
* gnu/packages/crypto.scm (python2-roca-detect): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:26:15 -07:00
ng0 7756eab078 gnu: Add python2-pgpdump.
* gnu/packages/gnupg.scm (python2-pgpdump): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:25:57 -07:00
ng0 0046309398 gnu: Add python-coloredlogs.
* gnu/packages/python.scm (python-coloredlogs, python2-coloredlogs): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:25:20 -07:00
ng0 7d4147634b gnu: Add python-verboselogs.
* gnu/packages/python.scm (python-verboselogs, python2-verboselogs): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:25:20 -07:00
ng0 2a81537f2f gnu: Add python-capturer.
* gnu/packages/python.scm (python-capturer, python2-capturer): New
variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:25:19 -07:00
ng0 92eb9a3535 gnu: Add python-humanfriendly.
* gnu/packages/python.scm (python-humanfriendly, python2-humanfriendly):
New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-25 22:25:19 -07:00
Ludovic Courtès bf7dfb1f07 challenge: Display an overall summary.
* guix/scripts/challenge.scm (summarize-report-list): New procedure.
(guix-challenge): Use it.
* doc/guix.texi (Invoking guix challenge): Adjust command output in
example.
2017-10-25 22:25:19 -07:00
Ludovic Courtès d213cc8c7f substitute: Don't send more than 1000 requests in a row.
Fixes <https://bugs.gnu.org/28731>.
Reported by Jan Nieuwenhuizen <janneke@gnu.org>.

* guix/scripts/substitute.scm (at-most): New procedure.
(http-multiple-get): Use it to send at most 1000 requests at once.
2017-10-25 22:25:19 -07:00
Ludovic Courtès 44c6a87f53 guix package: '--list-available' does not show superseded packages.
* guix/scripts/package.scm (process-query) <'list-available>: Filter out
P if it matches 'package-superseded'.
2017-10-25 22:25:19 -07:00
Leo Famulari 17650569d4 gnu: Fix Leo Famulari's copyright statement in (gnu packages calcurse).
* gnu/packages/calcurse.scm: Fix copyright statement.
2017-10-25 14:45:43 -04:00
Leo Famulari a23dbbff14 gnu: calcurse: Used the "fixed" test-only tzdata for tests.
* gnu/packages/calcurse.scm (calcurse)[inputs]: Remove tzdata and add ...
[native-inputs]: tzdata-2017a.
[arguments]: Add tzdata-2017a to #:disallowed-references.
2017-10-25 14:44:38 -04:00
Efraim Flashner c4b542ffd4 gnu: parallel: Update to 20171022.
* gnu/packages/parallel.scm (parallel): Update to 20171022.
2017-10-25 21:37:53 +03:00
Tobias Geerinckx-Rice 63bbf38fb1 gnu: expat: Update replacement to 2.2.4 [security fixes].
See 'Changes' in the source distribution for more information about the
fixed security issues.

* gnu/packages/xml.scm (expat)[replacement]: Update to 2.2.4.
(expat-2.2.2): Replace with...
(expat-2.2.4): ...new variable.
2017-10-25 19:06:37 +02:00
Tobias Geerinckx-Rice c61cac6902 gnu: tor: Update to 0.3.1.8.
* gnu/packages/tor.scm (tor): Update to 0.3.1.8.
2017-10-25 18:13:09 +02:00
Tobias Geerinckx-Rice 65808ba4ec gnu: sssd: Add missing word to description.
* gnu/packages/sssd.scm (sssd)[description]: Fix typo.
2017-10-25 18:13:08 +02:00
Tobias Geerinckx-Rice 06c1304652 gnu: sssd: Update to 1.16.0.
* gnu/packages/sssd.scm (sssd): Update to 1.16.0.
2017-10-25 18:13:08 +02:00
Tobias Geerinckx-Rice 3d96f2320a gnu: ding-libs: Update to 0.6.1.
* gnu/packages/sssd.scm (ding-libs): Update to 0.6.1.
2017-10-25 18:13:08 +02:00
Efraim Flashner a6e67d867c gnu: r-ff: Remove aarch64-linux from supported-systems.
* gnu/packages/cran.scm (r-ff)[supported-systems]: New field.
2017-10-25 19:07:11 +03:00
Efraim Flashner dda785f660 gnu: go@1.4: Limit supported systems.
* gnu/packages/golang.scm (go@1.4)[supported-systems]: New field,
Limit supported systems to x86_64-linux, i686-linux and armhf-linux.
(go@1.9)[supported-systems]: New field.
2017-10-25 19:07:10 +03:00
Ricardo Wurmus c633b911ce gnu: perl-moox-file-configdir: Fix source URL.
* gnu/packages/perl.scm (perl-moox-file-configdir)[source]: Fix typo in source
URL.
2017-10-25 16:40:09 +02:00
Kyle Meyer 4c77abc4da gnu: Add r-forcats.
* gnu/packages/statistics.scm (r-forcats): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 16:24:03 +02:00
Ricardo Wurmus 6a23c8b183 gnu: Add sqlite-with-fts3.
* gnu/packages/databases.scm (sqlite-with-fts3): New variable.

Co-authored-by: Pierre Langlois <pierre.langlois@gmx.com>
2017-10-25 15:13:38 +02:00
Pierre Langlois de98f4ed55 gnu: Add crypto++.
* gnu/packages/crypto.scm (crypto++): New variable.
* gnu/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 14:54:13 +02:00
Pierre Langlois 60b7ed9cb8 gnu: Add libechonest.
* gnu/packages/music.scm (libechonest): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 14:54:13 +02:00
Pierre Langlois 412d00728e gnu: Add qjson.
* gnu/packages/web.scm (qjson): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 14:54:09 +02:00
Petter 15b0844257 gnu: Add parcimonie.
* gnu/packages/gnupg.scm (parcimonie): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 10:49:38 +02:00
Petter 985c41458d gnu: Add perl-browser-open.
* gnu/packages/perl.scm (perl-browser-open): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 10:49:38 +02:00
Petter 65f7f60693 gnu: Add perl-b-keywords.
* gnu/packages/perl.scm (perl-b-keywords): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 10:49:38 +02:00
Petter 2a013d0f09 gnu: Add perl-carp-always.
* gnu/packages/perl.scm (perl-carp-always): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 10:49:38 +02:00
Petter fc4083c54f gnu: Add perl-net-dbus-glib.
* gnu/packages/glib.scm (perl-net-dbus-glib): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 10:49:38 +02:00
Petter a372c4da2f gnu: Add perl-net-dbus.
* gnu/packages/glib.scm (perl-net-dbus): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-25 10:49:37 +02:00
Eric Bavier 24404eaf93 gnu: dealii: Update to 8.5.1.
Fixes compilation with boost@1.64.0.

* gnu/packages/maths.scm (dealii): Update to 8.5.1.
2017-10-24 20:16:50 -05:00
Eric Bavier 4150da630f gnu: p4est: Update to 2.0.
* gnu/packages/maths.scm (p4est): Update to 2.0.
2017-10-24 20:16:50 -05:00
Eric Bavier 9ce587f231 gnu: libhilbert: Remove package.
This package's source and webpage has disappeared for some time, and upstream
projects (e.g. libmesh) seem to be bundling it, so we remove it for now.

* gnu/packages/maths.scm (libhilbert): Remove variable.
2017-10-24 20:16:49 -05:00
Eric Bavier 958b5a1caa gnu: slepc: Update to 3.8.0.
* gnu/packages/maths.scm (slepc): Update to 3.8.0.
2017-10-24 20:16:49 -05:00
Eric Bavier 6fec298d3e gnu: petsc: Update to 3.8.0.
* gnu/packages/maths.scm (petsc): Update to 3.8.0
[native-inputs]: Remove perl, which is no longer needed.
2017-10-24 20:16:42 -05:00
Ben Woodcroft 6f141eff47 gnu: bwa: Update to 0.7.17.
* gnu/packages/bioinformatics.scm (bwa): Update to 0.7.17.
2017-10-25 09:29:22 +10:00
Ben Woodcroft ae6e00f6f9 gnu: bwa: Change source URL to GitHub.
* gnu/packages/bioinformatics.scm (bwa)[source]: Change source URL to
GitHub.
2017-10-25 09:29:22 +10:00
Petter 85c991b029 gnu: Add perl-moox-options.
* gnu/packages/perl.scm (perl-moox-options): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:25 +02:00
Ricardo Wurmus 68998abd4f gnu: perl-getopt-long-descriptive: Update to 0.100.
* gnu/packages/perl.scm (perl-getopt-long-descriptive): Update to 0.100.
[native-inputs]: Add perl-cpan-meta-check.
2017-10-24 23:30:24 +02:00
Petter b936ddf312 gnu: Add perl-moox-configfromfile.
* gnu/packages/perl.scm (perl-moox-configfromfile): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:24 +02:00
Petter 8df39f572c gnu: Add perl-moox-file-configdir.
* gnu/packages/perl.scm (perl-moox-file-configdir): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:24 +02:00
Petter 658a4976fa gnu: Add perl-moox-cmd.
* gnu/packages/perl.scm (perl-moox-cmd): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:24 +02:00
Ricardo Wurmus b547ef1d09 gnu: perl-list-moreutils: Update to 0.426.
* gnu/packages/perl.scm (perl-list-moreutils): Update to 0.426.
[arguments]: Work around dotless @INC problem.
[native-inputs]: Add perl-test-leaktrace; remove perl-inc-latest and
perl-test-writevariants.
[propagated-inputs]: Add perl-list-moreutils-xs.
2017-10-24 23:30:24 +02:00
Ricardo Wurmus 189bfb1112 gnu: Add perl-list-moreutils-xs.
* gnu/packages/perl.scm (perl-list-moreutils-xs): New variable.
2017-10-24 23:30:24 +02:00
Petter 544dc8d46b gnu: Add perl-libintl-perl.
* gnu/packages/perl.scm (perl-libintl-perl): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:23 +02:00
Petter 180411e3f4 gnu: Add perl-file-configdir.
* gnu/packages/perl.scm (perl-file-configdir): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:23 +02:00
Petter 987232e67d gnu: Add perl-data-record.
* gnu/packages/perl.scm (perl-data-record): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:23 +02:00
Petter 8dca3bde0e gnu: Add perl-data-printer.
* gnu/packages/perl.scm (perl-data-printer): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:23 +02:00
Petter 857d75388b gnu: Add perl-clone-pp.
* gnu/packages/perl.scm (perl-clone-pp): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:23 +02:00
Petter 0de1e5e557 gnu: Add perl-data.
* gnu/packages/perl.scm (perl-data): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 23:30:23 +02:00
ng0 6bf249211d gnu: gnurl: Update to 7.56.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-24 17:19:15 -04:00
Efraim Flashner 648c896ad3 gnu: screen: Update to 4.6.2.
* gnu/packages/screen.scm (screen): Update to 4.6.2.
2017-10-24 21:26:19 +03:00
Leo Famulari ae7e24c421 gnu: mupdf: Fix CVE-2017-{14685,14686,14687}.
* gnu/packages/patches/mupdf-CVE-2017-14685.patch,
gnu/packages/patches/mupdf-CVE-2017-14686.patch,
gnu/packages/patches/mupdf-CVE-2017-14687.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/pdf.scm (mupdf)[source]: Use them.
2017-10-24 13:44:34 -04:00
Leo Famulari 6dcc8239be gnu: icu4c: Fix CVE-2017-14952.
* gnu/packages/patches/icu4c-CVE-2017-14952.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/icu4c.scm (icu4c)[replacement]: New field.
(icu4c-fixed): New variable.
2017-10-24 13:10:35 -04:00
Leo Famulari c330c27f7f gnu: syncthing: Split into two outputs.
* gnu/packages/syncthing.scm (syncthing)[outputs]: New field.
[arguments]: Change the 'install' and 'install-docs' phases to install to the
two outputs.
2017-10-24 13:10:35 -04:00
Leo Famulari 1899ef0b83 gnu: syncthing: Use install-source? to disable installing the source code.
* gnu/packages/syncthing.scm (syncthing): Set #:install-source? #f
instead of deleting the install-source phase.
2017-10-24 13:10:35 -04:00
Leo Famulari c10851cf91 build-system/go: Parameterize installing the source code.
* guix/build-system/go.scm (go-build): Add install-source? key.
* guix/build/go-build-system.scm (install-source): Check if
install-source? is true.
2017-10-24 13:10:34 -04:00
Leo Famulari 1c37f839fb build-system/go: Strip the Go binaries with the native tool.
* guix/build/go-build-system.scm (build): Tell the Go linker to strip some
symbol tables and debugging information.
2017-10-24 13:10:34 -04:00
Petter 22473f6964 gnu: Add perl-types-path-tiny.
* gnu/packages/perl.scm (perl-types-path-tiny): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:32 +02:00
Petter 35aaf4b1bd gnu: Add perl-type-tiny-xs.
* gnu/packages/perl.scm (perl-type-tiny-xs): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:32 +02:00
Petter 237edb6d1f gnu: Add perl-test-taint.
* gnu/packages/perl.scm (perl-test-taint): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:32 +02:00
Petter cb2f48e7f2 gnu: Add perl-term-size-any.
* gnu/packages/perl.scm (perl-term-size-any): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:32 +02:00
Petter fcbc997e03 gnu: Add perl-term-size-perl.
* gnu/packages/perl.scm (perl-term-size-perl): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:32 +02:00
Petter a1798ee3c7 gnu: Add perl-devel-hide.
* gnu/packages/perl.scm (perl-devel-hide): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:31 +02:00
Petter 8ae0558aad gnu: Add perl-sort-naturally.
* gnu/packages/perl.scm (perl-sort-naturally): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:31 +02:00
Petter b6cd89084d gnu: Add perl-proc-invokeeditor.
* gnu/packages/perl.scm (perl-proc-invokeeditor): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:31 +02:00
Petter b44ecca691 gnu: Add perl-archive-extract.
* gnu/packages/compression.scm (perl-archive-extract): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 18:38:31 +02:00
Ricardo Wurmus 5aeb661134 gnu: Add perl-gnupg-interface.
* gnu/packages/gnupg.scm (perl-gnupg-interface): New variable.

Co-authored-by: Petter <petter@mykolab.ch>
2017-10-24 18:38:31 +02:00
Leo Famulari 6ee4fd2ae1 gnu: borg: Split up the monolithic man page.
* gnu/packages/backup.scm (borg)[arguments]: Rewrite 'install-docs'
phase to install one man page per Borg sub-command.
2017-10-24 10:21:51 -04:00
Leo Famulari db4411b42b gnu: python-docutils: Update to 0.14.
* gnu/packages/python.scm (python-docutils, python2-docutils): Update to 0.14.
2017-10-24 10:21:51 -04:00
Petter 85f225fbf7 gnu: Add perl-xml-twig.
* gnu/packages/xml.scm (perl-xml-twig): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 10:40:49 +02:00
Marius Bakke 91f2daa58d gnu: curl: Update replacement to 7.56.1 [fixes CVE-2017-1000257].
* gnu/packages/curl.scm (curl-7.56.0): Rename to ...
(curl-7.56.1): ... this.  Update to 7.56.1.
(curl)[replacement]: Adjust accordingly.
2017-10-24 08:09:47 +02:00
Danny Milosavljevic fc9a93cbf9 gnu: claws-mail: Re-enable vcalendar.
* gnu/packages/mail.scm (claws-mail): Use module (gnu packages calendar).
[inputs]: Add libical.
2017-10-24 08:07:24 +02:00
Marius Bakke 62d48234e2 gnu: git: Update to 2.14.3.
* gnu/packages/version-control.scm (git): Update to 2.14.3.
2017-10-24 07:55:34 +02:00
Ricardo Wurmus 306556528e gnu: Add sorcer.
* gnu/packages/music.scm (sorcer): New variable.
2017-10-24 07:54:43 +02:00
Ricardo Wurmus 2809a355b6 gnu: Add papagayo.
* gnu/packages/animation.scm (papagayo): New variable.
2017-10-24 07:54:43 +02:00
Ludovic Courtès 2900665888 pull: Hide compilation warnings.
* guix/build/pull.scm (build-guix): Bind 'current-warning-port' to a
void port.
2017-10-23 17:08:51 -07:00
Ludovic Courtès ce33c3af76 pull: Add (guix build compile) to the mix.
Fixes <https://bugs.gnu.org/28956>.
Reported by Leo Famulari <leo@famulari.name>.

* build-aux/build-self.scm (build): Add (guix build compile) to
 #:modules.
* guix/build/pull.scm (build-guix): Wrap 'compile-files' call in
'with-directory-excursion'.  Strip "./" from FILES when passing it to
'compile-files'.
2017-10-23 17:08:50 -07:00
Petter 7a04dddd26 gnu: Add perl-html-tidy.
* gnu/packages/web.scm (perl-html-tidy): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:06:21 +02:00
Petter 0a9bdd9583 gnu: Add tidyp.
* gnu/packages/web.scm (tidyp): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:06:20 +02:00
Petter efc8f7d03d gnu: Add perl-lwp-online.
* gnu/packages/web.scm (perl-lwp-online): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:05:28 +02:00
Petter 9e88b210f6 gnu: Add perl-xml-handler-yawriter.
* gnu/packages/xml.scm (perl-xml-handler-yawriter): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:15 +02:00
Petter 33b592eed3 gnu: Add perl-xml-sax-writer.
* gnu/packages/xml.scm (perl-xml-sax-writer): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:15 +02:00
Petter b7c5919514 gnu: Add perl-xml-filter-buffertext.
* gnu/packages/xml.scm (perl-xml-filter-buffertext): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:14 +02:00
Petter 9e1c358139 gnu: Add perl-tree-xpathengine.
* gnu/packages/xml.scm (perl-tree-xpathengine): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:14 +02:00
Petter 3b6958021d gnu: Add perl-xml-xpathengine.
* gnu/packages/xml.scm (perl-xml-xpathengine): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-24 00:04:14 +02:00
Julien Lepiller 6768e0a7a5 gnu: Add java-jboss-javassist.
* gnu/packages/java.scm (java-jboss-javassist): New variable.
2017-10-23 22:55:29 +02:00
Julien Lepiller b12fe1e517 gnu: Add java-assertj.
* gnu/packages/java.scm (java-assertj): New variable.
2017-10-23 22:55:25 +02:00
Julien Lepiller ec4e8ad724 gnu: Add java-guice-servlet.
* gnu/packages/java.scm (java-guice-servlet): New variable.
2017-10-23 22:55:21 +02:00
Julien Lepiller 5766984b06 gnu: Add java-guice.
* gnu/packages/java.scm (java-guice): New variable.
2017-10-23 22:55:18 +02:00
Julien Lepiller 454536e0ce gnu: Add java-javax-inject.
* gnu/packages/java.scm (java-javax-inject): New variable.
2017-10-23 22:55:14 +02:00
Julien Lepiller 5d104a2756 gnu: Add java-aopalliance.
* gnu/packages/java.scm (java-aopalliance): New variable.
2017-10-23 22:55:12 +02:00
Julien Lepiller 213bb98180 gnu: Add java-eclipse-jetty-servlet-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-servlet-9.2): New variable.
2017-10-23 22:55:09 +02:00
Julien Lepiller fb680f88e9 gnu: Add java-eclipse-jetty-servlet.
* gnu/packages/web.scm (java-eclipse-jetty-servlet): New variable.
2017-10-23 22:55:07 +02:00
Julien Lepiller fa2a23a146 gnu: Add java-eclipse-jetty-security-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-security-9.2): New variable.
2017-10-23 22:55:04 +02:00
Julien Lepiller 8528e20dff gnu: Add java-eclipse-jetty-security.
* gnu/packages/web.scm (java-eclipse-jetty-security): New variable.
2017-10-23 22:55:02 +02:00
Julien Lepiller e36e2bee46 gnu: Add java-eclipse-jetty-server-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-server-9.2): New variable.
2017-10-23 22:54:58 +02:00
Julien Lepiller 5d38f7e4e8 gnu: Add java-eclipse-jetty-server.
* gnu/packages/web.scm (java-eclipse-jetty-server): New variable.
2017-10-23 22:54:56 +02:00
Julien Lepiller 812c712f7a gnu: Add java-eclipse-jetty-jmx-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-jmx-9.2): New variable.
2017-10-23 22:54:52 +02:00
Julien Lepiller 4b172061e5 gnu: Add java-eclipse-jetty-jmx.
* gnu/packages/web.scm (java-eclipse-jetty-jmx): New variable.
2017-10-23 22:54:49 +02:00
Julien Lepiller 821869fcf4 gnu: Add java-eclipse-jetty-http-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-http-9.2): New variable.
2017-10-23 22:54:47 +02:00
Julien Lepiller 4a1376d3fd gnu: Add java-eclipse-jetty-http.
* gnu/packages/web.scm (java-eclipse-jetty-http): New variable.
2017-10-23 22:54:45 +02:00
Julien Lepiller b90012fddf gnu: Add java-eclipse-jetty-io-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-io-9.2): New variable.
2017-10-23 22:54:42 +02:00
Julien Lepiller b510b7f58f gnu: Add java-eclipse-jetty-io.
* gnu/packages/web.scm (java-eclipse-jetty-io): New variable.
2017-10-23 22:54:40 +02:00
Julien Lepiller 5010671d4d gnu: Add java-eclipse-jetty-util-9.2.
* gnu/packages/web.scm (java-eclipse-jetty-util-9.2): New variable.
2017-10-23 22:54:38 +02:00
Julien Lepiller 1657d62ae5 gnu: Add java-eclipse-jetty-util.
* gnu/packages/web.scm (java-eclipse-jetty-util): New variable.
2017-10-23 22:54:35 +02:00
Julien Lepiller 1f985e4497 gnu: Add java-eclipse-jetty-perf-helper.
* gnu/packages/web.scm (java-eclipse-jetty-perf-helper): New variable.
2017-10-23 22:54:33 +02:00
Julien Lepiller 339bef37cd gnu: Add java-eclipse-jetty-test-helper.
* gnu/packages/web.scm (java-eclipse-jetty-test-helper): New variable.
2017-10-23 22:54:30 +02:00
Julien Lepiller 91072287a6 gnu: Add java-tomcat.
* gnu/packages/web.scm (java-tomcat): New variable.
2017-10-23 22:54:27 +02:00
Julien Lepiller 90a127c7ed gnu: Add java-hdrhistogram.
* gnu/packages/web.scm (java-hdrhistogram): New variable.
2017-10-23 22:54:12 +02:00
Danny Milosavljevic 1a6497dee4 gnu: Add python2-libmpsse.
* gnu/packages/embedded.scm: Add imports.
(python2-libmpsse): New variable.
2017-10-23 19:11:19 +02:00
Tobias Geerinckx-Rice cc14a90fd3 gnu: borg: Update to 1.1.1.
* gnu/packages/backup.scm (borg): Update to 1.1.1.
2017-10-23 14:49:32 +02:00
Tobias Geerinckx-Rice 57af0d13b2 gnu: python-lmdb: Update to 0.93.
* gnu/packages/databases.scm (python-lmdb): Update to 0.93.
2017-10-23 14:49:32 +02:00
Tobias Geerinckx-Rice afd845368a gnu: python-peewee: Update to 2.10.2.
* gnu/packages/databases.scm (python-peewee): Update to 2.10.2.
2017-10-23 14:49:31 +02:00
Tobias Geerinckx-Rice 6a4ad78dd6 gnu: python-graphviz: Update to 0.8.1.
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.1.
2017-10-23 14:49:31 +02:00
Tobias Geerinckx-Rice 2b1b27990b gnu: python-graphene: Disable tests.
* gnu/packages/python.scm (python-graphene)[native-inputs]: Remove.
[arguments]: Disable #:tests.
2017-10-23 14:49:30 +02:00
Tobias Geerinckx-Rice f737d9f2fb gnu: python-pytest-django: Use python-pytest@3.
* gnu/packages/django.scm (python-pytest-django)[propagated-inputs]: Replace
python-pytest with python-pytest-3.0.
2017-10-23 14:49:30 +02:00
Tobias Geerinckx-Rice ce4dfde0d8 gnu: miso: Update to 0.5.4.
* gnu/packages/bioinformatics.scm (miso): Update to 0.5.4.
2017-10-23 14:49:29 +02:00
Efraim Flashner 1ee3079d78 gnu: cowsay: Run tests after install.
* gnu/packages/games.scm (cowsay)[arguments]: Delete 'check phase, add
custom 'check phase after install.
2017-10-23 11:44:17 +03:00
Efraim Flashner 3bf94bc8bc gnu: criu: Add missing perl input.
* gnu/packages/virtualization.scm (criu)[native-inputs]: Add perl.
2017-10-23 09:50:33 +03:00
Ricardo Wurmus fe420383e1 gnu: Add criu.
* gnu/packages/virtualization.scm (criu): New variable.
2017-10-23 08:09:05 +02:00
Ricardo Wurmus de5308f526 gnu: Add libnet.
* gnu/packages/networking.scm (libnet): New variable.
2017-10-23 08:09:05 +02:00
Ludovic Courtès d298c815e6 gexp: Add 'directory-union'.
* gnu/services.scm (directory-union): Move to...
* guix/gexp.scm (directory-union): ... here.  New procedure.
* doc/guix.texi (G-Expressions): Document it.
2017-10-22 22:09:00 -07:00
Ludovic Courtès dedb512f8f gexp: Add 'file-union'.
* gnu/services.scm (file-union): Move to...
* guix/gexp.scm (file-union): ... here.  New procedure.
* doc/guix.texi (G-Expressions): Document it.
2017-10-22 22:09:00 -07:00
Ludovic Courtès 7a51c78c6e discovery: Move 'file-name->module-name' to (guix modules).
* guix/discovery.scm (file-name->module-name): Move to...
* guix/modules.scm (file-name->module-name): ... here.
* guix/build/compile.scm: Use (guix modules) instead of (guix discovery).
2017-10-22 22:09:00 -07:00
Ludovic Courtès 3a9976bfcd build: Honor make's '-j' flag.
* build-aux/compile-all.scm (parallel-job-count): New procedure.
<top level>: Pass it to 'compile-files' as #:workers.
2017-10-22 22:09:00 -07:00
Ludovic Courtès 2890ad332f build: Factorize module compilation in (guix build compile).
* guix/build/compile.scm: New file.
* Makefile.am (MODULES): Add it.
* build-aux/compile-all.scm: Use it.
(warnings, file->module, load-module-file)
(%default-optimizations, %lightweight-optimizations)
(optimization-options, compile-file*): Remove.
<top level>: Use 'compile-files'.
* guix/build/pull.scm (%default-optimizations)
(%lightweight-optimizations, optimization-options): Remove.
(build-guix): Rewrite as a call to 'compile-files'.
* guix/discovery.scm (file-name->module-name): Export.
2017-10-22 22:09:00 -07:00
Maxim Cournoyer 6e644cfdb3 services: base: Add file->udev-rule function.
This function allows passing a file-like object to the udev service.

* gnu/services/base.scm (file->udev-rule): New function.
* doc/guix.texi (Base Services): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 22:09:00 -07:00
Mark H Weaver 2f05dd6b4c gnu: linux-libre: Update to 4.13.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.9.
(%linux-libre-hash): Update hash.
2017-10-23 00:53:38 -04:00
Mark H Weaver 1b635cafac gnu: linux-libre@4.9: Update to 4.9.58.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.58.
2017-10-23 00:53:03 -04:00
Mark H Weaver 8e4a976c68 gnu: linux-libre@4.4: Update to 4.4.94.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.94.
2017-10-23 00:52:28 -04:00
Mark H Weaver bb234ed825 gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-10-23 00:51:34 -04:00
Ludovic Courtès fc938a2775 gnu: lxqt-common: Remove.
This package is marked as deprecated upstream.
Fixes <https://bugs.gnu.org/28823>.

* gnu/packages/lxqt.scm (lxqt-common): Remove.
2017-10-22 16:05:26 -07:00
Ludovic Courtès ed9b09e4f0 gnu: impressive: Fix Python 2/3 dependency mismatch.
* gnu/packages/pdf.scm (impressive)[inputs]: Depend on PYTHON2-PYGAME.
2017-10-22 15:32:19 -07:00
rsiddharth 3a784700cd gnu: Add ghc-aws.
* gnu/packages/haskell.scm (ghc-aws): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:19 -07:00
rsiddharth 95fb25bf59 gnu: Add ghc-conduit-combinators.
* gnu/packages/haskell.scm (ghc-condui-combinators): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth 463c39c339 gnu: ghc-conduit: Fix lint error.
* gnu/packages/haskell.scm (ghc-conduit)[description]: Fix lint error.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth 7bc18f412b gnu: ghc-conduit: Update to 1.2.12.1.
* gnu/packages/haskell.scm (ghc-conduit): Update to 1.2.12.1.
[native-inputs]: Add "ghc-split".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth ed4cc0c5e9 gnu: Add ghc-mono-traversable.
* gnu/packages/haskell.scm (ghc-mono-traversable): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth f6094850d0 gnu: Add ghc-foldl.
* gnu/packages/haskell.scm (ghc-foldl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth 1896a2526d gnu: Add ghc-vector-builder.
* gnu/packages/haskell.scm (ghc-vector-builder): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth 33109c822a gnu: Add ghc-rebase.
* gnu/packages/haskell.scm (ghc-rebase): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:18 -07:00
rsiddharth 24535a3d00 gnu: Add ghc-uuid.
* gnu/packages/haskell.scm (ghc-uuid): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth b999b0092e gnu: Add ghc-uuid-types.
* gnu/packages/haskell.scm (ghc-uuid-types): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth 6eda263586 gnu: Add ghc-network-info.
* gnu/packages/haskell.scm (ghc-network-info): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth 0119f17f5d gnu: Add ghc-cryptohash-sha1.
* gnu/packages/haskell.scm (ghc-cryptohash-sha1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth caac21006d gnu: Add ghc-cryptohash-md5.
* gnu/packages/haskell.scm (ghc-cryptohash-md5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth 8155778f52 gnu: Add ghc-puremd5
* gnu/packages/haskell.scm (ghc-puremd5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth f78ed5d56f gnu: Add ghc-pretty-hex.
* gnu/packages/haskell.scm (ghc-pretty-hex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:17 -07:00
rsiddharth 83c79ea0f8 gnu: Add ghc-crypto-api-tests.
* gnu/packages/haskell.scm (ghc-crypto-api-tests): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth e2f6116e78 gnu: Add ghc-crypto-api.
* gnu/packages/haskell.scm (ghc-crypto-api): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth 933e78045d gnu: Add ghc-entropy.
* gnu/packages/haskell.scm (ghc-entropy): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth 16d4125e90 gnu: Add ghc-either.
* gnu/packages/haskell.scm (ghc-either): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth 87129984ca gnu: Add ghc-monadrandom.
* gnu/packages/haskell.scm (ghc-monadrandom): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth 4562c8c894 gnu: Add ghc-contravariant-extras.
* gnu/packages/haskell.scm (ghc-contravariant-extras): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth e329bacb85 gnu: Add ghc-tuple-th.
* gnu/packages/haskell.scm (ghc-tuple-th): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth ac4cb8fd7a gnu: Add ghc-base-prelude.
* gnu/packages/haskell.scm (ghc-base-prelude): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:16 -07:00
rsiddharth 371ad40c84 gnu: Add ghc-chunked-data.
* gnu/packages/haskell.scm (ghc-chunked-data): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth 0c7172848e gnu: Add ghc-statistics.
* gnu/packages/haskell.scm (ghc-statistics): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth 8184b0f98c gnu: ghc-base-orphans: Update to 0.6.
* gnu/packages/haskell.scm (ghc-base-orphans): Update to 0.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth 608bf276d7 gnu: Add ghc-monad-par.
* gnu/packages/haskell.scm (ghc-monad-par): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth f978e2ac20 gnu: Add ghc-abstract-deque.
* gnu/packages/haskell.scm (ghc-abstract-deque): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth 59551881b1 gnu: Add ghc-monad-par-extras.
* gnu/packages/haskell.scm (ghc-monad-par-extras): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth 97b26920a8 gnu: Add ghc-abstract-par.
* gnu/packages/haskell.scm (ghc-abstract-par): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:15 -07:00
rsiddharth e0195ea875 gnu: Add ghc-test-framework-th.
* gnu/packages/haskell.scm (ghc-test-framework-th): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth 897d4f2820 gnu: Add ghc-language-haskell-extract.
* gnu/packages/haskell.scm
(ghc-language-haskell-extract): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth 30aede1b6f gnu: Add ghc-vector-algorithms.
* gnu/packages/haskell.scm (ghc-vector-algorithms): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth 1a2a247bce gnu: Add ghc-mwc-random.
* gnu/packages/haskell.scm (ghc-mwc-random): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth a51ba89774 gnu: Add ghc-math-functions.
* gnu/packages/haskell.scm (ghc-math-functions): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth bdd7e3950f gnu: Add ghc-erf.
* gnu/packages/haskell.scm (ghc-erf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth c1274a0b79 gnu: Add ghc-vector-th-unbox.
* gnu/packages/haskell.scm (ghc-vector-th-unbox): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:14 -07:00
rsiddharth 78d8b8f36a gnu: Add ghc-errors.
* gnu/packages/haskell.scm (ghc-errors): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-22 15:32:13 -07:00
Marius Bakke ef7dd2e259 gnu: python-chardet: Fix PyPi download location.
This is a followup to a54cb3ce1f.

* gnu/packages/python.scm (python-chardet)[source](uri): Use PYPI-URI.
2017-10-22 23:32:17 +02:00
Marius Bakke 60e29339d8 gnu: glibc: Fix CVE-2017-15670, CVE-2017-15671.
* gnu/packages/patches/glibc-CVE-2017-15670-15671.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/base.scm (glibc/linux)[replacement]: New field.
(glibc/fixed): New variable.
(glibc-2.24, glibc-2.23, glibc-2.22)[source](patches): Add
'glibc-CVE-2017-15670-15671.patch'.
2017-10-22 23:13:09 +02:00
Ricardo Wurmus 65fc5bf07d gnu: faust-2: Update to 2.1.0.
* gnu/packages/audio.scm (faust-2): Update to 2.1.0.
[source]: Fetch sources via git.
[arguments]: Add phase "fix-permissions".
2017-10-22 21:25:28 +02:00
Marius Bakke 25669275a1 gnu: irssi: Update to 1.0.5 [security fixes].
Fixes CVE-2017-15228, CVE-2017-15227, CVE-2017-15721, CVE-2017-15723 and
CVE-2017-15722.  See <https://irssi.org/security/irssi_sa_2017_10.txt>.

* gnu/packages/irc.scm (irssi): Update to 1.0.5.
2017-10-22 17:24:33 +02:00
Cyril Roelandt a54cb3ce1f gnu: python-chardet: Update to 3.0.4.
* gnu/packages/python.scm (python-chardet, python2-chardet): Update to 3.0.4.
2017-10-22 17:13:19 +02:00
Cyril Roelandt 69f7f04544 gnu: python2-hypothesis: fix propagated inputs.
* gnu/packages/python.scm (python2-hypothesis)[propagated-inputs]: Add
  python2-enum34, which was incorrectly listed among the native inputs.
2017-10-22 17:13:15 +02:00
Nicolas Goaziou 7f7fadb592 gnu: keepassxc: Update to 2.2.1.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.2.1.
2017-10-22 16:55:36 +02:00
宋文武 b000294ef7 gnu: qt: Set 'EffectiveSourcePaths' to 'qtbase' for submodules.
Fixes a regression introduced in 8075b62378.
This allows 'linguist.pro' of 'qttools' to find 'ConfigVersion.cmake.in',
which is needed for 'Qt5LinguistToolsConfigVersion.cmake'.

Reported by Thomas Danckaert <post@thomasdanckaert.be>.

* gnu/packages/qt.scm (qtsvg)[arguments]: Set 'EffectiveSourcePaths' in
the 'configure-qmake' phase.
2017-10-22 19:37:35 +08:00
Marius Bakke 3e8daecfd8 gnu: vim: Update to 8.0.1207.
* gnu/packages/vim.scm (vim): Update to 8.0.1207.
2017-10-22 13:22:59 +02:00
Marius Bakke d436c6b566 gnu: rottlog: Remove hard-coded '/usr/sbin/sendmail' reference.
* gnu/packages/admin.scm (rottlog)[arguments]: Add 'patch-paths' phase.
2017-10-22 13:22:59 +02:00
Marius Bakke 58f0a19c58 gnu: sddm: Fix FTBFS after Qt paths change.
* gnu/packages/display-managers.scm (sddm)[arguments]: Add 'fix-qml-include'
phase.
2017-10-22 13:22:59 +02:00
Ricardo Wurmus 03639d0354 gnu: Add python-editdistance.
* gnu/packages/textutils.scm (python-editdistance): New variable.
2017-10-22 13:19:58 +02:00
Hartmut Goebel 12a9f7be54 gnu: kservice: Fix comment (number of failing tests).
* gnu/packages/kde-frameweorks.scm(kservice): Fix comment.
2017-10-22 12:58:42 +02:00
Hartmut Goebel ed26b3a807 doc: Clarify description of etc-service-type.
* doc/guix.texi (Service Reference): Update 'etc-service-type'
  documentation.
2017-10-22 12:47:29 +02:00
Ricardo Wurmus a00403c61c gnu: suil: Update to 0.10.0.
* gnu/packages/audio.scm (suil): Update to 0.10.0.
[inputs]: Add gtk+.
[description]: Remove version numbers from supported toolkits.
2017-10-22 12:13:37 +02:00
Ricardo Wurmus 197484147a gnu: ingen: Update to 0.0.0-2.cc4a4db33.
* gnu/packages/music.scm (ingen): Update to 0.0.0-2.cc4a4db33.
[inputs]: Replace lv2 with lv2-devel.
2017-10-22 12:13:37 +02:00
Ricardo Wurmus 5e30032ffb gnu: Add lv2-devel.
* gnu/packages/audio.scm (lv2-devel): New variable.
2017-10-22 12:13:37 +02:00
Ricardo Wurmus ab8f4a7067 gnu: ganv-devel: Update to 1.5.4-12f7d6b04.
* gnu/packages/gtk.scm (ganv-devel): Update to 1.5.4-12f7d6b04.
2017-10-22 12:13:36 +02:00
Ricardo Wurmus a8bf6b9b9b gnu: raul-devel: Update to 0.8.9-4db870b2b.
* gnu/packages/audio.scm (raul-devel): Update to 0.8.9-4db870b2b.
2017-10-22 12:13:36 +02:00
Ricardo Wurmus e206de67b6 gnu: Add r-rgraphviz.
* gnu/packages/graph.scm (r-rgraphviz): New variable.
2017-10-22 12:12:42 +02:00
Ricardo Wurmus 1ab867bebb gnu: Add r-pdist.
* gnu/packages/cran.scm (r-pdist): New variable.
2017-10-22 12:10:33 +02:00
Julien Lepiller 6efc999678 gnu: Update coq-interval to 3.3.0.
* gnu/packages/ocaml.scm (coq-interval): Update to 3.3.0.
[inputs]: Add coq-bignums.
2017-10-22 10:21:25 +02:00
Julien Lepiller dbfb1a596a gnu: Add coq-bignums.
* gnu/packages/ocaml.scm (coq-bignums): New variable.
2017-10-22 10:21:22 +02:00
Julien Lepiller 3ffd180cc5 gnu: Update coq-coquelicot to 3.0.1.
* gnu/packages/ocaml.scm (coq-coquelicot): Update to 3.0.1.
2017-10-22 10:21:19 +02:00
Julien Lepiller 2e331c9c43 gnu: Update coq-mathcomp to 1.6.2.
* gnu/packages/ocaml.scm (coq-mathcomp): Update to 1..6.2.
2017-10-22 10:21:16 +02:00
Julien Lepiller b44f13e04c gnu: Update coq-flocq to 2.6.0.
* gnu/packages/ocaml.scm (coq-flocq): Update to 2.6.0.
2017-10-22 10:21:14 +02:00
Julien Lepiller 6e4da73710 gnu: Update coq to 8.7.0.
* gnu/packages/ocaml.scm (coq): Update to 8.7.0.
[build-system]: Use ocaml-build-system.
[inputs]: Add python-2.
[arguments]: Disable two failing tests.
2017-10-22 10:21:11 +02:00
Julien Lepiller 07b4cd3a48 gnu: camlp5: install META file.
* gnu/packages/ocaml.scm (camlp5) [phases]: New install-meta phase.
2017-10-22 10:20:50 +02:00
Marius Bakke 3d679ab1e5 gnu: lame: Update to 3.100.
* gnu/packages/mp3.scm (lame): Update to 3.100.
[source]: Don't hard-code version.
2017-10-22 00:39:26 +02:00
Marius Bakke 28d0b52164 gnu: python-pyqt: Update to 5.9.
* gnu/packages/qt.scm (python-pyqt): Update to 5.9.
2017-10-21 22:38:55 +02:00
Marius Bakke 079e679219 gnu: python-sip: Update to 4.19.3.
* gnu/packages/qt.scm (python-sip): Update to 4.19.3.
2017-10-21 22:38:55 +02:00
Tobias Geerinckx-Rice a4194d1684 gnu: rest: Update to 0.8.1.
* gnu/packages/gnome.scm (rest): Update to 0.8.1.
2017-10-21 17:43:46 +02:00
Tobias Geerinckx-Rice 4b9a65bf6e gnu: gnome-disk-utility: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.26.1.
[build-system]: Use meson-build-system.
[native-inputs]: Add gtk+:bin.
2017-10-21 17:43:46 +02:00
Tobias Geerinckx-Rice b27991179e gnu: perl-geo-ip: Update to 1.51.
* gnu/packages/networking.scm (perl-geo-ip): Update to 1.51.
2017-10-21 17:43:46 +02:00
Tobias Geerinckx-Rice 5713bbf157 Use HTTPS for bioconductor.org.
* doc/guix.texi (Invoking guix import, Invoking guix refresh): Use HTTPS for
bioconductor.org URLs.
* gnu/packages/bioinformatics.scm (r-annotate, r-geneplotter, r-genefilter)
(r-deseq2, r-dexseq, r-annotationforge, r-rbgl, r-gseabase, r-category)
(r-gostats, r-shortread, r-biocgenerics, r-biocinstaller, r-biocviews)
(r-biocstyle, r-bioccheck, r-s4vectors, r-iranges, r-genomeinfodbdata)
(r-genomeinfodb, r-xvector, r-genomicranges, r-biobase, r-annotationdbi)
(r-biomart, r-biocparallel, r-biostrings, r-rsamtools, r-delayedarray)
(r-summarizedexperiment, r-genomicalignments, r-rtracklayer)
(r-genomicfeatures, r-graph, r-topgo, r-bsgenome, r-impute, r-seqpattern)
(r-seqlogo, r-motifrg, r-bamsignals, r-mutationalpatterns, r-tximport)
(r-rhdf5, r-chipseq, r-sva, r-affy, r-vsn, r-mzid, r-msnid)
(r-interactivedisplaybase, r-annotationhub)[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (r-txdb-hsapiens-ucsc-hg19-knowngene)
(r-go-db, r-bsgenome-hsapiens-1000genomes-hs37d5, r-org-hs-eg-db)
(r-org-ce-eg-db, r-org-dm-eg-db, r-org-mm-eg-db)
(r-bsgenome-hsapiens-ucsc-hg19, r-bsgenome-mmusculus-ucsc-mm9)
(r-bsgenome-mmusculus-ucsc-mm10, r-txdb-mmusculus-ucsc-mm10-knowngene)
(r-bsgenome-celegans-ucsc-ce6, r-bsgenome-celegans-ucsc-ce10)
(r-bsgenome-dmelanogaster-ucsc-dm3, r-copyhelper)[source, home-page]:
Likewise.
* gnu/packages/statistics.scm (r-rcurl)[source]: Likewise.
* guix/build-system/r.scm (bioconductor-uri): Likewise.
* guix/import/cran.scm (%cran-url, bioconductor-package?)
(bioconductor-data-package?, bioconductor-experiment-package?): Likewise.
2017-10-21 17:43:40 +02:00
Kei Kebreau 82bdcfe821 gnu: schismtracker: Update to 20170910.
* gnu/packages/music.scm (schismtracker): Update to 20170910.
2017-10-21 09:44:28 -04:00
Maxim Cournoyer fd75eb6cd4 gnu: Fix the hashes of mutated GitHub archives.
Fixes <https://bugs.gnu.org/28745>.

* gnu/packages/audio.scm (csound): Fix hash.
* gnu/packages/engineering.scm (fritzing): Likewise.
* gnu/packages/erlang.scm (erlang): Likewise.
* gnu/packages/fonts.scm (font-google-material-design-icons): Likewise.
* gnu/packages/graphics.scm (ogre): Likewise.
* gnu/packages/java.scm (java-plexus-interpolation, antlr3): Likewise.
* gnu/packages/serialization.scm (yaml-cpp): Likewise.
* gnu/packages/version-control.scm (libgit2): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20 22:55:51 +02:00
Leo Famulari 7827032a7c gnu: libvirt: Fix CVE-2017-1000256.
* gnu/packages/patches/libvirt-CVE-2017-1000256.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (libvirt)[source]: Use it.
2017-10-20 15:36:43 -04:00
Leo Famulari 48f8b07082 gnu: mysql: Update to 5.7.20.
* gnu/packages/databases.scm (mysql): Update to 5.7.20.
2017-10-20 15:36:42 -04:00
Leo Famulari 3890df5800 gnu: webkitgtk: Update to 2.18.1.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.1.
2017-10-20 15:36:39 -04:00
Tobias Geerinckx-Rice a6e70e1169 gnu: youtube-dl: Update to 2017.10.20.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.20.
2017-10-20 19:48:34 +02:00
Tobias Geerinckx-Rice 5a740d06b6 gnu: dovecot: Update to 2.2.33.2.
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.2.
2017-10-20 19:48:34 +02:00
Tobias Geerinckx-Rice fa9ac83ec4 gnu: ola: Build with protobuf@2.
This follows up commit dd12d4aad0.

* gnu/packages/protobuf.scm (protobuf-2): New variable.
* gnu/packages/lighting.scm (ola)[propagated-inputs]: Use it.
2017-10-20 19:48:33 +02:00
Tobias Geerinckx-Rice 77aa706ab6 gnu: font-hack: Update to 3.000.
* gnu/packages/fonts.scm (font-hack): Update to 3.000.
[source]: Download from new account.
[license]: Explicitly list all licences.
2017-10-20 19:48:33 +02:00
Julien Lepiller c812f46058 gnu: Add aegisub.
* gnu/packages/video.scm (aegisub): New variable.
2017-10-20 19:41:57 +02:00
Julien Lepiller 6779ae27e6 gnu: Add ffms2.
* gnu/packages/video.scm (aegisub): New variable.
2017-10-20 19:41:34 +02:00
Efraim Flashner f71ce2824d gnu: speexdsp: Fix building on aarch64-linux.
* gnu/packages/xiph.scm (speexdsp)[arguments]: On aarch64-linux, disable
neon optimisations.
2017-10-20 16:23:48 +03:00
Oleg Pykhalov 6df274073a gnu: Add emacs-json-snatcher.
* gnu/packages/emacs.scm (emacs-json-snatcher): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20 14:41:41 +02:00
ng0 49d3d1d937 gnu: shellcheck: Update to 0.4.6.
* gnu/packages/haskell.scm (shellcheck): Update to 0.4.6.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-20 14:41:41 +02:00
Tobias Geerinckx-Rice 3b2fa47879 gnu: dos2unix: Update to 7.4.0.
* gnu/packages/textutils.scm (dos2unix): Update to 7.4.0.
2017-10-20 02:16:56 +02:00
Tobias Geerinckx-Rice 6c0c175271 gnu: cowsay: Swap ‘build’ and ‘install’ phases.
* gnu/packages/games.scm (cowsay)[arguments]: Invoke ‘install.sh’ during the
‘install’ phase.  Delete the ‘build’ phase, as there's nothing to be built.
2017-10-20 02:16:55 +02:00
Tobias Geerinckx-Rice 46ba5337c0 gnu: cowsay: Update to 3.04.
* gnu/packages/games.scm (cowsay): Update to 3.04.
[source]: Download from new location.
[home-page]: Point directly to the relevant page.
[description]: Correct mark-up and expand slightly.
2017-10-20 02:16:54 +02:00
Tobias Geerinckx-Rice 8cccd09d3e gnu: colordiff: Use HTTPS home page.
* gnu/packages/patchutils.scm (colordiff)[home-page]: Use HTTPS.
2017-10-20 02:16:54 +02:00
Tobias Geerinckx-Rice fc622383a7 gnu: unbound: Update to 1.6.7.
* gnu/packages/dns.scm (unbound): Update to 1.6.7.
2017-10-20 02:16:53 +02:00
Tobias Geerinckx-Rice 378140e591 gnu: neofetch: Update to 3.3.0.
* gnu/packages/admin.scm (neofetch): Update to 3.3.0.
[arguments]: Add ‘install’ phase replacement that manually invokes make.
2017-10-20 02:16:52 +02:00
Tobias Geerinckx-Rice 1e9433cf4d gnu: qtox: Update to 1.12.1.
* gnu/packages/messaging.scm (qtox): Update to 1.12.1.
2017-10-20 02:16:52 +02:00
Tobias Geerinckx-Rice 57473bfc51 gnu: speedtest-cli: Update to 1.0.7.
* gnu/packages/networking.scm (speedtest-cli): Update to 1.0.7.
2017-10-20 02:16:51 +02:00
Tobias Geerinckx-Rice 47b85a69c0 gnu: cppcheck: Update to 1.81.
* gnu/packages/check.scm (cppcheck): Update to 1.81.
2017-10-20 02:16:51 +02:00
Kei Kebreau 7f65202990 gnu: python-sge-pygame: Update source URL.
* gnu/packages/game-development.scm (python-sge-pygame)[source]: Update URL.
2017-10-19 18:01:37 -04:00
Leo Famulari 9ccce79910 gnu: musl: Update to 1.1.17.
* gnu/packages/musl.scm (musl): Update to 1.1.17.
[source]: Remove patch.
* gnu/packages/patches/musl-CVE-2016-8859.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-19 17:37:25 -04:00
Ludovic Courtès 37ce440dcf download: Download a nar when a VCS checkout fails.
Fixes <https://bugs.gnu.org/28709>.

* guix/build/download-nar.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/cvs-download.scm (cvs-fetch)[zlib, config.scm, modules]: New
variables.
[build]: Use MODULES.  Add call to 'download-nar'.
* guix/git-download.scm (git-fetch): Likewise.
* guix/hg-download.scm (hg-fetch): Likewise.
2017-10-19 23:21:49 +02:00
Ludovic Courtès 8c3488259e Add (guix progress).
Among other things, this removes (guix utils), (guix ui), (guix config),
etc. from the closure of (guix build download), as was the case since
798648515b.

* guix/utils.scm (<progress-reporter>, call-with-progress-reporter):
Move to...
* guix/progress.scm: ... here.  New file.
* Makefile.am (MODULES): Add it.
* guix/build/download.scm (current-terminal-columns)
(nearest-exact-integer, duration->seconds, seconds->string)
(byte-count->string, progress-bar, string-pad-middle)
(rate-limited, progress-reporter/file, dump-port*)
(time-monotonic): Move to progress.scm.
* guix/scripts/download.scm: Adjust accordingly.
* guix/scripts/substitute.scm: Likewise.
2017-10-19 23:21:49 +02:00
Ludovic Courtès 347fa4aebf download: Make 'http-fetch' public.
* guix/build/download.scm (http-fetch): Remove 'file' parameter.  Change
to return an input port and the content-length.  Make public.
(url-fetch): Adjust accordingly.
2017-10-19 23:21:49 +02:00
Ludovic Courtès b3ac341d4e download: Remove old-Guile leftovers.
This is a followup to 36626c556e.

* guix/build/download.scm (http-fetch): Rename 'port-or-bv' to 'port'.
Assume (port? port) is always true, and remove other branch.
2017-10-19 23:21:49 +02:00
Ludovic Courtès 9b396c0cab vm: Always use GRUB/i386.
Fixes <https://bugs.gnu.org/28768>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* gnu/system/vm.scm (virtualized-operating-system): Override the
'bootloader' field.
2017-10-19 23:21:49 +02:00
Mark H Weaver b11962067b gnu: linux-libre: Update to 4.13.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.8.
(%linux-libre-hash): Update hash.
2017-10-19 15:31:47 -04:00
Mark H Weaver 7a402621ec gnu: linux-libre@4.9: Update to 4.9.57.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.57.
2017-10-19 15:31:02 -04:00
Mark H Weaver a7c3dfeb6c gnu: linux-libre@4.4: Update to 4.4.93.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.93.
2017-10-19 15:30:30 -04:00
Mark H Weaver a8401c4ef1 gnu: linux-libre@4.1: Update to 4.1.45.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.45.
Remove patch that is now included upstream.
2017-10-19 15:29:09 -04:00
Marius Bakke 8c1db4fc58 gnu: yadifa: Update to 2.2.6.
* gnu/packages/dns.scm (yadifa): Update to 2.2.6.
2017-10-19 21:21:01 +02:00
Marius Bakke 43dc47fa24 gnu: Add zathura-pdf-mupdf.
* gnu/packages/pdf.scm (zathura-pdf-mupdf): New variable.
2017-10-19 21:21:01 +02:00
Marius Bakke 513885b54e gnu: qemu: Build with libjpeg-turbo.
This gets rid of a compile warning since SPICE uses libjpeg-turbo, and reduces
the closure size by 0.8MiB.

* gnu/packages/virtualization.scm (qemu)[inputs]: Replace LIBJPEG-8 with
LIBJPEG-TURBO.
2017-10-19 21:20:56 +02:00
Oleg Pykhalov d1c11418e7 gnu: emacs: Fix Man default C header file search path.
* gnu/packages/emacs.scm (emacs): Make sure Man looks for C header files in
  the right places.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:47 +02:00
宋文武 b79813a19a gnu: speex: Build and install 'speexdec' and 'speexenc'.
* gnu/packages/xiph.scm (speex)[native-inputs]: Add 'pkg-config'.
[inputs]: Add 'speexdsp'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 4ad8fbd185 gnu: virt-manager: Fix default URI check.
Allows virt-manager to connect to qemu://system by default.

* gnu/packages/virtualization.scm (virt-manager)[arguments]<#:phases>: Add
'fix-default-uri.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson b764a9f5e0 gnu: virt-manager: Enable statistics graphing support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add
python2-pycairo.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 9a187b39b7 gnu: qemu: Add OpenGL support.
Enables virgl support with spice 0.13+.

* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: Add
--enable-opengl.
[inputs]: Add libdrm and libepoxy.
(qemu-minimal)[inputs]: Remove libdrm and libepoxy.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:44 +02:00
Andy Patterson 8da7f79281 gnu: virt-manager: Enable spice-gtk support.
* gnu/packages/virtualization.scm (virt-manager)[inputs]: Add spice-gtk.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Andy Patterson c44dd0d676 gnu: spice-gtk: Enable GObject introspection support.
Allows virt-manager to use the spice-gtk widget.

* gnu/packages/spice.scm (spice-gtk)[inputs]: Add gobject-introspection.
[arguments]<#:configure-flags>: Add --enable-introspection.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Andy Patterson b376ec57f9 gnu: qemu: Enable spice usb redirection support.
* gnu/packages/virtualization.scm (qemu)[arguments]<#:configure-flags>: New
argument.
[inputs]: Add usbredir.
(qemu-minimal)[arguments]<#:configure-flags>: Restrict them even when they are
set by qemu.
[inputs]: Remove usbredir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-19 12:17:43 +02:00
Ricardo Wurmus ad3c61fcd3 gnu: python-hy: Update to 0.13.0.
* gnu/packages/python.scm (python-hy): Update to 0.13.0.
2017-10-19 01:37:52 +02:00
ng0 909f02dd70 gnu: Order module imports in (gnu packages mate) alphabetically.
* gnu/packages/mate.scm: Order module imports alphabetically.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:22:18 +02:00
Christopher Allan Webber 0ff4425cea gnu: Add dirvish.
* gnu/packages/backup.scm (dirvish): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:14:28 +02:00
Christopher Allan Webber a1777c77f0 gnu: Add perl-libtime-period.
* gnu/packages/perl.scm (perl-libtime-period): New variable.
2017-10-19 01:13:40 +02:00
Christopher Allan Webber 7f926760ed gnu: Add perl-libtime-parsedate.
* gnu/packages/perl.scm (perl-libtime-parsedate): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-19 01:06:53 +02:00
Tobias Geerinckx-Rice 9d8796a516 Revert "gnu: python-pyatspi: Update to 2.26.0."
This reverts commit 629f33e233, which breaks
orca@3.26.0.
2017-10-18 23:58:08 +02:00
Ricardo Wurmus c0770feedd gnu: f-seq: Fix location of commons-cli.jar.
* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Fix location of
commons-cli.jar in the wrapper script.
2017-10-18 23:54:16 +02:00
Tobias Geerinckx-Rice 39427f9042 gnu: eog-plugins: Update to 3.26.1.
* gnu/packages/gnome.scm (eog-plugins): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 0a1a93b4aa gnu: eog: Update to 3.26.1.
* gnu/packages/gnome.scm (eog): Update to 3.26.1.
2017-10-18 23:25:05 +02:00
Tobias Geerinckx-Rice 629f33e233 gnu: python-pyatspi: Update to 2.26.0.
* gnu/packages/gnome.scm (python-pyatspi): Update to 2.26.0.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 2a86fece22 gnu: btrfs-progs: Update to 4.13.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.3.
2017-10-18 23:25:04 +02:00
Tobias Geerinckx-Rice 3031b138f5 gnu: hplip: Update to 3.17.10.
* gnu/packages/cups.scm (hplip): Update to 3.17.10.
2017-10-18 23:25:04 +02:00
Ludovic Courtès baa6790b4c gnu: mailutils: Update to 3.3.
* gnu/packages/mail.scm (mailutils): Update to 3.3.
[arguments]: Rename 'pre-build' phase to 'prepare-test-suite', and move
after 'check'.  Set 'HOME', and create ~/.mh_profile.
2017-10-18 23:22:19 +02:00
Ludovic Courtès 8cb537acbc gnu: perl-crypt-random-source: Use 'perl-license'.
* gnu/packages/crypto.scm (perl-crypt-random-source)[license]: Change to
LICENSE:PERL-LICENSE.
2017-10-18 23:22:19 +02:00
Stefan Reichör ef5c40aa2d gnu: Add atool.
* gnu/packages/compression.scm (atool): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-18 23:08:39 +02:00
Marius Bakke 07dfc89859 gnu: mupdf: Fix CVE-2017-15587.
* gnu/packages/patches/mupdf-CVE-2017-15587.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (mupdf)[source](patches): Use it.
2017-10-18 22:15:09 +02:00
Ricardo Wurmus dc1d06ba9e gnu: python-protobuf: Update to 3.4.0.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.4.0.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus bfd073319c gnu: Add protobuf-c.
* gnu/packages/protobuf.scm (protobuf-c): New variable.
2017-10-18 01:49:14 +02:00
Ricardo Wurmus dd12d4aad0 gnu: protobuf: Update to 3.4.1.
* gnu/packages/protobuf.scm (protobuf): Update to 3.4.1.
2017-10-18 01:49:14 +02:00
Marius Bakke b2850fd170 gnu: nginx: Update to 1.12.2.
* gnu/packages/web.scm (nginx): Update to 1.12.2.
2017-10-17 21:05:54 +02:00
Marius Bakke 790d33c3bb gnu: rofi: Update to 1.4.2.
* gnu/packages/xdisorg.scm (rofi): Update to 1.4.2.
2017-10-17 21:05:54 +02:00
Ricardo Wurmus e059bdc9a7 gnu: r-tidyr: Update to 0.7.2.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.2.
2017-10-17 20:58:24 +02:00
Ricardo Wurmus d8455fe146 gnu: r-tidyselect: Update to 0.2.2.
* gnu/packages/statistics.scm (r-tidyselect): Update to 0.2.2.
2017-10-17 20:58:24 +02:00
Ricardo Wurmus c43db8da3a gnu: r-rcpparmadillo: Update to 0.8.100.1.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.8.100.1.0.
[native-inputs]: Add r-knitr.
2017-10-17 20:58:24 +02:00
Ricardo Wurmus 711e6cc5f4 gnu: r-data-table: Update to 1.10.4-2.
* gnu/packages/statistics.scm (r-data-table): Update to 1.10.4-2.
2017-10-17 20:58:23 +02:00
Ricardo Wurmus 767ad2f7ad gnu: r-chron: Update to 2.3-51.
* gnu/packages/statistics.scm (r-chron): Update to 2.3-51.
2017-10-17 20:58:23 +02:00
Ricardo Wurmus dc6cb56dec gnu: r-dplyr: Update to 0.7.4.
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.4.
2017-10-17 20:58:23 +02:00
Ricardo Wurmus 7340fc5014 gnu: r-curl: Update to 3.0.
* gnu/packages/web.scm (r-curl): Update to 3.0.
2017-10-17 20:58:19 +02:00
Ricardo Wurmus 94b55ace14 gnu: axoloti-runtime: Update home page.
* gnu/packages/axoloti.scm (axoloti-runtime)[home-page]: Use redirection
target URL.
2017-10-17 17:32:20 +02:00
Ricardo Wurmus d991b05664 gnu: Add Axoloti.
* gnu/packages/axoloti.scm: New file.
* gnu/packages/patches/libusb-for-axoloti.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
(GNU_SYSTEM_MODULES): Add module.
2017-10-17 16:49:20 +02:00
Ricardo Wurmus 8843373322 gnu: java-jgit: Include properties files.
* gnu/packages/version-control.scm (java-jgit)[arguments]: Add phase
"add-properties".
(java-jgit-4.2)[arguments]: Move modification of phases into
substitute-keyword-arguments clause.
2017-10-17 16:49:20 +02:00
Ludovic Courtès c56c5e78ea gnu: guix: Fix content hash.
Fixes a mistake in bb4b9f7bf3, which was
due to the present of a hard link in my source tree, which confused
'git-predicate'...

* gnu/packages/package-management.scm (guix)[source]: Fix content hash.
2017-10-17 13:24:02 +02:00
Ludovic Courtès 65dabe4e18 gnu: perf: Find 'tips.txt'.
* gnu/packages/linux.scm (perf)[arguments]: Use "prefix", not
"DESTDIR".  This allows 'perf report' to find 'tips.txt'.
2017-10-17 13:24:02 +02:00
Ludovic Courtès 1d484507dc gnu: perf: Add dependency on libunwind and libnuma.
* gnu/packages/linux.scm (perf)[inputs]: Add NUMACTL and LIBUNWIND.
2017-10-17 13:24:01 +02:00
宋文武 5efa0e4d4f guix: substitute: Report the last progress in the child process.
Fixes <https://bugs.gnu.org/28756>.

* guix/utils.scm (filtered-port): Close the 'input' port for the current
process, and close it upon exit in the child process.
* guix/scripts/substitute.scm (progress-substitution): Display "\n\n" after
the reporter has finished.
2017-10-17 19:00:35 +08:00
Ludovic Courtès bb4b9f7bf3 gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix): Update to 357ab93.
2017-10-17 11:24:54 +02:00
Roel Janssen 357ab93aac gnu: Add python2-py2neo.
* gnu/packages/python.scm (python2-py2neo): New variable.
2017-10-17 09:59:35 +02:00
Roel Janssen 4640a11bee gnu: Add python2-neo4j-driver.
* gnu/packages/python.scm (python2-neo4j-driver): New variable.
2017-10-17 09:59:06 +02:00
Leo Famulari 09748a3527 gnu: wpa-supplicant: Fix "KRACK" key reinstallation attacks [security fixes].
Fixes CVE-2017-{13078,13079,13080,13081,13082,13087,13088}.

See these announcements for more information:
https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
https://www.krackattacks.com/

* gnu/packages/patches/wpa-supplicant-CVE-2017-13082.patch,
gnu/packages/patches/wpa-supplicant-fix-key-reuse.patch,
gnu/packages/patches/wpa-supplicant-fix-nonce-reuse.patch
gnu/packages/patches/wpa-supplicant-fix-zeroed-keys.patch,
gnu/packages/patches/wpa-supplicant-krack-followups.patch: New files.
* gnu/packages/admin.scm (wpa-supplicant-minimal)[source]: Use them.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-10-16 14:17:27 -04:00
Ludovic Courtès 484a72a036 gnu: emacs-org, emacs-org-contrib: Update to 20171016.
* gnu/packages/emacs.scm (emacs-org, emacs-org-contrib): Update to
20171016.
2017-10-16 15:49:19 +02:00
Ludovic Courtès d8ec1b719b gnu: emacs-tiny: Update to 0.2.1.
* gnu/packages/emacs.scm (emacs-tiny): Update to 0.2.1.
2017-10-16 15:49:04 +02:00
Ludovic Courtès 13869ff593 gnu: emacs-adaptive-wrap: Update to 0.5.1.
* gnu/packages/emacs.scm (emacs-adaptive-wrap): Update to 0.5.1.
2017-10-16 15:48:42 +02:00
Ludovic Courtès 5f51f39e83 gnu: emacs-queue: Update to 0.2.
* gnu/packages/emacs.scm (emacs-queue): Update to 0.2.
2017-10-16 15:48:14 +02:00
Ludovic Courtès ceba99ef95 gnu: emacs-ahungry-theme: Update to 1.6.0.
* gnu/packages/emacs.scm (emacs-ahungry-theme): Update to 1.6.0.
2017-10-16 15:47:55 +02:00
Ludovic Courtès f41bb8d107 gnu: libextractor: Update to 1.6.
* gnu/packages/gnunet.scm (libextractor): Update to 1.6.
2017-10-16 15:47:39 +02:00
Adam Van Ymeren a97bfa46cd gnu: totem: Disable parallel build due to http://debbugs.gnu.org/28813
Fixes <http://bugs.gnu.org/28813>.

* gnu/packages/gnome.scm (totem)[arguments]: Add #:parallel-build?.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-16 14:57:54 +02:00
Christopher Baines 8e2ae7ee29 gnu: Add emacs-org-contrib.
* gnu/packages/emacs.scm (emacs-org-contrib): New variable.
2017-10-16 08:39:50 +01:00
Leo Famulari 8de5ca0288 gnu: tmux: Update to 2.6.
* gnu/packages/tmux.scm (tmux): Update to 2.6.
2017-10-15 21:37:51 -04:00
Tobias Geerinckx-Rice 7732cca18d gnu: youtube-dl: Update to 2017.10.15.1.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.15.1.
2017-10-15 22:51:09 +02:00
Tobias Geerinckx-Rice 0367c89dd4 gnu: baobab: Update to 3.26.1.
* gnu/packages/gnome.scm (baobab): Update to 3.26.1.
2017-10-15 22:51:09 +02:00
ng0 96acbc2be8 gnu: Add cinnamon-desktop.
* gnu/packages/cinnamon.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-15 20:29:31 +01:00
Christopher Baines 4cb036d604 emacs-build-system: Change how patch-el-files substitutes commands.
Previously the regex would match from /bin/ to a closing quote. However, this
is greedy, so will match up until the last ". This causes problems when there
are several quotes on the same line, for example:

org-effectiveness.el:
196:      (call-process "/bin/bash" nil t nil "-c" strplot)

Therefore, change . to \S so that it doesn't include whitespace
characters. Changing to a lazy quantifier would be an option, if that were
supported.

* guix/build/emacs-build-system.scm (patch-el-files): Change the regular
  expression used.
2017-10-15 19:02:44 +01:00
Christopher Baines dd2de28423 emacs-build-system: Handle missing programs when patching.
Previously the string-append here would error, which isn't useful as it
doesn't tell you which command couldn't be found. To make the error
actionable, catch it earlier, and explicitly error.

* guix/build/emacs-build-system.scm (patch-el-files): Handle (which cmd)
  returning #f.
2017-10-15 19:02:43 +01:00
Ricardo Wurmus 791cfa672d gnu: propeller-development-suite: Use stable release.
* gnu/packages/embedded.scm (propeller-binutils): Take sources from
release_1_0 branch.
[arguments]: Remove "patch-/bin/sh-in-tests" phase; add "chdir" phase; disable
Werror flag.
(propeller-gcc-4): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
(proplib): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase; remove outdated patch from "fix-Makefile"
phase; do not build and install tiny library.
[home-page]: Change to official home page.
(propeller-load): Use sources from release_1_0 branch.
[arguments]: Add "chdir" phase.
[home-page]: Change to official home page.
2017-10-15 17:36:11 +02:00
Kei Kebreau b3b2efc82d gnu: maxima: Update to 5.41.0.
* gnu/packages/maths.scm (maxima): Update to 5.41.0.
2017-10-15 10:50:45 -04:00
Efraim Flashner 838b232e97 gnu: ruby-ffi: Move to libffi.scm.
* gnu/packages/ruby.scm (ruby-ffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
2017-10-15 11:57:15 +03:00
Efraim Flashner 0751fddd91 gnu: python-cffi: Move to libffi.scm
* gnu/packages/python.scm (python-cffi): Move from here ...
* gnu/packages/libffi.scm: ... to here.
* gnu/packages/crypto.scm, gnu/packages/password-utils.scm: Adjust
module imports.
2017-10-15 11:57:15 +03:00
Efraim Flashner cca55d571c gnu: python-cffi: Update to 1.11.2.
* gnu/packages/python.scm (python-cffi): Update to 1.11.2.
[home-page]: Use 'https'.
2017-10-15 11:57:15 +03:00
Efraim Flashner a1add5b7fb gnu: python-cffi: Disable test that fails on aarch64.
* gnu/packages/python.cm (python-cffi)[arguments]: Disable test that
is known to fail on aarch64.
2017-10-15 11:57:15 +03:00
Ricardo Wurmus dd46c16b12 gnu: fluidsynth: Update to 1.1.8.
* gnu/packages/audio.scm (fluidsynth): Update to 1.1.8.
[build-system]: Use cmake-build-system.
[arguments]: Disable tests; add phase "fix-libdir"; remove build phase
"remove-broken-symlinks".
[license]: Change to lpgl2.1+.
2017-10-15 10:45:20 +02:00
Mark H Weaver 58381958cc gnu: linux-libre: Update to 4.13.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.7.
(%linux-libre-hash): Update hash.
2017-10-14 22:37:37 -04:00
Tobias Geerinckx-Rice 9ced103324 gnu: cups-minimal: Mark up description.
* gnu/packages/cups.scm (cups-minimal)[description]: Use @dfn.
2017-10-14 17:32:46 +02:00
Tobias Geerinckx-Rice 96b44a9456 gnu: cups-filters: Download over HTTPS.
* gnu/packages/cups.scm (cups-filters)[source]: Use HTTPS.
2017-10-14 17:32:46 +02:00
ng0 b35936880d gnu: Add python-pyqrcode.
* gnu/packages/python.scm (python-pyqrcode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:37 +02:00
ng0 f0f6f9f6cf gnu: Add python-pynacl.
* gnu/packages/crypto.scm (python-pynacl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:37 +02:00
ng0 3aa440caef gnu: Add python-py-ubjson.
* gnu/packages/web.scm (python-py-ubjson): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
ng0 7ae282fbea gnu: Add python-cbor.
* gnu/packages/serialization.scm (python-cbor): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
ng0 d43210f332 gnu: neomutt: Update to 20171013.
* gnu/packages/mail.scm (neomutt): Update to 20171013.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer a209907ed6 gnu: emacs-ess: Update to 16.10.
* gnu/packages/emacs.scm (emacs-ess): Update to 16.10.
[arguments]: Enable tests.
[source]: Add snippet to prevent build process from trying to download
external julia-mode.el.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer db29e59865 gnu: Add emacs-julia-mode.
* gnu/packages/emacs.scm (emacs-julia-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Kyle Meyer d02c287390 gnu: Add emacs-easy-kill.
* gnu/packages/emacs.scm (emacs-easy-kill): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Rutger Helling 7aafb3b324 gnu: games: Add openrct2.
* gnu/packages/games.scm (openrct2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-14 17:07:36 +02:00
Ludovic Courtès 8380a18176 gnu: guile-sdl, guile-sly: Switch to Guile 2.2.
* gnu/packages/sdl.scm (guile-sdl)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
[arguments]: Add 'skip-cursor-test' phase.
* gnu/packages/guile.scm (guile-sly)[propagated-inputs]: Switch to
GUILE-2.2.
2017-10-14 17:07:36 +02:00
Ludovic Courtès 44394ef917 gnu: guile-sly: Remove 2.0-specific bits.
* gnu/packages/guile.scm (guile-sly)[source](modules, snippet): New
fields.
2017-10-14 17:07:35 +02:00
Ludovic Courtès 4fa3f7967f gnu: guile-sdl: Remove 2.0-specific bits.
* gnu/packages/sdl.scm (guile-sdl)[arguments]: Add #:modules.
In 'fix-env-and-patch' phase, use 'open-pipe*' to determine the
effective version; use it in makefiles.
2017-10-14 17:07:35 +02:00
Marius Bakke 31c70cce50 gnu: mesa: Disable svga driver for armhf.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Drop svga gallium driver.
2017-10-14 10:22:41 +02:00
ng0 a4593cc95b gnu: python-fonttools: Update to 3.15.1.
* gnu/packages/python.scm (python-fonttools): Update to 3.15.1.
  (source)[uri]: Use 'pypi-uri'.
  (native-inputs): Add unzip.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-14 07:18:19 +01:00
Cyril Roelandt af6ce61088 gnu: python-biopython: Update to 1.70.
* gnu/packages/python.scm (python-biopython, python2-biopython): Update to 1.70.
2017-10-14 03:17:50 +02:00
Ricardo Wurmus a47ed09624 gnu: meson: Update to 0.43.0.
* gnu/packages/build-tools.scm (meson): Update to 0.43.0.
2017-10-13 22:47:33 +02:00
Tobias Geerinckx-Rice d24c69d866 gnu: file-roller: Update to 3.26.1.
* gnu/packages/gnome.scm (file-roller): Update to 3.26.1.
2017-10-13 21:52:28 +02:00
Tobias Geerinckx-Rice a3070d1b4f gnu: gnome-backgrounds: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.26.2.
2017-10-13 21:52:28 +02:00
Tobias Geerinckx-Rice ff21b07e0b gnu: dconf-editor: Update to 3.26.1.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.26.1.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice 3495e9412e gnu: adwaita-icon-theme: Update to 3.26.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.0.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice 6baabe9246 gnu: gnome-terminal: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.26.1.
2017-10-13 21:52:27 +02:00
Tobias Geerinckx-Rice 7b487df995 gnu: vte: Update to 0.50.1.
* gnu/packages/gnome.scm (vte): Update to 0.50.1.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice ad9e03e918 gnu: youtube-dl: Update to 2017.10.12.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.12.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice 71d60b966d gnu: mcelog: Use HTTPS home page.
* gnu/packages/linux.scm (mcelog)[home-page]: Use HTTPS.
2017-10-13 21:52:26 +02:00
Tobias Geerinckx-Rice e03e9c86da gnu: mcelog: Update to 154.
* gnu/packages/linux.scm (mcelog): Update to 154.
2017-10-13 21:52:26 +02:00
Christopher Baines 1f37465a66 gnu: Add emacs-graphviz-dot-mode.
* gnu/packages/emacs.scm (graphviz-dot-mode): New variable.
2017-10-13 20:41:46 +01:00
Alex Kost 0821e0672c gnu: git-modes: Update to 1.2.6.
* gnu/packages/emacs.scm (git-modes): Update to 1.2.6.
2017-10-13 19:53:04 +03:00
Alex Kost dca0718c29 gnu: emacs-with-editor: Update to 2.7.0.
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.0.
2017-10-13 19:53:04 +03:00
Alex Kost d5e33910a9 gnu: magit: Update to 2.11.0.
* gnu/packages/emacs.scm (magit, emacs-magit-popup): Update to 2.11.0.
2017-10-13 19:53:04 +03:00
Ricardo Wurmus d95f1041de gnu: eolie: Update to 0.9.4.
* gnu/packages/gnome.scm (eolie): Update to 0.9.4.
[arguments]: Update build phases to use the meson build system.
[native-inputs]: Add meson-for-build, ninja, python, and gtk+:bin.
2017-10-13 17:03:51 +02:00
Hartmut Goebel 109461f919 gnu: kdelibs4support: Remove redundant inputs.
These are listed as propagated inputs already, no need
to list them as normal inputs again.

* gnu/packages/kde-frameworks.scm (kdelibs4support)[inputs]: Remove
  kconfigwidgets, kdesignerplugin, kdoctools, kguiaddons.
2017-10-13 13:53:51 +02:00
Hartmut Goebel f96302abe7 gnu: kdoctools: Symlink some files referred to by different names.
* gnu/package/kde-frameworks.scm (kdoctools)[arguments]
  <#:phases>'add-symlinks': New phase.
2017-10-13 13:53:51 +02:00
Hartmut Goebel b87633fc0f gnu: ktexteditor: Symlink some files referred to by different names.
* gnu/package/kde-frameworks.scm (ktexteditor)[arguments]
  <#:phases>'add-symlinks': New phase.
2017-10-13 13:53:51 +02:00
Hartmut Goebel d3726f0587 gnu: kdeclarative: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kdeclarative)[inputs]: Add libepoxy.
  [native-inputs]: Add pkg-config.
2017-10-13 13:53:50 +02:00
Hartmut Goebel 7a8287da25 gnu: kglobalaccel: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (kglobalaccel)[native-inputs]: Add
  pkg-config.
2017-10-13 13:53:50 +02:00
Hartmut Goebel 91499e4524 gnu: sonnet: Reduce the number of warnings when configuring.
* gnu/packages/kde-frameworks.scm (sonnet)[native-inputs]: Add pkg-config.
2017-10-13 13:53:49 +02:00
Hartmut Goebel 455a0bf50c gnu: kidletime: Enable fallback mode to X-Screensaver based poller.
This does no harm and reduced the number of warnings. Also
pkg-config was added to reduce the number of warnings further.

* gnu/packages/kde-frameworks.scm (kidletime)[inputs]: Add
  libxscrnsaver. [native-inputs]: Add pkg-config.
2017-10-13 13:53:49 +02:00
Hartmut Goebel cf7cf45a5f gnu: kio: Symlink some files referred to by different names.
* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'add-symlinks': New phase.
2017-10-13 13:53:48 +02:00
Hartmut Goebel bb4fcf7ba6 gnu: kio: Adopt a patch from Nix.
* gnu/package/kde-frameworks.scm (kio)[arguments]
  <#:phases>'patch': New phase.
2017-10-13 13:53:48 +02:00
Hartmut Goebel 3d7bb7b304 gnu: kio: Remove unused input.
This "acl" is not the "libacl" kio wants, but that libacl is not yet
available. Added a commend instead.

* gnu/packages/kde-frameworks.scm (kio)[inputs]: Remove acl.
2017-10-13 13:53:47 +02:00
Hartmut Goebel 1ee4fb14f2 gnu: kparts: Make tests pass again.
* gnu/packages/kde-frameworks.scm (kparts)[native-inputs]: Add
  shared-mime-info.
2017-10-13 13:53:47 +02:00
Hartmut Goebel a9314dc307 gnu: bluez-qt: Add comment about status of tests.
* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]: Add comment.
2017-10-13 13:53:46 +02:00
Hartmut Goebel b67f7f667f gnu: bluez-qt: Install udev-rules.
This requires setting UDEV_RULES_INSTALL_DIR since the CMakeLists.txt does not
base this any prefix.

* gnu/packages/kde-frameworks.scm (bluez-qt)[arguments]<#:configure-flags>:
  Remove INSTALL_UDEV_RULE=OFF, add UDEV_RULES_INSTALL_DIR.
2017-10-13 13:53:46 +02:00
Hartmut Goebel fa10ae4fbb gnu: kfilemetadata: Enable support for PDF files and audio files.
- Qt5 Multimedia module is needed to bild an extractor for audio files.
- poppler, which was defined as input, is not including the requested Qt
  support, thus poppler-qt is needed.

* gnu/packages/kde-frameworks.scm (kfilemetadata)[inuts]: Add qtmultimedia,
  replace poppler by poppler-qt5. [native-inputs]: Add pkg-config.
2017-10-13 13:53:45 +02:00
Hartmut Goebel 66e7e43450 gnu: kdnssd: Enable service discovery on local network via avahi.
* gnu/packages/kde-frameworks.scm (kdnssd)[inputs]: Add avahi.
2017-10-13 13:53:45 +02:00
Hartmut Goebel ba81085b25 gnu: phonon: Enable building the Qt Designer plugin.
Add native-inputs pkg-config, qttools and update comments.

This enables building the Qt Designer plugin.

* gnu/packages/kde-frameworks.scm (phonon): [native-inputs]: Add pkg-config,
  qttools.  [arguments]<#configure-flags>: Remove
  PHONON_INSTALL_QT_EXTENSIONS_INTO_SYSTEM_QT, to avoid installing the
  Phonon-Qt-extension into /gnu/store/…-qtbase-…/.
2017-10-13 13:53:44 +02:00
Hartmut Goebel 11f6570011 gnu: kdesignerplugin: Add optional inputs.
Still missing: kwebkit (KF5WebKitConfig.cmake).

* gnu/packages/kde-frameworks.scm (kdesignerplugin)[inputs]: Add kcompletion,
  kconfigwidgets, kiconthemes, kitemviews, kkio, kplotting, ktextwidgets,
  kwidgetsaddons, kxmlgui, sonnet.
2017-10-13 13:53:44 +02:00
Hartmut Goebel d49766b293 gnu: Add kdewebkit.
* gnu/package/kde-frameworks.scm (kdewebkit): New variable.
2017-10-13 13:53:43 +02:00
Hartmut Goebel 79677b2f4f gnu: kwallet: Add optional input qgpgme.
Gpgme was already there, QGpgme was missing.

* gnu/packages/kde-frameworks.scm (kwallet)[inputs]: Add qgpgme.
2017-10-13 13:53:42 +02:00
Hartmut Goebel cc527338ee gnu: kconfigwidgets: Add optional native-input kdoctools.
* gnu/packages/kde-frameworks.scm (kconfigwidgets)[native-inputs]:
  Add kdoctools.
2017-10-13 13:53:42 +02:00
Hartmut Goebel 3263e94c55 gnu: kcoreaddons: Add native-input shared-mime-info and a comment.
* gnu/packages/kde-frameworks.scm (kcoreaddons)[native-inputs]:
  Add shared-mime-info.
2017-10-13 13:53:41 +02:00
Hartmut Goebel 274365ca1c gnu: Update prison to 5.37.0.
Align with the version of other kde-frameworks packages.

* gnu/package/kde-frameworks.scm (prision): Update to 5.37.0
2017-10-13 13:53:41 +02:00
Hartmut Goebel f8127d2644 gnu: qtkeychain: Reduce the number of warnings when configuring.
* gnu/packages/qt.scm (qtkeychain)[native-inputs]: Add pkg-config.
2017-10-13 13:53:41 +02:00
Hartmut Goebel 868b1a025a gnu: grantlee: Enable all tests.
* gnu/packages/qt.scm (grantlee)[arguments]
  <#:phases>'check-setup': New phase, set QT_QPA_PLATFORM=offscreen.
  <#:phases>'check': Remove phase.
2017-10-13 13:53:40 +02:00
Hartmut Goebel 61cc757d5f gnu: kde-framworks: Fix installation directories.
After the qtbase installation directories have been changed, kf5's plugins
etc. need to be install into lib/qt5/…, too. We change the global definitions
in "KDEInstallDirs.cmake", so this changes will apply to all packages without
these to need to define the paths. THis is okay, since "KDEInstallDirs.cmake"
defines the directory-layout guix is using.

* gnu/packages/kde-frameworks.scm (extra-cmake-modules)[#:phase fix-lib-path]:
  In modules/KDEInstallDirs.cmake also patch QTPLUGINDIR, QTQUICKIMPORTSDIR,
  QMLDIR.
  (kwindowsystem)[#:phase check]: Adjust QT_PLUGIN_PATH.
  (kfilemetadata)[#:phase check-setup]: dito.
2017-10-13 13:53:40 +02:00
Hartmut Goebel 5430732b22 gnu: qscintilla: Adjust installation directory layout.
* gnu/packages/qt.scm (qscintilla)[#:phase configure]: Set QT_INSTALL_DATA and
  QT_HOST_DATA to $OUT/lib/qt5.
2017-10-13 13:53:39 +02:00
Hartmut Goebel 4eb972b95c gnu: qtwebkit: Fix rpath for the qmlwebkit plugins.
After the qtbase installation directories have been changed,
the relative RPATH in the libs no longer matched the sructure.

* gnu/packages/qt.scm(qtwebkit)[arguments]: New phase
  fix-qmlwebkit-plugins-rpath.
2017-10-13 13:53:39 +02:00
宋文武 163651cbdc gnu: qwt: Adjust installation directory layout.
* gnu/packages/qt.scm (qwt)[arguments]<#:phases>: Modify 'qwtconfig.pri' to
use a directory layout that matching qtbase.  Modify 'doc/doc.pro' to remove
the misplaced installation of man pages.  Rename phase 'install-documentation'
to 'install-man-pages'.
2017-10-13 13:53:39 +02:00
宋文武 8075b62378 gnu: qt: Fix install paths in submodules.
Before this, the paths in pkg-config (.pc) and libtool (.la) files of
submodules are all pointing to qtbase.

* gnu/packages/qt.scm (qtbase)[native-inputs]: Move 'which' to
'propagated-inputs'.
[arguments]: Rename 'patch-qt_config.prf' phase to 'patch-mkspecs' and
patch more qmake spec files there.
(qtsvg)[arguments]: Add 'configure-qmake' phase.
2017-10-13 13:53:38 +02:00
宋文武 6fc0e157ee gnu: qtbase: Use a more standard directory layout.
* gnu/packages/qt.scm (qtbase)[arguments]: Pass docdir, headerdir,
archdatadir, datadir and examplesdir to 'configure'.  Ajdust the
patch-qt_config.prf phase accordingly.
[native-search-paths]: Adjust accordingly.
(qtwayland)[arguments]: New field.

Co-authored-by: Hartmut Goebel <h.goebel@crazy-compilers.com>
2017-10-13 13:53:37 +02:00
Ricardo Wurmus dad66da493 gnu: Add plink-ng.
* gnu/packages/bioinformatics.scm (plink-ng): New variable.
2017-10-13 11:14:00 +02:00
Ricardo Wurmus dc8ddbfb07 gnu: Add paml.
* gnu/packages/bioinformatics.scm (paml): New variable.
2017-10-13 11:14:00 +02:00
Chris Marusich f3eeca5621 gnu: Add GnuCash documentation.
* gnu/packages/gnucash.scm (gnucash-docs): Add it.
  (gnucash): Use the glib-or-gtk-build-system, create a "doc" output, and
  install the output of "gnucash-docs" into there.
2017-10-13 01:05:54 -07:00
Mark H Weaver 2eac8e6b0d gnu: linux-libre: Update to 4.13.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.6.
(%linux-libre-hash): Update hash.
2017-10-13 03:41:30 -04:00
Mark H Weaver e7804c3da1 gnu: linux-libre@4.9: Update to 4.9.56.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.56.
2017-10-13 03:41:28 -04:00
Mark H Weaver ef036c7d52 gnu: linux-libre@4.4: Update to 4.4.92.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.92.
2017-10-13 03:41:26 -04:00
Mark H Weaver 2890b07cd3 gnu: linux-libre@4.1: Update URL for CVE-2017-1000251 fix.
* gnu/packages/linux.scm (linux-libre-4.1)[source]: Update the URL
and hash of the patch for CVE-2017-1000251.
2017-10-13 03:37:30 -04:00
Ricardo Wurmus e0c1d080b5 doc: Add an example to the documentation of the udev-service.
* doc/guix.texi (Base Services): Update 'udev-service' documentation.
2017-10-13 08:39:16 +02:00
Ricardo Wurmus b38e417903 gnu: emacs-helm: Update to 2.8.5.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.8.5.
2017-10-13 08:39:02 +02:00
Leo Famulari 947453a88d gnu: Add Syncthing.
* gnu/packages/syncthing.scm (syncthing): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari ae8c7774c0 gnu: Add go-golang-org-x-text-union.
* gnu/packages/syncthing.scm (go-golang-org-x-text-union): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari 4c3cc9496c gnu: Add go-golang-org-x-net-union.
* gnu/packages/syncthing.scm (go-golang-org-x-net-union): New variable.
2017-10-12 21:22:55 -04:00
Leo Famulari 3c466da1d5 gnu: Add go-github-com-vitrun-qart-union.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 503802ab91 gnu: Add go-github-com-gogo-protobuf-union.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari cca22eb31a gnu: Add go-golang-org-x-crypto-union.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-union): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 3d86b557c6 gnu: Add go-github-com-audriusbutkevicius-kcp-go.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-kcp-go): New
variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 478ebb31a9 gnu: Add go-github-com-templexxx-reedsolomon.
* gnu/packages/syncthing.scm (go-github-com-templexxx-reedsolomon): New
variable.
2017-10-12 21:22:54 -04:00
Leo Famulari a3d98dd8d9 gnu: Add go-github-com-templexxx-cpufeat.
* gnu/packages/syncthing.scm (go-github-com-templexxx-cpufeat): New variable.
2017-10-12 21:22:54 -04:00
Leo Famulari 89d91ee2a0 gnu: Add go-github-com-kballard-go-shellquote.
* gnu/packages/syncthing.scm (go-github-com-kballard-go-shellquote): New
variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 71415e23f9 gnu: Add go-github-com-audriusbutkevicius-cli.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): New
variable.
2017-10-12 21:22:53 -04:00
Leo Famulari cb42a2a89d gnu: Add go-golang-org-x-time-rate.
* gnu/packages/syncthing.scm (go-golang-org-x-time-rate): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 3ce463908a gnu: Add go-github-com-xtaci-smux.
* gnu/packages/syncthing.scm (go-github-com-xtaci-smux): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 936e02b480 gnu: Add go-github-com-pkg-errors.
* gnu/packages/syncthing.scm (go-github-com-pkg-errors): New variable.
2017-10-12 21:22:53 -04:00
Leo Famulari 66500b27e5 gnu: Add go-github-com-templexxx-xor.
* gnu/packages/syncthing.scm (go-github-com-templexxx-xor): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 2785690a23 gnu: Add go-github-com-chmduquesne-rollinghash-adler32.
* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari db64cb4010 gnu: Add go-github-com-ccding-go-stun.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 6deb73c493 gnu: Add go-github-com-audriusbutkevicius-pfilter.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter): New
variable.
2017-10-12 21:22:52 -04:00
Leo Famulari ea969c6b04 gnu: Add go-golang-org-x-text-unicode-norm.
* gnu/packages/syncthing.scm (go-golang-org-x-text-unicode-norm): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari e4ef477212 gnu: Add go-golang-org-x-text-transform.
* gnu/packages/syncthing.scm (go-golang-org-x-text-transform): New variable.
2017-10-12 21:22:52 -04:00
Leo Famulari 04e2d470ab gnu: Add go-golang-org-x-net-proxy.
* gnu/packages/syncthing.scm (go-golang-org-x-net-proxy): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 8c73bb2c72 gnu: Add go-golang-org-x-net-ipv6.
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv6): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari f20d1300b3 gnu: Add go-golang-org-x-net-internal-iana.
* gnu/packages/syncthing.scm (go-golang-org-x-net-internal-iana): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 303dfd5c56 gnu: Add go-golang-org-x-net-context.
* gnu/packages/syncthing.scm (go-golang-org-x-net-context): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari 3544d5259c gnu: Add go-golang-org-x-net-bpf.
* gnu/packages/syncthing.scm (go-golang-org-x-net-bpf): New variable.
2017-10-12 21:22:51 -04:00
Leo Famulari b5ad117bb2 gnu: Add go-golang-org-x-net-ipv4.
* gnu/packages/syncthing.scm (go-golang-org-x-net-ipv4): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari edcc061cec gnu: Add go-golang-org-x-crypto-xtea.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-xtea): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 932fb47755 gnu: Add go-golang-org-x-crypto-twofish.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-twofish): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 95b493f2a8 gnu: Add go-golang-org-x-crypto-cast5.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-cast5): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 7e7df095d7 gnu: Add go-golang-org-x-crypto-salsa20.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-salsa20): New variable.
2017-10-12 21:22:50 -04:00
Leo Famulari 63950f9b39 gnu: Add go-golang-org-x-crypto-tea.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-tea): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari b65620b6d2 gnu: Add go-golang-org-x-crypto-pbkdf2.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-pbkdf2): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 3cf3cdc9b9 gnu: Add go-golang-org-x-crypto-blowfish.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-blowfish): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 8da09afc1f gnu: Add go-golang-org-x-crypto-bcrypt.
* gnu/packages/syncthing.scm (go-golang-org-x-crypto-bcrypt): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 892ced6d0f gnu: Add go-github-com-vitrun-qart-qr.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-qr): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 6934827a3e gnu: Add go-github-com-vitrun-qart-gf256.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-gf256): New variable.
2017-10-12 21:22:49 -04:00
Leo Famulari 292a6b0d16 gnu: Add go-github-com-vitrun-qart-coding.
* gnu/packages/syncthing.scm (go-github-com-vitrun-qart-coding): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari f7612f0fcf gnu: Add go-github-com-thejerf-suture.
* gnu/packages/syncthing.scm (go-github-com-thejerf-suture): New
variable.
2017-10-12 21:22:48 -04:00
Leo Famulari c864a4a700 gnu: Add go-github-com-syndtr-goleveldb.
* gnu/packages/syncthing.scm (go-github-com-syndtr-goleveldb): New
variable
2017-10-12 21:22:48 -04:00
Leo Famulari 8d7e99243a gnu: Add go-github-com-sasha-s-go-deadlock.
* gnu/packages/syncthing.scm (go-github-com-sasha-s-go-deadlock): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari 73a2f8418d gnu: Add go-github-com-petermattis-goid.
* gnu/packages/syncthing.scm (go-github-com-petermattis-goid): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari 1a4795f9d0 gnu: Add go-github-com-rcrowley-go-metrics.
* gnu/packages/syncthing.scm (go-github-com-rcrowley-go-metrics): New variable.
2017-10-12 21:22:48 -04:00
Leo Famulari 6bc1eb1159 gnu: Add go-github-com-stathat-go.
* gnu/packages/syncthing.scm (go-github-com-stathat-go): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari 0921b23014 gnu: Add go-github-com-oschwald-geoip2-golang.
* gnu/packages/syncthing.scm (go-github-com-oschwald-geoip2-golang): New
variable.
2017-10-12 21:22:47 -04:00
Leo Famulari a57778f585 gnu: Add go-github-com-oschwald-maxminddb-golang.
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang): New
variable.
2017-10-12 21:22:47 -04:00
Leo Famulari bde48edc0f gnu: Add go-golang-org-x-sys-unix.
* gnu/packages/syncthing.scm (go-golang-org-x-sys-unix): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari 4a9c4dbe3b gnu: Add go-github-com-minio-sha256-simd.
* gnu/packages/syncthing.scm (go-github-com-minio-sha256-simd): New variable.
2017-10-12 21:22:47 -04:00
Leo Famulari 340e1a9a24 gnu: Add go-github-com-lib-pq.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari 7577a1d520 gnu: Add go-github-com-kardianos-osext.
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari 7b92093d18 gnu: Add go-github-com-jackpal-gateway.
* gnu/packages/syncthing.scm (go-github-com-jackpal-gateway): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari b32eab0b4c gnu: Add go-github-com-golang-snappy.
* gnu/packages/syncthing.scm (go-github-com-golang-snappy): New variable.
2017-10-12 21:22:46 -04:00
Leo Famulari ede4f50c6b gnu: Add go-github-com-golang-groupcache-lru.
* gnu/packages/syncthing.scm (go-github-com-golang-groupcache-lru): New
variable.
2017-10-12 21:22:46 -04:00
Leo Famulari 3a4d3838d6 gnu: Add go-github-com-gogo-protobuf.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari 07e88fc63b gnu: Add go-github-com-gogo-protobuf-protoc-gen-gogo.
* gnu/packages/syncthing.scm (go-github-com-gogo-protobuf-protoc-gen-gogo):
New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari 4d93ebb313 gnu: Add go-github-com-gobwas-glob.
* gnu/packages/syncthing.scm (go-github-com-gobwas-glob): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari a3a5b01240 gnu: Add go-github-com-edsrzf-mmap-go.
* gnu/packages/syncthing.scm (go-github-com-edsrzf-mmap-go): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari ab3e15899c gnu: Add go-github-com-d4l3k-messagediff.
* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari 1e28085e76 gnu: Add go-github-com-calmh-xdr.
* gnu/packages/syncthing.scm (go-github-com-calmh-xdr): New variable.
2017-10-12 21:22:45 -04:00
Leo Famulari add56f3469 gnu: Add go-github-com-calmh-du.
* gnu/packages/syncthing.scm (go-github-com-calmh-du): New variable.
2017-10-12 21:22:44 -04:00
Leo Famulari 67b468182a gnu: Add go-github-com-bkaradzic-go-lz4.
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4): New variable.
2017-10-12 21:22:44 -04:00
Leo Famulari 56a37713c3 gnu: Add go-github-com-audriusbutkevicius-go-nat-pmp.
* gnu/packages/syncthing.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-10-12 21:22:44 -04:00
Leo Famulari 91525b486c build: Add the Go build system.
* guix/build-system/go.scm,
guix/build/go-build-system.scm: New files.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document the go-build-system.
2017-10-12 21:22:40 -04:00
Ricardo Wurmus b3936f35ae gnu: clustal-omega: Update to 1.2.4.
* gnu/packages/bioinformatics.scm (clustal-omega): Update to 1.2.4.
2017-10-12 23:54:54 +02:00
Ludovic Courtès e2491f2bd4 gnu: Add trailing slash to 'search.cpan.org' home pages.
* gnu/packages/perl.scm: Add trailing slash to 'search.cpan.org' home
pages.
2017-10-12 23:47:48 +02:00
Ludovic Courtès 9f9c36f5c4 gnu: Update home page URLs for Xorg packages.
* gnu/packages/xorg.scm (imake, lndir, libxshmfence)
(xorg-rgb, xinit, xterm): Update 'home-page' following redirects.
2017-10-12 23:47:48 +02:00
Ludovic Courtès 61f28fe7e9 lint: 'home-page' checker reports permanent redirects.
* guix/scripts/lint.scm (probe-uri): Add special case for HTTP 301.
(validate-uri): Likewise.
* tests/lint.scm ("home-page: 301, invalid")
("home-page: 301 -> 200", "home-page: 301 -> 404")
("source: 301 -> 200", "source: 301 -> 404"): New tests.
2017-10-12 23:47:48 +02:00
Ludovic Courtès 6ea10db973 tests: Support multiple HTTP server instances.
* guix/tests/http.scm (%http-server-socket): Turn into...
(open-http-server-socket): ... this procedure.
(http-server-can-listen?): New procedure.
(http-write, %http-server-lock, %http-server-ready)
(http-open, stub-http-server): Move to 'call-with-http-server' body.
(call-with-http-server): Add #:headers parameter.
(with-http-server): Add an additional pattern with headers.
* tests/derivations.scm: Use (http-server-can-listen?) instead
of (force %http-server-socket).
* tests/lint.scm: Likewise.
2017-10-12 23:47:48 +02:00
Efraim Flashner e37415917c gnu: python-psycopg2: Update to 2.7.3.1.
* gnu/packages/python.scm (python-psycopg2): Update to 2.7.3.1.
[inputs]: Replace postgresql@9.6 with postgresql.
2017-10-13 00:00:42 +03:00
Efraim Flashner 4e169fc67a gnu: python-psycopg2: Use postgresql@9.6.
* gnu/packages/python.scm (python-psycopg2)[inputs]: Replace postgresql
with postgresql@9.6.
2017-10-12 23:39:36 +03:00
Efraim Flashner 7658d89bb7 gnu: Add postgresql@9.6.
* gnu/packages/databases.scm (postgresql@9.6): New variable.
2017-10-12 23:39:35 +03:00
Christopher Baines ee8aab1f8d gnu: Add python-jupyter-console as input to python-ipython.
This fixes running ipython console and ipython3 console, as the
jupyter_console package is missing.

As python-ipython is an input to python-jupyter-console, use a modified
version of the package which doesn't have this input.

* gnu/packages/python.scm (python-jupyter-console-minimal): New variable.
  (python-ipython)[propagated-inputs]: Replace python-jupyter-console with
  python-jupyter-console-minimal.
2017-10-12 20:23:25 +01:00
Marius Bakke db314bf44e gnu: wireshark: Minor package improvements.
* gnu/packages/networking.scm (wireshark)[inputs]: Move QTTOOLS ...
[native-inputs]: ... here.
[home-page]: Remove duplicate.
2017-10-12 20:32:09 +02:00
Marius Bakke 453361b374 gnu: wireshark: Update to 2.4.2.
* gnu/packages/networking.scm (wireshark): Update to 2.4.2.
2017-10-12 20:25:38 +02:00
Marius Bakke 24384c39ad gnu: xorg-server: Update to 1.19.5. [security fixes]
Fixes CVE-2017-{12176..12187}.  See
<https://lists.x.org/archives/xorg-announce/2017-October/002814.html>

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.5.
2017-10-12 20:02:39 +02:00
Marius Bakke fc0ed8c9c9 Revert "gnu: xorg-server: Make the test-variant visible."
Hiding/unhiding changes the derivation and thus this caused too many rebuilds
for 'master'.

This reverts commit 8cf892e6cd.
2017-10-12 19:35:53 +02:00
Marius Bakke 0bf6212338 gnu: libextractor: Update to 1.5.
* gnu/packages/gnunet.scm (libextractor): Update to 1.5.
2017-10-12 19:24:59 +02:00
Marius Bakke d636fd99c3 gnu: ccid: Update to 1.4.28.
* gnu/packages/security-token.scm (ccid): Update to 1.4.28.
2017-10-12 19:24:59 +02:00
Marius Bakke 2a087882b1 gnu: mesa: Disable imx driver for armhf-linux.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: Don't build imx driver.
2017-10-12 19:24:58 +02:00
Efraim Flashner 5acd59ee12 gnu: qt: Update to 5.9.2.
* gnu/packages/qt.scm (qt): Update to 5.9.2.
[outputs]: Add 'examples'.
[source]: Update 3rd party code to unbundle.
[inputs]: Add bluez, double-conversion, gstreamer, gst-plugins-base,
jasper, libinput-minimal, libtiff, libwebp, libxext, wayland. Replace
pcre with pcre2.
[arguments]: Re-enable parallel building. Update build flags.
2017-10-12 20:00:19 +03:00
Ludovic Courtès aad8a14300 services: cleanup: Remove Shadow lock files from /etc.
Partly fixes <https://bugs.gnu.org/28772>.
Reported by Oleg Pykhalov <go.wigust@gmail.com>.

* gnu/services.scm (cleanup-gexp): Remove /etc/{passwd,group}.lock and
/etc/.pwd.lock.
2017-10-12 17:51:41 +02:00
Ludovic Courtès d8e89b1c79 offload: Reduce the number of calls to 'machine-load'.
Previously we would call 'machine-load' once per machine, which was very
costly when there were many machines.  Now we arrange to call it only
once on average (when all the machines have the same 'speed' value).

* guix/scripts/offload.scm (random-seed, shuffle): New procedures.
(choose-build-machine)[machines+slots+loads]: Rename to...
[machines+slots]: ... this.  Remove load from the tuples therein.
[undecorate]: Adjust accordingly.
[machine-less-loaded-or-faster?]: Remove.
[machine-faster?]: New procedure.
Sort MACHINES+SLOTS according to 'machine-faster?'.  Call
'machine-load?' as the last thing.
2017-10-12 17:51:41 +02:00
宋文武 abaee53c80 substitute: Close the progress port after substitute finished.
Fixes <https://bugs.gnu.org/28756>.

* guix/scripts/substitute.scm (progress-substitution):
Call '(close-port progress)'.
2017-10-12 22:31:22 +08:00
Ricardo Wurmus c6643f2d52 gnu: f-seq: Truncate version string.
* gnu/packages/bioinformatics.scm (f-seq)[version]: Truncate commit part of
the version string.
2017-10-12 08:43:54 +02:00
Ludovic Courtès 7ad81b8b67 gnu: totem: Update to 3.26.0.
* gnu/packages/gnome.scm (totem): Update to 3.26.0.
[source]: Add 'patches' field.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[native-inputs]: Add GTK+:bin and GLIB:bin.
[arguments]: Pass #:glib-or-gtk?.  Adjust #:configure-flags to new
syntax.
* gnu/packages/patches/totem-meson-easy-codec.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-10-11 23:00:46 +02:00
Ludovic Courtès b27ce4164a services: gnome: Register more polkit actions.
This should allow more operations such as changing the system date and
time via the Control Center (reported at
<https://lists.gnu.org/archive/html/help-guix/2016-09/msg00059.html>),
performing "file operations" via gvfs, and interacting with processes
using the System Monitor.

* gnu/services/desktop.scm (gnome-polkit-settings): New procedure.
(gnome-desktop-service-type): Use it in POLKIT-SERVICE-TYPE extension.
2017-10-11 23:00:46 +02:00
Tobias Geerinckx-Rice 22345a8ed7 gnu: mobile-broadband-provider-info: Update to 20170310.
* gnu/packages/gnome.scm (mobile-broadband-provider-info): Update to 20170310.
2017-10-11 21:53:37 +02:00
Tobias Geerinckx-Rice be84a1231e gnu: dovecot: Update to 2.2.33.1.
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.1.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice 3bf42e22b3 gnu: gparted: Update to 0.30.0.
* gnu/packages/disk.scm (gparted): Update to 0.30.0.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice f9bd6b3aef gnu: evince: Update to 3.26.0.
* gnu/packages/gnome.scm (evince): Update to 3.26.0.
2017-10-11 21:53:36 +02:00
Tobias Geerinckx-Rice f51ea1cd61 gnu: orca: Update to 3.26.0.
gnu/packages/gnome.scm (orca): Update to 3.26.0.
2017-10-11 21:53:35 +02:00
Thomas Danckaert de47cfed13 gnu: bluez: Disable unpredictable test on armhf.
* gnu/packages/linux.scm (bluez): [arguments] Add phase to skip a test instead
of marking it as XFAIL.
2017-10-11 21:44:06 +02:00
Ricardo Wurmus 01d87d3c18 gnu: rcas-web: Update to 0.0.4.
* gnu/packages/bioinformatics.scm (rcas-web): Update to 0.0.4.
2017-10-11 21:37:37 +02:00
Ludovic Courtès 85a2b58987 zlib: Fix memory leak due to revealed ports not being GC'd.
Fixes <https://bugs.gnu.org/28784>.

This mostly reverts 81a0f1cdf1, which
introduced a regression: revealed ports are *never* GC'd (contrary to
what Guile's manual suggests).

In addition to the revert, 'close-procedure' now explicitly swallows
EBADF errors when 'close-port' is called.

* guix/zlib.scm (close-procedure): New procedure.
(make-gzip-input-port)[gzfile]: Use 'fileno' instead of 'port->fdes'.
Use 'close-procedure' instead of 'gzclose'.
(make-gzip-output-port): Likewise.
* tests/zlib.scm ("compression/decompression pipe"): Use 'port-closed?'
to determine whether PARENT has been closed.
2017-10-11 15:20:50 +02:00
Leo Famulari 5781c7dd27 gnu: mpg123: Update to 1.25.7.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.7.
2017-10-11 08:24:13 -04:00
Ludovic Courtès 50fcf37c13 doc: Give an example with a FAT UUID.
* gnu/system/examples/lightweight-desktop.tmpl <file-systems>: Add a
UUID for the /boot/efi partition.
* doc/guix.texi (Using the Configuration System): Mention it.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 03f66aea63 uuid: Change "fat32" to "fat".
* gnu/system/uuid.scm (%fat32-endianness): Rename to...
(%fat-endianness): ... this.
(fat32-uuid->string): Rename to...
(fat-uuid->string): ... this.
(%fat32-uuid-rx): Rename to..
(%fat-uuid-rx): ... this.
(string->fat32-uuid): Rename to...
(string->fat-uuid): ... this.
(%uuid-parsers, %uuid-printers): Add 'fat16.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 88235675fc file-systems: Add support for FAT16.
* gnu/build/file-systems.scm (check-fat32-file-system): Rename to...
(check-fat-file-system): ... this.
(check-file-system): Adjust accordingly.
(fat16-superblock?, read-fat16-superblock)
(fat16-superblock-uuid, fat16-superblock-volume-name): New procedures.
(%partition-label-readers, %partition-uuid-readers): Add FAT16.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 9976c76aab file-systems: Preserve UUID types when serializing.
Reported by Roel Janssen <roel@gnu.org>
at <https://lists.gnu.org/archive/html/help-guix/2017-09/msg00094.html>.

* gnu/system/file-systems.scm (file-system->spec): When DEVICE is a
UUID, serialize it in a way that preserves its type.
(spec->file-system): Adjust accordingly.
* gnu/build/file-systems.scm (canonicalize-device-spec): Add case for
when SPEC is 'uuid?'.
2017-10-11 11:12:33 +02:00
Ludovic Courtès 1c65cca574 file-systems: 'mount-file-system' now takes a <file-system> object.
* gnu/build/file-systems.scm (mount-file-system): Rename 'spec' to 'fs'
and assume it's a <file-system>.
* gnu/build/linux-boot.scm (boot-system): Assume MOUNTS is a list of
<file-system> and adjust accordingly.
* gnu/build/linux-container.scm (mount-file-systems): Remove
'file-system->spec' call.
* gnu/services/base.scm (file-system-shepherd-service): Add
'spec->file-system' call.  Add (gnu system file-systems) to 'modules'.
* gnu/system/linux-initrd.scm (raw-initrd): Use (gnu system
file-systems).  Add 'spec->file-system' call for #:mounts.
2017-10-11 11:12:33 +02:00
Theodoros Foradis f26af33aec gnu: Add freehdl.
* gnu/packages/engineering.scm (freehdl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis 91cabd3e58 gnu: Add xyce-parallel.
* gnu/packages/engineering.scm (trilinos-parallel-xyce)
(xyce-parallel): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis 1da02b6a49 gnu: Add xyce-serial.
* gnu/packages/engineering.scm (trilinos-serial-xyce)
(xyce-serial): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Theodoros Foradis b509efb385 gnu: Add lapack-3.5.
* gnu/packages/maths.scm (lapack-3.5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-11 11:12:33 +02:00
Ricardo Wurmus 22d1060eff gnu: python-rpy2: Ignore test results.
* gnu/packages/python.scm (python-rpy2)[arguments]: Ignore test failures.
2017-10-11 11:06:05 +02:00
Roel Janssen 6de897ac5a gnu: Add r-ggdendro.
* gnu/packages/statistics.scm (r-ggdendro): New variable.
2017-10-11 10:02:08 +02:00
Mark H Weaver 2f44e7b036 gnu: linux-libre@4.9: Update to 4.9.54.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.54.
2017-10-11 00:39:27 -04:00
Mark H Weaver dac1d8efd4 gnu: linux-libre@4.4: Update to 4.4.91.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.91.
2017-10-11 00:38:46 -04:00
Eric Bavier 7740228e35 build: Set 'NIX_BUILD_HOOK' only if offloading is configured.
This prevents libstore/build.cc from executing nix/scripts/offload, which is
always created by config.status, when offload support is not enabled.

* build-aux/pre-inst-env.in: Export 'NIX_BUILD_HOOK' only when
configured; unset it otherwise.
2017-10-10 23:16:07 -05:00
Tobias Geerinckx-Rice c3bece41b7 gnu: dovecot: Update to 2.2.33.
* gnu/packages/mail.scm (dovecot): Update to 2.2.33.
2017-10-10 23:42:35 +02:00
Ludovic Courtès db9c49f499 gnu: games: Remove unneeded import.
Fixes a regression introduced in
42abb842f6.

* gnu/packages/games.scm: Remove unneeded (guix build utils) import,
which led to a name clash on 'which'.
2017-10-10 23:12:04 +02:00
Ludovic Courtès 90eaa9419a import: cpan: Load (gnu packages perl) lazily.
* guix/import/cpan.scm: Remove dependency on (gnu packages perl).
(perl-package): New procedure.
(%corelist, core-module?): Use it instead of referring to 'perl'.
2017-10-10 23:12:04 +02:00
Ludovic Courtès b719ddbbbb import: pypi: Remove unneeded import.
* guix/import/pypi.scm: Remove unneeded import.
2017-10-10 23:12:03 +02:00
Ludovic Courtès a6e22d8445 ui: Improve reporting of missing closing parentheses.
Suggested by Ricardo Wurmus.
Works around <https://bugs.gnu.org/28295>.

* guix/ui.scm (report-load-error): Add case for 'read-error'.
* tests/guix-system.sh: Test missing-closing-paren errors.
2017-10-10 23:12:03 +02:00
Troy Sankey 3f81ca324b gnu: alot: Update to 0.5.1.
* gnu/packages/mail.scm (alot): Update to 0.5.1.
[arguments]: Enable tests.
[native-inputs]: Add python2-mock.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey c1578ad063 gnu: python-twisted: Update to 17.1.0.
* gnu/packages/python.scm (python-twisted): Update to 17.1.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey 0cd83b4e00 gnu: Add python-incremental.
* gnu/packages/python.scm (python-incremental, python2-incremental): New
variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Troy Sankey 96cb5ca1f2 gnu: Add python-automat.
* gnu/packages/python.scm (python-automat, python2-automat): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:41 +02:00
Ricardo Wurmus 6414410d7a gnu: Add python-graphviz.
* gnu/packages/graphviz.scm (python-graphviz, python2-graphviz): New
variables.
2017-10-10 23:09:40 +02:00
Troy Sankey fd8ff99aa7 gnu: Add python-m2r.
* gnu/packages/python.scm (python-m2r, python2-m2r): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Troy Sankey 9074bac139 gnu: Add python-constantly.
* gnu/packages/python.scm (python-constantly, python2-constantly): New
variables.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Troy Sankey bb3b4b4ee9 gnu: Add python-attrs.
* gnu/packages/python.scm (python-attrs, python2-attrs): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-10-10 23:09:40 +02:00
Julien Lepiller 4b8b4418e6 services: vpn: Fix default tls-auth configuration.
* gnu/services/vpn.scm (serialize-tls-auth): Fix serialization error when
tls-auth is disabled.
2017-10-10 22:06:08 +02:00
Julien Lepiller 262a4d335a gnu: Add java-fasterxml-jackson-dataformat-xml.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-xml): New
variable.
2017-10-10 22:05:59 +02:00
Julien Lepiller 40f193f316 gnu: Add java-woodstox-core.
* gnu/packages/java.scm (java-woodstox-core): New variable.
2017-10-10 22:05:57 +02:00
Julien Lepiller 6fd07b98b1 gnu: Add java-stax2-api.
* gnu/packages/java.scm (java-stax2-api): New variable.
2017-10-10 22:05:55 +02:00
Julien Lepiller 087c8fd2c0 gnu: Add java-fasterxml-jackson-dataformat-yaml.
* gnu/packages/java.scm (java-fasterxml-jackson-dataformat-yaml): New
variable.
2017-10-10 22:05:52 +02:00
Julien Lepiller 0f296d3747 gnu: Add java-snakeyaml.
* gnu/packages/java.scm (java-snakeyaml): New variable.
2017-10-10 22:05:50 +02:00
Julien Lepiller d57d8b89bb gnu: Add java-fasterxml-jackson-modules-base-jaxb.
* gnu/packages/java.scm (java-fasterxml-jackson-modules-base-jaxb): New
variable.
2017-10-10 22:05:45 +02:00
Julien Lepiller f234c7a065 gnu: Add java-fasterxml-jackson-databind.
* gnu/packages/java.scm (java-fasterxml-jackson-databind): New variable.
2017-10-10 22:05:43 +02:00
Julien Lepiller 0b5481dfd3 gnu: Add java-fasterxml-jackson-core.
* gnu/packages/java.scm (java-fasterxml-jackson-core): New variable.
2017-10-10 22:05:40 +02:00
Julien Lepiller cb05f60d4a gnu: Add java-fasterxml-jackson-annotations.
* gnu/packages/java.scm (java-fasterxml-jackson-annotations): New
variable.
2017-10-10 22:05:34 +02:00
Julien Lepiller 4496d77fb4 gnu: Add java-ops4j-pax-exam-core-junit.
* gnu/packages/java.scm (java-ops4j-pax-exam-core-junit): New variable.
2017-10-10 22:05:31 +02:00
Julien Lepiller 7a7c2b7556 gnu: Add java-ops4j-pax-exam-core-spi.
* gnu/packages/java.scm (java-ops4j-pax-exam-core-spi): New variable.
2017-10-10 22:05:29 +02:00
Julien Lepiller e179add07b gnu: Add java-ops4j-pax-exam-core.
* gnu/packages/java.scm (java-ops4j-pax-exam-core): New variable.
2017-10-10 22:05:26 +02:00
Julien Lepiller 25aef81d26 gnu: Add java-ops4j-pax-tinybundles.
* gnu/packages/java.scm (java-ops4j-pax-tinybundles): New variable.
2017-10-10 22:05:23 +02:00
Julien Lepiller 5f26a13125 gnu: Add java-aqute-bndlib.
* gnu/packages/java.scm (java-aqute-bndlib): New variable.
2017-10-10 22:05:21 +02:00
Julien Lepiller 60ba297861 gnu: Add java-aqute-libg.
* gnu/packages/java.scm (java-aqute-libg): New variable.
2017-10-10 22:05:18 +02:00
Julien Lepiller e1edf42e82 gnu: Add java-aqute-bnd-annotation.
* gnu/packages/java.scm (java-aqute-bnd-annotation): New variable.
2017-10-10 22:05:16 +02:00
Julien Lepiller 214fcd8a91 gnu: Add java-ops4j-base-spi.
* gnu/packages/java.scm (java-ops4j-base-spi): New variable.
2017-10-10 22:05:13 +02:00
Julien Lepiller 0edf8cf086 gnu: Add java-ops4j-base-store.
* gnu/packages/java.scm (java-ops4j-base-store): New variable.
2017-10-10 22:05:10 +02:00
Julien Lepiller 60dcec7abb gnu: Add java-ops4j-base-util-property.
* gnu/packages/java.scm (java-ops4j-base-util-property): New variable.
2017-10-10 22:05:08 +02:00
Julien Lepiller 559919c1d8 gnu: Add java-ops4j-base-util.
* gnu/packages/java.scm (java-ops4j-base-util): New variable.
2017-10-10 22:05:04 +02:00
Julien Lepiller 322d349a11 gnu: Add java-ops4j-base-io.
* gnu/packages/java.scm (java-ops4j-base-io): New variable.
2017-10-10 22:05:01 +02:00
Julien Lepiller b2353495cb gnu: Add java-ops4j-base-monitors.
* gnu/packages/java.scm (java-ops4j-base-monitors): New variable.
2017-10-10 22:04:58 +02:00
Julien Lepiller 77a4f1ae31 gnu: Add java-ops4j-base-lang.
* gnu/packages/java.scm (java-ops4j-base-lang): New variable.
2017-10-10 22:04:41 +02:00
Marius Bakke 1c055d7258 Merge branch 'staging' 2017-10-10 21:44:32 +02:00
Marius Bakke 565e24c4e4 gnu: libxfont2: Graft fixes for CVE-2017-13720, CVE-2017-13722.
This is a followup to 97ecd75e28.

* gnu/packages/xorg.scm (libxfont2)[source](patches): Remove.
[replacement]: New field.
(libxfont2/fixed): New variable.
2017-10-10 20:09:20 +02:00
Marius Bakke 8cf892e6cd gnu: xorg-server: Make the test-variant visible.
* gnu/packages/xorg.scm (xorg-server-1.19.3): Remove 'hidden-package'.
2017-10-10 20:04:51 +02:00
Marius Bakke 97ecd75e28 gnu: libxfont: Fix CVE-2017-13720, CVE-2017-13722.
* gnu/packages/patches/libxfont-CVE-2017-13720.patch,
  gnu/packages/patches/libxfont-CVE-2017-13722.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
* gnu/packages/xorg.scm (libxfont, libxfont2)[source]: Use them.
2017-10-10 19:34:02 +02:00
Marius Bakke 1066696dcc gnu: lftp: Update to 4.8.3.
* gnu/packages/ftp.scm (lftp): Update to 4.8.3.
2017-10-10 18:38:02 +02:00
Marius Bakke b84a80793a gnu: libnl: Update to 3.4.0.
* gnu/packages/linux.scm (libnl): Update to 3.4.0.
2017-10-10 18:38:02 +02:00
Marius Bakke bd6d0eba67 gnu: sddm: Update to 0.16.0.
* gnu/packages/display-managers.scm (sddm): Update to 0.16.0.
[source]: Switch to '.xz' tarball.
2017-10-10 18:38:01 +02:00
Marius Bakke f51befedbb gnu: libreoffice: Don't replace "/bin/sh" reference with bash.
* gnu/packages/libreoffice.scm (libreoffice)[arguments]: Use (which "sh")
instead of (which "bash") in /bin/sh substitution.
2017-10-10 18:38:01 +02:00
Marius Bakke 832735965d gnu: vigra: Update to 1.11.1.
* gnu/packages/image.scm (vigra): Update 1.11.1.
[source]<uri>: Don't hard-code version.
[home-page]: Change to <https://ukoethe.github.io/vigra/>.
2017-10-10 18:38:01 +02:00
Marius Bakke 7cb3e9d3fc gnu: libzmf: Update to 0.0.2.
* gnu/packages/libreoffice.scm (libzmf): Update to 0.0.2.
2017-10-10 18:38:01 +02:00
Marius Bakke 37a68784a6 gnu: libwps: Update to 0.4.7.
* gnu/packages/libreoffice.scm (libwps): Update to 0.4.7.
[arguments]: Remove.
2017-10-10 18:38:01 +02:00
Marius Bakke c334058f6e gnu: libmwaw: Update to 0.3.12.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.12.
[source](patches): Remove.
[arguments]: Remove.
* gnu/packages/patches/libmwaw-CVE-2017-9433.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-10 18:38:01 +02:00
Marius Bakke cab4188f8b gnu: libodfgen: Update to 0.1.6.
* gnu/packages/libreoffice.scm (libodfgen): Update to 0.1.6.
2017-10-10 18:38:00 +02:00
Marius Bakke 5124e63775 gnu: libvisio: Update to 0.1.5.
* gnu/packages/patches/libvisio-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libreoffice.scm (libvisio): Update to 0.1.5.
[source]: Add 'libvisio-fix-tests.patch'.
[arguments]: Remove.
2017-10-10 18:38:00 +02:00
Marius Bakke 2036709b7f gnu: libpagemaker: Update to 0.0.3.
* gnu/packages/libreoffice.scm (libpagemaker): Update to 0.0.3.
[arguments]: Remove.
2017-10-10 18:38:00 +02:00
Marius Bakke e9d8b8872b gnu: libfreehand: Update to 0.1.2.
* gnu/packages/libreoffice.scm (libfreehand): Update to 0.1.2.
[native-inputs]: Add CPPUNIT.
[inputs]: Add ICU4C and LCMS.  New field.
2017-10-10 18:38:00 +02:00
Marius Bakke ae443ec1fa gnu: libexttextcat: Update to 3.4.5.
* gnu/packages/libreoffice.scm (libexttextcat): Update to 3.4.5.
2017-10-10 18:38:00 +02:00
Marius Bakke c6234e8ac8 gnu: libetonyek: Fix FTBFS with later liblangtag.
* gnu/packages/libreoffice.scm (libetonyek)[source]: Add upstream patch.
2017-10-10 18:38:00 +02:00
Marius Bakke 603231c1c3 gnu: liblangtag: Update to 0.6.2.
* gnu/packages/libreoffice.scm (liblangtag): Update to 0.6.2.
2017-10-10 18:37:59 +02:00
Marius Bakke d35db297e7 gnu: libcdr: Update to 0.1.4.
* gnu/packages/libreoffice.scm (libcdr): Update to 0.1.4.
[native-inputs]: Add CPPUNIT.
2017-10-10 18:37:59 +02:00
Marius Bakke feef3b2a08 gnu: libwpg: Update to 0.3.2.
* gnu/packages/libreoffice.scm (libwpg): Update to 0.3.2.
2017-10-10 18:37:59 +02:00
Marius Bakke 3f6c5b831a gnu: libwpd: Update to 0.10.2.
* gnu/packages/libreoffice.scm (libwpd): Update to 0.10.2.
2017-10-10 18:37:59 +02:00
Marius Bakke 1c7c2506a8 gnu: librevenge: Update to 0.0.4.
* gnu/packages/libreoffice.scm (librevenge): Update to 0.0.4.
2017-10-10 18:37:59 +02:00
Marius Bakke 23e12d9d4f gnu: rofi: Update to 1.4.1.
* gnu/packages/check.scm (check-0.11.0): New variable.
* gnu/packages/xdisorg.scm (rofi): Update to 1.4.1.
[inputs]: Add LIBRSVG.
[native-inputs]: Add BISON, CHECK-0.11.0 and FLEX.
2017-10-10 18:37:59 +02:00
Marius Bakke 2e957aae25 gnu: feh: Update to 2.21.
* gnu/packages/image-viewers.scm (feh): Update to 2.21.
2017-10-10 18:37:59 +02:00
Leo Famulari 550d88cf24 gnu: ghostscript: Replace with 9.22 [security fixes].
Fixes CVE-2017-{7948,7975,8908,9216,9610,9611,9612,9618,9619,9620,9726,9727,
9739,9740,9835}.

* gnu/packages/ghostscript.scm (ghostscript)[replacement]: New field.
(ghostscript-9.22): New variables.
2017-10-10 10:55:01 -04:00
Rutger Helling 231123ee16 gnu: postgresql: Update to 10.0.
* gnu/packages/databases.scm (postgresql): Update to 10.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-10 10:33:26 -04:00
Efraim Flashner 8b4af8284a guix: mirrors: Add kde archive mirror.
* guix/download.scm (%mirrors)[kde]: Add kde-attic mirror.
2017-10-10 17:01:32 +03:00
Efraim Flashner ffb4da7ad5 gnu: mesa: Disable svga driver on aarch64.
* gnu/packages/gl.scm (mesa)[arguments]: Remove svga from aarch64's
gallium drivers.
2017-10-10 16:20:55 +03:00
Adonay Felipe Nogueira 42abb842f6 gnu: red-eclipse: Add store "data" package path as default.
* gnu/packages/games.scm (red-eclipse): Remove extra spaces. Make version
respect documentation.
[arguments]: Add "prefix" to make-flags. Add
"add-store-data-package-path-as-default" phase. Improve "copy-data" phase.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-10 08:25:45 -04:00
Ricardo Wurmus d30f920c04 gnu: ardour: Update to 5.12.
* gnu/packages/audio.scm (ardour): Update to 5.12.
2017-10-10 14:14:13 +02:00
Ricardo Wurmus 1aadd5d9c1 gnu: guitarix: Update to 0.36.0.
* gnu/packages/audio.scm (guitarix): Update to 0.36.0.
2017-10-10 14:14:12 +02:00
Tobias Geerinckx-Rice 16123d1dee gnu: zstd: Update to 1.3.2.
* gnu/packages/compression.scm (zstd): Update to 1.3.2.
[source]: Remove snippet.
[license]: Add gpl2, gpl3+, and expat to the list.
2017-10-10 13:33:18 +02:00
Efraim Flashner f18c94705b gnu: modular-qt: Update to 5.9.2.
* gnu/packages/qt.scm (qtbase. qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtremoteobjects, qtspeech): Update to 5.9.2.
(qtnetworkauth): Same.
[arguments]: Add phase to help test suite pass.
2017-10-10 11:41:51 +03:00
Efraim Flashner 9c2c524daf gnu: qtcharts, qtdatavis3d: Update license information.
* gnu/packages/qt.scm (qtcharts, qtdatavis3d)[license]: New field.
2017-10-10 11:41:49 +03:00
Efraim Flashner 96412f3418 gnu: modular-qt: Add synopsis and descriptions for packages.
* gnu/packages/qt.scm (qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtdeclarative-render2d, qtconnectivity,
qtwebsockets, qtsensors, qtmultimedia, qtwayland, qtserialport,
qtserialbus, qtwebchannel, qtlocation, qttools, qtscript,
qtquickcontrols, qtquickcontrols2, qtgraphicaleffects, qtgamepad,
qtscxml, qtpurchasing, qtcanvas3d, qtdatavis3d, qtnetworkauth,
qtremoteobjects, qtspeech)[synopsis, description]: New fields.
2017-10-10 11:41:47 +03:00
Efraim Flashner 9ed9b44eca gnu: qtbase: Use libinput-minimal.
This works around qtbase depending on gtk+.

* gnu/packages/qt.scm (qtbase)[inputs]: Replace libinput with
libinput-minimal.
2017-10-10 11:41:46 +03:00
Efraim Flashner b84cc89a02 gnu: Add qtspeech.
* gnu/packages/qt.scm (qtspeech): New variable.
2017-10-10 11:41:44 +03:00
Efraim Flashner 213238d943 gnu: Add qtremoteobjects.
* gnu/packages/qt.scm (qtremoteobjects): New variable.
2017-10-10 11:41:43 +03:00
Efraim Flashner f47d279366 gnu: Add qtnetworkauth.
* gnu/packages/qt.scm (qtnetworkauth): New variable.
2017-10-10 11:41:41 +03:00
Thomas Danckaert e84eb77a3a gnu: Add eid-mw.
* gnu/packages/security-token.scm (eid-mw): New variable.
2017-10-10 10:23:23 +02:00
Thomas Danckaert 167a541fd8 gnu: Add libproxy.
* gnu/packages/networking.scm (libproxy): New variable.
2017-10-10 10:22:08 +02:00
Thomas Danckaert 2fd26d055a gnu: Add hdf-java.
* gnu/packages/maths.scm (hdf-java): New variable.
2017-10-10 10:22:08 +02:00
Thomas Danckaert 88f256a192 gnu: Add java-slf4-simple.
* gnu/packages/java.scm (java-slf4j-simple): New variable.
2017-10-10 10:22:08 +02:00
Thomas Danckaert ce38015066 system: operating-system-etc-service: Set XCURSOR_PATH.
* gnu/system.scm (operating-system-etc-service): Set XCURSOR_PATH environment
variable so that libxcursor finds cursors in user and system profiles.
* gnu/packages/xorg.scm (libxcursor): Add a TODO for better handling of
XCURSOR_PATH in other profiles.
2017-10-10 10:22:08 +02:00
Cyril Roelandt 4792a0321a gnu: python2-unittest2: Update to 1.1.0.
* gnu/packages/python.scm (python2-unittest2): Update to 1.1.0.
* gnu/packages/patches/python2-unittest2-remove-argparse.patch: New file.
* gnu/local.mk: Add it.
2017-10-10 02:36:35 +02:00
Cyril Roelandt 1898eaa335 gnu: Add python-traceback2.
* gnu/packages/python.scm (python-traceback2, python2-traceback2): New
  variables.
2017-10-10 02:36:35 +02:00
Cyril Roelandt ab28aa229b gnu: Add python-linecache2.
* gnu/packages/python.scm (python-linecache2, python2-linecache2): New
  variables.
2017-10-10 02:36:34 +02:00
Cyril Roelandt 576c0e29cd gnu: python-netaddr: Fix the source URL.
* gnu/packages/python.scm (python-netaddr, python2-netaddr): Fix the source URL.
2017-10-10 02:36:34 +02:00
Cyril Roelandt cb95e5e50e gnu: Add python2-aniso8601.
* gnu/packages/python.scm (python2-aniso8601): New variable.
2017-10-10 02:35:44 +02:00
Cyril Roelandt 64791fae63 gnu: python-aniso8601: Update to 1.3.0.
* gnu/packages/python.scm (python-aniso8601, python2-aniso8601): Update to 1.3.0.
2017-10-10 02:35:43 +02:00
Cyril Roelandt 96d63eead2 gnu: python-alembic: Update to 0.9.5.
* gnu/packages/python.scm (python-alembic, python2-alembic): Update to 0.9.5.
2017-10-10 02:35:43 +02:00
Cyril Roelandt 79cb661fc7 gnu: python-arrow: Update to 0.10.0.
* gnu/packages/python.scm (python-arrow, python2-arrow): Update to 0.10.0.
2017-10-10 02:35:43 +02:00
Cyril Roelandt a9769a290f gnu: python-apispec: Update to 0.25.3.
* gnu/packages/python.scm (python-apispec, python2-apispec): Update to 0.25.3.
2017-10-10 02:35:41 +02:00
Eric Bavier 05c4e379b7 build: Update automake version requirement to 1.14.
For '%D%' support.

* configure.ac (AM_INIT_AUTOMAKE): Update version requirement to 1.14.
2017-10-09 18:56:15 -05:00
Eric Bavier 7f0bb6540a syscalls: clone: Define syscall-id for aarch64.
* guix/build/syscalls.scm (clone): Define syscall-id for aarch64 machines.
2017-10-09 18:55:18 -05:00
Ludovic Courtès 735f6b63d0 lint: Remove extra newline.
* guix/scripts/lint.scm (check-for-updates): Remove trailing "~%".
2017-10-09 23:17:49 +02:00
Ludovic Courtès 3d9637a93d gnu: network-manager-openvpn: Update to 1.8.10.
* gnu/packages/gnome.scm (network-manager-openvpn): Update to 1.8.10.
2017-10-09 23:15:23 +02:00
Ludovic Courtès 40a17c3ba9 gnu: network-manager: Update to 1.8.4.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.4.
(network-manager-applet): Likewise.
2017-10-09 23:15:23 +02:00
Oleg Pykhalov aaba120415 gnu: qemu: Add sysconfdir to configure-flags.
* gnu/packages/virtualization.scm (qemu): Add sysconfdir to configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-09 23:15:23 +02:00
Feng Shu f03e15ec58 gnu: Add emacs-org2web.
* gnu/packages/emacs.scm (emacs-org2web): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09 15:37:55 -04:00
Feng Shu 2f1524d083 gnu: Add emacs-el2org.
* gnu/packages/emacs.scm (emacs-el2org): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09 15:37:55 -04:00
Feng Shu 5b38c3e6d8 gnu: Add emacs-mustache.
* gnu/packages/emacs.scm (emacs-mustache): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-10-09 15:37:55 -04:00
Tobias Geerinckx-Rice 4c4f1871ae gnu: no-more-secrets: Update to 0.3.3.
* gnu/packages/games.scm (no-more-secrets): Update to 0.3.3.
2017-10-09 20:47:54 +02:00
Tobias Geerinckx-Rice 137adfa3f8 gnu: meson: Update to 0.42.1.
* gnu/packages/build-tools.scm (meson, meson-for-build): Update to 0.42.1.
2017-10-09 20:40:15 +02:00
Tobias Geerinckx-Rice 51b6a1dd13 gnu: smartmontools: Use HTTPS home page.
* gnu/packages/admin.scm (smartmontools)[home-page]: Use HTTPS.
2017-10-09 20:40:15 +02:00
Leo Famulari 719f353405 gnu: mit-krb5: Replace with 1.15.2 [fixes CVE-2017-{11368,11462}].
* gnu/packages/kerberos.scm (mit-krb5)[replacement]: New field.
(mit-krb5-1.15.2): New variable.
2017-10-09 13:30:01 -04:00
Efraim Flashner adf0c531a8 guix: lint: Add checker for new upstream versions.
* guix/scripts/lint.scm (check-for-updates): New procedure.
(%checkers): Add it.
* guix/scripts/refresh.scm (importer-modules, %updaters): Move
from here ...
* guix/upstream.scm: ... to here.
2017-10-09 14:05:17 +03:00
ng0 c723271f30 gnu: gnurl: Let the testsuite run test1026.
* gnu/packages/gnunet.scm (gnurl)[argument]: Remove
'(delete-file "tests/data/test1026")' and the comments related to it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-09 09:32:35 +02:00
ng0 5130e54cab gnu: gnurl: Update to 7.56.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.56.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08 22:02:00 +02:00
ng0 e076d56a6f gnu: Add guile-colorized.
* gnu/packages/guile.scm (guile-colorized): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-08 22:01:55 +02:00
Marius Bakke fa12a41030 gnu: mesa: Disable etnaviv driver.
* gnu/packages/gl.scm (mesa)<#:configure-flags>: On armhf-linux, disable
etnaviv driver.
2017-10-08 21:54:24 +02:00
Ludovic Courtès 5e66574a12 activation: Do not create setuid binaries in the store [security fix].
Fixes <https://bugs.gnu.org/28751>.

* gnu/build/activation.scm (activate-setuid-programs)[link-or-copy]: Remove.
Use 'copy-file' instead.
2017-10-08 21:27:48 +02:00
Leo Famulari d265169b36 gnu: borg: Update to 1.1.0.
* gnu/packages/backup.scm (borg): Update to 1.1.0.
[native-inputs]: Replace python-sphinx-rtd-theme with
python-guzzle-sphinx-theme.
2017-10-08 13:36:21 -04:00
Leo Famulari d7eb680d85 gnu: Add python-guzzle-sphinx-theme.
* gnu/packages/python.scm (python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme): New variables.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-10-08 13:36:20 -04:00
Thomas Danckaert 3ceb70e1e6 gnu: kdevelop: Do not hardcode user profile locations in wrapper.
* gnu/packages/kde.scm (kdevelop): [arguments]: Do not add
  ${HOME}/.guix-profile/{share,lib/plugins} to XDG_DATA_DIRS and
  QT_PLUGIN_PATH when wrapping the executable.
2017-10-08 19:07:46 +02:00
Christopher Baines 02bc41c4ce tests: databases: Add a simple test for MySQL.
Previously, the activation phase for this service caused some systems using it
to not boot. This test checks that it's possible to boot a system using it,
and at least start the service.

* gnu/tests/databases.scm (%mysql-os, %test-mysql): New variables.
  (run-mysql-test): New procedure.
2017-10-08 17:31:49 +01:00
Christopher Baines b36e06c2b0 linux-initrd: Ensure that the guile used in the initrd is referenced.
By referencing guile from the initrd output explicitly, it will be present in
the store when this initrd is used. If the exact guile used within the initrd
isn't present in the store, then after root is switched during the boot
process, loading modules (such as (ice-9 popen)) won't work.

This fixes guix-patches bug #28399, "Fix mysql activation, and add a basic
test".

* gnu/system/linux-initrd.scm (expression->initrd)[builder]: Write out a file
  called references in to the initrd output, which includes the store path for
  guile.
2017-10-08 17:31:49 +01:00
Tobias Geerinckx-Rice fe90a6e08b gnu: youtube-dl: Update to 2017.10.07.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.07.
2017-10-08 17:49:47 +02:00
Tobias Geerinckx-Rice 71b7950e24 gnu: offlineimap: Update to 7.1.3.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.3.
2017-10-08 17:49:47 +02:00
Ludovic Courtès 60273031e8 services: Remove unneeded imported.
This caused a circular dependency.
Reported by Oleg Pykhalov <go.wigust@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2017-10/msg00021.html>.

* gnu/services/networking.scm: Remove unneeded import of (gnu system
base).
2017-10-08 17:43:51 +02:00
Tobias Geerinckx-Rice be6a1c2d39 gnu: gnome-calendar: Update to 3.26.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.2.
2017-10-08 17:06:16 +02:00
Tobias Geerinckx-Rice de1a32a41a gnu: par2cmdline: Update to 0.7.4.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.4.
2017-10-08 17:06:15 +02:00
Tobias Geerinckx-Rice 5578a9c64b gnu: munge: Update to 0.5.13.
* gnu/packages/admin.scm (munge): Update to 0.5.13.
2017-10-08 17:06:14 +02:00
Kei Kebreau 226e57d674 gnu: aisleriot: Update to 3.22.3.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.3.
[inputs]: Use guile-2.2 instead of guile-2.0.
2017-10-08 11:02:40 -04:00
Christopher Baines 6626c54ddf gnu: Add missing mongodb patch to local.mk.
* gnu/local.mk (dist_patch_DATA): Add the
  mongodb-support-unknown-linux-distributions.patch.
2017-10-08 15:11:04 +01:00
Christopher Baines 834dc83069 web: Add nginx-documentation.
* gnu/packages/web.scm (nginx): Add comment about updating the documentation.
  (nginx-xslscript): New variable.
  (nginx-documentation): New variable.
2017-10-08 14:30:30 +01:00
Christopher Baines 024d37d119 perl: Add perl-parse-recdescent.
* gnu/packages/perl.scm (perl-parse-recdescent): New variable.
2017-10-08 14:30:25 +01:00
Tomáš Čech 3eabcc7878 gnu: Add missing input to python-py3status and fix call path.
file is used to determine configuration file encoding and py3status fails to
start when this tool is missing.

* gnu/packages/python.scm (python-py3status)[inputs]: Add file.
  [arguments]: Modify phases to patch py3status to call file with an absolute
  path.
2017-10-08 13:03:07 +02:00
Oleg Pykhalov cca6941fee pull: Add GUIX_PULL_URL environment variable.
* guix/scripts/pull.scm (%repository-url): Add GUIX_PULL_URL environment
  variable.
* doc/guix.texi (Invoking guix pull): Mention GUIX_PULL_URL.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-07 23:01:52 +02:00
Oleg Pykhalov 3803331803 gnu: sdl: Add debug output.
* gnu/packages/sdl.scm (sdl, sdl-gfx, sdl-image, sdl-mixer, sdl-net, sdl-ttf):
  Add debug output.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-07 23:01:52 +02:00
ng0 06ebba151b gnu: getmail: Update to 5.4.
* gnu/packages/mail.scm (getmail): Update to 5.4.
2017-10-07 21:56:22 +02:00
Leo Famulari 3202d601a8 gnu: khal: Update to 0.9.8.
* gnu/packages/calendar.scm (khal): Update to 0.9.8.
[arguments]: Make sure to stop building if the documentation fails to
build.  Skip some failing tests.
2017-10-07 13:14:50 -04:00
Ludovic Courtès aba219af0f pull: Honor 'parallel-job-count'.
* guix/build/pull.scm (build-guix): Use 'n-par-for-each' and honor
'parallel-job-count'.
2017-10-07 17:08:33 +02:00
Ludovic Courtès 1f3ea89871 store: Add missing import.
* guix/store.scm: Use (ice-9 format).
2017-10-07 17:08:32 +02:00
Ludovic Courtès 9070ca4479 gnu: zile: Update to 2.4.14.
* gnu/packages/zile.scm (zile): Update to 2.4.14.
2017-10-07 17:08:32 +02:00
Ludovic Courtès eca16a3d1d guix package: '--upgrade' no longer reverses package order.
Reported by Oleg Pykhalov <go.wigust@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2017-10/msg00000.html>.

* guix/scripts/package.scm (options->installable)[upgraded]: Use
'fold-right' instead of 'fold'.
2017-10-07 17:08:32 +02:00
Marius Bakke ad3a937dae Merge branch 'master' into staging 2017-10-07 12:54:40 +02:00
Ben Woodcroft 3ae76f7f57 gnu: vsearch: Update to 2.5.0.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.5.0.
2017-10-07 09:42:55 +10:00
Mark H Weaver ecfcb2e048 gnu: linux-libre: Update to 4.13.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.5.
(%linux-libre-hash): Update hash.
2017-10-06 18:29:05 -04:00
Mark H Weaver 4556703783 gnu: linux-libre@4.9: Update to 4.9.53.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.53.
2017-10-06 18:28:26 -04:00
Mark H Weaver 428951b84f gnu: linux-libre@4.4: Update to 4.4.90.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.90.
2017-10-06 18:27:45 -04:00
Ludovic Courtès 90d23ed9df system: Really filter out Linux device names for the store.
This is a followup to db4e8fd5d4.
Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system.scm (ensure-not-/dev): New procedure.
(read-boot-parameters)[ensure-not-/dev]: Remove.
(operating-system-boot-parameters): Use it.
2017-10-07 00:05:18 +02:00
Christopher Baines 5266ff719e services: Add MongoDB.
* gnu/services/databases.scm (%default-mongodb-configuration-file,
  %mongodb-accounts, mongodb-service-type): New variables.
  (<mongodb-configuration>): New record type.
  (mongodb-activation, mongodb-shepherd-service): New procedures.
* gnu/tests/databases.scm (%test-mongodb): New variable.
* doc/guix.texi (Database Services): Add MongoDB documentation.
2017-10-06 21:24:30 +01:00
Christopher Baines 6bbbca9073 gnu: Add mongodb.
* gnu/packages/databases.scm (mongodb): New variable.
2017-10-06 21:24:23 +01:00
Tobias Geerinckx-Rice 4bbc27aca0 gnu: btrfs-progs: Update to 4.13.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.2.
2017-10-06 17:33:52 +02:00
Efraim Flashner 2320d4f058 gnu: glibc-locales: Use 'modify-phases' syntax.
* gnu/packages/base.scm (glibc-locales)[arguments]: Use 'modify-phases'
syntax.
2017-10-06 16:00:11 +03:00
Ludovic Courtès 1738e24455 gnu: guix: Update development snapshot.
* gnu/packages/package-management.scm (guix): Update to 8b920d7.
2017-10-06 14:43:31 +02:00
Ludovic Courtès 8b920d707e import: Use a 'file://' URL in 'alist->package' test.
* tests/import-utils.scm ("alist->package with simple source"): Use a
'file://' URL.
2017-10-06 14:16:24 +02:00
Ludovic Courtès 0b12324284 uuid: Fix typo in 'uuid=?' test.
* tests/uuid.scm ("uuid=?"): Change to 'test-assert'.
2017-10-06 14:16:23 +02:00
Marius Bakke 6a317919cf Merge branch 'master' into staging 2017-10-06 11:03:27 +02:00
Marius Bakke 68932812b8 gnu: libdrm: Disable etnaviv driver.
* gnu/packages/xdisorg.scm (libdrm)<#:configure-flags>: On armhf-linux, don't
build etnaviv driver.
2017-10-06 11:00:52 +02:00
Tobias Geerinckx-Rice 8bde6a524e gnu: dconf: Update to 0.26.1.
* gnu/packages/gnome.scm (dconf): Update to 0.26.1.
2017-10-06 01:00:59 +02:00
Tobias Geerinckx-Rice 4a79befe2c gnu: glade: Update to 3.20.1.
* gnu/packages/gnome.scm (glade): Update to 3.20.1.
2017-10-06 01:00:58 +02:00
Tobias Geerinckx-Rice 6c97f17fa1 gnu: tor: Enable directory protocol compression.
* gnu/packages/tor.scm (tor)[native-inputs]: Add pkg-config.
[inputs]: Add xz and zstd.
2017-10-06 01:00:49 +02:00
Tobias Geerinckx-Rice b519d46269 gnu: tor: Fix typo.
* gnu/packages/tor.scm (tor)[inputs]: Move unquote to its operand.
2017-10-06 01:00:11 +02:00
Marius Bakke 594156ec6f gnu: texlive-bin: Fix FTBFS with Poppler >= 0.58.
* gnu/packages/tex.scm (texlive-bin)[source](patches): Add patch from Arch Linux.
[arguments]<#:configure-flags>: Add CXXFLAGS=-std=gnu++11.
2017-10-06 00:49:50 +02:00
Arun Isaac 5ca4fe9696 gnu: octave: Reference makeinfo with absolute path.
* gnu/packages/maths.scm (octave)[arguments]: Add configure-makeinfo phase.
[inputs]: Add texinfo.
[native-inputs]: Remove texinfo.
2017-10-06 03:34:59 +05:30
Ludovic Courtès e5788ebbe1 publish: Cache uncompressed nars as well.
Fixes <https://bugs.gnu.org/28664>.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>.

* guix/scripts/publish.scm (bake-narinfo+nar): When COMPRESSION is
'none, write NAR instead of doing nothing.
(make-request-handler): Use 'render-nar/cached' for /nar URLs with no
compression.
* tests/publish.scm ("with cache", "with cache, uncompressed"): Adjust
expected result accordingly.
2017-10-05 23:05:06 +02:00
Marius Bakke c4787c7831 gnu: inkscape: Fix FTBFS with Poppler >= 0.58.
* gnu/packages/inkscape.scm (inkscape)[source]: Add upstream patch.
2017-10-05 22:32:23 +02:00
Marius Bakke 7006370e59 gnu: vte-ng: Update to 0.50.1.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.1.a.
2017-10-05 20:28:33 +02:00
Marius Bakke 3f697ff2e8 gnu: openjpeg: Update to 2.3.0.
* gnu/packages/patches/openjpeg-CVE-2017-12982.patch,
gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch,
gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch,
gnu/packages/patches/openjpeg-CVE-2017-14164.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.3.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Adjust openjpeg
substitution.
2017-10-05 20:28:32 +02:00
Marius Bakke 6d89a1ab4e gnu: imagemagick: Update to 6.9.9-18.
Fixes <https://bugs.gnu.org/28692>.
Reported by Diego Nicola Barbato <dnbarbato@posteo.de>.

* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-18.
2017-10-05 20:14:13 +02:00
Leo Famulari 6cdd8c97b7 gnu: libpng@1.2: Update to 1.2.59.
* gnu/packages/image.scm (libpng-1.2): Update to 1.2.59.
2017-10-05 10:42:36 -04:00
Leo Famulari eb93f1c9c4 gnu: certbot, python-acme: Update to 0.19.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.19.0.
2017-10-05 10:38:52 -04:00
Kei Kebreau 5fe56448f3 gnu: lightning: Update to 2.1.2.
* gnu/packages/assembly.scm (lightning): Update to 2.1.2.
2017-10-05 10:36:06 -04:00
Ricardo Wurmus 227dbd841a gnu: Add pdsh.
* gnu/packages/ssh.scm (pdsh): New variable.
2017-10-05 15:17:26 +02:00
Dave Love 04717e9406 gnu: Add imb-openmpi.
* gnu/packages/benchmark.scm (imb): New procedure.
(imb-openmpi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-05 12:09:17 +02:00
Ludovic Courtès 9d80d0e95c guix system: Error out when passed a wrong file system UUID/label.
* guix/scripts/system.scm (check-file-system-availability): New
procedure.
(perform-action): Use it.
2017-10-05 12:09:17 +02:00
Ludovic Courtès dd41a7f8d8 file-systems: Add a 'location' field to <file-system>.
* gnu/system/file-systems.scm (<file-system>)[location]: New field.
2017-10-05 12:09:17 +02:00
Ludovic Courtès aed1f1b049 uuid: Add 'uuid=?' and use it.
* gnu/system/uuid.scm (uuid=?): New procedure.
* tests/uuid.scm ("uuid=?"): New test.
* gnu/build/file-systems.scm (partition-uuid-predicate)
(luks-partition-uuid-predicate): Use it instead of 'bytevector=?'.
2017-10-05 12:09:17 +02:00
Ricardo Wurmus 67a08f1809 gnu: Add python-numpy-next.
* gnu/packages/python.scm (python-numpy-next, python2-numpy-next): New
variables.
2017-10-05 12:04:32 +02:00
Ricardo Wurmus eaa1db1de6 Revert "gnu: python-numpy: Update to 1.13.1."
This reverts commit 025b196d9b.

This is necessary as neither the current release nor the latest development
version of python-pandas can be build with numpy 1.13.x.
2017-10-05 12:04:32 +02:00
Kei Kebreau 46cf31868c gnu: curl: Update replacement to 7.56.0 [security fixes].
Fixes CVE-2017-1000254.
See <https://curl.haxx.se/docs/adv_20171004.html> for details.

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.56.0.
(curl-7.55.0): Rename to ...
(curl-7.56.0): ... this.
[arguments]: Remove 'fix-Makefile' phase.
[source]: Remove patch.
* gnu/packages/patches/curl-bounds-check.patch: Delete it.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-10-04 19:37:55 -04:00
Leo Famulari 488d380c82 gnu: go: update to 1.9.1 [security fixes].
See the release announcement and bug reports for more details about the
security issues fixed in this release:

https://groups.google.com/forum/m/#!topic/golang-nuts/sHfMg4gZNps
https://golang.org/issue/22125
https://golang.org/issue/22134

* gnu/packages/golang.scm (go-1.9): Update to 1.9.1.
2017-10-04 19:08:09 -04:00
Marius Bakke 7716ccd59c Merge branch 'master' into staging 2017-10-05 00:45:38 +02:00
Marius Bakke a35532f52d gnu: xorg-server: Update to 1.19.4 [fixes CVE-2017-13721, CVE-2017-13723].
The GPG signature for the bz2 tarball is bad, but the checksum matches the
signed release announcement, and contents are identical to the good .gz.

* gnu/packages/xorg.scm (xorg-server): Update to 1.19.4.
[source]: Remove obsolete patches.
* gnu/packages/patches/xorg-server-CVE-2017-10971.patch,
gnu/packages/patches/xorg-server-CVE-2017-10972.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2017-10-05 00:42:56 +02:00
Leo Famulari f120b4abe5 gnu: mutt: Update to 1.9.1.
* gnu/packages/mail.scm (mutt): Update to 1.9.1.
2017-10-04 16:36:20 -04:00
Leo Famulari 4949023137 gnu: isync: Update to 1.3.0.
* gnu/packages/mail.scm (isync): Update to 1.3.0.
[native-inputs]: Add perl.
2017-10-04 15:58:11 -04:00
Ricardo Wurmus 63aa8558ad gnu: Add python-parameterized.
* gnu/packages/check.scm (python-parameterized, python2-parameterized): New
variables.
2017-10-04 15:19:52 +02:00
Ricardo Wurmus cb91edebda gnu: python-numexpr: Update to 2.6.4.
* gnu/packages/python.scm (python-numexpr): Update to 2.6.4.
2017-10-04 15:19:52 +02:00
Thomas Danckaert 1033cdbb0c gnu: python-numpy: Give sh store location instead of setting $SHELL.
* gnu/packages/python.scm (python-numpy): [arguments] Don't set $SHELL in the
  environment, but embed the store location of bash-minimal as a default
  shell.  Otherwise, we have to set $SHELL for every package which uses
  numpy's distutils.
2017-10-04 14:09:52 +02:00
Efraim Flashner 48b68c6178 gnu: virtuoso-ose: Limit to 64-bit platforms.
* gnu/packages/databases.scm (virtuoso-ose)[supported-systems]: New field.
2017-10-04 10:51:19 +03:00
Feng Shu 6fe2d37ccf gnu: emacs-pyim: Fix error input name
* gnu/packages/emacs.scm (emacs-pyim): Fix error input name.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-04 07:44:32 +01:00
Oleg Pykhalov d2f93e61db gnu: emacs-slime: Update to 2.20.
* gnu/packages/emacs.scm (emacs-slime): Update to 2.20.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-04 07:44:29 +01:00
Efraim Flashner f473b8f1f7 gnu: clisp: Update to 2.49-60.
* gnu/packages/lisp.scm (clisp): Update to 2.49-60.
[source]: Download mercurial repository, apply patch.
[inputs]: Replace readline@6.2 with readline, add ncurses.
[arguments]: Add multiple configure flags. Remove build phase to build
in "src" directory. Remove more uses of a timestamp.
2017-10-04 09:29:24 +03:00
Christopher Baines fa4f95a7c4 gnu: Standardise indentation of finance module imports.
* gnu/packages/finance.scm (define-module): Use 2 space indentation.
2017-10-04 07:25:50 +01:00
Christopher Baines eb152070f1 vm: Add disk-image-size to <virtual-machine>.
* gnu/system/vm.scm (<virtual-machine>): Add disk-image-size.
  (port-forwardings->qemu-options): Use disk-image-size from
  <virtual-machine>.
2017-10-04 07:16:43 +01:00
Christopher Baines 0c75a4de49 vm: Add a minimum root size.
* gnu/system/vm.scm (qemu-image): When guessing the root-size, use a lower
  bound of 20 MiB, otherwise the root file system size is sometimes 0 MiB in
  size.
2017-10-04 07:16:40 +01:00
宋文武 d0c8e5249d gnu: Add snd.
* gnu/packages/audio.scm (snd): New variable.
2017-10-04 09:39:14 +08:00
David Thompson 7e2c67ca6a gnu: awscli: Update to 1.11.164.
* gnu/packages/python.scm (awscli): Update to 1.11.164.
2017-10-03 20:34:28 -04:00
Marius Bakke 86edcc5338 Revert "gnu: eudev: Update to 3.2.4 and generate manpages."
This reverts commit c651cbad1e.
2017-10-04 01:15:06 +02:00
Marius Bakke 072acc6144 gnu: openssh: Update to 7.6p1.
* gnu/packages/ssh.scm (openssh): Update to 7.6p1.
2017-10-03 23:22:54 +02:00
Marius Bakke 71977abc0e gnu: vte-ng: Update to 0.50.0.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.50.0.a.
2017-10-03 23:22:54 +02:00
Marius Bakke f9bd2051f0 gnu: qemu: Update to 2.10.1.
* gnu/packages/patches/qemu-CVE-2017-13711.patch,
  gnu/packages/patches/qemu-CVE-2017-14167.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/virtualization.scm (qemu): Update to 2.10.1.
[source](patches): Remove.
2017-10-03 23:22:54 +02:00
Marius Bakke 87a9c53b7c gnu: imagemagick: Update to 6.9.9-17.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-17.
2017-10-03 23:22:54 +02:00
Marius Bakke 2a6e049a2f gnu: p11-kit: Update to 0.23.9.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.9.
2017-10-03 23:22:54 +02:00
Marius Bakke 79ed92be6f gnu: libsodium: Update to 1.0.15.
* gnu/packages/crypto.scm (libsodium): Update to 1.0.15.
2017-10-03 23:22:54 +02:00
Cyril Roelandt 2299f5cd78 gnu: python-nose-timer: Add missing patch.
* gnu/packages/patches/python-nose-timer-drop-ordereddict.patch: New file.
* gnu/local.mk: Add it.
2017-10-03 22:41:25 +02:00
Julien Lepiller f282aa530b gnu: Add heimdall.
* gnu/packages/flashing-tools.scm (heimdall): New variable.

Co-Authored-By: Danny Milosavljevic <dannym@scratchpost.org>
2017-10-03 21:44:10 +02:00
Julien Lepiller 500aac750e gnu: Add java-osgi-service-packageadmin.
* gnu/packages/java.scm (java-osgi-service-packageadmin): New variable.
2017-10-03 21:39:21 +02:00
Julien Lepiller fb9c48b829 gnu: Add java-osgi-service-cm.
* gnu/packages/java.scm (java-osgi-service-cm): New variable.
2017-10-03 21:39:13 +02:00
Julien Lepiller 1884bb8198 gnu: Add java-osgi-util-tracker.
* gnu/packages/java.scm (java-osgi-util-tracker): New variable.
2017-10-03 21:39:10 +02:00
Julien Lepiller 291d3f22d6 gnu: Add java-osgi-service-resolver.
* gnu/packages/java.scm (java-osgi-service-resolver): New variable.
2017-10-03 21:39:08 +02:00
Julien Lepiller dd76d44b79 gnu: Add java-osgi-service-jdbc.
* gnu/packages/java.scm (java-osgi-service-jdbc): New variable.
2017-10-03 21:39:05 +02:00
Julien Lepiller 98c9f16c17 gnu: Add java-osgi-service-log.
* gnu/packages/java.scm (java-osgi-service-log): New variable.
2017-10-03 21:39:03 +02:00
Julien Lepiller dfd9154180 gnu: Add java-osgi-framework.
* gnu/packages/java.scm (java-osgi-framework): New variable.
2017-10-03 21:39:01 +02:00
Julien Lepiller a13acfbe5f gnu: Add java-osgi-service-repository.
* gnu/packages/java.scm (java-osgi-service-repository): New variable.
2017-10-03 21:38:58 +02:00
Julien Lepiller 2b1fdb2b65 gnu: Add java-osgi-service-metatype-annotations.
* gnu/packages/java.scm (java-osgi-service-metatype-annotations): New
variable.
2017-10-03 21:38:56 +02:00
Julien Lepiller 27103135dd gnu: Add java-osgi-util-promise.
* gnu/packages/java.scm (java-osgi-util-promise): New variable.
2017-10-03 21:38:54 +02:00
Julien Lepiller 0f0c52187b gnu: Add java-osgi-util-function.
* gnu/packages/java.scm (java-osgi-util-function): New variable.
2017-10-03 21:38:51 +02:00
Julien Lepiller b784962d96 gnu: Add java-osgi-namespace-service.
* gnu/packages/java.scm (java-osgi-namespace-service): New variable.
2017-10-03 21:38:49 +02:00
Julien Lepiller f809c963c2 gnu: Add java-osgi-namespace-extender.
* gnu/packages/java.scm (java-osgi-namespace-extender): New variable.
2017-10-03 21:38:47 +02:00
Julien Lepiller c2b14516e8 gnu: Add java-osgi-namespace-contract.
* gnu/packages/java.scm (java-osgi-namespace-contract): New variable.
2017-10-03 21:38:44 +02:00
Julien Lepiller c304ce6aa1 gnu: Add java-osgi-resource.
* gnu/packages/java.scm (java-osgi-resource): New variable.
2017-10-03 21:38:42 +02:00
Julien Lepiller 999b5fb4d2 gnu: Add java-osgi-dto.
* gnu/packages/java.scm (java-osgi-dto): New variable.
2017-10-03 21:38:39 +02:00
Julien Lepiller 747c75746f gnu: Add java-osgi-service-component-annotations.
* gnu/packages/java.scm (java-osgi-service-component-annotations): New
variable.
2017-10-03 21:38:37 +02:00
Julien Lepiller 3240ddbfb1 gnu: Add java-osgi-cmpn.
* gnu/packages/java.scm (java-osgi-cmpn): New variable.
2017-10-03 21:38:34 +02:00
Julien Lepiller 8e2f3e5e03 gnu: Add java-datanucleus-javax-persistence.
* gnu/packages/java.scm (java-datanucleus-javax-persistence): New
variable.
2017-10-03 21:38:32 +02:00
Julien Lepiller 30deadee1a gnu: Add java-microemulator-cldc.
* gnu/packages/java.scm (java-microemulator-cldc): New variable.
2017-10-03 21:38:28 +02:00
Julien Lepiller f403d7abdf guix: ant-build-system: Add #:test-include and #:test-exclude arguments.
* guix/build-system/ant.scm: Add #:test-include and #:test-exclude
arguments.
* guix/build/ant-build-system.scm: Generate test list from arguments.
* doc/guix.texi (Build Systems): Document it.
2017-10-03 21:38:23 +02:00
Julien Lepiller 8df1faa047 guix: ant-build-system: Add main-class support.
* guix/build-system/ant.scm: New #:main-class argument
* guix/build/ant-build-system.scm: Generate a manifest file with
additional properties.
* doc/guix.texi (Build Systems): Document it.
2017-10-03 21:37:47 +02:00
Kei Kebreau 4d6801b735 gnu: graphicsmagick: Fix CVE-2017-14649.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-14649.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-10-03 11:56:24 -04:00
Rutger Helling 3d7a15963e gnu: qtox: Update to 1.12.0.
* gnu/packages/messaging.scm (qtox): Update to 1.12.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:12:41 +02:00
Rutger Helling 0750cf7ebd gnu: mgba: Update to 0.6.1.
* gnu/packages/games.scm (mgba): Update to 0.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:12:11 +02:00
Dave Love c971d9ef29 gnu: openmpi: Add "debug" output.
This is necessary for one mechanism for attaching parallel debuggers
and is also relevant for the runtime backtrace facility.

* gnu/packages/mpi.scm (openmpi)[outputs]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:11:19 +02:00
Dave Love fb99371972 gnu: Add scorep-openmpi.
* gnu/packages/profiling.scm (make-scorep): New function.
(scorep-openmpi): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love a66408f8c0 gnu: Add cube.
* gnu/packages/profiling.scm(cube): New variable.
* gnu/packages/patches/cube-nocheck.patch: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love 3c8d1f9492 gnu: Add opari2.
* gnu/packages/profiling.scm (opari2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love a6121c0a3e gnu: Add otf2.
* gnu/packages/profiling.scm (otf2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Dave Love 6a3af24f06 gnu: Add papi.
* gnu/packages/profiling.scm: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Oleg Pykhalov 65d98906b8 gnu: cflow: Fix preprocess option.
* gnu/packages/code.scm (cflow)[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:55 +02:00
Maxim Cournoyer 0ad03eae38 gnu: android: Add android-udev-rules package.
* gnu/packages/android.scm (android-udev-rules): Add package.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:54 +02:00
Theodoros Foradis d109b1e85c Update e-mail for Theodoros Foradis.
* .mailmap: Add entry.
* gnu/packages/aspell.scm: Replace theodoros.for@openmailbox.org with current address.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/electronics.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/fpga.scm: Likewise.
* gnu/packages/graphviz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/libusb.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/uml.scm: Likewise.
* gnu/packages/wxwidgets.scm: Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:54 +02:00
Oleg Pykhalov 032a2760ee gnu: services: Add cgit.
* gnu/services/version-control.scm
(<cgit-configuration-file>, <cgit-configuration>): New record types.
(cgit-configuration-robots-string, cgit-activation,
cgit-configuration-nginx-config): New procedures.
(%cgit-configuration-nginx, cgit-service-type): New variables.
* gnu/tests/version-control.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Version Control): Document the cgit service.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-03 17:07:54 +02:00
Ludovic Courtès e797e94bf5 doc: Explain why synopses/descriptions must be literal strings.
Suggested by Dave Love <fx@gnu.org>.

* doc/guix.texi (Synopses and Descriptions): Recommend literal strings.
2017-10-03 17:07:54 +02:00
Leo Famulari df71c88c3a gnu: Add pulsemixer.
* gnu/packages/pulseaudio.scm (pulsemixer): New variable.
2017-10-03 10:29:07 -04:00
Leo Famulari 1ba940b58b gnu: vdirsyncer: Update to 0.16.3.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.3.
[native-inputs]: Add python-urllib3.
2017-10-03 10:29:07 -04:00
Roel Janssen 61ce0998e0 gnu: Add virtuoso-ose.
* gnu/packages/databases.scm (virtuoso-ose): New variable.
2017-10-03 15:36:05 +02:00
Cyril Roelandt 3ef85c1118 gnu: Add python-twine.
* gnu/packages/python.scm (python-twine, python2-twine): New variables.
2017-10-03 00:04:36 +02:00
Cyril Roelandt 78f46e65bd gnu: Add python-pkginfo.
* gnu/packages/python.scm (python-pkginfo, python2-pkginfo): New variables.
2017-10-03 00:04:36 +02:00
Cyril Roelandt b84ef9e224 gnu: Add python-tqdm.
* gnu/packages/python.scm (python-tqdm, python2-tqdm): New variables.
2017-10-03 00:04:35 +02:00
Cyril Roelandt cf47e34e62 gnu: Update the propagated inputs of python-urllib3.
* gnu/packages/python.scm (python-urllib3, python2-urllib3): Update propagated
  inputs.
2017-10-03 00:04:34 +02:00
Cyril Roelandt 8e6ceb4737 gnu: Add python-nose-timer.
* gnu/packages/python.scm (python-nose-time, python2-nose-timer): New variables.
2017-10-03 00:04:33 +02:00
Cyril Roelandt 9bb7c05e3d gnu: python-tox: Update to 2.8.1.
* gnu/packages/python.scm (python-tox): Update to 2.8.1.
2017-10-03 00:04:32 +02:00
Cyril Roelandt 74e9895f2d gnu: Add python2-requests-toolbelt.
* gnu/packages/python.scm (python2-requests-toolbelt): New variable.
2017-10-03 00:04:32 +02:00
Cyril Roelandt 30d7207f2e gnu: python-requests-toolbelt: Update to 0.8.0.
* gnu/packages/python.scm (python-requests-toolbelt): Udpate to 0.8.0.
2017-10-03 00:04:31 +02:00
Cyril Roelandt 8e483fb540 gnu: python-autopep8: Update to 1.3.2.
* gnu/packages/python.scm (python-autopep8): Update to 1.3.2.
2017-10-03 00:04:30 +02:00
Cyril Roelandt ab7f51fa34 gnu: Add python-pydiff.
* gnu/packages/python.scm (python-pydiff, python2-pydiff): New variables.
2017-10-03 00:04:29 +02:00
Efraim Flashner 76dd04be47 gnu: dnsmasq: Update to 2.78 [Security fixes].
This fixes CVE-2017-13704 and CVE-2017-1449[123456].

* gnu/packages/dns.scm (dnsmasq): Update to 2.78.
2017-10-02 20:32:31 +03:00
Ben Woodcroft 1960d4fdea gnu: ruby-pry: Update to 0.11.1.
* gnu/packages/ruby.scm (ruby-pry): Update to 0.11.1.
[propagated-inputs]: Remove ruby-slop-3.
2017-10-02 22:14:17 +10:00
Ben Woodcroft c83550372a gnu: ruby-method-source: Update to 0.9.0.
* gnu/packages/ruby.scm (ruby-method-source): Update to 0.9.0.
[arguments]: Use "spec" test target.
[native-inputs]: Remove ruby-bacon, add ruby-rspec.
2017-10-02 22:14:17 +10:00
Efraim Flashner 08d97842e1 gnu: autoconf-archive: Update to 2017.09.28.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2017.09.28.
2017-10-02 11:55:06 +03:00
Efraim Flashner 99e28bbf8a gnu: tilda: Use glib-or-gtk build system.
* gnu/packages/terminals.scm (tilda)[build-system]: Switch to
glib-or-gtk build system.
[inputs]: Remove glib:bin, gtk+.
2017-10-02 10:34:25 +03:00
Mohammed Sadiq a49d3e3775 gnu: gnome-calendar: Update to 3.26.1.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.26.1.
[build-system]: Move to meson-build-system.
[arguments]: Enable gtk+ for meson-build-system, disable tests.
[native-inputs]: Add gettext, gtk+-bin and glib-bin, remove intltool.
[inputs]: Remove bdb and desktop-file-utils.
[description]: Rephrase and add week view.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-10-01 20:43:17 -04:00
Tobias Geerinckx-Rice 0e42d239ec gnu: tor: Update to 0.3.1.7.
* gnu/packages/tor.scm (tor): Update to 0.3.1.7.
2017-10-02 00:17:31 +02:00
Tobias Geerinckx-Rice ce7393f0b4 gnu: knot: update to 2.6.0.
* gnu/packages/dns.scm (knot): Update to 2.6.0.
2017-10-02 00:00:25 +02:00
Tobias Geerinckx-Rice e153362e4a gnu: youtube-dl: Update to 2017.10.01.
* gnu/packages/video.scm (youtube-dl): Update to 2017.10.01.
2017-10-02 00:00:24 +02:00
Theodoros Foradis 710cc1a402 gnu: Add libngspice and ngspice.
* gnu/packages/engineering.scm (libngspice, ngspice): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-10-01 23:55:42 +02:00
Kyle Meyer 0ef1c22307 gnu: Add emacs-writeroom.
* gnu/packages/emacs.scm (emacs-writeroom): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 11:56:50 +01:00
Kyle Meyer 32e23abae0 gnu: emacs-visual-fill-column: Update to 1.11.
* gnu/packages/emacs.scm (emacs-visual-fill-column): Update to 1.11.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 11:53:47 +01:00
Feng Shu 88e6086e60 gnu: emacs-cyberpunk-theme: Update to 1.19.
* gnu/packages/emacs.scm (emacs-cyberpunk-theme): Update to 1.19.
2017-10-01 11:56:09 +02:00
ng0 6a5f7af6fc gnu: gnunet: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended
by the GNUnet Documentation (Chapter "Installation Handbook",
Section "Generic installation instructions") where a specific
order of dependency installation is required.  In this
order libunbound is installed first, then GnuTLS, then libgnurl,
followed by libmicrohttpd.

* gnu/packages/gnunet.scm (gnunet)[inputs]: Replace gnutls with 'gnutls/dane'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:37 +01:00
ng0 1472f63002 gnu: libmicrohttpd: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended
by the GNUnet Documentation (Chapter "Installation Handbook",
Section "Generic installation instructions") where a specific
order of dependency installation is required.  In this
order libunbound is installed first, then GnuTLS, then libgnurl,
followed by libmicrohttpd.

* gnu/packages/gnunet.scm (libmicrohttpd)[inputs]: Replace gnutls with
  'gnutls/dane'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:37 +01:00
ng0 fd67e3a22f gnu: gnurl: Use 'gnutls/dane' as input.
This switches the used GnuTLS to the one recommended
by the GNUnet Documentation (Chapter "Installation Handbook",
Section "Generic installation instructions") where a specific
order of dependency installation is required.  In this
order libunbound is installed first, then GnuTLS, then libgnurl,
followed by libmicrohttpd.

* gnu/packages/gnunet.scm (gnurl)[inputs]: Replace gnutls with 'gnutls/dane'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:37 +01:00
ng0 5b9aa107d2 gnu: gnutls: Add 'gnutls-dane'.
* gnu/packages/tls.scm (gnutls/dane): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 10:50:36 +01:00
Thomas Danckaert 2003090526 gnu: libreoffice: Update to 5.3.6.1.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.6.1.
2017-10-01 10:50:31 +02:00
Feng Shu 7493306f82 gnu: Add emacs-pyim.
* gnu/packages/emacs.scm (emacs-pyim): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Feng Shu 9f3b27a267 gnu: Add emacs-pos-tip.
* gnu/packages/emacs.scm (emacs-pos-tip): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Feng Shu 0fa8a932ed gnu: Add emacs-pyim-basedict.
* gnu/packages/emacs.scm (emacs-pyim-basedict): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Feng Shu 65fff6a32d gnu: Add emacs-cnfonts.
* gnu/packages/emacs.scm (emacs-cnfonts): New variable.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-10-01 09:45:34 +01:00
Thomas Danckaert 350cc3a270 doc: Fix rottlog configuration sample code.
* doc/guix.texi (Log Rotation): Correct code for the default mcron-service.
2017-09-30 18:11:12 +02:00
ng0 58b2835d03 gnu: pybitmessage: Update to 0.6.2.
* gnu/packages/messaging.scm (pybitmessage): Update to 0.6.2.
[build-system]: Change to python-build-system.
[arguments]: Remove "fix-makefile" and "wrap" phases.
[inputs]: Rename to...
[propagated-inputs]: ...this. Add "python2-msgpack" and "python2-pythondialog".
[inputs]: Remove "sqlite" and "qt-4". Move "openssl" ...
[native-inputs]: ...here. Remove "pkg-config".

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-30 15:22:25 +01:00
Ricardo Wurmus 0083a39f17 gnu: guitarix: Update to 0.35.6.
* gnu/packages/audio.scm (guitarix): Update to 0.35.6.
2017-09-30 14:53:21 +02:00
Ricardo Wurmus fba1cadea8 gnu: samplv1: Update to 0.8.4.
* gnu/packages/music.scm (samplv1): Update to 0.8.4.
2017-09-30 14:53:21 +02:00
Ricardo Wurmus f7a99e27f9 gnu: drumkv1: Update to 0.8.4.
* gnu/packages/music.scm (drumkv1): Update to 0.8.4.
2017-09-30 14:53:21 +02:00
Ricardo Wurmus 9cb928ad33 gnu: synthv1: Update to 0.8.4.
* gnu/packages/music.scm (synthv1): Update to 0.8.4.
2017-09-30 14:53:20 +02:00
Christopher Baines afcbb02057 gnu: Add ruby-es-dump-restore.
* gnu/packages/databases.scm (es-dump-restore): New variable.
2017-09-30 11:46:10 +01:00
Christopher Baines cb6bc5df1c gnu: Add ruby-rubyzip.
* gnu/packages/ruby.scm (ruby-rubyzip): New variable.

Co-authored by Ben Woodcroft <donttrustben@gmail.com>.
2017-09-30 11:46:09 +01:00
Christopher Baines 268643b94a gnu: Add ruby-progress_bar.
* gnu/packages/ruby.scm (ruby-progress_bar): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines 823ed0972f gnu: Add ruby-highline.
* gnu/packages/ruby.scm (ruby-highline): New variable.
2017-09-30 11:46:09 +01:00
Ben Woodcroft 9b4c8e1b72 gnu: Add ruby-code-statistics.
* gnu/packages/ruby.scm (ruby-code-statistics): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines cef87ed6be gnu: Add ruby-options.
* gnu/packages/ruby.scm (ruby-options): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines 9a97e7ce29 gnu: Add ruby-multi-json.
* gnu/packages/ruby.scm (ruby-multi-json): New variable.
2017-09-30 11:46:09 +01:00
Christopher Baines 1c8e6fd30f gnu: Add ruby-httpclient.
* gnu/packages/ruby.scm (ruby-httpclient): New variable.
2017-09-30 11:46:06 +01:00
ng0 6e79949f46 gnu: Add xautomation.
* gnu/packages/xdisorg.scm (xautomation): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-29 18:00:11 -04:00
Tobias Geerinckx-Rice 16818c4856 gnu: libfilezilla: Update to 0.11.0.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.11.0.
2017-09-29 21:51:51 +02:00
Tobias Geerinckx-Rice 6fc35b2179 gnu: knot: Update to 2.5.5.
* gnu/packages/dns.scm (knot): Update to 2.5.5.
2017-09-29 21:51:50 +02:00
Julien Lepiller 41a1ac1b22 gnu: php: Update to 7.1.10.
* gnu/packages/php.scm (php): Update to 7.1.10.
2017-09-29 20:05:46 +02:00
Efraim Flashner dee9a2628c gnu: openvpn: Update to 2.4.4.
* gnu/packages/vpn.scm (openvpn): Update to 2.4.4.
[inputs]: Add lz4.
2017-09-29 15:23:54 +03:00
Mark H Weaver 464a2889c9 gnu: icecat: Add more fixes from upstream mozilla-esr52.
Includes fixes for CVE-2017-7793, CVE-2017-7805, CVE-2017-7819, CVE-2017-7823,
and the remaining 3 out of 8 changesets for CVE-2017-7810.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-09-29 05:37:10 -04:00
Mark H Weaver 3fd2f86a3f gnu: icecat: Rename patches to reflect CVE assignments.
Document the fact that we include fixes for CVE-2017-7814 and 5 out of 8
changesets for CVE-2017-7810.

* gnu/packages/gnuzilla.scm (icecat)[source]: Rename some patches to reflect
CVE assignments.
2017-09-29 05:37:04 -04:00
Ludovic Courtès 1501cb55e9 gnu: cuirass: Update to latest snapshot.
This fixes mishandling of 'GIT_SSL_CAINFO'.

* gnu/packages/ci.scm (cuirass): Update to commit 9cfea9f.
[native-search-paths]: New field.
2017-09-29 10:01:02 +02:00
Danny Milosavljevic bc01c89171 gnu: tclxml: Propagate tcllib.
* gnu/packages/tcl.scm (tclxml): Propagate tcllib.
2017-09-29 08:16:23 +02:00
Mark H Weaver 94c6865737 gnu: linux-libre: Update to 4.13.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.4.
(%linux-libre-hash): Update hash.
2017-09-28 23:51:54 -04:00
Mark H Weaver e604c02847 gnu: linux-libre@4.9: Update to 4.9.52.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.52.
2017-09-28 23:51:22 -04:00
Mark H Weaver 00b0d0e611 gnu: linux-libre@4.4: Update to 4.4.89.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.89.
2017-09-28 23:50:39 -04:00
Nicolas Goaziou 2ca147bc88 gnu: wireshark: Update to 2.4.1.
* gnu/packages/networking.scm (wireshark): Update to 2.4.1.
2017-09-28 22:41:52 +02:00
Ricardo Wurmus e90456b94c gnu: r-ddalpha: Update to 1.3.1.
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.1.
[propagated-inputs]: Add r-sfsmisc.
[native-inputs]: Add gfortran.
2017-09-28 22:00:45 +02:00
Ricardo Wurmus 7ef9e146e9 gnu: r-lava: Update to 1.5.1.
* gnu/packages/cran.scm (r-lava): Update to 1.5.1.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus d311292b20 gnu: r-rcpp: Update to 0.12.13.
* gnu/packages/cran.scm (r-rcpp): Update to 0.12.13.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 6048986c89 gnu: r-lme4: Update to 1.1-14.
* gnu/packages/statistics.scm (r-lme4): Update to 1.1-14.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 26cd4194ef gnu: r-doparallel: Update to 1.0.11.
* gnu/packages/statistics.scm (r-doparallel): Update to 1.0.11.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 7147d8f7ad gnu: r-checkmate: Update to 1.8.4.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.4.
2017-09-28 22:00:44 +02:00
Ricardo Wurmus 2c49184e2c gnu: r-backports: Update to 1.1.1.
* gnu/packages/statistics.scm (r-backports): Update to 1.1.1.
2017-09-28 22:00:43 +02:00
Oleg Pykhalov 4d14808af4 services: web: Add try-files for the nginx-service-type.
* gnu/services/web.scm (<nginx-server-configuration>): Add
  nginx-server-configuration-try-files.
(emit-nginx-server-config): Use it.
* doc/guix.texi (Web Services): Document it.
2017-09-28 20:37:40 +02:00
Maxim Cournoyer c651cbad1e gnu: eudev: Update to 3.2.4 and generate manpages.
* gnu/packages/linux.scm (eudev)[version]: Bump to 3.2.4.
[uri]: Download the release from Github, which contains the script to generate
the manpages from source.
[file-name]: Add a file-name field to the origin record, per linter recommendation.
[sha256]: Adjust accordingly.
[phases]: Add a bootstrap phase to regenerate the manpages.
[configure-flags]: Add the "--enable-manpages" option, required to install the
manpages.
[native-inputs]: Add autoconf, automake and libtool for the bootstrap phase.
Add python-wrapper to run a test script that was previously skipped.
Add docbook-xml, docbook-xsl, libxml2 and libxslt for manpage generation.
2017-09-28 20:26:39 +02:00
Thomas Danckaert 80c3f4d6c0 gnu: python-ipython: Update to 5.3.0.
* gnu/packages/python.scm (python-ipython, python2-ipython): Update to 5.3.0.
2017-09-28 20:24:25 +02:00
Thomas Danckaert 025b196d9b gnu: python-numpy: Update to 1.13.1.
* gnu/packages/python.scm (python-numpy, python2-numpy): Update to 1.13.1.
[source]: Download the zip release from pypi instead of a git snapshot.
[native-inputs]: Add unzip.
[arguments]: Set SHELL environment variable.

Co-authored by Leo Famulari <leo@famulari.name>
2017-09-28 20:24:25 +02:00
Stefan Reichör 18a26f1c13 gnu: Add footswitch.
I have tested the built footswitch tool with my foot switch. It works as expected.
Is accessibility.scm the correct location for this tool?

* gnu/packages/accessibility.scm (footswitch): New variable.
2017-09-28 20:24:17 +02:00
Ricardo Wurmus 1344deb937 gnu: r-minimal: Update to 3.4.2.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.2.
2017-09-28 20:21:18 +02:00
ng0 ac7134612a gnu: Add cadaver.
* gnu/packages/web.scm (cadaver): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-28 18:43:23 +03:00
ng0 8fc559dcc5 gnu: Add emacs-jinja2-mode.
* gnu/packages/emacs.scm (emacs-jinja2-mode): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-28 18:43:23 +03:00
Oleg Pykhalov 69b498a162 gnu: Add emacs-sr-speedbar.
* gnu/packages/emacs.scm (emacs-sr-speedbar): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-28 18:43:22 +03:00
Alex Kost 41342e89ff gnu: lirc: Update to 0.10.1.
* gnu/packages/lirc.scm (lirc): Update to 0.10.1.
[arguments]: Use "--enable-devinput" configure flag.
2017-09-28 18:43:22 +03:00
Alex Kost 9c074e89b1 gnu: dunst: Update to 1.2.0.
* gnu/packages/dunst.scm (dunst): Update to 1.2.0.
[inputs]: Update: remove 'libxext' and 'libxft', add 'gtk' and 'libxrandr'.
[home-page]: Update for the new location.
2017-09-28 18:41:17 +03:00
Alex Kost 1210046d76 gnu: emacs-pdf-tools: Update to 0.80.
* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.80.
[propagated-inputs]: Add 'emacs-tablist' as it is the new dependency.
2017-09-28 18:41:16 +03:00
Alex Kost 060348d2a4 gnu: Add emacs-tablist.
* gnu/packages/emacs.scm (emacs-tablist): New variable.
2017-09-28 18:41:16 +03:00
Jan Nieuwenhuizen 454caca8e6 cuirass: Add 'cuirass-jobs.scm' target to compute the Cuirass jobs.
* build-aux/hydra/evaluate.scm: Support "cuirass" command line option.
* Makefile.am (cuirass-jobs.scm): New target.
2017-09-28 17:39:54 +02:00
Ricardo Wurmus 07f80c27fd guix: Revert accidentally committed changes.
This is a follow-up to commit fb1db38547.

* guix/scripts/build.scm (lazy-util): Remove procedure.
(options->things-to-build): Remove special case for files with ".json"
extension.
2017-09-28 16:34:12 +02:00
Theodoros Foradis a6edcfaf78 gnu: Add asco.
* gnu/packages/engineering.scm (asco): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 15:00:02 +02:00
Theodoros Foradis ea1aa4525e gnu: openocd: Update to 0.10.0
* gnu/packages/embedded.scm (openocd): Update to 0.10.0.
[arguments] <configure-flags>: Add "--enable-sysfsgpio" flag.
Remove "--enable-oocd_trace" flag.
[arguments] <phases>: Add phase "change-udev-group".
Add phase "install-udev-rules".
* gnu/packages/patches/openocd-nrf52.patch: Modify to apply on 0.10.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 15:00:02 +02:00
Theodoros Foradis 2da8865a70 gnu: libjaylink: Update to commit 699b700.
* gnu/packages/embedded.scm (libjaylink): Update to commit 699b700.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 15:00:02 +02:00
Ricardo Wurmus 0423131156 gnu: qtmultimedia: Build gstreamer backend.
* gnu/packages/qt.scm (qtmultimedia)[inputs]: Add gstreamer and
gst-plugins-base.
[arguments]: Replace configure phase to pass extra arguments to qmake.
2017-09-28 13:26:07 +02:00
Ricardo Wurmus 50cb3c8dd6 gnu: Add dino.
* gnu/packages/messaging.scm (dino): New variable.
2017-09-28 13:10:45 +02:00
Ricardo Wurmus fb1db38547 import: Add JSON importer.
* doc/guix.texi (Invoking guix import): Document it.
* guix/scripts/import/json.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/import.scm (importers): Add json importer.
2017-09-28 13:10:11 +02:00
Ricardo Wurmus 5e892bc365 import: Add generic data to package converter.
* guix/import/utils.scm (build-system-modules, lookup-build-system-by-name,
specs->package-lists, source-spec->object, alist->package): New procedures.
* tests/import-utils.scm: Add tests for alist->package.
2017-09-28 13:10:11 +02:00
Ricardo Wurmus 68a91a183b import: Add package->code.
* guix/import/print.scm: New file.
* tests/print.scm: New file.
* Makefile.am (SCM_TESTS): Add new test file.
(MODULES): Add print.scm.
2017-09-28 13:10:10 +02:00
Efraim Flashner 523ecbbbed gnu: libical: Fix libdir install path.
Reported by sadiq on IRC.

* gnu/packages/calendar.scm (libical)[arguments]: Remove configure flag
adding /lib64 to rpath, add flag to force libdir to /lib.
2017-09-28 12:26:50 +03:00
Ludovic Courtès 4cb87d63e1 gnu: libgc: Add 'libgc-back-pointers' variant.
* gnu/packages/bdw-gc.scm (libgc/back-pointers): New variable.
2017-09-28 00:13:10 +02:00
Mohammed Sadiq 42ecb96e99 gnu: Add font-rachana.
* gnu/packages/fonts.scm (font-rachana): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 00:13:10 +02:00
Mohammed Sadiq 57b14665c3 gnu: Add gnome-todo.
* gnu/packages/gnome.scm (gnome-todo): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-28 00:13:10 +02:00
Jan Nieuwenhuizen 516b53828e cuirass: Support subset with list of package[@version].
* build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset of
packages: ("name[@version" ...).
2017-09-27 22:19:28 +02:00
Jan Nieuwenhuizen 66bc1d2aaf cuirass: Add gnu-system build spec.
* build-aux/hydra/gnu-system.scm (hydra-jobs): Support subset "hello".
* build-aux/cuirass/gnu-system.scm: New file.
* doc/guix.texi (Continuous Integration): Update example spec.
2017-09-27 22:19:28 +02:00
Julien Lepiller 408091d5a5 gnu: Add ocaml-camomile.
* gnu/packages/ocaml.scm (ocaml-camomile): New variable.
2017-09-27 21:26:24 +02:00
Julien Lepiller cd1562ef8e gnu: Add bap.
* gnu/packages/ocaml.scm (bap): New variable.
2017-09-27 21:26:21 +02:00
Julien Lepiller fc3d70ae54 gnu: Add ocaml-piqi.
* gnu/packages/ocaml.scm (ocaml-piqi): New variable.
2017-09-27 21:26:19 +02:00
Julien Lepiller 8a238180fd gnu: Add ocaml-graph.
* gnu/packages/ocaml.scm (ocaml-graph): New variable.
* gnu/packages/patches/ocaml-graph-honor-source-date-epoch.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-09-27 21:26:16 +02:00
Julien Lepiller 88b1533c27 gnu: Add ocaml-uuidm.
* gnu/packages/ocaml.scm (ocaml-uuidm): New variable.
2017-09-27 21:26:14 +02:00
Julien Lepiller 9c5dbbf0ce gnu: Add ocaml-piqilib.
* gnu/packages/ocaml.scm (ocaml-piqilib): New variable.
2017-09-27 21:26:12 +02:00
Julien Lepiller b5c0217c71 gnu: Add ocaml-optcomp.
* gnu/packages/ocaml.scm (ocaml-optcomp): New variable.
2017-09-27 21:26:10 +02:00
Julien Lepiller 6134aeb9ab gnu: Add ocaml-easy-format.
* gnu/packages/ocaml.scm (ocaml-easy-format): New variable.
2017-09-27 21:26:08 +02:00
Julien Lepiller 3dabefeef4 gnu: Add ocaml-uri.
* gnu/packages/ocaml.scm (ocaml-uri): New variable.
2017-09-27 21:26:05 +02:00
Julien Lepiller bf7bc0d6bb gnu: Add ocaml-ezjsonm.
* gnu/packages/ocaml.scm (ocaml-ezjsonm): New variable.
2017-09-27 21:26:00 +02:00
Marius Bakke 9f1d112d12 Merge branch 'master' into staging 2017-09-27 21:14:27 +02:00
Marius Bakke cb1e0cfc2f gnu: samba: Install manual pages.
* gnu/packages/samba.scm (samba)[arguments]<#:phases>: Add
'locate-docbook-stylesheets' phase.
[native-inputs]: Add DOCBOOK-XSL and LIBXSLT.
2017-09-27 21:06:01 +02:00
Marius Bakke eb52d637f5 gnu: tklib: Fix typo.
This is a follow-up to commit 1966481fe3.

* gnu/packages/tcl.scm (tklib)[description]: Fix Texinfo markup.
2017-09-27 21:05:47 +02:00
Marius Bakke 21e5eb4e7b gnu: potrace: Update to 1.15 [fixes CVE-2017-12067].
* gnu/packages/fontutils.scm (potrace): Update to 1.15.
2017-09-27 21:02:56 +02:00
Marius Bakke 29591fc4c4 gnu: e2fsprogs: Update to 1.43.6.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.6.
2017-09-27 21:02:56 +02:00
Marius Bakke a0604c2183 gnu: powertop: Update to 2.9.
* gnu/packages/linux.scm (powertop): Update to 2.9.
[source]: Adjust URI.
2017-09-27 21:02:56 +02:00
Marius Bakke 2b2c24ed42 gnu: lftp: Update to 4.8.2.
* gnu/packages/ftp.scm (lftp): Update to 4.8.2.
2017-09-27 21:02:56 +02:00
Marius Bakke b1e4c0fa51 gnu: pulseview: Build with modular Qt.
* gnu/packages/electronics.scm (pulseview)[inputs]: Remove QT.  Add QTBASE and QTSVG.
2017-09-27 21:02:56 +02:00
Maxim Cournoyer 958be7a423 gnu: tklib: Add missing closing brace.
Fixes <http://bugs.gnu.org/28624>.
Reported by Jelle Licht <wordempire@gmail.com>

* gnu/packages/tcl.scm (tklib): Add closing brace.
2017-09-27 20:57:54 +02:00
Efraim Flashner 31ec522835 gnu: lilypond: Fix fontforge detection.
* gnu/packages/music.scm (lilypond)[arguments]: Adjust fontforge
detection algorithm to allow for SOURCE_DATE_EPOCH in fontforge's build.
2017-09-27 10:09:00 +03:00
Tobias Geerinckx-Rice a9925374b0 gnu: git: Update to 2.14.2.
* gnu/packages/version-control.scm (git): Update to 2.14.2.
2017-09-26 22:36:15 +02:00
Tobias Geerinckx-Rice e2937a5551 gnu: btrfs-progs: Update to 4.13.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.13.1.
[inputs]: Add zstd.
2017-09-26 22:36:14 +02:00
Mohammed Sadiq ea1cd554cc build-system: meson: Fix typo in variable name.
* guix/build-system/meson.scm (lower): fix typo in glib-or-gtk?.
2017-09-26 19:58:26 +02:00
Danny Milosavljevic 1966481fe3 gnu: Add tklib.
* gnu/packages/tcl.scm (tklib): New variable.
2017-09-26 19:51:47 +02:00
Jan Nieuwenhuizen 326f6ef10f services: cuirass: Add host option.
* gnu/services/cuirass.scm (<cuirass-configuration>): Add host option.
(cuirass-shepherd-service): Pass host option.
* doc/guix.texi (Continuous Integration): Document it.
2017-09-26 18:15:41 +02:00
Jan Nieuwenhuizen a928ed4740 gnu: cuirass: Update development snapshot.
* gnu/packages/ci.scm (cuirass): Update to commit 87ad259.
2017-09-26 18:15:27 +02:00
Leo Famulari 373cda6ac6 gnu: libunwind: Update to 1.2.1.
* gnu/packages/libunwind.scm (libunwind): Upate to 1.2.1.
[source]: Remove 'libunwind-CVE-2015-3239.patch'.
* gnu/packages/patches/libunwind-CVE-2015-3239.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-26 11:42:06 -04:00
Arun Isaac 8fd92e034b gnu: Add uim, uim-gtk and uim-qt.
* gnu/packages/xorg.scm (uim, uim-gtk, uim-qt): New variables.
2017-09-26 19:02:39 +05:30
Ludovic Courtès 945a8fc240 tests: install: Switch to modifying the gc-root-service-type.
Fixes <https://bugs.gnu.org/28600>.
Fixes a regression introduced in
4e854b1814.
Reported by Christopher Baines <mail@cbaines.net>.

* gnu/tests/install.scm (operating-system-with-gc-roots): Use
'simple-service' to extend GC-ROOT-SERVICE-TYPE instead of instantiating
it.
2017-09-26 10:43:10 +02:00
ng0 8384499c04 gnu: Add gpa.
* gnu/packages/gnupg.scm (gpa): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-26 10:37:18 +02:00
ng0 b36524c1b8 gnu: Add lxqt-build-tools.
* gnu/packages/lxqt.scm (lxqt-build-tools): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-26 10:28:16 +02:00
Ludovic Courtès 077f1e6384 tests: mcron: Adjust use of 'wait-for-file'.
Fixes a regression introduced in
8bd5231485, whereby returning #<eof> would
no longer work (since #<eof> would be in the cdr of the result, and thus
it would not get converted to a string.)

* gnu/tests/base.scm (run-mcron-test)["root's job with command"]: Pass
  #:read to 'wait-for-file'.
2017-09-26 10:09:53 +02:00
Ludovic Courtès a95ddf0d07 build: Build (guix import gnome) only when we have Guile-JSON.
* Makefile.am (MODULES): Move guix/import/gnome.scm under "if
HAVE_GUILE_JSON".
2017-09-26 09:29:00 +02:00
Ludovic Courtès 06acf6b52f http-client: Reset cache TTL upon 304 "Not Modified" responses.
* guix/http-client.scm (http-fetch/cached)[update-cache]: Add call to
'utime' in the 304 case.
2017-09-26 00:35:06 +02:00
Ludovic Courtès 4f80158db0 gnu: libgtop: Update to 2.38.0.
* gnu/packages/gnome.scm (libgtop): Update to 2.38.0.
2017-09-26 00:35:06 +02:00
Ludovic Courtès c1d8b3b3b5 upstream: Add new GNOME updater.
Partly fixes <https://bugs.gnu.org/28159>.
Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* guix/import/gnome.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/gnu-maintenance.scm (latest-gnome-release)
(%gnome-updater): Remove.
2017-09-26 00:35:06 +02:00
Ludovic Courtès 97abc90733 upstream: Add 'url-prefix-predicate'.
* guix/gnu-maintenance.scm (url-prefix-predicate): Move to...
* guix/upstream.scm (url-prefix-predicate): ... here.
2017-09-26 00:35:06 +02:00
Dave Love 8ddf20b286 gnu: lm-sensors: Add "lib" output.
* gnu/packages/linux.scm (lm-sensors)[outputs]: Add "lib".
[arguments]: Fix up make flags.
(xsensors)[inputs]: Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-26 00:35:06 +02:00
Leo Famulari 66660960ba gnu: certbot, python-acme: Update to 0.18.2.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.18.2.
* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-25 03:27:24 -04:00
Marius Bakke edd38aa898 gnu: i3-wm: Update to 4.14.1.
* gnu/packages/wm.scm (i3-wm): Update to 4.14.1.
2017-09-25 00:13:07 +02:00
Marius Bakke e8d8ecde04 README: Replace http:// with https:// where applicable. 2017-09-25 00:12:49 +02:00
Marius Bakke 859620e51d gnu: ruby: Fix build failures after updating to 2.4.2.
* gnu/packages/ruby.scm (gem-directory): New procedure.
(ruby-ansi, ruby-ae)[arguments]: Use it to determine gem install directory
instead of relying on the ruby (patch) version.
2017-09-24 20:28:10 +02:00
Marius Bakke 4f27a33371 gnu: Fix syntax errors introduced by dc1d3cdef7.
* gnu/packages/mp3.scm (libmad)[arguments]: Adjust syntax and indentation.
* gnu/packages/rdf.scm (lrdf)[arguments]: Adjust phase order.
* gnu/packages/audio.scm (vamp)[arguments]: Remove stray character.
(zita-convolver)[arguments]: Adjust parsens and indentation.
(clalsadrv)[arguments]: Remove stray 'modify-phases'.
2017-09-24 20:27:58 +02:00
Efraim Flashner 3140844e33 gnu: openntpd: Update to 6.2p2.
* gnu/packages/ntp.scm (openntpd): Update to 6.2p2.
2017-09-24 20:40:58 +03:00
Efraim Flashner c80f837afd gnu: fontforge: Update to 20170731.
* gnu/packages/fontutils.scm (fontforge): Update to 20170731.
[source]: Remove patch, remove snippet.
[arguments]: Enable tests. Remove phase to build showttf.
[inputs]: Use python-wrapper instead of python.
[home-page]: Update to new home page.
* gnu/packages/patches/fontforge-svg-modtime.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-24 20:22:00 +03:00
Marius Bakke ffcff27272 Merge branch 'master' into staging 2017-09-24 19:18:35 +02:00
Marius Bakke 030030f441 gnu: imagemagick: Update to 6.9.9-15.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-15.
2017-09-24 19:01:17 +02:00
Marius Bakke 832fe93d24 gnu: lvm2: Update to 2.02.174.
* gnu/packages/linux.scm (lvm2): Update to 2.02.174.
2017-09-24 19:01:16 +02:00
Roel Janssen 6aab6c27c7 gnu: Add emacs-olivetti.
* gnu/packages/emacs.scm (emacs-olivetti): New variable.
2017-09-25 16:41:57 +02:00
Efraim Flashner 58816c3d3d gnu: python-cython: Update to 0.27.
* gnu/packages/python.scm (python-cython): Update to 0.27.
2017-09-24 16:41:30 +03:00
Ricardo Wurmus 07ad172a24 gnu: ibus-libpinyin: Update to 1.9.2.
* gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.9.2.
[inputs]: Replace "python-2" with "python" and python2-pyxdg with
python-pyxdg.
2017-09-24 12:43:24 +02:00
Ricardo Wurmus 3943f5ab5a gnu: python-pyxdg: Disable failing test.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Disable theme
validation test.
2017-09-24 12:43:24 +02:00
Ricardo Wurmus b9e9ef44ff gnu: libpinyin: Update to 2.1.0.
* gnu/packages/ibus.scm (libpinyin): Update to 2.1.0.
2017-09-24 12:43:24 +02:00
Ricardo Wurmus 91316f31d4 gnu: r-glmnet: Update to 2.0-13.
* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-13.
2017-09-24 11:36:17 +02:00
Ricardo Wurmus d9400ee46a gnu: r-segmented: Update to 0.5-2.2.
* gnu/packages/statistics.scm (r-segmented): Update to 0.5-2.2.
2017-09-24 11:36:17 +02:00
Ricardo Wurmus 29457c43bf gnu: r-mgcv: Update to 1.8-22.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-22.
2017-09-24 11:36:17 +02:00
Efraim Flashner 830383cbaa gnu: parallel: Update to 20170922.
* gnu/packages/parallel.scm (parallel): Update to 20170922.
2017-09-24 12:09:31 +03:00
Ricardo Wurmus 95e654ae63 gnu: Add cl-yale-haskell.
* gnu/packages/haskell.scm (cl-yale-haskell): New variable.
2017-09-24 08:49:27 +02:00
Ricardo Wurmus 3765f4e6bf gnu: qtractor: Update to 0.8.4.
* gnu/packages/music.scm (qtractor): Update to 0.8.4.
2017-09-24 08:49:12 +02:00
Roel Janssen 6baf1b7205 gnu: teckit: Update to 2.5.7.
* gnu/packages/fontutils.scm (teckit): Update to 2.5.7.

Signed-off-by: Roel Janssen <roel@gnu.org>
2017-09-24 00:26:40 +02:00
Oleg Pykhalov 9db7e9be59 gnu: Add rsync service.
* doc/guix.texi (Networking Services): Add rsync service documentation.
* gnu/services/rsync.scm (<rsync-configuration>): New file.
* gnu/tests/rsync.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new files.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-23 21:07:27 +01:00
Tobias Geerinckx-Rice ca5915a6e5 gnu: youtube-dl: Update to 2017.09.24.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.24.
2017-09-23 20:50:23 +02:00
Tobias Geerinckx-Rice faccaa8916 gnu: weechat: Update to 1.9.1 [security fix].
* gnu/packages/irc.scm (weechat): Update to 1.9.1.
2017-09-23 18:38:35 +02:00
Mohammed Sadiq 60e2a9ae0f gnu: Add gnome-clocks.
* gnu/packages/gnome.scm (gnome-clocks): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Mohammed Sadiq 0ec171ecb4 gnu: Add gsound.
* gnu/packages/gnome.scm (gsound): New public variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Mohammed Sadiq 1d3fcf944a gnu: libgweather: Enable vala support.
* gnu/packages/gnome.scm (libgweather)[native-inputs]: Add vala.
(libgweather)[arguments]: Install vala bindings into out.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Dave Love 8a001de8b7 gnu: Add ibutils.
* gnu/packages/fabric-management.scm (ibutils): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Dave Love 3f82586aa3 gnu: Add infiniband-diags.
* gnu/packages/fabric-management.scm (infiniband-diags): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
Dave Love 468d2a2a00 gnu: Add opensm.
* gnu/packages/fabric-management.scm: New file.
* gnu/local.mk: Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:24 +02:00
ng0 a35e00336b gnu: gnurl: Update to 7.55.1-4.
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-4.
(native-inputs): Remove 'autoconf' and 'automake'.
(arguments)[phases]: Remove 'autoconf' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-23 18:35:23 +02:00
Tobias Geerinckx-Rice a0b80a5718 gnu: python-unidecode: Fix typo in description.
* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
2017-09-23 14:12:52 +02:00
Tobias Geerinckx-Rice c37f58b75a gnu: python-unidecode: Update to 0.04.21.
* gnu/packages/python.scm (python-unidecode): Update to 0.04.21.
2017-09-23 14:12:51 +02:00
Ben Woodcroft 8c864901b6 gnu: proteinortho: Update to 5.16b.
* gnu/packages/bioinformatics.scm (proteinortho): Update to 5.16b.
2017-09-23 18:10:14 +10:00
Feng Shu a4314af5e6 gnu: you-get: Update to 0.4.915.
* gnu/packages/video.scm (you-get): Update to 0.4.915.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-09-22 19:23:26 +02:00
Rutger Helling 6e83592aff gnu: xpra: Update to 2.1.2.
* gnu/packages/xorg.scm (xpra): Update to 2.1.2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-09-22 19:23:26 +02:00
Marius Bakke 0193812a3d gnu: bitcoin-core: Build with modular Qt.
* gnu/packages/finance.scm (bitcoin-core)[native-inputs]: Add QTTOOLS.
[inputs]: Remove QT.  Add QTBASE.
[arguments]: Specify paths to "lrelease" and "lupdate" in #:configure-flags.
2017-09-22 19:07:57 +02:00
Marius Bakke 12ae25db45 gnu: bitcoin-core: Update to 0.15.0.1.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.0.1.
2017-09-22 19:04:21 +02:00
Marius Bakke ee130d0c5f gnu: libraw: Update to 0.18.5 [fixes CVE-2017-13735, CVE-2017-14265].
* gnu/packages/photo.scm (libraw): Update to 0.18.5.
2017-09-22 19:04:21 +02:00
Marius Bakke bee98a9f85 gnu: libsodium: Update to 1.0.14.
* gnu/packages/crypto.scm (libsodium): Update to 1.0.14.
[source, home-page]: Use HTTPS.
2017-09-22 19:04:21 +02:00
Ludovic Courtès 8a7d81a5e2 uuid: Add a parser for FAT32 UUIDs.
* gnu/system/uuid.scm (%fat32-uuid-rx): New variable.
(string->fat32-uuid): New procedure.
(%uuid-parsers): Add it.
* tests/uuid.scm ("uuid, FAT32, format preserved"): New test.
2017-09-22 18:40:57 +02:00
Ludovic Courtès 60e36bff1f gnu: r-adaptivesparsity: Add dependency on Armadillo.
Fixes a link error whereby -larmadillo would not be found.

* gnu/packages/machine-learning.scm (r-adaptivesparsity)[inputs]: New
field.
2017-09-22 18:40:57 +02:00
Arun Isaac c0959cc952 gnu: openttd-opengfx: Disable parallel build.
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Set #:parallel-build?
to #f.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:33 -04:00
Arun Isaac 857b2f53bd gnu: openttd: Include openttd-openmsx and openttd-opensfx.
* gnu/packages/games.scm (openttd-opengfx)[arguments]: Change installation
directory from /share/openttd/baseset/opengfx to
/share/games/openttd/baseset/opengfx.
(openttd-engine)[arguments]: Support #:configure-flags keyword argument in
'configure' phase.
(openttd)[inputs]: Add timidity++.
[native-inputs]: Add openttd-openmsx and openttd-opensfx.
[arguments]: Configure with timidity as MIDI player. Install data from
openttd-openmsx and openttd-opensfx.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:33 -04:00
Arun Isaac 823e121848 gnu: Add openttd-openmsx.
* gnu/packages/games.scm (openttd-openmsx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:33 -04:00
Arun Isaac c17b079043 gnu: Add openttd-opensfx.
* gnu/packages/games.scm (openttd-opensfx): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:32 -04:00
Arun Isaac 2374dee7bc licenses: Add CC-Sampling+ 1.0.
* guix/licenses.scm (cc-sampling-plus-1.0): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:32 -04:00
Arun Isaac 3c399e9b60 gnu: Add catcodec.
* gnu/packages/game-development.scm (catcodec): New variable.

Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2017-09-22 08:04:24 -04:00
Ricardo Wurmus 9fc513ad10 gnu: Use xxd instead of vim.
* gnu/packages/audio.scm (faust-2)[native-inputs]: Replace vim with xxd.
* gnu/packages/avr.scm (microscheme)[native-inputs]: Likewise.
* gnu/packages/bioinformatics.scm (star)[native-inputs]: Likewise.
* gnu/packages/disk.scm (dosfstools)[native-inputs]: Likewise.
* gnu/packages/package-management.scm (diffoscope)[inputs]: Likewise.
2017-09-22 12:21:09 +02:00
Ricardo Wurmus b0a1d7ef7d gnu: Add xxd.
* gnu/packages/vim.scm (xxd): New variable.
2017-09-22 12:21:09 +02:00
Danny Milosavljevic b43b9acf15 build: Do not store two copies of the ISO-9660 superblock anymore.
* gnu/build/vm.scm (make-iso9660-image): Do not store two copies of the
ISO-9660 superblock anymore.
2017-09-22 04:03:52 +02:00
Mark H Weaver 0920205391 gnu: linux-libre: Update to 4.13.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.3.
(%linux-libre-hash): Update hash.
2017-09-21 18:56:56 -04:00
Mark H Weaver e689192df5 gnu: linux-libre@4.9: Update to 4.9.51.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.51.
2017-09-21 18:56:25 -04:00
Mark H Weaver b9ebf1da7a gnu: linux-libre@4.1: Update to 4.1.44.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.44.
2017-09-21 18:55:36 -04:00
Ludovic Courtès 94d2a25091 services: network-manager: Add support for VPN plug-ins.
* gnu/services.scm (directory-union): Export.
* gnu/services/networking.scm (<network-manager-configuration>)[vpn-plugins]:
New field.
(vpn-plugin-directory, network-manager-environment): New procedure.
(network-manager-shepherd-service): Pass #:environment-variables to
'make-forkexec-constructor'.
(network-manager-service-type): Add SESSION-ENVIRONMENT-SERVICE-TYPE
extension.
* doc/guix.texi (Networking Services): Document it.
2017-09-22 00:05:08 +02:00
Ludovic Courtès fbc31dc124 services: Move 'session-environment-service-type' to pam.scm.
* gnu/services/base.scm (environment-variables->environment-file)
(session-environment-service-type)
(session-environment-service): Move to...
* gnu/system/pam.scm: ... here.
2017-09-22 00:05:08 +02:00
Ludovic Courtès db4e8fd5d4 system: <boot-parameters> does not use "/dev" device names.
Fixes <https://bugs.gnu.org/28445>.
Reported by Mark H Weaver and Roel Janssen.

* gnu/system.scm (read-boot-parameters)[ensure-not-/dev]: New procedure.
Use it.
2017-09-21 22:30:59 +02:00
Marius Bakke 9b0215deb9 gnu: libuv: Update to 1.14.1.
* gnu/packages/libevent.scm (libuv): Update to 1.14.1.
[source]: Download from dist.libuv.org.
2017-09-21 21:10:28 +02:00
Marius Bakke e0afc09de4 gnu: curl: Update to 7.55.1.
* gnu/packages/patches/curl-bounds-check.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/curl.scm (curl): Update to 7.55.1.
[replacement]: Remove field.
[source]: Use '.xz' tarball.
(curl-7.55.0): Remove variable.
2017-09-21 20:53:15 +02:00
Marius Bakke efa0ba499e Merge branch 'master' into staging 2017-09-21 20:34:49 +02:00
Marius Bakke e2a95f8b16 gnu: vim: Update to 8.0.1130.
* gnu/packages/vim.scm (vim): Update to 8.0.1130.
2017-09-21 20:34:09 +02:00
Marius Bakke 595dcd48a9 gnu: bdb: Update to 6.2.32.
* gnu/packages/databases.scm (bdb): Update to 6.2.32.
2017-09-21 20:33:56 +02:00
Marius Bakke dfe0bac420 gnu: lout: Revert changes from dc1d3cdef7.
This caused `make` to error out like this:

ERROR: In procedure primitive-load-path:
ERROR: In procedure read_inner_expression: gnu/packages/lout.scm:31:12: unexpected ")"

* gnu/packages/lout.scm (lout)[arguments]: Don't use 'modify-phases'.
2017-09-21 20:26:23 +02:00
Marius Bakke abe97a58be gnu: dlib: Update to 19.7.
* gnu/packages/machine-learning.scm (dlib): Update to 19.7.
[arguments]: Add #:configure-flags.  Remove redundant CXXFLAGS from 'check' phase.
2017-09-21 20:08:02 +02:00
Ricardo Wurmus 0cdb6ab499 gnu: emacs: Update to 25.3.
* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/emacs.scm (emacs): Update to 25.3.
[source]: Remove obsolete patch.
2017-09-21 16:46:20 +02:00
Kei Kebreau dc1d3cdef7 gnu: Use 'modify-phases' syntax.
* gnu/packages/admin.scm (mingetty, clusterssh, wpa-supplicant-minimal,
wpa-supplicant, wakelan, acpica, tree, direvent, dstat)[arguments]: Use
'modify-phases' syntax.
* gnu/packages/algebra.scm (arb)[arguments]: Likewise.
* gnu/packages/apr.scm (apr-util)[arguments]: Likewise.
* gnu/packages/audio.scm (clalsadrv, fluidsynth, faad2, lv2-mda-piano,
lv2-mda-epiano, timidity++, vamp, soundtouch, portaudio, rsound,
zita-convolver, zita-alsa-pcmi)[arguments]: Likewise.
* gnu/packages/backup.scm (rdup, btar)[arguments]: Likewise.
* gnu/packages/bioinformatics.scm (bedops, bwa, crossmap, express,
flexbar, grit, hisat, ngs-sdk, subread)[arguments]: Likewise.
* gnu/packages/bittorrent.scm (transmission)[arguments]: Likewise.
* gnu/packages/cdrom.scm (cd-discid)[arguments]: Likewise.
* gnu/packages/compression.scm (sharutils)[arguments]: Likewise.
* gnu/packages/conky.scm (conky)[arguments]: Likewise.
* gnu/packages/databases.scm (bdb, bdb-5.3)[arguments]: Likewise.
* gnu/packages/debug.scm (delta, c-reduce)[arguments]: Likewise.
* gnu/packages/display-managers.scm (slim)[arguments]: Likewise.
* gnu/packages/dns.scm (dnsmasq)[arguments]: Likewise.
* gnu/packages/emacs.scm (geiser, emacs-wget, bbdb)[arguments]: Likewise.
* gnu/packages/engineering.scm (pcb)[arguments]: Likewise.
* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Likewise.
* gnu/packages/flashing-tools.scm (flashrom)[arguments]: Likewise.
* gnu/packages/fltk.scm (fltk)[arguments]: Likewise.
* gnu/packages/freedesktop.scm (python-pyxdg)[arguments]: Likewise.
* gnu/packages/gd.scm (perl-gd)[arguments]: Likewise.
* gnu/packages/gkrellm.scm (gkrellm)[arguments]: Likewise.
* gnu/packages/glib.scm (glibmm)[arguments]: Likewise.
* gnu/packages/gl.scm (glew)[arguments]: Likewise.
* gnu/packages/gnome.scm (icon-naming-utils, orbit2, libbonobo, gnome-vfs,
libgnome, libbonoboui, goffice-0.8, dconf)[arguments]: Likewise.
* gnu/packages/gprolog.scm (gprolog)[arguments]: Likewise.
* gnu/packages/gps.scm (gpscorrelate)[arguments]: Likewise.
* gnu/packages/graphics.scm (agg)[arguments]: Likewise.
* gnu/packages/gtk.scm (ganv, girara, gtksourceview-2, guile-present,
python2-pycairo)[arguments]: Likewise.
* gnu/packages/guile.scm (guile-1.8)[arguments]: Likewise.
* gnu/packages/guile-wm.scm (guile-wm)[arguments]: Likewise.
* gnu/packages/hugs.scm (hugs)[arguments]: Likewise.
* gnu/packages/hurd.scm (gnumach-headers, hurd-headers, hurd-minimal)
[arguments]: Likewise.
* gnu/packages/image-viewers.scm (feh, sxiv)[arguments]: Likewise.
* gnu/packages/libcanberra.scm (libcanberra)[arguments]: Likewise.
* gnu/packages/linux.scm (bridge-utils, iw, fuse, unionfs-fuse/static,
lm-sensors, i2c-tools, xsensors, perf, mdadm, libaio, module-init-tools)
[arguments]: Likewise.
* gnu/packages/lisp.scm (ccl)[arguments]: Likewise.
* gnu/packages/lout.scm (lout)[arguments]: Likewise.
* gnu/packages/lua.scm (luajit)[arguments]: Likewise.
* gnu/packages/machine-learning.scm (shogun)[arguments]: Likewise.
* gnu/packages/mail.scm (exim)[arguments]: Likewise.
* gnu/packages/man.scm (man-pages, txt2man)[arguments]: Likewise.
* gnu/packages/maths.scm (lapack, superlu-dist, openlibm, openspecfun)
[arguments]: Likewise.
* gnu/packages/messaging.scm (bitlbee)[arguments]: Likewise.
* gnu/packages/mp3.scm (libmad, id3lib, mp3info)[arguments]: Likewise.
* gnu/packages/music.scm (solfege)[arguments]: Likewise.
* gnu/packages/noweb.scm (noweb)[arguments]: Likewise.
* gnu/packages/patchutils.scm (patchutils, quilt, colordiff)[arguments]:
Likewise.
* gnu/packages/pdf.scm (xpdf, zathura-cb, zathura-ps, zathura-djvu,
zathura-pdf-poppler, zathura, podofo, fbida)[arguments]: Likewise.
* gnu/packages/perl.scm (perl-file-list, perl-test-harness)[arguments]:
Likewise.
* gnu/packages/photo.scm (gphoto2)[arguments]: Likewise.
* gnu/packages/popt.scm (popt)[arguments]: Likewise.
* gnu/packages/pretty-print.scm (source-highlight, astyle)[arguments]:
Likewise.
* gnu/packages/pumpio.scm (pumpa)[arguments]: Likewise.
* gnu/packages/python.scm (python-passlib, python-pycrypto, python2-empy,
python-sqlalchemy, python-docopt)[arguments]: Likewise.
* gnu/packages/rdf.scm (lrdf)[arguments]: Likewise.
* gnu/packages/regex.scm (tre)[arguments]: Likewise.
* gnu/packages/rrdtool.scm (rrdtool)[arguments]: Likewise.
* gnu/packages/ruby.scm (ruby-2.1, ruby-1.8)[arguments]: Likewise.
* gnu/packages/sawfish.scm (sawfish)[arguments]: Likewise.
* gnu/packages/scheme.scm (racket)[arguments]: Likewise.
* gnu/packages/sdl.scm (guile-sdl)[arguments]: Likewise.
* gnu/packages/serveez.scm (serveez)[arguments]: Likewise.
* gnu/packages/skribilo.scm (skribilo)[arguments]: Likewise.
* gnu/packages/smalltalk.scm (smalltalk)[arguments]: Likewise.
* gnu/packages/suckless.scm (dmenu, slock)[arguments]: Likewise.
* gnu/packages/tcl.scm (expect)[arguments]: Likewise.
* gnu/packages/telephony.scm (commoncpp)[arguments]: Likewise.
* gnu/packages/textutils.scm (recode, libgtextutils)[arguments]:
Likewise.
* gnu/packages/time.scm (time)[arguments]: Likewise.
* gnu/packages/tor.scm (privoxy)[arguments]: Likewise.
* gnu/packages/uucp.scm (uucp)[arguments]: Likewise.
* gnu/packages/video.scm (libdvdnav-4)[arguments]: Likewise.
* gnu/packages/web-browsers.scm (lynx)[arguments]: Likewise.
* gnu/packages/web.scm (tinyproxy)[arguments]: Likewise.
* gnu/packages/wicd.scm (wicd)[arguments]: Likewise.
* gnu/packages/wm.scm (bspwm)[arguments]: Likewise.
* gnu/packages/xdisorg.scm (sxhkd, xcape)[arguments]: Likewise.
* gnu/packages/xfce.scm (xfconf)[arguments]: Likewise.
* gnu/packages/xfig.scm (transfig)[arguments]: Likewise.
* gnu/packages/xorg.scm (imake)[arguments]: Likewise.
2017-09-20 20:58:04 -04:00
Stefan Reichör 80d9941c95 gnu: Add vcsh.
* gnu/packages/version-control.scm (vcsh): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-20 23:02:28 +02:00
Paul Garlick a836e9f509 gnu: openfoam: Fix typo in Note.
* gnu/packages/simulation.scm (openfoam): Put capital 'D' in 'pitzDaily'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-20 23:02:28 +02:00
Ludovic Courtès f2b96b3a1c gnu: Add network-manager-openvpn.
* gnu/packages/gnome.scm (network-manager-openvpn): New variable.
2017-09-20 23:02:28 +02:00
Marius Bakke a9bd50e352 gnu: bluez: Remove leftover patch.
This is a follow-up to commit 164fccea7e.

* gnu/packages/patches/bluez-CVE-2017-1000250.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-20 20:50:00 +02:00
Marius Bakke 3d695e6ae4 gnu: cups-filters: Update to 1.17.7.
* gnu/packages/cups.scm (cups-filters): Update to 1.17.7.
2017-09-20 20:20:19 +02:00
Marius Bakke df7effa299 gnu: poppler: Update to 0.59.0.
* gnu/packages/pdf.scm (poppler): Update to 0.59.0.
2017-09-20 20:00:07 +02:00
Marius Bakke cb6392698a gnu: mesa: Update to 17.2.1.
* gnu/packages/gl.scm (mesa): Update to 17.2.1.
[inputs]: Add WAYLAND-PROTOCOLS.
* gnu/packages/patches/mesa-skip-disk-cache-test.patch: Adjust context.
2017-09-20 19:55:34 +02:00
Marius Bakke 7c9b87600b gnu: harfbuzz: Update to 1.5.1.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.5.1.
2017-09-20 19:47:15 +02:00
Tobias Geerinckx-Rice 3b5870aac3 gnu: virt-manager: Update to 1.4.3.
* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.3.
2017-09-20 19:29:28 +02:00
Tobias Geerinckx-Rice e8d5e32fbf gnu: gnuastro: Update to 0.4.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.4.
2017-09-20 19:29:28 +02:00
Tobias Geerinckx-Rice d4442eaf22 gnu: wcslib: Use HTTPS home page.
* gnu/packages/astronomy.scm (wcslib)[home-page]: Use HTTPS.
2017-09-20 19:28:59 +02:00
Tobias Geerinckx-Rice 7651a4b2ec gnu: wcslib: Update to 5.17.
* gnu/packages/astronomy.scm (wcslib): Update to 5.17.
2017-09-20 19:28:59 +02:00
Marius Bakke 6345cefa7f gnu: gtk+: Update to 3.22.21.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.21.
2017-09-20 19:16:54 +02:00
Marius Bakke a87f425ca4 gnu: ruby: Remove graft for 2.4.2.
* gnu/packages/ruby.scm (ruby): Update to 2.4.2.
[replacement]: Remove field.
(ruby-2.4.2): Remove variable.
2017-09-20 19:13:25 +02:00
Marius Bakke b093be236e gnu: gd: Remove graft for 2.2.5.
* gnu/packages/gd.scm (gd): Update to 2.2.5.
[source]: Remove obsolete patches.
[replacement]: Remove field.
(gd-2.2.5): Remove variable.
* gnu/packages/patches/gd-fix-gd2-read-test.patch,
gnu/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/php.scm (php)[inputs]: Replace GD-2.2.5 with GD.
2017-09-20 19:06:38 +02:00
Marius Bakke 171bcdf7ba gnu: gdk-pixbuf: Remove graft for 2.36.10.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.10.
[replacement]: Remove field.
(gdk-pixbuf+svg)[replacement]: Likewise.
(gdk-pixbuf-2.36.10, gdk-pixbuf+svg-2.36.10): Remove variables.
2017-09-20 18:57:39 +02:00
Marius Bakke 164fccea7e gnu: bluez: Update to 5.47.
* gnu/packages/linux.scm (bluez): Update to 5.47.
[replacement]: Remove field.
(bluez/fixed): Remove variable.
2017-09-20 18:56:03 +02:00
Marius Bakke 58366883f2 Merge branch 'master' into staging 2017-09-20 18:49:26 +02:00
Marius Bakke 9a1c4a981b gnu: btrfs-progs: Install bash completions.
* gnu/packages/linux.scm (btrfs-progs)[arguments]: Add
'install-bash-completion' phase.
2017-09-20 17:15:37 +02:00
Marius Bakke ad0f92d028 gnu: python-pyjwt: Update to 1.5.3.
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.3.
2017-09-20 17:06:14 +02:00
Marius Bakke 15d507dbee gnu: samba: Update to 4.6.8.
* gnu/packages/samba.scm (samba): Update to 4.6.8.
2017-09-20 17:03:08 +02:00
Marius Bakke 40f1694778 gnu: nss, nss-certs: Update to 3.33.
* gnu/packages/gnuzilla.scm (nss): Update to 3.33.
* gnu/packages/certs.scm (nss-certs): Likewise.
2017-09-20 16:58:04 +02:00
Marius Bakke ad7a73a9d7 gnu: nspr: Update to 4.17.
* gnu/packages/gnuzilla.scm (nspr): Update to 4.17.
2017-09-20 16:57:40 +02:00
Marius Bakke 1c9c81cfda gnu: gnupg: Update to 2.2.1.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.1.
2017-09-20 16:57:16 +02:00
Andy Wingo 96bc651800 gnu: system: Fix computation of boot parameters for LUKS devices.
* gnu/system.scm (read-boot-parameters): Fix store-device computation for root
devices of type "device", like the LUKS partition described in the manual.
From a patch from https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28445#23.

Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:32 +02:00
Andy Wingo c68c201fdd gnu: xorg-server: Prefer intel driver only for older GPUs.
* gnu/packages/xorg.scm (xorg-server): Add patch to only prefer the intel
  driver for older Intel GPUs.

Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo 23290064c2 gnu: services: Add modesetting driver to xorg configuration path.
* gnu/services/xorg.scm (xorg-configuration-file): Add drivers path from
  xorg-server.  This includes the modesetting driver.

Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo 60871ffdb8 gnu: xf86-video-intel: Update to latest Git.
* gnu/packages/xorg.scm (xf86-video-intel): Update to latest Git.

Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo 3511c78020 gnu: Add cheese.
* gnu/packages/gnome.scm (cheese): New public variable.

Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:31 +02:00
Andy Wingo d831d49db9 gnu: Add gnome-video-effects.
* gnu/packages/gnome.scm (gnome-video-effects): New public variable.

Signed-off-by: Andy Wingo <wingo@igalia.com>
2017-09-20 15:40:13 +02:00
宋文武 798648515b download: Don't report the progress too fast.
* guix/utils.scm (<progress-reporter>): New record type.
(call-with-progress-reporter): New procedure.
* guix/build/download.scm (dump-port*, rate-limited, progress-reporter/file):
New procedures.
(ftp-fetch, http-fetch): Use 'dump-port*'.
(progress-proc): Remove procedure.
* guix/scripts/substitute.scm (progress-report-port): Rewrite in terms of
<progress-reporter>.
(process-substitution): Adjust accordingly.
2017-09-20 19:49:31 +08:00
Ludovic Courtès f1b65d0dd9 cve: Disable position recording while reading the CVE list.
* guix/cve.scm (fetch-vulnerabilities)[read*]: New procedure.
Use it in lieu of 'read'.
2017-09-19 23:58:25 +02:00
Ludovic Courtès 6ab63268e4 doc: Mention 'mkfs.fat' for the ESP.
Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* doc/guix.texi (Preparing for Installation): Mention 'mkfs.fat'.
2017-09-19 23:58:24 +02:00
Oleg Pykhalov 46f5ae0b35 gnu: emacs-skewer-mode: Include html and js files.
* gnu/packages/emacs.scm (emacs-skewer-mode): Include html and js files.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-19 19:46:31 +03:00
Efraim Flashner ce133cb737 gnu: efl: Update to 1.20.4.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.4.
2017-09-19 19:30:37 +03:00
Jan Nieuwenhuizen 4619b59cb4 doc: Add a note about closing bug threads.
* doc/contributing.texi (Submitting Patches): Add a note about closing bug
threads by mailing to NNN-done@debbugs.gnu.org.

Suggested-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2017-09-19 17:17:42 +02:00
Jan Nieuwenhuizen 5a183a1e2b doc: Add "Sending a Patch Series" subsection.
Searching for `git send-email' took you to the end of `Submitting Patches'
section which said

   You may use your email client or the ‘git send-email’ command.

without further warning or remark.

* doc/contributing.texi (Sending a Patch Series): Move information about
debbugs bug 15361 to subsection.  Add git-send-email index entries.
(Submitting Patches): Reference it.
2017-09-19 17:17:34 +02:00
Thomas Danckaert c694520bb1 system: Create "/etc/hostname".
* gnu/system.scm (operating-system-etc-service): Add a plain-file with the
  operating-system-host-name.
2017-09-19 15:39:32 +02:00
Ludovic Courtès 3daea4f12b gnu: cuirass: Update development snapshot.
* gnu/packages/ci.scm (cuirass): Update to commit 87ad259.
2017-09-19 12:19:15 +02:00
Ludovic Courtès 3ce1b9021a http-client: 'http-client/cached' uses 'If-Modified-Since'.
* guix/http-client.scm (http-fetch/cached)[update-cache]: Add
'cache-port' parameter.  Check its mtime and compute 'if-modified-since'
header accordingly.  Guard 'http-get-error?' and honor 304.
Adjust callers of 'update-cache'.
* guix/gnu-maintenance.scm (ftp.gnu.org-files): Set #:ttl to 15m.
2017-09-19 12:19:15 +02:00
Ludovic Courtès 82781d871f utils: 'current-source-directory' gracefully deals with lack of location info.
* guix/utils.scm (current-source-directory): Adjust for when
'syntax-source' returns #f.
2017-09-19 12:19:15 +02:00
Eric Bavier d209ce434f gnu: qutebrowser: Update to 0.11.0.
* gnu/packages/web-browsers.scm (qutebrowser): Update to 0.11.0.
2017-09-19 00:03:40 -05:00
Marius Bakke 2cb396ee7b gnu: gstreamer: Update to 1.12.3.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.12.3.
2017-09-18 22:47:47 +02:00
Marius Bakke ad472397bc gnu: gdk-pixbuf: Replace with 2.36.10.
Fixes CVE-2017-2862, CVE-2017-2870 and CVE-2017-6311.

* gnu/packages/gtk.scm (gdk-pixbuf, gdk-pixbuf+svg)[replacement]: New field.
(gdk-pixbuf-2.36.10, gdk-pixbuf+svg-2.36.10): New variables.
2017-09-18 22:27:40 +02:00
Marius Bakke dc4ffa6766 gnu: freexl: Update to 1.0.4 [fixes CVE-2017-2923 and CVE-2017-2924].
* gnu/packages/xml.scm (freexl): Update to 1.0.4.
2017-09-18 22:27:40 +02:00
Efraim Flashner bbcfd80a20 gnu: newsbeuter: Fix CVE-2017-14500.
* gnu/packages/syndication.scm (newsbeuter)[source]: Add patch.
* gnu/packages/patches/newsbeuter-CVE-2017-14500.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-09-18 22:38:56 +03:00
Tobias Geerinckx-Rice f53e4ada03 gnu: tor: Update to 0.3.0.11 [fixes CVE-2017-0380].
* gnu/packages/tor.scm (tor): Update to 0.3.0.11.
2017-09-18 21:06:42 +02:00
Tobias Geerinckx-Rice d5b0a8e50a gnu: youtube-dl: Update to 2017.09.15.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.15.
2017-09-18 17:31:44 +02:00
Ludovic Courtès e14ab0ad07 gnu: httpd: Patch "options bleed" [fixes CVE-2017-9798].
* gnu/packages/patches/httpd-CVE-2017-9798.patch: New file.
* gnu/packages/web.scm (httpd)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-09-18 15:44:52 +02:00
Ludovic Courtès c08da2ee37 system: Define 'DICPATH' in /etc/profile.
* gnu/system.scm (operating-system-etc-service) <profile>: Define
'DICPATH'.
2017-09-18 15:44:52 +02:00
Ricardo Wurmus ebfd6a718a gnu: r-rcas: Add missing inputs.
* gnu/packages/bioinformatics.scm (r-rcas)[propagated-inputs]: Add r-pbapply.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus 65eb1c4a28 gnu: r-energy: Update to 1.7-2.
* gnu/packages/cran.scm (r-energy): Update to 1.7-2.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus 2c67f96b1b gnu: r-glmnet: Update to 2.0-12.
* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-12.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus 0b2fc9836b gnu: r-lambda-r: Update to 1.2.
* gnu/packages/statistics.scm (r-lambda-r): Update to 1.2.
2017-09-18 14:23:03 +02:00
Ricardo Wurmus 9f14fffea6 gnu: r-gridextra: Update to 2.3.
* gnu/packages/statistics.scm (r-gridextra): Update to 2.3.
2017-09-18 14:23:02 +02:00
Ricardo Wurmus 37c6a738f3 gnu: r-dplyr: Update to 0.7.3.
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.3.
2017-09-18 14:23:02 +02:00
Ricardo Wurmus b0c8cba485 gnu: r-crayon: Update to 1.3.4.
* gnu/packages/statistics.scm (r-crayon): Update to 1.3.4.
2017-09-18 14:23:02 +02:00
Ricardo Wurmus ea008095c3 gnu: r-svglite: Update to 1.2.1.
* gnu/packages/statistics.scm (r-svglite): Update to 1.2.1.
2017-09-18 14:23:02 +02:00
Ricardo Wurmus 7904531e5b gnu: r-mgcv: Update to 1.8-21.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-21.
2017-09-18 14:23:02 +02:00
宋文武 4220514b8f substitute: Close the download port after substitution finished.
* guix/scripts/substitute.scm (progress-substitution): Call 'close-port'
after 'restore-file'.
2017-09-18 19:05:29 +08:00
Ricardo Wurmus d82937fbe0 gnu: r-rcas: Update to 1.3.4.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.4.
2017-09-18 11:33:26 +02:00
Ricardo Wurmus d9c65e5a9c gnu: r-caret: Update to 6.0-77.
* gnu/packages/statistics.scm (r-caret): Update to 6.0-77.
[propagated-inputs]: Remove r-car; add r-recipes and r-withr.
2017-09-18 11:33:26 +02:00
Ricardo Wurmus 9272144a88 gnu: r-rstudioapi: Update to 0.7.
* gnu/packages/statistics.scm (r-rstudioapi): Update to 0.7.
2017-09-18 11:33:26 +02:00
Ricardo Wurmus 0dc3b4d41e gnu: r-openssl: Update to 0.9.7.
* gnu/packages/statistics.scm (r-openssl): Update to 0.9.7.
[inputs]: Replace openssl with libressl.
2017-09-18 11:33:25 +02:00
Ricardo Wurmus ba4527ab94 gnu: Add r-recipes.
* gnu/packages/cran.scm (r-recipes): New variable.
2017-09-18 11:33:25 +02:00
Ricardo Wurmus 6c3d42d613 gnu: Add r-ipred.
* gnu/packages/cran.scm (r-ipred): New variable.
2017-09-18 11:33:25 +02:00
Ricardo Wurmus 649cf27c01 gnu: Add r-rcpproll.
* gnu/packages/cran.scm (r-rcpproll): New variable.
2017-09-18 11:33:25 +02:00
Ricardo Wurmus 5a87093fd5 gnu: Add r-gower.
* gnu/packages/cran.scm (r-gower): New variable.
2017-09-18 11:33:25 +02:00
Ricardo Wurmus f57b883ea3 gnu: Add r-ddalpha.
* gnu/packages/cran.scm (r-ddalpha): New variable.
2017-09-18 11:33:25 +02:00
Ricardo Wurmus 1b663184eb gnu: Add r-timedate.
* gnu/packages/cran.scm (r-timedate): New variable.
2017-09-18 11:33:24 +02:00
Ricardo Wurmus b561f5636f gnu: Add r-dimred.
* gnu/packages/cran.scm (r-dimred): New variable.
2017-09-18 11:33:24 +02:00
Ricardo Wurmus 9dd707f03b gnu: Add r-prodlim.
* gnu/packages/cran.scm (r-prodlim): New variable.
2017-09-18 11:33:24 +02:00
Ricardo Wurmus d26b7c1bfc gnu: Add r-drr.
* gnu/packages/cran.scm (r-drr): New variable.
2017-09-18 11:33:24 +02:00
Ricardo Wurmus 797e1dfbf2 gnu: Add r-lava.
* gnu/packages/cran.scm (r-lava): New variable.
2017-09-18 11:33:24 +02:00
Ricardo Wurmus f97ce81575 gnu: Add r-cvst.
* gnu/packages/cran.scm (r-cvst): New variable.
2017-09-18 11:33:24 +02:00
ng0 851cb6dd39 gnu: hicolor-icon-theme: Update to 0.17.
* gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.17.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-18 06:26:56 +01:00
Efraim Flashner 9a6f5bbc0f gnu: blender: Update to 2.79.
* gnu/packages/graphics.scm (blender): Update to 2.79.
[source]: Use https.
[home-page]: Same.
2017-09-18 06:36:38 +03:00
Nicolas Goaziou 9c1b37928d gnu: emacs-org: Update to 20170917.
* gnu/packages/emacs.scm (emacs-org): Update to 20170917, aka Org 9.1.1.
2017-09-17 23:32:29 +02:00
Efraim Flashner ce27857f71 gnu: binutils: Fix security issues.
* gnu/packages/base.scm (binutils)[replacement]: New field.
(binutils/fixed): New variable.
* gnu/packages/commencement.scm (binutils-boot0, binutils-final): Use
'package/inherit' to correctly use replacement binutils.
2017-09-17 22:45:21 +03:00
Marius Bakke 881006b65c gnu: certbot: Fix build with python-pyopenssl >= 17.3.0.
* gnu/packages/patches/python-acme-dont-use-openssl-rand.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/tls.scm (python-acme)[source]: Use it.
2017-09-17 18:50:00 +02:00
Marius Bakke 0c19c0f272 gnu: python-pyopenssl: Update to 17.3.0.
* gnu/packages/python.scm (python-pyopenssl): Update to 17.3.0.
2017-09-17 17:14:13 +02:00
Marius Bakke f2cc1b3136 gnu: lftp: Update to 4.8.1.
* gnu/packages/ftp.scm (lftp): Update to 4.8.1.
2017-09-17 17:14:13 +02:00
Marius Bakke 4c7ad0bc6c gnu: jasper: Update to 2.0.14.
* gnu/packages/image.scm (jasper): Update to 2.0.14.
2017-09-17 17:14:12 +02:00
Marius Bakke 84023d2fa4 gnu: xf86-video-ati: Update to 7.10.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.10.0.
2017-09-17 17:14:12 +02:00
Marius Bakke 6b192837e0 gnu: xf86-input-libinput: Update to 0.26.0.
* gnu/packages/xorg.scm (xf86-input-libinput): Update to 0.26.0.
2017-09-17 17:14:12 +02:00
Marius Bakke 273027da47 gnu: strace: Update to 4.19.
* gnu/packages/linux.scm (strace): Update to 4.19.
2017-09-17 15:15:45 +02:00
Ben Woodcroft 86805c1ba3 gnu: ruby-2.2: Update to 2.2.8. Fix CVE-2017-{0898,10784,14033,14064}.
* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.8.
[source]: Remove patch.
* gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-17 20:08:48 +10:00
Ben Woodcroft c351e8cea5 gnu: ruby-2.3: Update to 2.3.5. Fix CVE-2017-{0898,10784,14033,14064}.
* gnu/packages/ruby.scm (ruby-2.3): Update to 2.3.5.
[source]: Remove patch.
* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-17 20:08:48 +10:00
Ben Woodcroft 312e8a9993 ruby: Update replacement to 2.4.2. Fix CVE-2017-{0898,10784,14033,14064}.
* gnu/packages/ruby.scm (ruby): Update replacement to 2.4.2.
(ruby-2.4.1): Rename to ...
(ruby-2.4.2): ... this.
[source]: Remove patches.
* gnu/packages/patches/ruby-rubygems-2612-ruby24.patch,
gnu/packages/patches/ruby-rubygems-2613-ruby24.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-09-17 20:08:48 +10:00
Efraim Flashner 0329f6f76c gnu: efl: Hardcode libcurl path.
* gnu/packages/enlightenment.scm (efl)[arguments]: Hardcode the location
of libcurl.so.
2017-09-17 13:01:50 +03:00
Efraim Flashner b6598237f2 gnu: openfoam: Fix typo.
* gnu/packages/simulation.scm (openfoam)[description]: Add a period to
the end of the sentence.
2017-09-17 10:14:17 +03:00
Efraim Flashner 5fb17ed92e gnu: owncloud-client: Update to 2.3.3.
* gnu/packages/sync.scm (owncloud-client): Update to 2.3.3.
2017-09-17 10:14:14 +03:00
rennes ea8afaf3f1 gnu: bluefish: Update to 2.2.10.
* gnu/packages/gnome.scm (bluefish): Update to 2.2.10.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-09-17 14:13:24 +08:00
Ben Woodcroft da1f7a9e16 gnu: python-orator: Move to (gnu packages databases).
* gnu/packages/python.scm: Remove (gnu packages time) import.
(python-orator, python2-orator): Move from here ...
* gnu/packages/databases.scm: ... to here.
2017-09-17 11:07:46 +10:00
Ben Woodcroft 77e5c37032 gnu: python-orator: Update to 0.9.7.
* gnu/packages/python.scm (python-orator, python2-orator): Update to 0.9.7.
[arguments]: Enable tests.  Loosen dependency requirements.
[propagated-inputs]: Remove python-arrow.  Add python-backpack,
python-pendulum, python-pygments, python-six.
(python2-orator)[propagated-inputs]: Also remove python2-ipaddress.
2017-09-17 11:05:33 +10:00
Ben Woodcroft 00c7888241 gnu: python-pygments: Update to 2.2.0.
* gnu/packages/databases.scm (python-pygments): Update to 2.2.0.
2017-09-17 11:05:29 +10:00
Ben Woodcroft 5eebe8dcf7 gnu: python-cleo: Update to 0.6.1.
* gnu/packages/databases.scm (python-cleo): Update to 0.6.1.
[native-inputs]: Add python-pytest-mock.
[propagated-inputs]: Add python-backpack, python-pastel.  Remove
python-psutil.
2017-09-17 11:05:17 +10:00
Ben Woodcroft f76d56d286 gnu: Add python-pastel.
* gnu/packages/graphics.scm (python-pastel): New variable.
2017-09-17 11:04:14 +10:00
Ben Woodcroft 963926bc78 gnu: python-pyaml: Update to 17.7.2.
* gnu/packages/databases.scm (python-pyaml): Update to 17.7.2.
2017-09-17 11:03:51 +10:00
Ben Woodcroft 89c3eaaa98 gnu: Add python-pendulum.
* gnu/packages/time.scm (python-pendulum): New variable.
2017-09-17 11:03:46 +10:00
Ben Woodcroft 5d20e1ecaf gnu: Add python-pytzdata.
* gnu/packages/time.scm (python-pytzdata): New variable.
2017-09-17 11:02:23 +10:00
Ben Woodcroft 04fb4516f4 gnu: Add python-backpack.
* gnu/packages/python.scm (python-backpack): New variable.
2017-09-17 11:00:56 +10:00
Ludovic Courtès 4db733e77d gnu: Add hunspell-dict-fr{,moderne,reforme1990,toutesvariantes}.
* gnu/packages/libreoffice.scm (dicollecte-french-dictionary): New
procedure.
(define-french-dictionary): New macro.
(hunspell-dict-fr-classique)
(hunspell-dict-fr-moderne)
(hunspell-dict-fr-réforme-1990)
(hunspell-dict-fr-toutes-variantes): New variables.
2017-09-16 23:27:38 +02:00
Ludovic Courtès 31daf8931b gnu: hunspell: Specify 'DICPATH' variable.
* gnu/packages/libreoffice.scm (hunspell)[native-search-paths]: New
variable.
2017-09-16 23:27:38 +02:00
Tobias Geerinckx-Rice 1d704c89d6 gnu: man-pages: Update to 4.13.
* gnu/packages/man.scm (man-pages): Update to 4.13.
2017-09-16 18:49:34 +02:00
Peter Mikkelsen 07c101e221 build-system: Add 'meson-build-system'.
* Makefile.am (MODULES): Add 'guix/build-system/meson.scm' and
'guix/build/meson-build-system.scm'.
* guix/build-system/meson.scm: New file.
* guix/build/meson-build-system.scm: New file.
* doc/guix.texi (Build Systems): Add 'meson-build-system'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-16 18:07:00 +02:00
Ludovic Courtès 3f0de257c4 services: networking: Add descriptions.
* gnu/services/networking.scm (static-networking-service-type)
(ntp-service-type, inetd-service-type, tor-service-type)
(tor-hidden-service-type, bitlbee-service-type)
(wicd-service-type, network-manager-service-type)
(connman-service-type, openvswitch-service-type): Add 'description'
field.
* po/packages/POTFILES.in: Add gnu/services/networking.scm.
2017-09-16 17:47:46 +02:00
Ludovic Courtès 6b9e1fefa4 services: base: Add descriptions.
* gnu/services/base.scm (fstab-service-type)
(file-system-service-type, urandom-seed-service-type)
(session-environment-service-type)
(console-font-service-type)
(login-service-type, agetty-service-type)
(mingetty-service-type, nscd-service-type)
(pam-limits-service-type, guix-service-type)
(guix-publish-service-type, udev-service-type)
(gpm-service-type): Add 'description' field.
* po/packages/POTFILES.in: Add gnu/services/base.scm.
2017-09-16 17:47:46 +02:00
Ludovic Courtès 0649321d91 guix system: Add 'search' command.
* guix/scripts/system.scm (resolve-subcommand): New procedure.
(process-command): Handle 'search'.
(guix-system): Likewise.
(show-help): Augment.
* guix/scripts/system/search.scm: New file.
* po/guix/POTFILES.in: Add it.
* Makefile.am (MODULES): Add it.
* guix/ui.scm (%text-width): Export.
* doc/guix.texi (Invoking guix system): Document it.
(Service Types and Services): Mention 'guix system search'.
* tests/guix-system.sh: Test it.
2017-09-16 17:47:46 +02:00
Ludovic Courtès 0c0c1b21d9 services: Add 'fold-service-types'.
* gnu/services.scm (%distro-root-directory, %service-type-path): New
variables.
(fold-service-types): New procedure.
2017-09-16 17:47:46 +02:00
Ludovic Courtès b714395a39 services: Add a description and location for each service type.
* gnu/services.scm (<service-type>)[description, location]: New field.
* doc/guix.texi (Service Types and Services): Document 'description'.
2017-09-16 17:47:46 +02:00
Ludovic Courtès c7ae219e39 ui: Generalize relevance computation.
* guix/ui.scm (relevance, package-relevance): New procedures.
(%package-metrics): New variable.
* guix/scripts/package.scm (find-packages-by-description)[score]
[package-score]: Remove.  Use 'package-relevance' instead.
2017-09-16 17:47:45 +02:00
Peter Mikkelsen dab666cd8d gnu: Add meson-for-build.
* gnu/packages/build-tools.scm (meson-for-build): New variable.
* gnu/packages/patches/meson-for-build-rpath.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-16 00:03:53 +02:00
Peter Mikkelsen 67f8ba118e gnu: meson: Update to 0.42.0.
* gnu/packages/build-tools.scm (meson): Update to 0.42.0.
  [propagated-inputs]: Add python.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-16 00:03:53 +02:00
Oleg Pykhalov 2175a42750 gnu: emacs-markdown-mode: Update to 2.3.
* gnu/packages/emacs.scm (emacs-markdown-mode): Update to 2.3.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-15 22:16:28 +01:00
Mark H Weaver a54bf725fc gnu: webkitgtk: Update to 2.18.0.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.18.0.
[arguments]: Add -DUSE_GSTREAMER_GL=OFF to configure-flags.
[inputs]: Add libtasn1.
2017-09-15 13:12:38 -04:00
Paul Garlick 8f21aa22bf gnu: Add openfoam.
*gnu/packages/patches/openfoam-4.1-cleanup.patch: New file
*gnu/packages/simulation.scm: New file
*gnu/local.mk (GNU_SYSTEM_MODULES): Add module.
(dist_patch_DATA): Add patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-15 18:31:53 +02:00
Maxim Cournoyer 66e5570037 gnu: emacs-emms: Fix metadata retrieval for MP3 and FLAC files.
* gnu/packages/emacs.scm (emacs-emms): Reference find, mpg321 and metaflac by
their complete file path.
[inputs]: Add flac.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-15 18:31:53 +02:00
Stefan Reichör 24d158136f gnu: Add python-schedule.
* gnu/packages/python.scm (python-schedule, python2-schedule): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-15 18:31:53 +02:00
Stefan Reichör 893f9d240a gnu: Add pydf.
* gnu/packages/disk.scm (pydf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-15 18:31:53 +02:00
Efraim Flashner 56bf42fb40 gnu: libzip: Fix building on 32-bit architectures.
* gnu/packages/compression.scm (libzip)[arguments]: New field, add phase
to skip tests which are known to have issues on 32-bit architectures.
2017-09-15 15:19:42 +03:00
Mark H Weaver daca2ec4bb gnu: linux-libre: Update to 4.13.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.2.
(%linux-libre-hash): Update hash.
(linux-libre, linux-libre-arm-generic): Remove patch.
2017-09-15 00:31:15 -04:00
Mark H Weaver c2ab0f8950 gnu: linux-libre@4.9: Update to 4.9.50.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.50.  Remove patch.
2017-09-15 00:30:21 -04:00
Mark H Weaver d22a843f57 gnu: linux-libre@4.4: Update to 4.4.88.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.88.  Remove patch.
2017-09-15 00:29:23 -04:00
Efraim Flashner 2206bd340b gnu: Add gnucobol.
* gnu/packages/cobol.scm (gnucobol): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-09-15 06:36:21 +03:00
Efraim Flashner 14728ab78f gnu: Update default gcc-objc and gcc-objc++.
* gnu/packages/gcc.scm (gcc-objc, gcc-objc++): Update default to 5.
2017-09-15 06:36:19 +03:00
Efraim Flashner e05f8d2fb3 gnu: Add gcc-objc++@7.
* gnu/packages/gcc.scm (gcc-objc++@7): New variable.
2017-09-15 06:36:17 +03:00
Efraim Flashner ce9afe2b3b gnu: Add gcc-objc@7.
* gnu/packages/gcc.scm (gcc-objc@7): New variable.
2017-09-15 06:36:15 +03:00
Efraim Flashner 7a7c630856 gnu: Add gcc-objc++@6.
* gnu/packages/gcc.scm (gcc-objc++@6): New variable.
2017-09-15 06:36:12 +03:00
Efraim Flashner 4072c10bee gnu: Add gcc-objc@6.
* gnu/packages/gcc.scm (gcc-objc@6): New variable.
2017-09-15 06:36:07 +03:00
Efraim Flashner ed8cdab870 gnu: Add gcc-objc++@5.
* gnu/packages/gcc.scm (gcc-objc++@5): New variable.
2017-09-15 06:36:04 +03:00
Efraim Flashner f51d01e1c3 gnu: Add gcc-objc@5.
* gnu/packages/gcc.scm (gcc-obj@5): New variable.
2017-09-15 06:36:01 +03:00
Ludovic Courtès c105653329 guix download: Honor mirrors when using '-o'.
Previously "guix download -o x mirror://gnu/…" would fail.

* guix/scripts/download.scm (download-to-file): Pass #:mirrors to
'url-fetch'.
2017-09-14 23:34:35 +02:00
Kei Kebreau db7f7eb8ca gnu: graphicsmagick: Fix CVE-2017-{11403,14103}.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-11403+CVE-2017-14103.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-09-14 09:23:19 -04:00
ng0 c61794cf45 gnu: Add cpputest.
* gnu/packages/check.scm (cpputest): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-14 14:07:25 +02:00
Stefan Reichör 205441eb0e gnu: Add stgit.
* gnu/packages/version-control.scm (stgit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-14 14:07:25 +02:00
R H 6fcf8c2d70 gnu: mpv: Update to 0.27.0.
* gnu/packages/video.scm (mpv): Update to 0.27.0.
2017-09-14 14:07:25 +02:00
Peter Mikkelsen 194b4e7d65 gnu: Add godot.
* gnu/packages/game-development.scm (godot): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-14 14:07:25 +02:00
Efraim Flashner 4b052c6a4d gnu: sudo: Update to 1.8.21p2.
* gnu/packages/admin.scm (sudo): Update to 1.8.21p2.
2017-09-14 09:50:04 +03:00
Eric Bavier eb28a777b5 gnu: Add John the Ripper.
* gnu/packages/password-utils.scm (john-the-ripper-jumbo): New variable.
2017-09-13 22:07:21 -05:00
Arun Isaac aa90375afe gnu: Add os-prober.
* gnu/packages/bootloaders.scm (os-prober): New variable.
2017-09-14 04:35:15 +05:30
Ludovic Courtès 8f3b63b5d7 uuid: Move tests to 'tests/uuid.scm'.
* tests/file-systems.scm ("uuid->string", "string->uuid")
("uuid", "uuid, syntax error"): Move to...
* tests/uuid.scm: ... here.  New file.
("uuid, ISO-9660, format preserved"): New test.
2017-09-14 00:10:13 +02:00
Ludovic Courtès 2ed1f4a52d uuid: Adjust tests.
This is a followup to 9b336338cd.

* tests/file-systems.scm ("uuid"): Add call to 'uuid-bytevector'.
("uuid, syntax error"): Add 'dce to the expected form.
2017-09-14 00:10:13 +02:00
Ludovic Courtès 79e5e00f4f import: cpan: Adjust expected license in tests.
This is a followup to 01ef804d69.

* tests/cpan.scm ("cpan->guix-package"): Expect 'perl-license'.
2017-09-14 00:10:13 +02:00
Christopher Baines 909dcf5b46 gnu: Add ikiwiki.
* gnu/packages/web.scm (ikiwiki): New variable.
2017-09-13 18:19:31 +01:00
Christopher Baines f0539b66fe gnu: Add perl-cgi-session.
* gnu/packages/web.scm (perl-cgi-session): New variable.
2017-09-13 18:19:31 +01:00
Christopher Baines 86bd64b613 gnu: Add perl-yaml-libyaml.
* gnu/packages/perl.scm (perl-yaml-libyaml): New variable.
2017-09-13 18:19:31 +01:00
Christopher Baines 4f0ee1b4df gnu: Add perl-html-scrubber.
* gnu/packages/web.scm (perl-html-scrubber): New variable.
2017-09-13 18:19:30 +01:00
Christopher Baines 7d1f9c91e6 gnu: Add perl-test-eol.
* gnu/packages/perl.scm (perl-test-eol): New variable.
2017-09-13 18:19:30 +01:00
Christopher Baines 88002553ae gnu: Add perl-test-notabs.
* gnu/packages/perl.scm (perl-test-notabs): New variable.
2017-09-13 18:19:30 +01:00
Christopher Baines 3d74955842 gnu: Add perl-test-memory-cycle.
* gnu/packages/perl.scm (perl-test-memory-cycle): New variable.
2017-09-13 18:19:30 +01:00
Christopher Baines b4387d868b gnu: Add perl-devel-cycle.
* gnu/packages/perl.scm (perl-devel-cycle): New variable.
2017-09-13 18:19:30 +01:00
Christopher Baines d5b50202d7 gnu: Add perl-test-cpan-meta.
* gnu/packages/perl.scm (perl-test-cpan-meta): New variable.
2017-09-13 18:19:29 +01:00
Christopher Baines 19d81cf7dc gnu: Add perl-test-cpan-meta-json.
* gnu/packages/perl.scm (perl-test-cpan-meta-json): New variable.
2017-09-13 18:19:29 +01:00
Christopher Baines 9d46919f9c gnu: Add perl-text-markdown-discount.
* gnu/packages/markdown.scm (perl-text-markdown-discount): New variable.
* gnu/packages/patches/perl-text-markdown-discount-use-system-markdown.patch:
  New file.
2017-09-13 18:19:29 +01:00
Christopher Baines 31d3a7c729 gnu: Add discount.
This is required by perl-text-markdown-discount, which is required by ikiwiki.

* gnu/packages/markdown.scm (discount) New variable.
2017-09-13 18:19:29 +01:00
Mark H Weaver 921bb359ba gnu: linux-libre@4.9: Fix hash.
The linux-libre-4.9.49 tarball on the distribution site was repacked using a
non-deterministic process, thus changing the tarball hash, although the
contents of the files in the tarball were not changed.

* gnu/packages/linux.scm (linux-libre-4.9): Update hash.
2017-09-13 12:55:14 -04:00
Mark H Weaver be2b2dff21 gnu: linux-libre: Fix CVE-2017-1000251.
* gnu/packages/linux.scm (linux-libre, linux-libre-4.9)
(linux-libre-4.4, linux-libre-arm-generic): Add patch.
2017-09-13 12:52:50 -04:00
Jan Nieuwenhuizen 1c05aab473 gnu: cuirrass: Default port to 8081.
* gnu/services/cuirass.scm (<cuirass-configuration>): Default port to 8081.
  Fixes conflict with guix-publish default.
* doc/guix.texi (Continuous Integration): Update.
2017-09-13 18:33:46 +02:00
Jan Nieuwenhuizen 9bb98bcf7b doc: Fix typo in cuirrass config example.
* doc/guix.texi (Continuous Integration): Add missing quote in example spec.
2017-09-13 18:30:00 +02:00
Efraim Flashner ad057b79dd gnu: xorriso: Update to 1.4.8.
* gnu/packages/cdrom.scm (xorriso): Update to 1.4.8.
2017-09-13 18:46:44 +03:00
Mark H Weaver 27236a4348 gnu: bluez: Add replacement to fix CVE-2017-1000250.
* gnu/packages/patches/bluez-CVE-2017-1000250.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (bluez)[replacement]: New field.
(bluez/fixed): New variable.
2017-09-13 10:43:03 -04:00
Efraim Flashner 35daddede1 gnu: gcc@7: Update description.
* gnu/packages/gcc.scm (gcc@7)[description]: Remove Java from the list
of supported languages.
2017-09-13 08:55:49 +03:00
Efraim Flashner ab53bdf01c gnu: isl: Update to 0.18.
* gnu/packages/gcc.scm (isl): Update to 0.18.
(isl-0.11): New variable.
(gcc@4.8, cloog)[inputs]: Use isl-0.11.
2017-09-13 08:55:47 +03:00
Efraim Flashner 2b8d4ce819 gnu: gcc: Clean up inputs.
* gnu/packages/gcc.scm (gcc@4.7)[inputs]: Remove isl, cloog.
(gcc@4.8)[inputs]: Add isl, cloog.
(gcc@6)[inputs]: Remove cloog.
2017-09-13 08:55:45 +03:00
Efraim Flashner dd4efefdb0 gnu: gcc@4.9: Inherit from gcc@4.8.
* gnu/packages/gcc.scm (gcc@4.9)[inherit]: Inherit from gcc@4.8.
[supported-systems]: Remove field.
2017-09-13 08:55:42 +03:00
Tobias Geerinckx-Rice 3f9a4eaf92 gnu: awscli: Update to 1.11.151.
* gnu/packages/python.scm (awscli): Update to 1.11.151.
2017-09-13 04:30:32 +02:00
Tobias Geerinckx-Rice 46841c07ec gnu: python-s3transfer: Update to 0.1.11.
* gnu/packages/python.scm (python-s3transfer): Update to 0.1.11.
2017-09-13 04:30:32 +02:00
Tobias Geerinckx-Rice 01fc102e37 gnu: python-botocore: Update to 1.7.9.
* gnu/packages/python.scm (python-botocore): Update to 1.7.9.
2017-09-13 04:30:31 +02:00
Christopher Baines 01ef804d69 import: cpan: Replace '(package-license perl) with 'perl-license.
The perl-license definition is intended to avoid circular dependencies, so
use this as a default when importing packages from CPAN.

* guix/import/cpan.scm (string->license): Replace '(package-license perl) with
  'perl-license.
2017-09-12 23:15:36 +01:00
Christopher Baines c9ce8e1766 gnu: Update signing-party.
Also add more inputs to make the caff program run. I haven't successfully used
it yet though.

* gnu/packages/gnupg.scm (signing-party)[version]: Update to 2.6.
  [source]: Update origin sha256.
  [native-inputs]: Add autoconf and automake.
  [inputs]: Add perl-text-template, perl-mime-tools, perl-gnupg-interface and
  perl-net-idn-encode as these are required by caff. Also add libmd as this is
  required by TODO.
  [arguments]: Add the change-directory and wrap-programs phase, and fix a
  regex and Makefile path in the configure phase.
2017-09-12 22:59:38 +01:00
Christopher Baines 329779159b gnu: Add libmd.
* gnu/packages/crypto.scm (libmd): New variable.
2017-09-12 22:59:38 +01:00
Christopher Baines 34ef575590 gnu: Add perl-gnupg-interface.
* gnu/packages/gnupg.scm (perl-gnupg-interface): New variable.
2017-09-12 22:59:37 +01:00
Christopher Baines 996364fb4e gnu: Add perl-text-template.
* gnu/packages/perl.scm (perl-text-template): New variable.
2017-09-12 22:59:37 +01:00
Christopher Baines 24c1c51334 gnu: Add perl-net-idn-encode.
* gnu/packages/perl.scm (perl-net-idn-encode): New variable.
2017-09-12 22:59:37 +01:00
Christopher Baines a6fe930452 gnu: Add perl-mime-tools.
* gnu/packages/perl.scm (perl-mime-tools): New variable.
2017-09-12 22:59:37 +01:00
Christopher Baines d6daca0ee5 gnu: Add perl-mailtools.
* gnu/packages/perl.scm (perl-mailtools): New variable.
2017-09-12 22:59:37 +01:00
Christopher Baines 2d6125ed4d gnu: Add perl-convert-binhex.
* gnu/packages/perl.scm (perl-convert-binhex): New variable.
2017-09-12 22:59:36 +01:00
Christopher Baines b7206dd362 gnu: Add perl-moox-late.
* gnu/packages/perl.scm (perl-moox-late): New variable.
2017-09-12 22:59:36 +01:00
Christopher Baines 40db2394b2 gnu: Add perl-moox-handlesvia.
* gnu/packages/perl.scm (perl-moox-handlesvia): New variable.
2017-09-12 22:59:36 +01:00
Christopher Baines 3565756f44 gnu: Add perl-data-perl.
* gnu/packages/perl.scm (perl-data-perl): New variable.
2017-09-12 22:59:36 +01:00
Christopher Baines 3a58f45502 gnu: Add perl-moox.
* gnu/packages/perl.scm (perl-moox): New variable.
2017-09-12 22:59:36 +01:00
Ludovic Courtès 1fda01ef42 gnu: texinfo: Add 6.5.
* gnu/packages/texinfo.scm (texinfo-latest): New variable.
2017-09-12 23:56:34 +02:00
Ludovic Courtès 960c40de21 doc: Use Screen and OpenSSH in the bare-bones example.
* gnu/system/examples/bare-bones.tmpl (packages): Remove TCPDUMP; add
SCREEN and OPENSSH.
* doc/guix.texi (Using the Configuration System): Adjust explanation
accordingly.
2017-09-12 23:56:34 +02:00
Ludovic Courtès 4e854b1814 install: Include the whole bare-bones OS in the image.
* gnu/system/install.scm (%installation-services): Load
"example/bare-bones.tmpl".  Add a 'gc-root-service-type' instance.
2017-09-12 23:56:33 +02:00
Ludovic Courtès 96da5d6296 system: Add gexp compiler for <operating-system>.
* gnu/system.scm (operating-system-compiler): New procedure.
2017-09-12 23:56:33 +02:00
Ludovic Courtès 45bba47510 store: 'run-with-store' has a #:target parameter.
* guix/store.scm (run-with-store): Add #:target and honor it.
2017-09-12 23:56:33 +02:00
Tobias Geerinckx-Rice bbb1246fd8 gnu: youtube-dl: Update to 2017.09.11.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.11.
2017-09-12 23:36:24 +02:00
Tobias Geerinckx-Rice 097b80e180 gnu: gtksourceview: Update to 3.24.4.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.4.
2017-09-12 23:36:24 +02:00
Tobias Geerinckx-Rice db122a9b5e gnu: libpeas: Update to 1.22.0.
* gnu/packages/gnome.scm (libpeas): Update to 1.22.0.
[inputs]: Remvoe libxml2.
2017-09-12 23:36:23 +02:00
Tobias Geerinckx-Rice 0f8c520408 gnu: network-manager: Update to 1.8.2.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.2.
2017-09-12 23:36:23 +02:00
Tobias Geerinckx-Rice 8fc5cdc6a0 gnu: tracker: Update to 1.12.3.
* gnu/packages/gnome.scm (tracker): Update to 1.12.3.
2017-09-12 23:36:23 +02:00
Tobias Geerinckx-Rice 9c2d0a1aa8 gnu: gnome-shell-extensions: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.24.3.
2017-09-12 23:36:22 +02:00
Tobias Geerinckx-Rice bd38e6a560 gnu: gnome-settings-daemon: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.3.
2017-09-12 23:36:22 +02:00
Tobias Geerinckx-Rice f97e96ae8b gnu: gsettings-desktop-schemas: Update to 3.24.1.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.24.1.
2017-09-12 23:36:22 +02:00
Ludovic Courtès f40aef6b3b gnu: cups-filters: Remove reference to "acroread".
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass
"--with-acroread-path".
2017-09-12 23:17:50 +02:00
Ludovic Courtès b263967018 gnu: cups-filters: Pass "--localstatedir".
* gnu/packages/cups.scm (cups-filters)[arguments]: Pass --localstatedir.
2017-09-12 23:15:54 +02:00
Ludovic Courtès 1728c41171 gnu: cups-filters: Make sure filters find Ghostscript.
* gnu/packages/cups.scm (cups-filters)[arguments]: Add
'patch-foomatic-hardcoded-file-names' and 'wrap-filters' phases.
2017-09-12 23:07:41 +02:00
Marius Bakke 790ba6d3e1 gnu: imagemagick: Update to 6.9.9-12.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-12.
2017-09-12 22:55:05 +02:00
Marius Bakke 8d3975459d gnu: libraw: Update to 0.18.4.
* gnu/packages/photo.scm (libraw): Update to 0.18.4.
2017-09-12 22:55:05 +02:00
Marius Bakke 40c2653375 gnu: ffmpeg: Update to 3.3.4.
* gnu/packages/video.scm (ffmpeg): Update to 3.3.4.
2017-09-12 22:55:05 +02:00
Marius Bakke 51fcc6d2ae gnu: feh: Update to 2.20.
* gnu/packages/image-viewers.scm (feh): Update to 2.20.
2017-09-12 22:55:05 +02:00
Marius Bakke 493f2cbf06 gnu: notmuch: Update to 0.25.1.
* gnu/packages/mail.scm (notmuch): Update to 0.25.1.
2017-09-12 22:55:05 +02:00
Marius Bakke 777f485ee6 gnu: python-django: Update to 1.10.8 [fixes CVE-2017-12794].
* gnu/packages/django.scm (python-django): Update to 1.10.8.
2017-09-12 22:55:05 +02:00
ng0 8b8702c939 gnu: neomutt: Update to 20170912.
* gnu/packages/mail.scm (neomutt): Update to 20170912.
2017-09-12 21:17:55 +02:00
Dave Love b08952f1bb gnu: openmpi: Configure without builtin atomics.
See https://www.mail-archive.com/users@lists.open-mpi.org//msg31400.html

* gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure with
--enable-builtin-atomics.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-09-12 14:56:59 +02:00
Ludovic Courtès fc2de6ce13 guix system: Pretty-print device UUIDs.
* guix/scripts/system.scm (display-system-generation): Check if
ROOT-DEVICE is a UUID and pretty-print it if it is.
2017-09-12 08:58:28 +02:00
Dave Love a247fe7b0d gnu: openmpi: Remove Valgrind from closure.
* gnu/packages/mpi.scm (openmpi)[arguments]: Elide romio config info to
avoid reference to valgrind.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-12 08:58:27 +02:00
ng0 b5831eb771 gnu: Add mate.
* gnu/packages/mate.scm (mate): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:42 +03:00
ng0 16cd07c163 gnu: Add mate-control-center.
* gnu/packages/mate.scm (mate-control-center): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:40 +03:00
ng0 4d553e0a93 gnu: Add mate-media.
* gnu/packages/mate.scm (mate-media): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:37 +03:00
ng0 da78e01b87 gnu: Add mate-applets.
* gnu/packages/mate.scm (mate-applets): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:34 +03:00
ng0 0bb3d6bf3a gnu: Add mate-settings-daemon.
* gnu/packages/mate.scm (mate-settings-daemon): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:31 +03:00
ng0 9c9909effb gnu: Add libmatekbd.
* gnu/packages/mate.scm (libmatekbd): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:28 +03:00
ng0 133cb8766c gnu: Add libmatemixer.
* gnu/packages/mate.scm (libmatemixer): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:25 +03:00
ng0 c3812bec8e gnu: Add mate-panel.
* gnu/packages/mate.scm (mate-panel): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:23 +03:00
ng0 a8376ca5bf gnu: Add mate-session-manager.
* gnu/packages/mate.scm (mate-session-manager): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:21 +03:00
ng0 4d26a340b5 gnu: Add marco.
* gnu/packages/mate.scm (marco): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:20 +03:00
ng0 17df429ce6 gnu: Add mate-terminal.
* gnu/packages/mate.scm (mate-terminal): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:18 +03:00
ng0 42a6eaaceb gnu: Add caja.
* gnu/packages/mate.scm (caja): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-12 09:55:10 +03:00
Efraim Flashner fa7647c631 gnu: monero: Fix building on aarch64-linux.
* gnu/packages/finance.scm (monero)[arguments]: Add a configure-flag to
set architecture type on aarch64.
2017-09-12 09:55:07 +03:00
Jan Nieuwenhuizen f435379762 gnu: mes: Update to 0.10.
* gnu/packages/mes.scm (mes): Update to 0.10.
2017-09-11 18:03:42 -04:00
Ludovic Courtès 7940188ebf system: Fix typo in 'read-boot-parameters'.
Fixes a regression introduced in
commit 075681d350.

* gnu/system.scm (read-boot-parameters): For 'root-device', use
'device-sexp->device', not 'device->sexp'.
2017-09-11 23:00:40 +02:00
Ludovic Courtès 5f7fe1c57e vm: Generate a UUID to identify the root file system.
This makes collisions less likely than when using a label to look up the
partition.  See <https://bugs.gnu.org/27735>.

* gnu/system/vm.scm (operating-system-uuid): New procedure.
(system-disk-image): Define 'root-uuid' and use it for the root file
system.  Pass it to 'iso9660-image' and 'qemu-image'.
2017-09-11 22:26:29 +02:00
Ludovic Courtès fd3b4b985d vm: Allow users to specify a UUID for the root partition.
* gnu/system/vm.scm (qemu-image): Add #:file-system-uuid parameter; pass
it as the 'uuid' field of the root partition.
2017-09-11 22:26:24 +02:00
Ludovic Courtès ce094b4663 uuid: 'uuid' macro supports more UUID types.
* gnu/system/uuid.scm (string->uuid): Turn 'type' into an optional
argument.
(uuid): Add clauses to allow for an optional 'type' parameter.
2017-09-11 22:24:47 +02:00
Ludovic Courtès 075681d350 system: Serialize the UUID type in the "parameters" file.
* gnu/system.scm (read-boot-parameters)[device->sexp]: New procedure.
Use it for 'root-device' and 'store-device'.
(device->sexp): Serialize the UUID type in addition to its bytevector.
2017-09-11 22:24:47 +02:00
Ludovic Courtès 9b336338cd system: Introduce a disjoint UUID type.
Conceptually a UUID is just a bytevector.  However, there's software out
there such as GRUB that relies on the string representation of different
UUID types (e.g., the string representation of DCE UUIDs differs from
that of ISO-9660 UUIDs, even if they are actually bytevectors of the
same length).  This new <uuid> record type allows us to preserve
information about the type of UUID so we can eventually convert it to a
string using the right representation.

* gnu/system/uuid.scm (<uuid>): New record type.
(bytevector->uuid): New procedure.
(uuid): Return calls to 'make-uuid'.
(uuid->string): Rewrite using 'match-lambda*' to accept a single 'uuid?'
argument.
* gnu/bootloader/grub.scm (grub-root-search): Check for 'uuid?' instead
of 'bytevector?'.
* gnu/system.scm (bootable-kernel-arguments): Check whether ROOT-DEVICE
is 'uuid?'.
(read-boot-parameters): Use 'bytevector->uuid' when the
store device is a bytevector.
(read-boot-parameters-file): Check for 'uuid?' instead of 'bytevector?'.
(device->sexp): New procedure.
(operating-system-boot-parameters-file): Use it for 'root-device' and
'store'.
(operating-system-bootcfg): Remove conditional in definition of
'root-device'.
* gnu/system/file-systems.scm (file-system->spec): Check for 'uuid?' on
DEVICE and take its bytevector.
* gnu/system/mapped-devices.scm (open-luks-device): Likewise.
* gnu/system/vm.scm (iso9660-image): Call 'uuid-bytevector' for the
 #:volume-uuid argument.
2017-09-11 22:24:46 +02:00
Ludovic Courtès d1ff5f9db3 services: file-system: Use 'file-system->spec'.
* gnu/services/base.scm (file-system-shepherd-service): Use
'file-system->spec' instead of in-line code.
2017-09-11 22:24:46 +02:00
Ludovic Courtès 47cef4ecad file-systems: Introduce (gnu system uuid).
* gnu/build/file-systems.scm (sub-bytevector)
(latin1->string, %fat32-endianness, fat32-uuid->string)
(%iso9660-uuid-rx, string->iso9660-uuid)
(iso9660-uuid->string, %network-byte-order)
(dce-uuid->string, %uuid-rx, string->dce-uuid)
(string->ext2-uuid, string->ext3-uuid, string->ext4-uuid)
(vhashq, %uuid-parsers, %uuid-printers, string->uuid)
(uuid->string): Move to...
* gnu/system/uuid.scm: ... here.  New file.
* gnu/system/file-systems.scm (uuid): Move to the above file.
* gnu/system/vm.scm: Adjust accordingly.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add uuid.scm.
2017-09-11 22:24:46 +02:00
Ludovic Courtès 943e1b975f services: base: Import the closure of (gnu build file-systems).
* gnu/services/base.scm (file-system-shepherd-service): Use
'source-module-closure' in the 'with-imported-modules' form.
2017-09-11 22:24:46 +02:00
Ludovic Courtès a8e1247d7d file-systems: Add UUID type dictionaries.
* gnu/build/file-systems.scm (uuid->string): Rename to...
(dce-uuid->string): ... this.
(string->uuid): Rename to...
(string->dce-uuid): ... this.
(vhashq): New macro.
(%uuid-parsers, %uuid-printers): New variables.
(uuid->string, string->uuid): New procedures.
2017-09-11 22:24:46 +02:00
Ludovic Courtès bae28ccb69 vm: Allow partitions to be initialized with a given UUID.
* gnu/build/vm.scm (<partition>)[uuid]: New field.
(create-ext-file-system): Add #:uuid and honor it.
(create-fat-file-system): Add #:uuid.
(format-partition): Add #:uuid and honor it.
(initialize-partition): Honor the 'uuid' field of PARTITION.
2017-09-11 22:24:46 +02:00
Leo Famulari 007b92cfc0 gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797].
* gnu/packages/mp3.scm (mpg123): Update to 1.25.6.
2017-09-11 13:23:26 -04:00
Tobias Geerinckx-Rice 5564b2c53e gnu: libchamplain: Update to 0.12.16.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.16.
2017-09-11 15:01:20 +02:00
Tobias Geerinckx-Rice 45586b8dd8 gnu: gnome-online-accounts: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.3.
2017-09-11 15:01:20 +02:00
Ludovic Courtès 66ae958c5b gnu: emacs: Patch message-mode enriched text translation [security fix].
* gnu/packages/patches/emacs-unsafe-enriched-mode-translations.patch:
New file.
* gnu/packages/emacs.scm (emacs)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-09-11 14:52:29 +02:00
Jan Nieuwenhuizen 238ee64802 gnu: nyacc: Update to 0.82.0.
* gnu/packages/mes.scm (nyacc): Update to 0.82.0.
2017-09-11 14:44:05 +02:00
Ben Woodcroft d8661f52b1 gnu: ruby-activesupport: Update to 5.1.4.
* gnu/packages/ruby.scm (ruby-activesupport): Update to 5.1.4.
2017-09-11 21:43:20 +10:00
宋文武 6bda496286 gnu: icedtea-8: Install the nss.cfg file to JRE.
Before this, accessing HTTPS will throw an exception about 'nss.cfg' could not
be found.

* gnu/packages/java.scm (icedtea-8)[arguments]: Copy 'nss.cfg' from JDK into
JRE in the install phase.
2017-09-11 19:07:56 +08:00
Ludovic Courtès 130c3bc894 gnu: gdb: Update to 8.0.1.
* gnu/packages/gdb.scm (gdb): Update to 8.0.1.
2017-09-11 11:57:51 +02:00
Ludovic Courtès 4918e7fc22 download: Adjust main ftp.gnu.org mirror.
* guix/download.scm (%mirrors): Add missing "/gnu" in first mirror,
although that mirror would work even without it.  Use https instead of
http.
2017-09-11 11:51:50 +02:00
Ludovic Courtès 1b3ebae4f1 gnu-maintenance: Return all the latest tarballs, not just one.
* guix/gnu-maintenance.scm (latest-gnu-release): Return a list of
matching tarballs instead of just the first one.  This gives us .tar.gz,
.tar.xz, etc.
2017-09-11 11:51:39 +02:00
Ludovic Courtès e9f3811390 gnu-maintenance: Correctly compare versions.
* guix/gnu-maintenance.scm (latest-gnu-release): Add calls to
'sans-extension'.  This fixes version comparison, which could be fooled
with the ".tar.gz" extension.
2017-09-11 11:40:32 +02:00
Ludovic Courtès 21c2757f27 gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to a9468b4.
2017-09-11 11:36:38 +02:00
Ludovic Courtès a9468b422b substitute: Download from unauthorized sources that provide the right content.
This allows substitutes to be downloaded from unauthorized servers, as
long as they advertise the same hash and references as one of the
authorized servers.

* guix/scripts/substitute.scm (assert-valid-narinfo): Remove.
(valid-narinfo?): Add #:verbose?.  Handle each case of
'signature-case'.
(equivalent-narinfo?): New procedure.
(lookup-narinfos/diverse): Add 'authorized?' parameter and honor it.
[select-hit]: New procedure.
(lookup-narinfo): Add 'authorized?' parameter and pass it.
(process-query): Adjust callers accordingly.
(process-substitution): Remove call to 'assert-valid-narinfo'.  Check
whether 'lookup-narinfo' returns true and call 'leave' if not.
* tests/substitute.scm (%main-substitute-directory)
(%alternate-substitute-directory): New variables.
(call-with-narinfo): Make 'narinfo-directory' a parameter.  Call
'mkdir-p' to create it.  Change unwind handler to check whether
CACHE-DIRECTORY exists before deleting it.
(with-narinfo*): New macro.
("substitute, no signature")
("substitute, invalid hash")
("substitute, unauthorized key"): Change expected error message to "no
valid substitute".
("substitute, unauthorized narinfo comes first")
("substitute, unsigned narinfo comes first")
("substitute, first narinfo is unsigned and has wrong hash")
("substitute, first narinfo is unsigned and has wrong refs")
("substitute, unsigned narinfo comes first")
("substitute, two invalid narinfos"): New tests.
* doc/guix.texi (Substitutes): Explain the new behavior.
2017-09-11 11:10:21 +02:00
Ludovic Courtès 218f6eccaf substitute: Make substitute URLs a SRFI-39 parameter.
* guix/scripts/substitute.scm (%cache-urls): Rename to...
(%default-substitute-urls): ... this.
(substitute-urls): New variable.
(guix-substitute): Use it instead of %CACHE-URLS.
* tests/substitute.scm: Likewise.
2017-09-11 11:10:21 +02:00
Theodoros Foradis 79228a52d2 gnu: Add monero-core.
* gnu/packages/finance.scm (monero-core): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-11 11:10:21 +02:00
Theodoros Foradis 8514662b20 gnu: Add monero.
* gnu/packages/finance.scm (monero): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-11 11:10:20 +02:00
Efraim Flashner e5f3d1183c gnu: libffcall: Update to 2.0.
* gnu/packages/libffcall.scm (libffcall): Update to 2.0.
2017-09-11 11:16:11 +03:00
Mark H Weaver 4b4869ce97 gnu: linux-libre: Update to 4.13.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.1.
(%linux-libre-hash): Update hash.
2017-09-11 00:42:09 -04:00
Mark H Weaver 3abc12d6d2 gnu: linux-libre@4.9: Update to 4.9.49.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.49.
2017-09-11 00:41:24 -04:00
Jelle Licht cfd34f4316 gnu: python-apsw: Build with all extensions.
* gnu/packages/python.scm (python-apsw)[phases]: Replace build phase; add flag
  to build all extensions. Add build-test-helper to allow testing of
  extensions.
2017-09-11 01:12:59 +02:00
Tobias Geerinckx-Rice c1b815a5b8 gnu: gnome-sudoku: Update to 3.26.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.26.0.
2017-09-11 00:54:03 +02:00
Tobias Geerinckx-Rice 55a9f04052 gnu: gnome-klotski: Update to 3.22.2.
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.22.2.
2017-09-11 00:54:02 +02:00
Tobias Geerinckx-Rice da40501ba5 gnu: libgnome-games-support: Update to 1.2.3.
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.2.3.
2017-09-11 00:54:01 +02:00
Tobias Geerinckx-Rice e0f4966448 gnu: cloc: Fix typo in description.
* gnu/packages/code.scm (cloc)[description]: Fix typo.
2017-09-11 00:54:01 +02:00
Tobias Geerinckx-Rice 7ca001c33d gnu: cloc: Update to 1.74.
* gnu/packages/code.scm (cloc): Update to 1.74.
[source]: Update source URL.
2017-09-11 00:54:00 +02:00
Tobias Geerinckx-Rice 4e4de30a4b gnu: youtube-dl: Update to 2017.09.10.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.10.
2017-09-11 00:54:00 +02:00
Kei Kebreau 4561498e1f gnu: Fix build failures caused by commit
d10092b849.

* gnu/packages/bioinformatics.scm (seek)[arguments]: Restore previous phase
order.
* gnu/packages/ci.scm (cuirass)[arguments]: Add patch-/bin/sh phase.
2017-09-10 18:21:35 -04:00
Ludovic Courtès 1e8d398abc install: Add OpenSSH to the global profile.
Suggested by Jan Nieuwenhuizen.

* gnu/system/install.scm (installation-os)[packages]: Add OPENSSH.
2017-09-10 23:34:29 +02:00
Ludovic Courtès 903ae630a0 install: Add 'passwd' to $PATH.
Suggested by Jan Nieuwenhuizen.

* gnu/system/install.scm (installation-os)[setuid-programs]: Add 'passwd'.
2017-09-10 23:34:29 +02:00
Jan Nieuwenhuizen 4aafce22ab gnu: Add emacs-bash-completion.
* gnu/packages/emacs.scm (emacs-bash-completion): New variable.
2017-09-10 22:43:05 +02:00
Efraim Flashner 338b58e0ea gnu: openjpeg: Fix CVE-2017-14164.
* gnu/packages/image.scm (openjpeg)[source]: Add patch.
* gnu/packages/patches/openjpeg-CVE-2017-14164.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-09-10 22:00:35 +03:00
Efraim Flashner 224bb4b6f9 gnu: graphicsmagick: Fix CVE-2017-14165.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-14165.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-09-10 21:45:45 +03:00
Christopher Baines 814da59fcc gnu: Add emacs-wgrep.
* gnu/packages/emacs.scm (emacs-wgrep): New variable.
2017-09-10 19:27:00 +01:00
Christopher Baines 81808194ac gnu: Add emacs-rspec.
* gnu/packages/emacs.scm (emacs-rspec): New variable.
2017-09-10 19:26:51 +01:00
Kei Kebreau 2cc752c0b0 gnu: graphicsmagick: Fix CVE-2017-14042.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patch.
* gnu/packages/patches/graphicsmagick-CVE-2017-14042.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-09-10 09:33:56 -04:00
Christopher Baines c2a59a92bb doc: Replace upstream-list with upstream-blocks.
This fixes the documentation to match the implementation.

* doc/guix.texi (Web Services): Replace 'upstream-list' with
  'upstream-blocks'.
2017-09-10 12:00:03 +01:00
Oleg Pykhalov fb1cba687e doc: Replace server-list with server-blocks.
* doc/guix.texi (Web Services): Replace 'server-list' with 'server-blocks'.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-09-10 11:59:59 +01:00
Christopher Baines 575065bd1c vm: Add comment about deduplication in make-iso9660-image.
* gnu/build/vm.scm (make-iso9660-image): Add comment about the use of
  #:deduplicate #f when calling register-closure.
2017-09-10 11:59:55 +01:00
Tobias Geerinckx-Rice bc64676c46 gnu: btrfs-progs: Update to 4.13.
* gnu/packages/linux.scm (btrfs-progs): Update 4.13.
[native-inputs]: Add acl.
2017-09-10 12:50:32 +02:00
Ludovic Courtès 67a37c6311 gnu: foomatic-filters: Add missing patches.
This is a followup to commit d02aabaf1b.

* gnu/packages/patches/foomatic-filters-CVE-2015-8327.patch: New file.
* gnu/packages/patches/foomatic-filters-CVE-2015-8560.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-09-10 12:00:25 +02:00
Ludovic Courtès 5db0a1cd5a gnu: Add foo2zjs.
* gnu/packages/cups.scm (foo2zjs): New variable.
2017-09-09 23:01:52 +02:00
Ludovic Courtès d02aabaf1b gnu: Add foomatic-filters.
* gnu/packages/cups.scm (foomatic-filters): New procedure.
2017-09-09 23:01:52 +02:00
Leo Famulari 45bed1d3ea gnu: python2-acme: Remove package.
This package has not built successfully for a long time. Since it
appears to have no users, we remove it for now.

* gnu/packages/tls.scm (python2-acme): Remove variable.
2017-09-08 19:55:34 -04:00
Leo Famulari 73a2ef3697 gnu: tcpdump: Remove alternate source URL.
* gnu/packages/admin.scm (tcpdump)[source]: Remove alternate URL.
2017-09-08 19:36:04 -04:00
Leo Famulari 72fe8956f5 gnu: certbot, python-acme: Update to 0.18.1.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.18.1.
2017-09-08 19:26:55 -04:00
Oleg Pykhalov 1eb6b72483 gnu: Add python-betamax-matchers.
* gnu/packages/python.scm (python-betamax-matchers, python2-betamax-matchers):
  New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-08 18:12:51 +02:00
Oleg Pykhalov 4967946b8a gnu: Add python-uritemplate.
* gnu/packages/python.scm (python-uritemplate, python2-uritemplate): New
  variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-08 18:08:58 +02:00
Troy Sankey a5d6b0a3d2 gnu: notmuch-addrlookup-c: Update to 8-1.88f156d.
* gnu/packages/mail.scm (notmuch-addrlookup-c): Update to 8-1.88f156d.
[source]: Use git-fetch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-08 18:08:31 +02:00
ng0 a79830d035 gnu: neomutt: Update to 20170907.
* gnu/packages/mail.scm (neomutt): Update to 20170907.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-08 17:43:37 +02:00
Ludovic Courtès 1b58f1c8ba build: Use -Wmacro-use-before-definition.
* build-aux/compile-all.scm (warnings): Add 'macro-use-before-definition'.
2017-09-08 12:48:08 +02:00
Ludovic Courtès 8bfa40eae5 gnu: hwloc: Update to 1.11.8.
* gnu/packages/mpi.scm (hwloc): Update to 1.11.8.
2017-09-08 12:48:08 +02:00
Mark H Weaver b3a63e697d gnu: linux-libre@4.9: Update to 4.9.48.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.48.
2017-09-08 03:46:16 -04:00
Mark H Weaver 5c6f434d74 gnu: linux-libre@4.4: Update to 4.4.87.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.87.
2017-09-08 03:45:30 -04:00
Ludovic Courtès 4e39604111 tests: Fix incorrect use of 'file-append'.
Fixes a regression introduced in fbc7b1f125.

* gnu/tests/install.scm (run-install)[install]: Don't use 'file-append'
with a string as its first argument; use a gexp with 'string-append' instead.
Use a gexp instead of a list for "-cdrom IMG".
2017-09-08 00:11:21 +02:00
Ludovic Courtès cd1ad27e6c gnu: elogind: Use itself as the cgroup controller.
Fixes a regression introduced in
fa67d56541 whereby elogind would fail to
start with:

  Cannot determine cgroup we are running in: No data available
  Out of memory.

thereby preventing log-in altogether.

* gnu/packages/freedesktop.scm (elogind)[arguments]: Pass
"--with-cgroup-controller=elogind".
* gnu/tests/desktop.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-09-08 00:11:21 +02:00
Ludovic Courtès cf42428a4a services: elogind: Add default value.
* gnu/services/desktop.scm (elogind-service-type)[default-value]: New
field.
2017-09-08 00:11:21 +02:00
Ludovic Courtès 13877c3453 marionette: 'wait-for-file' can be passed a read procedure.
* gnu/build/marionette.scm (wait-for-file): Add #:read parameter and
honor it.
* gnu/tests/base.scm (run-basic-test)["login on tty1"]: Use
'wait-for-file' instead of inline code.
2017-09-08 00:11:21 +02:00
Ludovic Courtès 505760ed08 gnu: elogind: Remove unnecessary configure flag.
* gnu/packages/freedesktop.scm (elogind)[arguments]: Remove
"--with-libcap" configure flag, which is no longer needed.
2017-09-08 00:11:21 +02:00
Ludovic Courtès acc2ab65bc doc: Update elogind URL.
* doc/guix.texi (Desktop Services): Update elogind URL.
2017-09-08 00:11:20 +02:00
Leo Famulari 81635ad03e gnu: tcpdump: Update to 4.9.2 [security fixes].
Fixes CVE-2017-{12893,12894,12895,12896,12897,12898,12899,12900,12901,12902,
12985,12986,12987,12988,12989,12990,12991,12992,12993,12994,12995,12996,12997,
12998,12999,13000,13001,13002,13003,13004,13005,13006,13007,13008,13009,13010,
13012,13013,13014,13015,13016,13017,13018,13019,13020,13021,13022,13023,13024,
13025,13026,13027,13028,13029,13030,13031,13032,13033,13034,13035,13036,13037,
13038,13039,13040,13041,13042,13043,13044,13045,13046,13047,13048,13049,13050,
13051,13052,13053,13054,13055,13687,13688,13689,13690,13725}.

* gnu/packages/admin.scm (tcpdump): Update to 4.9.2.
[source]: Remove patches and add alternate source URL.
* gnu/packages/patches/tcpdump-CVE-2017-11541.patch,
gnu/packages/patches/tcpdump-CVE-2017-11542.patch,
gnu/packages/patches/tcpdump-CVE-2017-11543.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-09-07 17:44:20 -04:00
Leo Famulari 3b2802f8c4 gnu: certbot, python-acme: Update to 0.18.0.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.18.0.
2017-09-07 15:47:01 -04:00
Leo Famulari 6a7bd25bf2 gnu: qemu: Fix CVE-2017-{13711,14167}.
* gnu/packages/patches/qemu-CVE-2017-14167.patch
gnu/packages/patches/qemu-CVE-2017-13711.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.
2017-09-07 15:46:57 -04:00
Leo Famulari 94d671f673 gnu: libarchive: Replace with libarchive 3.3.2 and fix CVE-2017-14166.
* gnu/packages/backup.scm (libarchive)[replacement]: New field.
(libarchive-3.3.2): New variable.
* gnu/packages/patches/libarchive-CVE-2017-14166.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-09-07 14:29:38 -04:00
Oleg Pykhalov ba74ef94d7 gnu: pulseaudio: Update to 11.0.
From af245f3289d14a6f6cc6e5454e64a47241517cf1 Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Thu, 7 Sep 2017 08:23:43 +0300
Subject: [PATCH] gnu: pulseaudio: Update to 11.0.

* gnu/packages/pulseaudio.scm (pulseaudio): Update to 11.0.
2017-09-07 18:18:55 +02:00
Ludovic Courtès 5a7deb1174 gnu: Add BLIS.
* gnu/packages/maths.scm (make-blis): New procedure.
(blis, ignorance): New variables.
(blis/x86_64): New macro.
(blis-sandybridge, blis-haswell, blis-knl): New variables.
2017-09-07 15:38:56 +02:00
Ludovic Courtès fb25508856 size: Default to '--sort=self'.
* guix/scripts/size.scm (%default-options): Change default value for
'profile<?.
* doc/guix.texi (Invoking guix size): Adjust accordingly.
2017-09-07 13:57:42 +02:00
Ludovic Courtès c2ffcc4425 gnu: elogind: Add '-L' flag for libcap in libelogind.la.
This fix allows us to revert this series of commits:

  1b97e9261 * gnu: gdm: Add missing input.
  de0c89f18 * gnu: colord: Add missing input.
  7e38ba654 * gnu: accountsservice: Add missing input.
  166bc1b25 * gnu: network-manager: Add missing input.
  daae20894 * gnu: modem-manager: Add missing input.
  1f919459e * gnu: udisks: Add missing input.
  744e9d074 * gnu: mutter: Add missing input.
  0cce140dc * gnu: gnome-session: Add missing input.
  77c2476ae * gnu: polkit: Add missing input.
  124ac301c * gnu: weston: Add missing input.
  472c2223c * gnu: kmscon: Add missing input.

* gnu/packages/freedesktop.scm (elogind)[arguments]: Add
'add-libcap-to-search-path' phase.
(weston)[inputs]: Remove LIBCAP.
(udisks): Likewise.
(accountsservice): Likewise.
(modem-manager): Likewise.
* gnu/packages/gnome.scm (colord): Likewise
(gnome-session): Likewise.
(mutter): Likewise.
(network-manager): Likewise.
(gdm): Likewise.
* gnu/packages/polkit.scm (polkit): Likewise.
* gnu/packages/terminals.scm (kmscon): Likewise.
2017-09-07 13:57:42 +02:00
Peter Mikkelsen 26ba09ba35 gnu: elogind: Update to 232.4.
* gnu/packages/freedesktop.scm (elogind): Update to 232.4.
[arguments]: Add --with-rootlibexecdir.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-07 13:57:39 +02:00
Roel Janssen eaff063aa0 gnu: emacs-ess: Relocate the etc directory so that ESS can find it.
* gnu/packages/emacs.scm (emacs-ess): Relocate the etc directory so
  that ESS can find it.
2017-09-07 09:59:32 +02:00
Cyril Roelandt c98f9c5296 gnu: python-tox: Update to 2.8.0.
* gnu/packages/python.scm (python-tox): Update to 2.8.0.
2017-09-06 23:54:22 +02:00
Efraim Flashner 18e565bf67 gnu: terminology: Update to 1.1.1.
* gnu/packages/enlightenment.scm (terminology): Update to 1.1.1.
2017-09-06 22:07:37 +03:00
Peter Mikkelsen 1b97e92613 gnu: gdm: Add missing input.
* gnu/packages/gnome.scm (gdm)[inputs]: Add libcap.
2017-09-06 19:05:56 +03:00
Peter Mikkelsen de0c89f181 gnu: colord: Add missing input.
* gnu/packages/gnome.scm (colord)[inputs]: Add libcap.
2017-09-06 19:05:56 +03:00
Peter Mikkelsen 7e38ba654a gnu: accountsservice: Add missing input.
* gnu/packages/freedesktop.scm (accountsservice)[inputs]: Add libcap.
2017-09-06 19:05:55 +03:00
Peter Mikkelsen 166bc1b259 gnu: network-manager: Add missing input.
* gnu/packages/gnome.scm (network-manager)[inputs]: Add libcap.
2017-09-06 19:05:55 +03:00
Peter Mikkelsen daae208942 gnu: modem-manager: Add missing input.
* gnu/packages/freedesktop.scm (modem-manager)[inputs]: Add libcap.
2017-09-06 19:05:55 +03:00
Peter Mikkelsen 1f919459eb gnu: udisks: Add missing input.
* gnu/packages/freedesktop.scm (udisks)[inputs]: Add libcap.
2017-09-06 19:05:55 +03:00
Tobias Geerinckx-Rice 4ef6cfefaa gnu: python-pyxb: Update to 1.2.6.
* gnu/packages/xml.scm (python-pyxb): Update to 1.2.6.
2017-09-06 17:12:42 +02:00
Tobias Geerinckx-Rice 35a4fefc01 gnu: iproute: Edit description.
* gnu/packages/linux.scm (iproute)[description]: Re-order, be concise, and
omit information that is obsolete, misleading, or irrelevant to Guix users.
2017-09-06 17:12:41 +02:00
Tobias Geerinckx-Rice ddcac5595e gnu: iproute: Update to 4.13.0.
* gnu/packages/linux.scm (iproute): Update to 4.13.0.
2017-09-06 17:12:40 +02:00
Nicolas Goaziou e9ba22d6e1 gnu: emacs-org: Update to 20170906.
* gnu/packages/emacs.scm (emacs-org): Update to 20170906, a.k.a. Org 9.1.
2017-09-06 14:45:08 +02:00
Efraim Flashner 98df3a88b5 gnu: libzip: Update to 1.3.0 (fixes CVE-2017-14107).
* gnu/packages/compression.scm (libzip): Update to 1.3.0.
[source]: Remove patch.
[arguments]: Remove custom 'patch-perl phase.
* gnu/packages/patches/libzip-CVE-2017-12858.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-06 14:20:43 +03:00
Efraim Flashner 3b7c606965 gnu: openjpeg: Fix CVE-2017-14151, CVE-2017-14152.
* gnu/packages/image.scm (openjpeg)[source]: Add patches.
* gnu/packages/patches/openjpeg-CVE-2017-14151.patch,
gnu/packages/patches/openjpeg-CVE-2017-14152.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-09-06 14:20:40 +03:00
Nicolas Goaziou f049e79dc3 gnu: csound: Update to 6.09.1.
* gnu/packages/audio.scm (csound): Update to 6.09.1.  Change source URI.
* gnu/packages/patches/csound-header-ordering.patch: Remove patch.
* gnu/local.mk (dist_patch_DATA): Remove reference to patch above.
2017-09-06 12:51:59 +02:00
Roel Janssen 026ebc141f gnu: Update calibre to 3.6.0.
* gnu/local.mk: Remove calibre-drop-unrar.patch
* gnu/packages/ebook.scm (calibre): Update to 3.6.0.
  Add python-html5-parser input.
* gnu/packages/patches/calibre-drop-unrar.patch: Remove file.
2017-09-06 12:42:57 +02:00
Roel Janssen 13be557d98 gnu: Add python-html5-parser, python2-html5-parser.
* gnu/packages/python.scm (python-html5-parser): New variable.
  (python2-html5-parser: New variable.
2017-09-06 12:42:40 +02:00
Roel Janssen 2054b52201 gnu: Update python-lxml to 3.8.0.
* gnu/packages/python.scm (python-lxml): Update to 3.8.0.
2017-09-06 12:41:41 +02:00
Christopher Baines 21a656f590 gnu: Add emacs-go-mode.
* gnu/packages/emacs.scm (emacs-go-mode): New variable.
2017-09-06 08:51:38 +01:00
Efraim Flashner 744e9d0745 gnu: mutter: Add missing input.
* gnu/packages/gnome.scm (mutter)[inputs]: Add libcap.
2017-09-06 10:49:59 +03:00
Efraim Flashner 50918af29b gnu: mutter: Only propagate glib once.
* gnu/packages/gnome.scm (mutter)[propagated-inputs]: Remove duplicate
glib.
2017-09-06 10:49:55 +03:00
Efraim Flashner 0cce140dc2 gnu: gnome-session: Add missing input.
* gnu/packages/gnome.scm (gnome-settings)[inputs]: Add libcap.
2017-09-06 10:49:51 +03:00
Efraim Flashner 77c2476ae3 gnu: polkit: Add missing input.
* gnu/packages/polkit.scm (polkit)[inputs]: Add libcap.
2017-09-06 10:49:47 +03:00
Efraim Flashner 124ac301c1 gnu: weston: Add missing input.
* gnu/packages/freedesktop.scm (weston)[inputs]: Add libcap.
2017-09-06 10:49:44 +03:00
Efraim Flashner 472c2223c0 gnu: kmscon: Add missing input.
* gnu/packages/terminals.scm (kmscon)[inputs]: Add libcap.
2017-09-06 10:49:31 +03:00
Christopher Baines fbc7b1f125 tests: Add test for installing from an ISO Image.
* gnu/tests/install.scm (%test-iso-image-installer): New variable.
  (run-install): Add #:installation-disk-image-file-system-type as a keyword
  argument.
2017-09-06 08:43:56 +01:00
Christopher Baines b069111f7a vm: Call iso9660-image with #:register-closures? as #t.
* gnu/system/vm.scm (system-disk-image): Call iso9660-image with
  #:register-closures? as #t.
2017-09-06 08:43:52 +01:00
Christopher Baines e375d3fab7 vm: Add support for registering closures to iso9660-image.
* gnu/system/vm.scm (iso9660-image): Add support for registering closures.
2017-09-06 08:43:48 +01:00
Christopher Baines 309b8fe7e6 vm: Create /mnt in the generated ISO image in make-iso9660-image.
This is used in the installation process, as the mountpoint for the target
filesystem.

* gnu/build/vm.scm (make-iso9660-image): Create /mnt within the generated ISO
  image.
2017-09-06 08:43:44 +01:00
Christopher Baines 22bbdb5f79 vm: Add support for registering closures to make-iso9660-image.
This mimics the functionality in the root-partition-initializer used in
creating the QEMU image. This helps when trying to run guix system init from
the generated ISO image.

* gnu/build/vm.scm (make-iso9660-image): Add support for registering closures.
2017-09-06 08:43:38 +01:00
Efraim Flashner f1597427f2 gnu: file: Fix CVE-2017-1000249.
* gnu/packages/file.scm (file)[replacement]: New field.
(file/fixed): New variable.
* gnu/packages/commencement.scm (file-boot0): Use package/inherit.
* gnu/packages/patches/file-CVE-2017-1000249.patch.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-09-05 23:04:05 +03:00
Tobias Geerinckx-Rice 5cf0997a0b gnu: ruby-coderay: Update to 1.1.2.
* gnu/packages/ruby.scm (ruby-coderay): Update to 1.1.2.
2017-09-05 20:57:14 +02:00
Tobias Geerinckx-Rice 26ac5c90c1 gnu: nginx: Enable HTTP/2.0 (ngx_http_v2_module).
* gnu/packages/web.scm (nginx)[arguments]: Add ‘--with-http_v2_module’ flag.
2017-09-05 20:57:14 +02:00
Tobias Geerinckx-Rice 352a5b639b services: web: Fix nginx-service-type's ‘file’ procedure.
* gnu/services/web.scm (nginx-activation, nginx-shepherd-service): Replace
references to non-existent ‘config-file’ with ‘file’.
* doc/guix.texi (Web Services): Likewise.
2017-09-05 20:57:14 +02:00
Tobias Geerinckx-Rice 4695472f8a doc: Fix typo in copyright header.
* doc/guix.texi: Move stray ‘@*’ to where it belongs.
2017-09-05 20:57:13 +02:00
Tobias Geerinckx-Rice 57d2898772 Handle the same HTTP redirects everywhere.
* guix/build/download.scm (http-fetch): Complete the hard-coded list of HTTP
redirection status codes.
* guix/http-client.scm (http-fetch): Likewise.
* guix/scripts/lint.scm (probe-uri): Likewise.
2017-09-05 20:57:13 +02:00
Tobias Geerinckx-Rice a4c1e99ed9 build: Negate ‘--disable-daemon’ help string.
This is a follow-up to commit c9b70836d0.

* configure.ac: Make ‘--disable-daemon’'s help text consistent with others.
2017-09-05 20:57:12 +02:00
Leo Famulari 514c2f4806 gnu: tcpdump: Fix CVE-2017-[11541,11542,11543].
* gnu/packages/patches/tcpdump-CVE-2017-11541.patch,
gnu/packages/patches/tcpdump-CVE-2017-11542.patch
gnu/packages/patches/tcpdump-CVE-2017-11543.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/admin.scm (tcpdump)[source]: Use them.
2017-09-05 14:53:50 -04:00
Efraim Flashner 4c2aaa6056 gnu: mesa: Use exactly llvm@3.9.1.
* gnu/packages/gl.scm (mesa)[inputs]: Use llvm@3.9.1.
2017-09-05 21:52:12 +03:00
Efraim Flashner 665c0958d8 gnu: mesa: Enable more drivers.
* gnu/packages/gl.scm (mesa)[arguments]: Split armhf and aarch64 driver
options, add more armhf specific drivers. Add offscreen platform.
2017-09-05 21:52:09 +03:00
Efraim Flashner 1f42989eb0 gnu: libdrm: Enable more drivers for arm and aarch64.
* gnu/packages/xdisorg.scm (libdrm)[arguments]: Add configure flags to
enable experimental architecture-specific video drivers.
2017-09-05 21:52:07 +03:00
Efraim Flashner 0cae36b5e5 gnu: libmediainfo: Adjust build phases.
* gnu/packages/video.scm (libmediainfo)[arguments]: Change to the build
directory before running autogen.
2017-09-05 21:51:03 +03:00
Mathieu Othacehe b100a70495 guix: Fix Guile current-processor-count deprecation warnings.
When current-processor-count is used without (ice-9 threads) being used, Guile
complains with the following warning:

Import (ice-9 threads) to have access to `current-processor-count'.

* guix/store.scm: Use (ice-9 threads).
2017-09-05 19:40:48 +02:00
Ricardo Wurmus fa67d56541 gnu: elogind: Update to 232.3.
* gnu/packages/freedesktop.scm (elogind): Update to 232.3.
[home-page]: Use new upstream home page.
[arguments]: Disable tests, add new required configure flags; add build phase
"autogen".
[native-inputs]: Add autoconf, automake, libtool, and python.
2017-09-05 16:59:46 +02:00
Ricardo Wurmus 8036caa75a gnu: r-tidyr: Update to 0.7.1.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.1.
2017-09-05 16:59:46 +02:00
Ricardo Wurmus 31b7f0c0fc gnu: r-gdtools: Update to 0.1.6.
* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.6.
2017-09-05 16:59:45 +02:00
Roel Janssen 325c039c1d gnu: Add r-sparql.
* gnu/packages/bioinformatics.scm (r-sparql): New variable.
2017-09-05 11:02:03 +02:00
Tobias Geerinckx-Rice c0ac72e18c gnu: epiphany: Update to 3.24.4.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.4.
2017-09-05 05:44:27 +02:00
Tobias Geerinckx-Rice b8fb94d5b8 gnu: libvirt: Make selected inputs native-inputs.
* gnu/packages/virtualization.scm (libvirt)[inputs]: Move perl, polkit, and
python from here...
[native-inputs]: ...to here.
2017-09-05 05:27:41 +02:00
Tobias Geerinckx-Rice 2f110b32a4 gnu: libvirt: Update to 3.7.0.
* gnu/packages/virtualization.scm (libvirt): Update to 3.7.0.
[native-inputs]: Add libxslt for xsltproc.
2017-09-05 05:27:40 +02:00
Tobias Geerinckx-Rice 864f2f0ef0 gnu: python-libvirt: Update to 3.7.0.
* gnu/packages/virtualization.scm (python-libvirt): Update to 3.7.0.
2017-09-05 05:27:40 +02:00
Tobias Geerinckx-Rice b3fee5c141 gnu: Use HTTPS for libvirt.org.
* gnu/packages/virtualization.scm (libvirt, python-libvirt)[home-page]:
Use HTTPS.
2017-09-05 05:27:39 +02:00
Mark H Weaver b8b0f536a4 gnu: libidn2: Replace with 2.0.4 [security fixes].
* gnu/packages/libidn.scm (libidn2)[replacement]: New field.
(libidn2-2.0.4): New variable.
2017-09-04 20:39:20 -04:00
Ludovic Courtès a913d9d926 gnu: emacs-tiny: Fix typo.
* gnu/packages/emacs.scm (emacs-tiny)[description]: Fix typo.
2017-09-04 23:52:44 +02:00
Christopher Baines 26361de404 gnu: Add emacs-minitest.
* gnu/packages/emacs.scm (emacs-minitest): New variable.
2017-09-04 22:31:37 +01:00
Christopher Baines 4138e782dc vm: Remove redundant conditional in system-disk-image.
* gnu/system/vm.scm (system-disk-image): Remove redundant conditional for
  #:file-system-type when calling qemu-image.
2017-09-04 22:30:04 +01:00
Marius Bakke a76585e553 Merge branch 'master' into staging 2017-09-04 22:34:28 +02:00
Marius Bakke 1dc32c2961 gnu: gtk+: Update to 3.22.20.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.20.
2017-09-04 22:15:49 +02:00
Marius Bakke 3b6f837393 gnu: pango: Update to 1.40.12.
* gnu/packages/gtk.scm (pango): Update to 1.40.12.
2017-09-04 22:15:28 +02:00
Marius Bakke c427fda233 gnu: classpath-devel: Fix build after d10092b849.
* gnu/packages/java.scm (classpath-devel)[arguments]: Actually run 'bootstrap'
phase.
2017-09-04 22:08:55 +02:00
Alex Kost 8505d34829 gnu: emacs-browse-at-remote: Simplify 'check' phase.
* gnu/packages/emacs.scm (emacs-browse-at-remote)[native-inputs]: Add
'ert-runner'.
[arguments]: Run it in the 'check' phase.
2017-09-04 22:44:59 +03:00
Efraim Flashner 77bb6c227b gnu: gpm: Fix build.
* gnu/packages/linux.scm (gpm)[arguments]: Patch autogen.sh shebang
during the 'boottstrap phase.
2017-09-04 22:36:01 +03:00
Efraim Flashner b82c63d013 gnu: quassel: Update package definition.
* gnu/packages/irc.scm (quassel)[source]: Remove bundled scripts.
[arguments]: Update comments in 'configure-flags.
[inputs]: Remove oxygen-icons. Move extra-cmake-modules and qttools ...
[native-inputs]: ... to here.
2017-09-04 22:21:33 +03:00
Leo Famulari 4b1dd9ab31 gnu: i3-wm: Update to 4.14.
* gnu/packages/wm.scm (i3-wm): Update to 4.14.
2017-09-04 11:19:27 -04:00
Leo Famulari 6cdb0f4d12 gnu: mpd: Update to 0.20.10.
* gnu/packages/mpd.scm (mpd): Update to 0.20.10.
2017-09-04 11:19:23 -04:00
Maxim Cournoyer b9f67d6dda services: Add auto-enable? parameter to the bluetooth-service.
* gnu/services/desktop.scm (bluetooth-configuration): New record.
(bluetooth-shepherd-service): Use it.
(bluetooth-directory): New method.
(bluetooth-service-type): Use it to extend the etc-service-type service.
(bluetooth-service): Add `auto-enable?' parameter.
* doc/guix.texi (Desktop Services): Document it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-04 15:41:24 +02:00
Oleg Pykhalov 65101a2596 gnu: Add python-ghp-import.
* gnu/packages/version-control.scm (python-ghp-import, python2-ghp-import):
New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-04 15:24:04 +02:00
Oleg Pykhalov 6325309898 gnu: Add emacs-tiny.
* gnu/packages/emacs.scm (emacs-tiny): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-04 15:24:04 +02:00
Paul Garlick c4d4a77923 gnu: pt-scotch32: use keyword arguments from "scotch32"
*gnu/packages/maths.scm (pt-scotch32) [arguments]: substitute keyword
arguments from "scotch32" package, ensuring that the INTSIZE32 macro is
set

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-04 15:24:04 +02:00
Mark H Weaver 6bd1c41e87 gnu: linux-libre: Update to 4.13.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.13.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.12-i686.conf,
gnu/packages/aux-files/linux-libre/4.12-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.13-i686.conf,
gnu/packages/aux-files/linux-libre/4.13-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Adjust accordingly.
2017-09-04 05:31:07 -04:00
Efraim Flashner 709a3bb7b8 gnu: weechat: Change to cmake-build-system.
* gnu/packages/irc.scm (weechat)[build-system]: Switch to
cmake-build-system.
[arguments]: Remove configure-flags, disable tets, remove
'autogen phase.
[inputs]: Remove diffutils, libltdl, openssl, cyrus-sasl. Move gettext ...
[native-inputs]: ... to here. Remove autoconf, file, autogen, automake,
libtool.
2017-09-04 11:21:42 +03:00
Kei Kebreau d10092b849 gnu: Put autoconf-related phases immediately after the 'unpack phase.
* gnu/packages/audio.scm (audacity, rtmidi)[arguments]: Correct phases
accordingly.
* gnu/packages/bioinformatics.scm (mash, seek, vsearch, emboss,
htslib-for-sambamba)[arguments]: Likewise.
* gnu/packages/ci.scm (cuirass)[arguments]: Likewise.
* gnu/packages/compression.scm (minizip, xdelta)[arguments]: Likewise.
* gnu/packages/cpp.scm (libzen)[arguments]: Likewise.
* gnu/packages/crypto.scm (opendht)[arguments]: Likewise.
* gnu/packages/databases.scm (4store, mdbtools)[arguments]: Likewise.
* gnu/packages/debug.scm (stress-make)[arguments]: Likewise.
* gnu/packages/dns.scm (dnscrypt-proxy, dnscrypt-wrapper)[arguments]:
Likewise.
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Likewise.
* gnu/packages/embedded.scm (libjaylink, openocd)[arguments]: Likewise.
* gnu/packages/engineering.scm (gerbv)[arguments]: Likewise.
* gnu/packages/erlang.scm (erlang)[arguments]: Likewise.
* gnu/packages/ftp.scm (weex)[arguments]: Likewise.
* gnu/packages/gnome.scm (dia)[arguments]: Likewise.
* gnu/packages/gnunet.scm (gnurl, guile-gnunet)[arguments]: Likewise.
* gnu/packages/gtk.scm (guile-rsvg, graphene)[arguments]: Likewise.
* gnu/packages/guile.scm (guildhall, guile-ics, guile-sqlite3)[arguments]:
Likewise.
* gnu/packages/ibus.scm (ibus-libpinyin)[arguments]: Likewise.
* gnu/packages/irc.scm (weechat)[arguments]: Likewise.
* gnu/packages/java.scm (classpath-devel)[arguments]: Likewise.
* gnu/packages/libreoffice.scm (libetonyek)[arguments]: Likewise.
* gnu/packages/libusb.scm (hidapi)[arguments]: Likewise.
* gnu/packages/linux.scm (gpm)[arguments]: Likewise.
* gnu/packages/logging.scm (glog)[arguments]: Likewise.
* gnu/packages/machine-learning.scm (ghmm)[arguments]: Likewise.
* gnu/packages/mail.scm (dovecot-trees, dovecot-libsodium-plugin, esmtp)
[arguments]: Likewise.
* gnu/packages/messaging.scm (freetalk, libmesode, libstrophe)[arguments]:
Likewise.
* gnu/packages/microcom.scm (microcom)[arguments]: Likewise.
* gnu/packages/ocaml.scm (ocaml-ssl)[arguments]: Likewise.
* gnu/packages/parallel.scm (slurm)[arguments]: Likewise.
* gnu/packages/pdf.scm (libharu)[arguments]: Likewise.
* gnu/packages/samba.scm (cifs-utils)[arguments]: Likewise.
* gnu/packages/serialization.scm (msgpack)[arguments]: Likewise.
* gnu/packages/shells.scm (scsh)[arguments]: Likewise.
* gnu/packages/telephony.scm (libiax2)[arguments]: Likewise.
* gnu/packages/textutils.scm (dotconf)[arguments]: Likewise.
* gnu/packages/version-control.scm (findnewest)[arguments]: Likewise.
* gnu/packages/video.scm (libmediainfo, mediainfo)[arguments]: Likewise.
2017-09-04 00:10:59 -04:00
Ludovic Courtès 100b216d8a gnu-maintenance: GNU updater no longer relies on FTP access.
Partly fixes <https://bugs.gnu.org/28159>.
Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* guix/gnu-maintenance.scm (%gnu-file-list-uri): New variable.
(ftp.gnu.org-files, latest-gnu-release): New procedures.
(%gnu-updater)[pred]: Change to GNU-HOSTED?.
[latest]: Change to LATEST-GNU-RELEASE.
(%gnu-ftp-updater): New variable.
2017-09-03 23:36:17 +02:00
Ludovic Courtès e3c83a7cd3 memoization: (mlambda () ...) allows for inner 'define'.
Previously (mlambda () (define foo 2) bar) would trigger a syntax error.

* guix/memoization.scm (%mlambda): In the zero-argument case, move
BODY... to a lambda to allow for inner 'define' and such.
2017-09-03 23:36:17 +02:00
Christopher Baines 4363767394 build: Fix helpful output for emacs-build-system install phase.
Detecting when no files were installed was broken when switching to use
cond. Test with (not (null? ...)) to fix this.

* guix/build/emacs-build-system.scm (install): Fix detecting when no files
  were installed.
2017-09-03 19:39:11 +01:00
Efraim Flashner 5804c7b616 gnu: libmateweather: Update inputs.
* gnu/packages/mate.scm (libmateweather)[inputs]: Remove gdk-pixpuf.
Move dconf ...
[native-inputs]: ... to here.
2017-09-03 18:01:12 +03:00
ng0 6a548c56ef gnu: mate-desktop: Add 'gtk-doc' back to native-inputs.
* gnu/packages/mate.scm (mate-desktop)[native-inputs]: Uncomment
'gtk-doc' as input.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-03 16:18:15 +03:00
ng0 60692df286 gnu: mate-themes: Update to 3.22.13.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.13.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-03 16:18:14 +03:00
ng0 68d2eea0b8 gnu: mate-themes: Update inputs.
* gnu/packages/mate.scm (mate-themes)[inputs]: Remove gtk+, gtk-engines,
murrine. Move gdk-pixbuf ...
[native-inputs]: ... to here. Add gtk+@2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-03 16:18:11 +03:00
ng0 4915c51986 gnu: mate-icon-theme: Remove 'gtk+' from native-inputs.
* gnu/packages/mate.scm (mate-icon-theme)[native-inputs]: Remove 'gtk+'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-03 16:18:08 +03:00
ng0 833b7e0af0 gnu: mate: Use https.
* gnu/packages/mate.scm (mate-icon-theme)[source, home-page]: Use https.
(mate-themes)[source, home-page]: Likewise.
(mate-desktop)[source, home-page]: Likewise.
(libmateweather)[source, home-page]: Likewise.
(mate-menus)[source, home-page]: Likewise.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-09-03 16:18:04 +03:00
Mark H Weaver 3c7c916161 gnu: icecat: Update to 52.3.0-gnu1 and add more upstream fixes.
* gnu/packages/gnuzilla.scm (icecat): Update to 52.3.0-gnu1.
[source]: Remove outdated patches and add more selected fixes from
upstream mozilla-esr52.
2017-09-02 19:50:58 -04:00
Ludovic Courtès 4110fbc6dd services: '%desktop-services' uses NetworkManager instead of Wicd.
Discussed at
<https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00277.html>.

* gnu/services/desktop.scm (%desktop-services): Remove call to
'wicd-service'.  Add instances of NETWORK-MANAGER-SERVICE-TYPE and
WPA-SUPPLICANT-SERVICE-TYPE.
* doc/guix.texi (Networking Services): Document
'network-manager-service-type' as being part of '%desktop-services'.
(Desktop Services): Replace Wicd with NM.
2017-09-03 00:52:17 +02:00
Mark H Weaver 9a37764014 gnu: linux-libre@4.9: Update to 4.9.47.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.47.
2017-09-02 17:46:22 -04:00
Mark H Weaver 3e51cd8c76 gnu: linux-libre@4.4: Update to 4.4.86.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.86.
2017-09-02 17:45:37 -04:00
Jelle Licht 448339709d gnu: node: Update to 8.4.0.
* gnu/packages/patches/node-9077.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/node.scm (node): Update to 8.4.0.
(node)[arguments]: Removed broken linter test. Removed dns test.
2017-09-02 22:59:18 +02:00
ng0 4da9beab14 gnu: Add emacs-base16-theme.
* gnu/packages/emacs.scm (emacs-base16-theme): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-02 22:40:58 +03:00
Oleg Pykhalov eaf4ba6ef3 gnu: Add emacs-browse-at-remote.
* gnu/packages/emacs.scm (emacs-browse-at-remote): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-09-02 22:40:58 +03:00
Alex Kost 780162c797 gnu: emacs-guix: Update to 0.3.3.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.3.
2017-09-02 22:40:58 +03:00
Andreas Enge c64692a72d gnu: pari-gp: Update to 2.9.3.
* gnu/packages/algebra.scm (pari-gp): Update to 2.9.3.
2017-09-02 17:11:49 +02:00
Leo Famulari 7bac819614 gnu: rosegarden: Import bash and lirc modules.
This is a followup to commit 9bc38f2872.

* gnu/packages/music.scm (define-module): Import (gnu packages bash) and
(gnu packages lirc).
2017-09-02 11:07:57 -04:00
Leo Famulari 631c9f743f gnu: net-tools: Build from a source archive instead of a Git checkout.
* gnu/packages/linux.scm (net-tools)[source]: Use url-fetch and adjust
the source URL accordingly.
[native-inputs]: Add UNZIP.
(net-tools-for-tests)[native-inputs]: Add field so that we can exclude UNZIP.
2017-09-02 11:07:56 -04:00
Marius Bakke aa3542e844 gnu: gdk-pixbuf: Update to 2.36.9.
* gnu/packages/gtk.scm (gdk-pixbuf): Update to 2.36.9.
[source]: Remove obsolete patch.
* gnu/packages/patches/gdk-pixbuf-list-dir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-09-02 16:51:10 +02:00
Marius Bakke d0cc3a9879 gnu: gtk+: Update to 3.22.19.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.19.
2017-09-02 16:45:34 +02:00
Marius Bakke de02edbf11 gnu: cairo: Update to 1.14.10.
* gnu/packages/gtk.scm (cairo): Update to 1.14.10.
2017-09-02 16:45:13 +02:00
Marius Bakke 168c5f076c gnu: librsvg: Update to 2.40.18.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.18.
2017-09-02 16:44:46 +02:00
Marius Bakke 1bb0545bb8 gnu: glib: Update to 2.52.3.
* gnu/packages/glib.scm (glib): Update to 2.52.3.
2017-09-02 16:35:04 +02:00
Kei Kebreau d536113df0 gnu: openjpeg: Fix CVE-2017-{14040,14041}.
* gnu/packages/image.scm (openjpeg)[source]: Add patches.
* gnu/packages/patches/openjpeg-CVE-2017-14040.patch,
gnu/packages/patches/openjpeg-CVE-2017-14041.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-09-02 10:21:03 -04:00
Marius Bakke 30dfac27a5 Merge branch 'master' into staging 2017-09-02 15:57:56 +02:00
Marius Bakke d2ee294c04 gnu: pango: Update to 1.40.11.
* gnu/packages/gtk.scm (pango): Update to 1.40.11.
2017-09-02 15:54:46 +02:00
Marius Bakke a4a3d93290 gnu: harfbuzz: Update to 1.5.0.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.5.0.
2017-09-02 15:54:23 +02:00
Marius Bakke 2ec339c25a Revert "gnu: lzip: Update to 1.19."
This reverts commit 0963e3e450.
2017-09-02 15:50:17 +02:00
Marius Bakke 57cdc1fada gnu: mesa: Update to 17.1.8.
* gnu/packages/gl.scm (mesa): Update to 17.1.8.
[source]: Add HTTPS download uri.
2017-09-02 15:50:17 +02:00
Marius Bakke 53e16a5a0f gnu: libdrm: Update to 2.4.83.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.83.
[inputs]: Remove LIBPTHREAD-STUBS.
[home-page]: Use HTTPS.
2017-09-02 15:50:17 +02:00
Marius Bakke 66d4cd7978 gnu: util-linux: Update to 2.30.1.
* gnu/packages/linux.scm (util-linux): Update to 2.30.1.
2017-09-02 15:40:44 +02:00
Marius Bakke 9238a9c086 gnu: dbus: Update to 1.10.22.
* gnu/packages/glib.scm (dbus): Update to 1.10.22.
2017-09-02 15:40:44 +02:00
Marius Bakke 7035d2dd69 gnu: libva: Update to 1.8.3.
GitHub is now the canonical distribution point of libva:
<https://github.com/01org/libva/issues/52#issuecomment-303465588>

* gnu/packages/video.scm (libva): Update to 1.8.3.
[source](uri): Add new download location.
2017-09-02 15:40:44 +02:00
宋文武 65e4109cdc gnu: emacs-cider: Update to 0.15.0.
* gnu/packages/emacs.scm (emacs-cider): Update to 0.15.0.
2017-09-02 21:23:34 +08:00
Danny Milosavljevic 9bc38f2872 gnu: Add rosegarden.
* gnu/packages/music.scm (rosegarden): New variable.
2017-09-02 14:29:11 +02:00
Hartmut Goebel 7ae9542bf3 gnu: Add prison.
* gnu/packages/kde-frameworks.scm (prison): New variable.
2017-09-02 13:11:31 +02:00
Hartmut Goebel 7ade80220b gnu: Add libdmtx.
* gnu/packages/aidc.scm (libdmtx): New variable.
2017-09-02 13:11:30 +02:00
Marius Bakke 3fe666aa29 gnu: perl-www-opensearch: Enable tests.
Fixes <https://bugs.gnu.org/28253>.

* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add
PERL-CLASS-ERRORHANDLER, PERL-DATETIME, PERL-DATETIME-FORMAT-MAIL,
PERL-DATETIME-FORMAT-W3CDTF, PERL-FEED-FIND, PERL-MODULE-PLUGGABLE,
PERL-URI-FETCH, PERL-TEST-SIMPLE, PERL-XML-ATOM and PERL-XML-RSS.
2017-09-02 12:32:51 +02:00
Marius Bakke 47111bb365 gnu: ffmpeg@2.8: Update to 2.8.13.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.13.
2017-09-02 12:08:54 +02:00
Maxim Cournoyer f306825da8 gnu: exiv2: Update source checksum.
The source archive was updated in place; only a cleanup of non functional
files was done (see: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=28326).

* gnu/packages/image.scm (exiv2)[source]: Update hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-09-02 10:40:42 +02:00
Ethan R. Jones 7bd65a6304 gnu: swish-e: Work around compilation error and test failures.
* gnu/packages/search.scm (swish-e)[inputs]: Remove ZLIB and LIBXML2.
[arguments]: Add #:configure-flags.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-09-02 00:58:11 +02:00
Ludovic Courtès 75f23951ad nls: Update 'fr' translation. 2017-09-02 00:58:11 +02:00
Muriithi Frederick Muriuki 2038a48f4d gnu: Add python-xenon.
* gnu/packages/python.scm (python-xenon, python2-xenon) New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-02 00:58:11 +02:00
Tobias Geerinckx-Rice 6106d195a2 gnu: perl-html-tree: Update to 5.07.
* gnu/packages/web.scm (perl-html-tree): Update to 5.07.
2017-09-01 23:52:19 +02:00
Tobias Geerinckx-Rice 33fd32c285 gnu: youtube-dl: Update to 2017.09.02.
* gnu/packages/video.scm (youtube-dl): Update to 2017.09.02.
2017-09-01 23:52:19 +02:00
Tobias Geerinckx-Rice bbfc523d95 gnu: dub: Update to 1.5.0.
* gnu/packages/ldc.scm (dub): Update to 1.5.0.
2017-09-01 23:52:19 +02:00
Tobias Geerinckx-Rice def056d138 gnu: perl-context-preserve: Update source URL.
* gnu/packages/perl.scm (perl-context-preserve)[source]: Update CPAN author.
2017-09-01 23:52:18 +02:00
Tobias Geerinckx-Rice 0c3a1674e4 gnu: python-ruamel.yaml: Update to 0.15.33.
* gnu/packages/serialization.scm (python-ruamel.yaml): Update to 0.15.33.
2017-09-01 23:52:18 +02:00
Tobias Geerinckx-Rice d5909be93b gnu: gparted: Update home page.
* gnu/packages/disk.scm (gparted)[home-page]: Use now-HTTPS gparted.org.
2017-09-01 23:52:18 +02:00
Christopher Baines 81fe131e0f build: emacs-build-system: Make the install phase more helpful.
Modify the install phase to detect when nothing has been installed, and error
if this happens. This is preferable to continuing, and allowing the next phase
to fail.

Also, when nothing can be found to be installed, print out each file that was
considered, along with the regular expressions that were used to include and
exclude it.

* gnu/build/emacs-build-system.scm (install-file?): Add additional error
  checking and logging.
2017-09-01 22:00:44 +01:00
Ricardo Wurmus ebbb6301a3 gnu: r-minimal: Update to 3.4.1.
* gnu/packages/statistics.scm (r-minimal): Update to 3.4.1.
2017-09-01 22:05:39 +02:00
Leo Famulari 3bf0245bb8 gnu: vdirsyncer: Update to 0.16.2.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.2.
2017-09-01 13:54:23 -04:00
Leo Famulari 3a91ac8378 gnu: python-click-log: Update to 0.2.0.
* gnu/packages/python.scm (python-click-log): Update to 0.2.0.
2017-09-01 13:54:23 -04:00
Leo Famulari 19ecdbedd3 gnu: python-click-threading: Update to 0.4.3.
* gnu/packages/python.scm (python-click-threading): Update to 0.4.3.
[source]: Use pypi-uri.
2017-09-01 13:54:20 -04:00
Leo Famulari 2da21e48a8 gnu: python-icalendar: Update to 3.11.7.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.7.
2017-09-01 13:41:39 -04:00
Ricardo Wurmus 81195d139f gnu: r-genomicalignments: Update to 1.12.2.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.12.2.
2017-09-01 15:11:58 +02:00
Ricardo Wurmus 89b620e7ee gnu: r-tidyr: Update to 0.7.0.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.7.0.
[propagated-inputs]: Remove r-lazyeval; add r-glue, r-purrr, r-rlang, and
r-tidyselect.
2017-09-01 15:11:58 +02:00
Ricardo Wurmus c4a4ef39ed gnu: Add r-tidyselect.
* gnu/packages/statistics.scm (r-tidyselect): New variable.
2017-09-01 15:11:58 +02:00
Ricardo Wurmus db2e43863c gnu: r-vegan: Update to 2.4-4.
* gnu/packages/bioinformatics.scm (r-vegan): Update to 2.4-4.
[native-inputs]: Remove r-knitr.
2017-09-01 15:11:57 +02:00
Ricardo Wurmus 7b92acdf52 gnu: r-maldiquant: Update to 1.16.4.
* gnu/packages/bioinformatics.scm (r-maldiquant): Update to 1.16.4.
2017-09-01 15:11:57 +02:00
Ricardo Wurmus 6bd27981f6 gnu: r-bookdown: Update to 0.5.
* gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.5.
2017-09-01 15:11:56 +02:00
Ricardo Wurmus c62276b2fa gnu: r-ksamples: Update to 1.2-7.
* gnu/packages/cran.scm (r-ksamples): Update to 1.2-7.
2017-09-01 15:11:56 +02:00
Ricardo Wurmus 28f2f89391 gnu: r-distillery: Update to 1.0-4.
* gnu/packages/cran.scm (r-distillery): Update to 1.0-4.
2017-09-01 15:11:55 +02:00
Ricardo Wurmus f7b172187a gnu: r-sp: Update to 1.2-5.
* gnu/packages/cran.scm (r-sp): Update to 1.2-5.
2017-09-01 15:11:55 +02:00
Ricardo Wurmus bf958fcd63 gnu: r-ggally: Update to 1.3.2.
* gnu/packages/cran.scm (r-ggally): Update to 1.3.2.
2017-09-01 15:11:55 +02:00
Ricardo Wurmus 38ea6cfab4 gnu: r-reshape: Update to 0.8.7.
* gnu/packages/cran.scm (r-reshape): Update to 0.8.7.
2017-09-01 15:11:54 +02:00
Ricardo Wurmus eeb5432802 gnu: r-powerlaw: Update to 0.70.1.
* gnu/packages/cran.scm (r-powerlaw): Update to 0.70.1.
2017-09-01 15:11:54 +02:00
Ricardo Wurmus a5c2980486 gnu: r-circlize: Update to 0.4.1.
* gnu/packages/cran.scm (r-circlize): Update to 0.4.1.
2017-09-01 15:11:54 +02:00
Ricardo Wurmus ea4d4f7616 gnu: r-shape: Update to 1.4.3.
* gnu/packages/cran.scm (r-shape): Update to 1.4.3.
2017-09-01 15:11:53 +02:00
Ricardo Wurmus 9077f6d9aa gnu: r-tclust: Update to 1.3-1.
* gnu/packages/statistics.scm (r-tclust): Update to 1.3-1.
2017-09-01 15:11:53 +02:00
Ricardo Wurmus 347cab66b6 gnu: r-fastcluster: Update to 1.1.24.
* gnu/packages/statistics.scm (r-fastcluster): Update to 1.1.24.
2017-09-01 15:11:52 +02:00
Ricardo Wurmus d574d6bcc2 gnu: r-rcpparmadillo: Update to 0.7.960.1.2.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.960.1.2.
2017-09-01 15:11:52 +02:00
Ricardo Wurmus 2dda8fca6f gnu: r-plotrix: Update to 3.6-6.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-6.
2017-09-01 15:11:51 +02:00
Ricardo Wurmus 7d60652ebe gnu: r-httr: Update to 1.3.1.
* gnu/packages/statistics.scm (r-httr): Update to 1.3.1.
[propagated-inputs]: Remove r-digest and r-stringr.
2017-09-01 15:11:51 +02:00
Ricardo Wurmus e3323e0707 gnu: r-commonmark: Update to 1.4.
* gnu/packages/statistics.scm (r-commonmark): Update to 1.4.
2017-09-01 15:11:51 +02:00
Ricardo Wurmus 5d84369bda gnu: r-ade4: Update to 1.7-8.
* gnu/packages/statistics.scm (r-ade4): Update to 1.7-8.
2017-09-01 15:11:50 +02:00
Ricardo Wurmus fb10c923b3 gnu: r-tibble: Update to 1.3.4.
* gnu/packages/statistics.scm (r-tibble): Update to 1.3.4.
2017-09-01 15:11:50 +02:00
Ricardo Wurmus edd5fd7208 gnu: r-rlang: Update to 0.1.2.
* gnu/packages/statistics.scm (r-rlang): Update to 0.1.2.
2017-09-01 15:11:49 +02:00
Ricardo Wurmus 5a00ef0950 gnu: r-knitr: Update to 1.17.
* gnu/packages/statistics.scm (r-knitr): Update to 1.17.
2017-09-01 15:11:49 +02:00
Ricardo Wurmus 3949aef601 gnu: r-bh: Update to 1.65.0-1.
* gnu/packages/statistics.scm (r-bh): Update to 1.65.0-1.
2017-09-01 15:11:49 +02:00
Ricardo Wurmus b93881b9c5 gnu: r-scales: Update to 0.5.0.
* gnu/packages/statistics.scm (r-scales): Update to 0.5.0.
[propagated-inputs]: Add r-r6 and r-viridislite.
2017-09-01 15:11:48 +02:00
Ricardo Wurmus 2d99a31607 gnu: r-mgcv: Update to 1.8-19.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-19.
2017-09-01 15:11:48 +02:00
Ricardo Wurmus fefe9f4753 gnu: r-matrix: Update to 1.2-11.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-11.
2017-09-01 15:11:48 +02:00
Ricardo Wurmus 3c2a5bf299 gnu: r-servr: Update to 0.7.
* gnu/packages/web.scm (r-servr): Update to 0.7.
2017-09-01 15:11:47 +02:00
Julien Lepiller 1cf306639c gnu: php: Update to 7.1.9.
* gnu/packages/php.scm (php): Update to 7.1.9.
2017-09-01 14:17:46 +02:00
Julien Lepiller dcf7a8a660 gnu: java-slf4j-api: Fix tests.
* gnu/packages/java.scm (java-slf4j-api)[arguments]: Enable tests
Adjust the jar content to prevent a test failure.
2017-09-01 14:17:24 +02:00
Z. Ren 5fe2a139df gnu: djvulibre: Remove timestamps from .svgz files.
* gnu/packages/djvu.scm (djvulibre)[arguments]: New field.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01 11:05:32 +02:00
Oleg Pykhalov 833ade67f1 gnu: Add emacs-tuareg.
* gnu/packages/ocaml.scm (emacs-tuareg): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01 10:39:55 +02:00
ng0 4735393a76 gnu: emacs-ebuild-mode: Update to 1.37.
* gnu/packages/emacs.scm (emacs-ebuild-mode): Update to 1.37.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01 10:34:50 +02:00
ng0 ab966b8f61 gnu: Add emacs-2048-game.
* gnu/packages/emacs.scm (emacs-2048-game): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01 10:34:36 +02:00
Ludovic Courtès 5c5ae46c00 packages: 'fold-packages' takes an optional 'modules' parameter.
Suggested by Christopher Baines <mail@cbaines.net>.

* gnu/packages.scm (fold-packages): Add optional 'modules' parameter and
honor it.
2017-09-01 10:29:39 +02:00
Maxim Cournoyer fe55199542 scripts: Remove 'max-silent-time' from the default options.
Fixes <http://bugs.gnu.org/27157>.

Having a finite default `max-silent-time' value for scripts such as 'guix
environment' could lead to timeouts when building subtitutes; this was
undesirable.

This change also fixes client behavior to match the documentation, which
is that by default the daemon's settings are honored.

* guix/scripts/archive.scm (%default-options): Remove max-silent-time entry.
* guix/scripts/copy.scm (%default-options): Likewise.
* guix/scripts/environment.scm (%default-options): Likewise.
* guix/scripts/pack.scm (%default-options): Likewise.
* guix/scripts/package.scm (%default-options): Likewise.
* guix/scripts/pull.scm (%default-options): Likewise.
* guix/scripts/system.scm (%default-options): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-09-01 10:29:39 +02:00
Ricardo Wurmus 75690c9f6b gnu: r-rcas: Correct license.
* gnu/packages/bioinformatics.scm (r-rcas)[license]: Use correct license.
2017-09-01 10:26:31 +02:00
Ricardo Wurmus eda8f36cd6 gnu: r-rcas: Update to 1.3.3.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.3.
2017-09-01 10:26:30 +02:00
Efraim Flashner 7d099cbe13 gnu: mysql: Enable tests on aarch64.
* gnu/packages/databases.scm (mysql)[arguments]: Remove logic disabling
the tests on aarch64-linux.
2017-09-01 10:50:39 +03:00
Ben Woodcroft f4bf420c84 gnu: vsearch: Update to 2.4.4.
* gnu/packages/bioinformatics.scm (vsearch): Update to 2.4.4.
2017-09-01 14:45:57 +08:00
Ben Woodcroft 25bd1fc1c1 gnu: metabat: Update to 2.12.1.
* gnu/packages/patches/metabat-remove-compilation-date.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/bioinformatics.scm (metabat): Update to 2.12.1.
[source]: Remove it.  Use url-fetch.
2017-09-01 14:45:57 +08:00
Thomas Danckaert 43d01672a1 gnu: netcdf: Fix reproducibility issue; remove unneeded references.
* gnu/packages/maths.scm (netcdf) [arguments]: Add phase to fix the embedded
  'Configured On' date; truncate reference to compiler store item.
2017-09-01 08:34:32 +02:00
Thomas Danckaert e464b4550e gnu: hdf4: Avoid unneeded store references to compilers.
* gnu/packages/maths.scm (hdf4) [arguments]: Add phase 'patch-settings to
  truncate hashes of compiler store items.
2017-09-01 08:34:32 +02:00
Thomas Danckaert fd0378a147 gnu: hdf5: Avoid unneeded store references to compilers.
* gnu/packages/maths.scm (hdf5) [arguments]: Add phase to patch
  "libhdf5.settings", removing references to the C/C++/Fortran compilers.
2017-09-01 08:34:31 +02:00
Thomas Danckaert e3a1a1deda gnu: hdf5: Add output for fortran interface.
* gnu/packages/maths.scm (hdf5) [native-inputs]: Add gfortran.
  [outputs]: Add "fortran".
  [arguments]: Enable Fortran compilation; add "/lib" directory of the fortran
  output to the runpath of the Fortran libs; add a 'split phase to move
  all Fortran-related files to the the Fortran output store location.
2017-09-01 08:34:24 +02:00
Arun Isaac a0596a2f27 gnu: python2-larch: Enable tests.
* gnu/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python2-larch)[source]: Use it.
[arguments]: Move 'check' phase to before 'build' phase.
2017-09-01 11:14:16 +05:30
Arun Isaac f618086220 gnu: python2-ttystatus: Enable tests.
* gnu/packages/python.scm (python2-ttystatus)[arguments]: Replace 'check'
phase with custom function.
2017-09-01 11:14:16 +05:30
Arun Isaac 689042e526 gnu: python2-cliapp: Enable tests.
* gnu/packages/python.scm (python2-cliapp)[arguments]: Replace 'check' phase
with custom function.
2017-09-01 11:14:16 +05:30
Mark H Weaver fe36ecf5c8 gnu: linux-libre: Update to 4.12.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.10.
(%linux-libre-hash): Update hash.
2017-09-01 00:31:55 -04:00
Mark H Weaver 2131663a76 gnu: linux-libre@4.9: Update to 4.9.46.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.46.
2017-09-01 00:31:16 -04:00
Mark H Weaver d215e41a26 gnu: linux-libre@4.4: Update to 4.4.85.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.85.
2017-09-01 00:30:17 -04:00
Marius Bakke 1b3f5fc387 gnu: libxml2/fixed: Use patches from inherited package.
This is a followup to 76fed2b3c4.

* gnu/packages/xml.scm (libxml2/fixed)(patches): Inherit patches from LIBXML2.
2017-08-31 23:43:55 +02:00
Efraim Flashner 0ff44ba464 gnu: graphicsmagick: Fix CVE-2017-{13775,13776,13777}.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add patches.
* gnu/packages/patches/graphicsmagick-CVE-2017-13775.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-13776+CVE-2017-13777.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-09-01 00:02:27 +03:00
Efraim Flashner d36212e94d gnu: efl: Update to 1.20.3.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.3.
2017-09-01 00:02:25 +03:00
Christopher Baines a9d5e4bed1 gnu: Fix current-guix.
Without this change, I get errors like:
  ERROR: In procedure string-drop:
  ERROR: Value out of range 0 to 35: 51

* gnu/packages/package-management.scm (current-guix): Pass exactly the same
  path to git-predicate and local-file, to ensure that the select? function is
  compatible.
2017-08-31 21:48:05 +01:00
Marius Bakke fa9f5222a9 gnu: sddm: Update to 0.15.0.
* gnu/packages/display-managers.scm (sddm): Update to 0.15.0.
[source]: Update tarball name.
[inputs]: Add ELOGIND.
[arguments]: Adjust #:configure-flags for elogind support. Add phase to
patch hard-coded loginctl reference.
2017-08-31 22:35:54 +02:00
Alex Vong 76fed2b3c4 gnu: libxml2: Fix CVE-2017-{0663,7375,7376,9047,9048,9049,9050}.
* gnu/packages/patches/libxml2-CVE-2017-0663.patch,
gnu/packages/patches/libxml2-CVE-2017-7375.patch,
gnu/packages/patches/libxml2-CVE-2017-7376.patch,
gnu/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch,
gnu/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xml.scm (libxml2)[replacement]: New field.
(libxml2/fixed): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-31 21:45:36 +02:00
Marius Bakke ff54f194f3 gnu: postgresql: Update to 9.6.5.
* gnu/packages/databases.scm (postgresql): Update to 9.6.5.

Release-notes: https://www.postgresql.org/docs/9.6/static/release-9-6-5.html
2017-08-31 21:34:20 +02:00
Ricardo Wurmus 59ff96aafd gnu: Remove python2-rpy2.
Python 2 is no longer supported.

* gnu/packages/python.scm (python2-rpy2): Remove variable.
2017-08-31 18:24:52 +02:00
Ricardo Wurmus deee5ddaf4 gnu: python-rpy2: Update to 2.9.0.
* gnu/packages/python.scm (python-rpy2): Update to 2.9.0.
[arguments]: Run tests before install phase; add build phase "fix-tests".
[propagated-inputs]: Add python-jinja2 and python-pytz.
[inputs]: Add r-ggplot2, r-rsqlite, r-dplyr, r-dbplyr, and python-numpy.
2017-08-31 18:24:51 +02:00
Ricardo Wurmus c92483bd63 gnu: python-rpy2: Update license.
* gnu/packages/python.scm (python-rpy2)[license]: Correct GPLv3+ to GPLv2+;
list additional licenses.
2017-08-31 18:24:51 +02:00
Ricardo Wurmus caa4e796e4 gnu: Add r-dbplyr.
* gnu/packages/statistics.scm (r-dbplyr): New variable.
2017-08-31 18:24:51 +02:00
Kei Kebreau 4eebfefe7e gnu: retux: Update to 1.3.5.
* gnu/packages/games.scm (retux): Update to 1.3.5.
2017-08-31 11:38:00 -04:00
Kei Kebreau 95c1324adc gnu: python-tmx: Update to 1.10.
* gnu/packages/game-development.scm (python-tmx): Update to 1.10.
2017-08-31 11:38:00 -04:00
Kei Kebreau b1d1a10c7c gnu: python-sge-pygame: Update to 1.5.1.
* gnu/packages/game-development.scm (python-sge-pygame,
python2-sge-pygame): Update to 1.5.1.
2017-08-31 11:37:59 -04:00
Marius Bakke 7e31427ff0 gnu: python-pyjwt: Update to 1.5.2 [fixes CVE-2017-11424].
* gnu/packages/python.scm (python-pyjwt): Update to 1.5.2.
[source]: Add snippet to remove pre-compiled files.
[native-inputs]: Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
2017-08-31 15:45:43 +02:00
Peter Mikkelsen 5883bb76f8 gnu: Add emacs-idris-mode.
* gnu/packages/emacs.scm (emacs-idris-mode): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31 14:58:34 +02:00
Peter Mikkelsen b9dcaced16 gnu: Add emacs-prop-menu.
* gnu/packages/emacs.scm (emacs-prop-menu): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31 14:57:53 +02:00
Peter Mikkelsen b6dc69af1d services: mpd: Remove the mpd-file field.
Since MPD switches user, the pid-file must be in a writable dir.  This
is now always /var/run/mpd/(user)/pid.

* gnu/services/audio.scm (mpd-service-type): Add a activation-service
extension.
(<mpd-configuration>)[pid-file]: Remove.
(mpd-service): Rename to...
(mpd-shepherd-service): ... this.
(mpd-file-name, mpd-service-activation): New procedure.
* doc/guix.texi (Audio Services): Document the changes.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31 14:43:26 +02:00
Tobias Geerinckx-Rice 79ada57ba9 gnu: knot: Update to 2.5.4.
* gnu/packages/dns.scm (knot): Update to 2.5.4.
2017-08-31 13:53:04 +02:00
Paul Garlick 1c25a52c4a gnu: Add pt-scotch32.
* gnu/packages/maths.scm (pt-scotch32): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31 12:34:50 +02:00
Paul Garlick 1c39f3b877 gnu: Add "scotch32".
* gnu/packages/maths.scm (scotch32): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-31 12:34:50 +02:00
Ben Woodcroft 0691851a64 gnu: bioinformatics: Work around more "dotless @INC" build failures.
* gnu/packages/bioinformatics.scm (ncbi-vdb, sra-tools)[arguments]: Add
'set-perl-search-path' phase.
2017-08-31 12:37:05 +08:00
Ben Woodcroft c959e5a1dc gnu: ruby-2.2.7: Fix CVE-2017-{0899,0900,0901,0902}.
* gnu/packages/patches/ruby-2.2.7-rubygems-2613-ruby22.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-2.2.7)[source]: Use it.
2017-08-31 10:43:19 +08:00
Ben Woodcroft db542518b3 gnu: ruby-2.3.4: Fix CVE-2017-{0899,0900,0901,0902}.
* gnu/packages/patches/ruby-2.3.4-rubygems-2613-ruby23.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ruby.scm (ruby-2.3.4)[source]: Use it.
2017-08-31 10:43:19 +08:00
Ben Woodcroft 9770cbf9e2 gnu: ruby-2.4.1: Fix CVE-2017-{0899,0900,0901,0902}.
* gnu/packages/patches/ruby-rubygems-2612-ruby24.patch,
gnu/packages/patches/ruby-rubygems-2613-ruby24.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/ruby.scm (ruby-2.4.1)[source]: Use them.
2017-08-31 10:43:19 +08:00
Ben Woodcroft 690a904ad7 gnu: metabat: Update to 2.11.3.
* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.3.
[source]: Use git-fetch.  Remove boost-related patch.
* gnu/packages/patches/metabat-fix-boost-issue.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-31 10:43:18 +08:00
Marius Bakke 2d2e97bd71 gnu: vlc: Fix build and clean up expression.
Commit 3e0c54bf4d touches 'configure.ac' which
in turn regenerates 'po/Makefile.in.in' with the wrong SHELL and breaks
install.  While at it, consolidate the other patching phases and remove
unneeded inputs.

* gnu/packages/video.scm (vlc)[arguments]: Consolidate patching phases into a
'patch-source' phase and run it immediately after unpack.
[native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL.
2017-08-31 03:43:54 +02:00
Marius Bakke 3e0c54bf4d gnu: vlc: Recover lost phase.
This is a followup to eb1f2420d5.

* gnu/packages/video.scm (vlc)[arguments]: Run the fix-livemedia-utils-prefix
phase before configure.
2017-08-31 03:05:24 +02:00
Marius Bakke 4f68156140 gnu: gd: Replace with 2.2.5.
Fixes CVE-2017-6362 and CVE-2017-7890.

* gnu/packages/gd.scm (gd)[replacement]: New field.
(gd-2.2.5): New variable.
* gnu/packages/php.scm (gd-for-php): Remove variable
(php)[inputs]: Replace GD-FOR-PHP with GD-2.2.5.
* gnu/packages/patches/gd-CVE-2017-7890.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-31 02:49:43 +02:00
Tobias Geerinckx-Rice cad88b8533 gnu: claws-mail: Update to 3.15.1.
* gnu/packages/mail.scm (claws-mail): Update to 3.15.1.
2017-08-31 00:57:46 +02:00
Ludovic Courtès 9ff7161a06 gnu: Add texlive-latex-acmart.
* gnu/packages/tex.scm (texlive-latex-acmart): New variable.
2017-08-31 00:03:20 +02:00
Marius Bakke 9749746544 gnu: mbedtls-apache: Update to 2.6.0 [fixes CVE-2017-14032].
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.6.0.
2017-08-30 22:41:40 +02:00
Marius Bakke eb1f2420d5 gnu: vlc: Remove obsolete test workaround.
* gnu/packages/video.scm (vlc)[arguments]: Drop ac_cv_c_fast_math from
  #:configure-flags.  Remove related 'bootstrap' phase.
2017-08-30 22:35:45 +02:00
Marius Bakke 552c3e95f3 gnu: vlc: Build with modular qt.
* gnu/packages/video.scm (vlc)[inputs]: Remove QT.  Add QTBASE and QTX11EXTRAS.
[arguments]: Add CXXFLAGS=-std=gnu++11 to #:configure-flags.  Add
'fix-qt-include' phase.
2017-08-30 22:22:51 +02:00
Marius Bakke 2de7d137b3 gnu: qemu: Update to 2.10.0.
* gnu/packages/patches/qemu-CVE-2017-10664.patch,
gnu/packages/patches/qemu-CVE-2017-10806.patch,
gnu/packages/patches/qemu-CVE-2017-10911.patch,
gnu/packages/patches/qemu-CVE-2017-11334.patch,
gnu/packages/patches/qemu-CVE-2017-11434.patch,
gnu/packages/patches/qemu-CVE-2017-12809.patch:
gnu/packages/patches/qemu-CVE-2017-7493.patch,
gnu/packages/patches/qemu-CVE-2017-8112.patch,
gnu/packages/patches/qemu-CVE-2017-8309.patch,
gnu/packages/patches/qemu-CVE-2017-8379.patch,
gnu/packages/patches/qemu-CVE-2017-8380.patch,
gnu/packages/patches/qemu-CVE-2017-9524.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/virtualization.scm (qemu): Update to 2.10.0.
[source](patches): Remove.
2017-08-30 20:50:13 +02:00
Marius Bakke ffeeda6bab gnu: jsoncpp: Update to 1.8.2.
* gnu/packages/serialization.scm (jsoncpp): Update to 1.8.2.
2017-08-30 20:36:40 +02:00
Ricardo Wurmus 799247d2d9 gnu: multiqc: Update to 1.2.
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.2.
[source]: Remove patches.
[arguments]: Remove to enable tests.
[propagated-inputs]: Add python-spectra, python-requests, python-markdown,
python-lzstring.
* gnu/packages/patches/multiqc-fix-git-subprocess-error.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-30 17:32:00 +02:00
Ricardo Wurmus 4a7d2009c8 gnu: Add python-spectra.
* gnu/packages/python.scm (python-spectra, python2-spectra): New variables.
2017-08-30 17:32:00 +02:00
Ricardo Wurmus beed6abc1d gnu: Add python-colormath.
* gnu/packages/python.scm (python-colormath, python2-colormath): New
variables.
2017-08-30 17:31:59 +02:00
Ricardo Wurmus bac5fd21a1 gnu: python-jinja2: Update to 2.9.6.
* gnu/packages/python.scm (python-jinja2): Update to 2.9.6.
[arguments]: Add build phase "delete-incompatible-files".
2017-08-30 17:31:59 +02:00
Ricardo Wurmus e7c76b0661 gnu: Add python-lzstring.
* gnu/packages/compression.scm (python-lzstring, python2-lzstring): New
variables.
2017-08-30 17:31:59 +02:00
Kei Kebreau b9319c1e22 gnu: hyperrogue: Update to 10.0g.
* gnu/packages/games.scm (hyperrogue): Update to 10.0g.
2017-08-30 07:43:24 -04:00
Arun Isaac a00379e7dc gnu: Add linkchecker.
* gnu/packages/web.scm (linkchecker): New variable.
2017-08-30 12:53:39 +05:30
Thomas Danckaert c93ffc11d0 gnu: kdevelop: Update to 5.1.2.
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.1.2.
2017-08-30 09:20:53 +02:00
Thomas Danckaert e0fbf37350 gnu: coda: Update to 2.18.2.
* gnu/packages/maths.scm (coda): Update to 2.18.2.
2017-08-30 09:20:52 +02:00
Stefan Reichör f3f82d1d1f gnu: Add fzy.
* gnu/packages/shellutils.scm (fzy): New variable.
2017-08-30 09:20:52 +02:00
Rutger Helling 9dd14f1e08 gnu: wine: Update to 2.0.2.
* gnu/packages/wine.scm (wine): Update to 2.0.2.
2017-08-30 09:20:52 +02:00
Carlo Zancanaro 13035eb2de gnu: electrum: Update to 2.9.3.
* gnu/packages/finance.scm (electrum): Update to 2.9.3.
[inputs]: Add python2-pyaes, python2-pysocks. Remove python2-slowaes.
2017-08-30 09:20:52 +02:00
Carlo Zancanaro 7a276cd945 gnu: Add python-pyaes.
* gnu/packages/python.scm (python-pyaes, python2-pyaes): New variables.
2017-08-30 09:20:52 +02:00
Carlo Zancanaro 07e62ae1c2 gnu: Add python-pysocks.
* gnu/packages/python.scm (python-pysocks, python2-pysocks): New variables.
2017-08-30 09:20:45 +02:00
Tobias Geerinckx-Rice b85a66b4d5 gnu: dtach: Install man page.
* gnu/packages/screen.scm (dtach)[arguments]: Install the dtach(1) man page.
2017-08-30 04:45:43 +02:00
Tobias Geerinckx-Rice 249ab8cc3e gnu: nginx: Install man page.
* gnu/packages/web.scm (nginx)[arguments]: Install the nginx(8) man page,
and add a comment about the non-GNU configure script.
2017-08-30 03:24:19 +02:00
Kei Kebreau 3c8ba11a97 Update e-mail for Kei Kebreau.
* .mailmap: Map kei@openmailbox.org to current address.
* gnu/local.mk: Replace kei@openmailbox.org to current address.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/calendar.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/documentation.scm: Likewise.
* gnu/packages/emacs.scm: Likewise.
* gnu/packages/fltk.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/game-development.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/gnustep.scm: Likewise.
* gnu/packages/gtk.scm: Likewise.
* gnu/packages/hexedit.scm: Likewise.
* gnu/packages/image.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/xfce.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/tcl.scm: Likewise.
* gnu/packages/textutils.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/w3m.scm: Likewise.
* gnu/packages/web.scm: Likewise.
* gnu/packages/web-browsers.scm: Likewise.
* gnu/packages/patches/wmfire-update-for-new-gdk-versions.patch: Likewise.
2017-08-29 20:13:24 -04:00
Tobias Geerinckx-Rice b1c699c4c0 gnu: perl-tk: Update to 804.034.
* gnu/packages/tcl.scm (perl-tk): Update to 804.034.
2017-08-29 23:40:09 +02:00
Tobias Geerinckx-Rice 77217b4393 gnu: font-mathjax, js-mathjax: Remove hard-coded version.
* gnu/package-s/javascript.scm (font-mathjax, js-mathjax)[arguments]: Re-use
font-mathjax's ‘version’ field instead of duplicating the version number.
2017-08-29 23:40:09 +02:00
Tobias Geerinckx-Rice d6a7268bae gnu: font-mathjax: Update to 2.7.2.
* gnu/packages/javascript.scm (font-mathjax): Update to 2.7.2.
2017-08-29 23:40:09 +02:00
Tobias Geerinckx-Rice d3f0e09882 gnu: tiled: Update to 1.0.3.
* gnu/packages/game-development.scm (tiled): Update to 1.0.3.
2017-08-29 23:40:08 +02:00
Efraim Flashner 08cba8cca4 gnu: libgcrypt: Fix CVE-2017-0379.
* gnu/packages/gnupg.scm (libgcrypt)[replacement]: New field.
(libgcrypt/fixed): New variable.
2017-08-29 23:32:16 +03:00
R H 0ae32da8d6 gnu: qtox: Update to 1.11.0.
* gnu/packages/messaging.scm (qtox): Update to 1.11.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-30 01:18:50 +05:30
Christopher Baines 02654c47b2 gnu: Escape @ in the perl-importer package description.
@EXPORT is interpreted as a texinfo command, therefore the @ needs
escaping. This was causing a test failure in the guix-package.sh file.

* gnu/packages/perl.scm (perl-importer)[description]: Escape @.
2017-08-29 20:15:46 +01:00
Andy Wingo 69dcad33c8 gnu: emacs-lua-mode: Update to current git.
* gnu/packages/emacs.scm (emacs-lua-mode): Update; fixes a very annoying bug
with syntax highlighting of multi-line strings.
2017-08-29 19:52:16 +02:00
Danny Milosavljevic 84d9abe450 gnu: Add python-pyalsaaudio.
* gnu/packages/audio.scm (python-pyalsaaudio, python2-pyalsaaudio): New
variables.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-08-29 20:06:12 +08:00
Efraim Flashner 47deafb81c gnu: font-gnu-unifont: Update to 10.0.06.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.06.
2017-08-29 12:38:12 +03:00
Nicolas Goaziou 8b618c79e0 gnu: emacs-org: Update to 20170828
* gnu/packages/emacs.scm (emacs-org): Update to 20170828 (a.k.a. 9.0.10).
2017-08-28 16:37:12 +02:00
Efraim Flashner 92cc6a5801 gnu: gnupg: Clean up arguments.
* gnu/packages/gnupg.scm (gnupg)[arguments]: Shorten the
'patch-test-paths phase.
2017-08-28 17:25:00 +03:00
Efraim Flashner e184de5748 gnu: gnupg: Update to 2.2.0.
* gnu/packages/gnupg.scm (gnupg): Update to 2.2.0.
[arguments]: Add flag to run more tests.
2017-08-28 17:24:58 +03:00
Ricardo Wurmus 174fbd5f3b gnu: r-minimal: Remove timestamp from man page.
* gnu/packages/statistics.scm (r-minimal)[arguments]: Adjust
"build-reproducibly" phase to prevent the bundled help2man script from
printing the current month and year.
2017-08-28 15:51:05 +02:00
Efraim Flashner af9bb4cab8 gnu: pspp: Update to 1.0.1.
* gnu/packages/statistics.scm (pspp): Update to 1.0.1.
2017-08-28 14:44:41 +03:00
Efraim Flashner 475b99fa5c gnu: jemalloc: Update to 5.0.1.
* gnu/packages/jemalloc.scm (jemalloc): Update to 5.0.1.
[inputs]: Add perl.
2017-08-28 11:53:20 +03:00
Ludovic Courtès 7f090203d5 services: user-processes: Reap child processes.
Fixes <http://bugs.gnu.org/26931>.
Reported by Leo Famulari <leo@famulari.name>.

* gnu/services/base.scm (user-processes-service-type)[stop]: Add
'reap-children' loop.
* gnu/tests/base.scm (run-halt-test): New procedure.
(%test-halt): New variable.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 06b8eae3d1 marionette: Augment the set of keystrokes.
* gnu/build/marionette.scm (%qwerty-us-keystrokes): Add ', ", and `.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 0a80981178 marionette: Fix typing of capital letters.
Previously we'd use "sendkey P" instead of "sendkey shift-p", which had
no effect.

* gnu/build/marionette.scm (character->keystroke): New procedure.
(string->keystroke-commands): Use it.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 8bd5231485 marionette: 'wait-for-file' really raises an error when a file is missing.
* gnu/build/marionette.scm (wait-for-file): Arrange to call 'error' on
the host, not in the guest.
2017-08-28 09:56:33 +02:00
Ludovic Courtès a881a40cea gnu: emacs-nix-mode: Move to package-management.scm.
Reported by Christopher Baines.
This fixes a top-level reference among mutually-dependent modules.

* gnu/packages/emacs.scm (emacs-nix-mode): Move to...
* gnu/packages/package-management.scm (emacs-nix-mode): ... here.
2017-08-28 09:56:33 +02:00
Ludovic Courtès 9e1fe3d0c3 bootloader: Emit warnings with 'warning'.
* gnu/bootloader.scm (bootloader-configuration-target): Use 'warning'
instead of 'issue-deprecation-warning'.
2017-08-28 09:56:33 +02:00
Efraim Flashner 15d61488a6 gnu: xf86-video-freedreno: Add missing input.
* gnu/packages/xorg.scm (xf86-video-freedreno)[inputs]: Add zlib.
2017-08-28 10:14:25 +03:00
Leo Famulari 9baa969758 gnu: libzip: Fix CVE-2017-12858.
* gnu/packages/patches/libzip-CVE-2017-12858.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/compression.scm (libzip)[source]: Use it.
2017-08-27 19:51:45 -04:00
Tobias Geerinckx-Rice 152fc9594e gnu: srt2vtt: Update source URL.
* gnu/packages/video.scm (srt2vtt)[source]: Fetch sources from new URL.
2017-08-28 01:44:44 +02:00
Leo Famulari 51988e3a03 gnu: Give descriptive file-names for some Git sources.
* gnu/packages/java.scm (classpath-devel)[source]: Set the file-name.
* gnu/packages/guile.scm (guile-for-guile-emacs,
guile-syntax-highlight)[source]: Likewise.
2017-08-27 18:24:50 -04:00
Leo Famulari 5f13bf0972 gnu: Fetch several Git sources over HTTPS.
* gnu/packages/admin.scm (interrobang)[source]: Use HTTPS URL.
* gnu/packages/audio.scm (ardour)[source]: Likewise.
* gnu/packages/embedded.scm (libjaylink, openocd)[source]: Likewise.
* gnu/packages/gnome.scm (byzanz)[source]: Likewise.
* gnu/packages/gnunet.scm (guile-gnunet)[source]Likewise.
* gnu/packages/java.scm (classpath)[source]: Likewise.
* gnu/packages/microcom.scm (microcom)[source]: Likewise.
* gnu/packages/python.scm (python-axolotl-curve25519)[source]: Likewise.
* gnu/packages/rdesktop.scm (freerdp)[source]: Likewise.
* gnu/packages/shells.scm (rc)[source]: Likewise.
* gnu/packages/web.scm (libwebsockets)[source]: Use new source URL.
2017-08-27 18:24:49 -04:00
Tobias Geerinckx-Rice ad539230f1 gnu: youtube-dl: Update to 2017.08.27.1.
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.27.1.
2017-08-27 22:58:19 +02:00
Tobias Geerinckx-Rice c10d502423 gnu: iodine: Fix path to ifconfig.
* gnu/packages/networking.scm (iodine)[arguments]: Fix path to ifconfig.
2017-08-27 22:23:51 +02:00
Leo Famulari 01f248b606 gnu: filezilla: Update to 3.27.1.
* gnu/packages/ftp.scm (filezilla): Update to 3.27.1.
2017-08-27 16:04:31 -04:00
Leo Famulari a9af060e5d gnu: libfilezilla: Update to 0.10.1.
* gnu/packages/ftp.scm (libfilezilla): Update to 0.10.1.
[native-inputs]: Add pkg-config.
2017-08-27 16:04:30 -04:00
Leo Famulari 1c059a6e16 gnu: wxwidgets: Update to 3.0.3.
* gnu/packages/wxwidgets.scm (wxwidgets): Update to 3.0.3.
[source]: Remove 'wxwidgets-fix-windowGTK.patch'.
* gnu/packages/patches/wxwidgets-fix-windowGTK.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-27 16:04:25 -04:00
Andy Wingo 2999dcd5b7 gnu: gnome: Install some GStreamer plugins.
* gnu/packages/gnome.scm (gnome): Add gst-plugins-base and gst-plugins-good.
This will allow stock GNOME installs to play Ogg Vorbis files, among other
things.  It will also ensure that GST_PLUGIN_SYSTEM_PATH is set to a sensible
value when GNOME is installed to the system instead of the user profile.
2017-08-27 20:59:46 +02:00
Andy Wingo 39c853bd61 gnu: totem: Wrap environment for thumbnailer.
* gnu/packages/gnome.scm (totem): Wrap thumbnailer also in environment that
  sets GST_PLUGIN_SYSTEM_PATH.
2017-08-27 20:59:35 +02:00
Efraim Flashner ff16170ab9 gnu: nano: Update to 2.8.7.
* gnu/packages/nano.scm (nano): Update to 2.8.7.
2017-08-27 16:29:37 +03:00
Marius Bakke ebd181138e gnu: perl: Work around more "dotless @INC" build failures.
* gnu/packages/perl.scm (perl-unicode-collate)[arguments]: Add
'set-perl-search-path' phase.
* gnu/packages/xorg.scm (perl-x11-xcb)[arguments]: Likewise.
2017-08-27 15:07:21 +02:00
Marius Bakke 88d5889c40 gnu: perl-www-opensearch: Provide Module::Install.
* gnu/packages/web.scm (perl-www-opensearch)[native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-27 15:07:21 +02:00
Marius Bakke 522f199562 gnu: perl-xml-atom: Update to 0.42.
* gnu/packages/xml.scm (perl-xml-atom): Update to 0.42.
[arguments]: Add 'set-perl-search-path' phase.
[native-inputs]: Add PERL-HTML-TAGSET and PERL-MODULE-BUILD-TINY.
2017-08-27 15:07:21 +02:00
Marius Bakke 9978567460 gnu: babl: Update to 0.1.30.
* gnu/packages/gimp.scm (babl): Update to 0.1.30.
2017-08-27 15:07:21 +02:00
Marius Bakke b45c050545 gnu: Remove unneeded import.
* gnu/packages/engineering.scm: Don't import (srfi srfi-1) in top scope.
2017-08-27 15:07:21 +02:00
Marius Bakke fab46af832 gnu: tdb: Update to 1.3.15.
* gnu/packages/databases.scm (tdb): Update to 1.3.15.
2017-08-27 15:07:21 +02:00
Efraim Flashner 6909c24093 gnu: enlightenment: Update to 0.21.9.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.9.
2017-08-27 15:53:13 +03:00
Kei Kebreau ab11563797 gnu: xauth: Enable tests.
* gnu/packages/xorg.scm (xauth)[arguments]: Enable tests.
[native-inputs]: Add cmdtest.
2017-08-26 15:40:55 -04:00
Kei Kebreau cd669fdeb1 gnu: Add cmdtest.
* gnu/packages/check.scm (cmdtest): New variable.

Co-authored-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-26 15:26:45 -04:00
Marius Bakke 4028fd395e Merge branch 'master' into staging 2017-08-26 15:34:29 +02:00
Marius Bakke 72e2815d18 Merge branch 'core-updates' 2017-08-26 15:15:49 +02:00
Andy Wingo c20cd0d24d gnu: gnome: Depend on xdg-user-dirs.
* gnu/packages/gnome.scm (gnome): Add xdg-user-dirs dependency.  The presence
  of the autostart file in /run/current-system/profile/etc/xdg should cause
  xdg-user-dirs to be run when a user logs in, ensuring that they have
  ~/Pictures and other well-known user directories.
2017-08-26 13:37:30 +02:00
Andy Wingo b9bf08f058 gnu: Add xdg-user-dirs.
* gnu/packages/freedesktop.scm (xdg-user-dirs): New public variable.
2017-08-26 13:37:19 +02:00
Julien Lepiller 446695775d gnu: Add radare2.
* gnu/packages/engineering.scm (radare2): New variable.
2017-08-26 13:01:36 +02:00
Julien Lepiller f70be0113f gnu: Add python-capstone.
* gnu/packages/engineering.scm (python-capstone, python2-capstone): New
variables.
2017-08-26 13:01:32 +02:00
Julien Lepiller 6febda9443 gnu: Add capstone.
* gnu/packages/engineering.scm (capstone): New variable.
2017-08-26 13:01:11 +02:00
Oleg Pykhalov d987a006dc gnu: youtube-dl: Update to 2017.08.23.
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.23.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-26 13:35:44 +05:30
宋文武 acf7a958a6 gnu: pv: Update to 1.6.6.
* gnu/packages/pv.scm (pv): Update to 1.6.6.
2017-08-26 14:09:05 +08:00
Mark H Weaver 828f0109ee gnu: linux-libre: Update to 4.12.9.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.9.
(%linux-libre-hash): Update hash.
2017-08-25 23:53:32 -04:00
Mark H Weaver 50e34c608e gnu: linux-libre@4.9: Update to 4.9.45.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.45.
2017-08-25 23:52:58 -04:00
Mark H Weaver cd2247cccd gnu: linux-libre@4.4: Update to 4.4.84.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.84.
2017-08-25 23:52:14 -04:00
Marius Bakke 2f837cf7fe gnu: perl: Add more missing dependencies on Module::Install.
* gnu/packages/databases.scm (perl-dbix-class, perl-dbix-class-cursor-cached,
  perl-dbix-class-introspectablem2m,
  perl-dbix-class-schema-loader)[native-inputs]: Add PERL-MODULE-INSTALL.
* gnu/packages/web.scm (perl-catalyst-action-renderview,
  perl-catalyst-action-rest, perl-catalyst-authentication-store-dbix-class,
  perl-catalyst-component-instancepercontext, perl-catalyst-model-dbic-schema,
  perl-catalyst-plugin-authentication,
  perl-catalyst-plugin-authorization-roles, perl-catalyst-plugin-configloader,
  perl-catalyst-plugin-session, perl-catalyst-plugin-session-state-cookie,
  perl-catalyst-plugin-stacktrace, perl-catalyst-plugin-static-simple,
  perl-catalyst-traitfor-request-proxybase, perl-catalyst-view-download,
  perl-catalyst-view-json, perl-catalystx-script-server-starman,
  perl-test-www-mechanize, perl-test-www-mechanize-catalyst)[native-inputs]:
  Likewise.
* gnu/packages/xorg.scm (perl-x11-xcb)[native-inputs]: Likewise.
2017-08-25 22:24:10 +02:00
Marius Bakke a21db79e52 gnu: perl-catalyst-runtime: Update to 5.90115.
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90115.
[native-inputs]: Add PERL-MODULE-INSTALL.
2017-08-25 22:23:53 +02:00
Leo Famulari 35131babc1 gnu: go: Update to 1.9.
* gnu/packages/golang.scm (go-1.8): Replace with ...
(go-1.9): ... new variable.
[arguments]: Adjust the pre-build phase accordingly.
2017-08-25 12:28:58 -04:00
Andy Wingo 6e99c01b4d gnu: Add draft of gdm service.
* gnu/services/xorg.scm (%gdm-accounts, <gdm-configuration>)
(gdm-etc-service, gdm-pam-service, gdm-shepherd-service, gdm-service-programs)
(gdm-service-type, gdm-service): New public variables.  Not yet working.
2017-08-25 16:01:56 +02:00
Andy Wingo b6d8066d4d gnu: services: Log debug messages to /var/log/debug.
* gnu/services/base.scm (%default-syslog.conf): Create a /var/log/debug with
  messages logged to syslog at debug level.
2017-08-25 16:01:56 +02:00
Andy Wingo e0e6756fbd gnu: gdm: Fix environment of worker processes and sessions.
* gnu/packages/gnome.scm (gdm): Get X server path from GDM_X_SERVER
environment variable, and make sure this variable is propagated to internal
sub-processes.  Launch sessions with a reasonable XDG_CONFIG_DIRS setting.
Get the custom GDM conf from the current system's profile.
2017-08-25 16:01:56 +02:00
Andy Wingo 957dbc0a4d gnu: gdm: Use proper elogind check, and wrap environment.
* gnu/packages/gnome.scm (gdm): Use glib-or-gtk-build-system to make sure the
schemas are available to GDM.  Install gdm to /bin to make this happen.  Use a
proper elogind check.
2017-08-25 16:01:56 +02:00
Andy Wingo af37e6bbd4 gnu: gdm: Look for sessions in /run/current-system.
* gnu/packages/gnome.scm (gdm): Fix search paths for system sessions.  Use
  /var as localstatedir.  Set a more sensible default path for user sessions.
2017-08-25 16:01:56 +02:00
Andy Wingo 92753a8bad gnu: services: Refactor to separate X and startx wrappers.
* gnu/services/xorg.scm (xorg-wrapper): New public function.
(xorg-start-command): Use xorg-wrapper.
2017-08-25 16:01:56 +02:00
Andy Wingo 063c608261 gnu: Add AccountsService service to desktop services.
* doc/guix.texi (Desktop Services): Add accountsservice-service.
* gnu/services/desktop.scm (%accountsservice-activation):
(accountsservice-service-type): New public variables.
(%desktop-services): Add accountsservice-service.
2017-08-25 16:01:56 +02:00
Andy Wingo e76008dbc8 gnu: accountsservice: Properly reference shadow.
* gnu/packages/freedesktop.scm (accountsservice): Fix references to binaries
  provided by the shadow package.
2017-08-25 16:01:45 +02:00
Efraim Flashner cb8b14f182 gnu: parallel: Update to 20170822.
* gnu/packages/parallel.scm (parallel): Update to 20170822.
2017-08-25 09:15:12 +03:00
Mark H Weaver 1934769ba1 gnu: libmikmod: Add fallback source URL, needed for older versions.
* gnu/packages/sdl.scm (libmikmod)[source]: Add a fallback source URL where
older versions are kept.
2017-08-25 02:08:52 -04:00
Mark H Weaver 05e172ca4e download: Remove a SourceForge mirror that never returns 404.
* guix/download.scm (%mirrors)[sourceforge]: Remove
nbtelecom.dl.sourceforge.net, which never returns 404 responses.  This causes
download failures due to hash mismatch, effectively preventing secondary
source URLs from being queried.
2017-08-25 02:08:35 -04:00
Ricardo Wurmus 0b4f40e4fa gnu: yoshimi: Update to 1.5.3.
* gnu/packages/music.scm (yoshimi): Update to 1.5.3.
2017-08-25 04:55:05 +02:00
Ricardo Wurmus 5cff549c60 gnu: zynaddsubfx: Update to 3.0.2.
* gnu/packages/music.scm (zynaddsubfx): Update to 3.0.2.
2017-08-25 04:51:07 +02:00
Ricardo Wurmus 44aca1a3e5 gnu: guile-xcb: Update source URL.
* gnu/packages/guile-wm.scm (guile-xcb)[source]: Use archived tarball URL.
2017-08-25 02:15:14 +02:00
Ludovic Courtès 94e86a6b67 graft: Correctly replace references near the end of the scan buffer.
Fixes <http://bugs.gnu.org/28212>.
Reported by Leo Famulari <leo@famulari.name>.

* guix/build/graft.scm (replace-store-references): When I >= END, check
whether WRITTEN > END and call 'get-bytevector-n!' when it is.
* tests/grafts.scm (buffer-size): New variable.
("replace-store-references, <http://bugs.gnu.org/28212>"): New test.
2017-08-24 23:55:51 +02:00
Ludovic Courtès 5e60bef980 Revert "graph: Provide access to the package record in the emit functions."
This reverts commit 5d7e854365, which
broke 'tests/graph.scm' and broke node types not related to <package>
objects, such as '%reference-node-type'.
2017-08-24 23:55:51 +02:00
Ludovic Courtès 649c438c23 gnu: font-mathjax: Move to javascript.scm.
This avoids cross-module top-level references.

* gnu/packages/fonts.scm (font-mathjax): Move to...
* gnu/packages/javascript.scm (font-mathjax): ... here.  New variable.
2017-08-24 23:55:51 +02:00
Ludovic Courtès 87f057c46e gnu: font-go: Remove reference to 'go-1.4'.
This avoids circular references at the top level.

* gnu/packages/fonts.scm (font-go)[license]: Remove reference to
GO-1.4.
2017-08-24 23:55:51 +02:00
Stefan Reichör 84342e2fa9 gnu: Add honcho.
* gnu/packages/python.scm (python-honcho, python2-honcho): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-24 21:27:23 +02:00
Marius Bakke a251838d67 gnu: maim: Update to 5.4.68.
* gnu/packages/xdisorg.scm (maim): Update to 5.4.68.
2017-08-24 21:21:04 +02:00
Marius Bakke 8752fa6cba gnu: slop: Update to 7.3.49.
* gnu/packages/xdisorg.scm (slop): Update to 7.3.49.
2017-08-24 21:21:04 +02:00
Ricardo Wurmus 3f8efbb9a4 gnu: guile-wm: Update source URL.
* gnu/packages/guile-wm.scm (guile-wm)[source]: Use archived URL.
2017-08-24 20:42:45 +02:00
Thomas Danckaert 17e56dac12 gnu: libreoffice: Fix icons, enable liblangtag.
* gnu/packages/libreoffice.scm (libreoffice) [inputs]: Add liblangtag.
  [arguments]: Correct icon names in .desktop files; copy desktop files &
  icons for libreoffice-math and libreoffice-startcenter; enable parallel
  build; enable liblangtag.
2017-08-24 19:52:16 +02:00
Tobias Geerinckx-Rice 5cdb0cd380 gnu: dovecot: Update to 2.2.32.
* gnu/packages/mail.scm (dovecot): Update to 2.2.32.
2017-08-24 16:38:47 +02:00
Efraim Flashner 5fc9b6c108 gnu: lollypop: Use pseudo meson build system.
* gnu/packages/gnome.scm (lollypop)[arguments]: Disable tests. Delete
configure phase, replace build and install phase with custom phases.
[native-inputs]: Add ninja.
[propagated-inputs]: Move gst-plugins-base ...
[inputs]: ... to here. Add meson.
2017-08-24 15:33:13 +03:00
Hartmut Goebel e3c13d044f gnu: libksysguard: Enable more tests (not all working yet).
* gnu/packages/kde.scm (libksysguard)[arguments]
  <#:phases>'check-setup': Set QT_QPA_PLATFORM=offscreen.
  <#:phases>'check': Enable all tests except of the failing one.
2017-08-24 12:32:34 +02:00
Arun Isaac 2d6da7942a gnu: python2-ttystatus: Update to 0.35.
* gnu/packages/python.scm (python2-ttystatus): Update to 0.35.
2017-08-24 14:28:41 +05:30
Arun Isaac f6c5821530 gnu: cliapp: Update to 1.20170823.
* gnu/packages/python.scm (python2-cliapp): Update to 1.20170823.
2017-08-24 14:20:45 +05:30
Efraim Flashner c47048c328 gnu: datamash: Update to 1.2.
* gnu/packages/datamash.scm (datamash): Update to 1.2.
2017-08-24 10:35:00 +03:00
Ludovic Courtès e4925e00ca packages: Use Guile 2.0 for grafting.
Works around <https://bugs.gnu.org/28211>.
Reported by Marius Bakke <mbakke@fastmail.com>.

* guix/packages.scm (guile-2.0): New procedure.
(package-derivation, package-cross-derivation): Use it when computing
the #:guile argument to 'graft-derivation'.
2017-08-24 00:41:44 +02:00
Andy Wingo 045ebb3e58 gnu: bootloader: Deprecate "device" field in favor of "target".
* gnu/bootloader.scm (<bootloader-configuration>): Deprecate "device" field in
favor of "target" field.  This is mostly a renaming but also a generalization
to support UEFI targets being paths to a mounted partition instead of a device
name.
* gnu/system/examples/bare-bones.tmpl:
* gnu/system/examples/desktop.tmpl:
* gnu/system/examples/lightweight-desktop.tmpl:
* gnu/system/examples/vm-image.tmpl:
* gnu/system/install.scm:
* gnu/tests.scm:
* gnu/tests/install.scm:
* gnu/tests/nfs.scm:
* tests/system.scm: Adapt all invocations of bootloader-configuration.
* guix/scripts/system.scm (perform-action): Rename device argument to
bootloader-target.
(process-action): Adapt caller.
* doc/guix.texi (Proceeding with the Installation):
* doc/guix.texi (Bootloader Configuration): Update documentation.
2017-08-23 22:23:19 +02:00
Andy Wingo ba015ce9c0 gnu: scripts: Cleanup regarding "gnu system" bootloader devices.
* guix/scripts/system.scm (install-bootloader, install): Remove unused
"device" argument.
(reinstall-bootloader, perform-action): Adapt callers.
2017-08-23 22:23:06 +02:00
Efraim Flashner f81039058c gnu: qemu: Fix CVE-2017-12809.
* gnu/packages/virtualization.scm (qemu)[source]: Add patch.
* gnu/packages/patches/qemu-CVE-2017-12809.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-08-23 21:56:55 +03:00
Efraim Flashner f00e328fd3 gnu: openjpeg: Fix CVE-2017-12982.
* gnu/packages/image.scm (openjepg)[source]: Add patch.
* gnu/packages/patches/openjpeg-CVE-2017-12982.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-08-23 21:07:07 +03:00
Ricardo Wurmus d7eea7d7ae gnu: python-scikit-learn: Update to 0.19.0.
* gnu/packages/python.scm (python-scikit-learn): Update to 0.19.0.
2017-08-23 17:31:54 +02:00
Rutger Helling cc527b5048 gnu: xpra: Update to 2.1.1.
* gnu/packages/xorg.scm (xpra): Update to 2.1.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-08-23 20:38:09 +08:00
Rutger Helling 8a7f958ed9 gnu: higan: Update to 104.
* gnu/packages/games.scm (higan): Update to 104.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-08-23 20:24:15 +08:00
Rutger Helling 56cdca9537 gnu: retroarch: Update to 1.6.7.
* gnu/packages/games.scm (retroarch): Update to 1.6.7.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-08-23 20:13:41 +08:00
Thomas Danckaert 35e657017c gnu: id3lib: Remove bundled zlib.
* gnu/packages/mp3.scm (id3lib)[source]: Remove bundled zlib.
[inputs]: Add zlib.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-08-23 19:58:26 +08:00
Christopher Baines c075c8fd0c tests: Add 'libvirt-service-type' test.
* gnu/tests/virtualization.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-08-23 12:48:11 +01:00
Ryan Moe e6051057ab services: Add libvirt services
* gnu/services/virtualization.scm: New file.
* doc/guix.texi (Virtualization Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-08-23 12:47:24 +01:00
Christopher Baines 903e051a71 gnu: libvirt: Wrap with iproute and qemu.
libvirtd runs qemu if it's configured to use it, and also uses the ip command.

* gnu/packages/virtualization.scm (libvirt)[arguments]: Add wrap-libvirtd
  phase.
2017-08-23 12:44:21 +01:00
Christopher Baines 0577a3fd92 gnu: Build the shared library for yaml-cpp.
* gnu/packages/serialization.scm (yaml-cpp)[arguments]: Add
  -DBUILD_SHARED_LIBS=ON to #:configure-flags.
2017-08-23 10:07:22 +01:00
Ludovic Courtès 7d14082d56 services: herd: Actions return a list of results.
Fixes a regression introduced in
0642838b2e.

* gnu/services/herd.scm (invoke-action): Explain that we get a list of
results.
(current-services): Expect a list of result and use the first one.
(unload-service, %load-file, eval-there): Likewise.
2017-08-23 00:29:22 +02:00
Marius Bakke 4e58740aff gnu: whois: Update to 5.2.18.
* gnu/packages/networking.scm (whois): Update to 5.2.18.
2017-08-22 23:17:14 +02:00
Marius Bakke ed8634c404 bash completion: Complete files names after 'guix download'.
* etc/completion/bash/guix (_guix_complete): When the command is "download",
use __guix_complete_file.
2017-08-22 23:13:42 +02:00
Marius Bakke 2e4569829e gnu: Add f2fs-tools.
* gnu/packages/linux.scm (f2fs-tools): New variable.
2017-08-22 23:13:42 +02:00
Marius Bakke 7ac2cab8c9 gnu: Add icedtea-web.
* gnu/packages/java.scm (icedtea-web): New variable.
2017-08-22 23:02:13 +02:00
ng0 77a0354a36 gnu: gnurl: Update to 7.55.1-3.
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1-3.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-22 21:52:05 +02:00
Christopher Baines 39fc3004be web: Remove the nginx-service procedure.
Now that the service-type has a default value, and configuration record is
accessible.

* gnu/services/web.scm (nginx-service): Remove procedure.
* doc/guix.texi (Web Services): Update and improve NGinx documentation.
2017-08-22 17:49:05 +01:00
Christopher Baines ad4cc435e8 web: Add default-value for the nginx-service-type.
* gnu/services/web.scm (nginx-service-type)[default-value]:
  Use (nginx-configuration).
2017-08-22 17:49:00 +01:00
Christopher Baines e4b729f89c web: Export more nginx related procedures, macros and record types.
This makes it possible to work with the configuration of the NGinx service
programatically.

* gnu/services/web.scm (<nginx-configuration>, <nginx-server-configuration>,
  <nginx-upstream-configuration>, <nginx-location-configuration>,
  <nginx-named-location-configuration>): Export NGinx related record
  types.
  (nginx-configuration-*, nginx-server-configuration-*,
  nginx-upstream-configuration-*, nginx-location-configuration-*,
  nginx-named-location-configuration-*): Export NGinx related record
  procedures.
  (nginx-configuration): Export NGinx related record macro.
2017-08-22 17:48:54 +01:00
Ricardo Wurmus bd3a184613 gnu: r-minimal: Do not compress serialized files.
* gnu/packages/statistics.scm (r-minimal)[arguments]: Replace build phase
"patch-which" with "do-not-compress-serialized-files".
[propagated-inputs]: Move "which" from here...
[inputs]: ...to here.

Fixes <https://bugs.gnu.org/28157>.
2017-08-22 16:24:24 +02:00
Ricardo Wurmus 6be54a8751 gnu: Add rmath-standalone.
* gnu/packages/statistics.scm (rmath-standalone): New variable.
2017-08-22 16:24:24 +02:00
Efraim Flashner 94b179c675 gnu: gst-plugins-bad: Build with wayland support.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[inputs]: Add wayland.
2017-08-22 17:04:39 +03:00
Efraim Flashner fe535d81ae gnu: libraw: Update to 0.18.2.
* gnu/packages/photo.scm (libraw): Update to 0.18.2.
[source, home-page]: Use https.
2017-08-22 16:57:59 +03:00
Z. Ren 0e4d822e3f gnu: skalibs: Build reproducibly.
* gnu/packages/skarnet.scm (skalibs)[arguments]: Add #:phases.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-22 15:19:49 +02:00
Ludovic Courtès c15374e03d gnu: libjpeg-turbo: Build reproducibly.
* gnu/packages/image.scm (libjpeg-turbo)[arguments]: Add #:configure-flags.

Co-authored-by: Z. Ren <zren@dlut.edu.cn>
2017-08-22 15:19:49 +02:00
Thomas Danckaert 1206c95a49 gnu: python-netcdf4: Update to 1.2.9.
* gnu/packages/python.scm (python-netcdf4): Update to 1.2.9.
2017-08-22 09:02:32 +02:00
Thomas Danckaert 5c78db6222 gnu: python-h5py: Update to 2.7.0.
* gnu/packages/python.scm (python-h5py): Update to 2.7.0.
2017-08-22 09:02:24 +02:00
Efraim Flashner 285e18e9ae gnu: terminology: Update to 1.1.0.
* gnu/packages/enlightenment.scm (terminology): Update to 1.1.0.
[source]: Remove bundled fonts and references to them.
[native-inputs]: Add gettext-minimal.
2017-08-22 09:49:27 +03:00
Oleg Pykhalov 61b31ac46f gnu: Update emacs-rainbow-mode to 0.13.
* gnu/packages/emacs.scm (emacs-rainbow-mode): Update to 0.13.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-22 00:00:56 +02:00
Oleg Pykhalov 86a9b1633c gnu: python-internetarchive: Update to 1.7.1.
* gnu/packages/web.scm (python-internetarchive): Update to 1.7.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-22 00:00:56 +02:00
Tobias Geerinckx-Rice 58f3d45996 gnu: python-marshmallow: Update to 3.0.0b3.
* gnu/packages/python.scm (python-marshmallow): Update to 3.0.0b3.
2017-08-21 22:54:38 +02:00
Tobias Geerinckx-Rice 4ecab114fd gnu: python-pylast: Update to 1.9.0.
* gnu/packages/python.scm (python-pylast): Update to 1.9.0.
2017-08-21 22:54:38 +02:00
Tobias Geerinckx-Rice 3592a57255 gnu: lollypop: Update to 0.9.244.
* gnu/packages/gnome.scm (lollypop): Update to 0.9.244.
2017-08-21 22:54:37 +02:00
Tobias Geerinckx-Rice 9f9d2a723f gnu: gspell: Update to 1.4.2.
* gnu/packages/gnome.scm (gspell): Update to 1.4.2.
2017-08-21 22:54:37 +02:00
Marius Bakke 3ce16aeac5 gnu: imagemagick: Update to 6.9.9-9.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-9.
2017-08-21 22:48:44 +02:00
Marius Bakke 51eecee7b9 gnu: feh: Update to 2.19.3.
* gnu/packages/image-viewers.scm (feh): Update to 2.19.3.
2017-08-21 22:48:44 +02:00
Tobias Geerinckx-Rice 88648855f8 gnu: perl-net-dns: Update to 1.12.
* gnu/packages/networking.scm (perl-net-dns): Update to 1.12.
2017-08-21 17:38:08 +02:00
Tobias Geerinckx-Rice 46057c0a3f gnu: zstd: Update to 1.3.1.
* gnu/packages/compression.scm (zstd): Update to 1.3.1.
2017-08-21 17:38:07 +02:00
Dave Love 6c171ff47c gnu: openmpi: Configure without vampirtrace.
VT is obsoleted by scorep (not currently packaged) and disabling it reduces
the closure considerably.

* mpi.scm (openmpi)[arguments]: Configure without vampirtrace.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21 17:04:54 +02:00
Dave Love df981d8b36 gnu: openmpi: Modify configuration to reduce closure.
devel-headers are only for building MCA components, produce a large
closure and aren't normally packaged.  Only the affinity component of
mpi-ext is useful.

* gnu/packages/mpi.scm (openmpi)[arguments]: Don't configure
--with-devel-headers and --enable-mpi-ext=all.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21 17:04:54 +02:00
Dave Love 0d97d3cbff gnu: openmpi: Remove references to compiler pathnames in "_info" programs.
This reduces the closure greatly, but note that the Fortran .mod files are
gfortran version-specific, so there should probably be development packages
for each incompatible version.  (The runtime is supposed to be more-or-less
version-independent unless the libgfortran soname changes.)  There may still
be a case for a separate runtime output.

* gnu/packages/mpi.scm (openmpi)[arguments]: Add "remove-absolute" phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21 17:04:54 +02:00
Dave Love 84bf845abc gnu: valgrind: Add separate "doc" output.
* gnu/packages/valgrind.scm (valgrind)[outputs]: New field.
[arguments]: Add 'install-doc' phase.

Co-authored-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-08-21 17:04:54 +02:00
Dave Love 327404aeaa gnu: openmpi: Remove "static" output.
--enable-static removes dynamically-loaded MCA components.

* gnu/packages/mpi.scm (openmpi)[outputs]: Remove field.
[arguments]: Don't configure with --enable-static; remove
'move-static-libraries' phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21 17:04:54 +02:00
Dave Love 685bef2bd1 gnu: openmpi: Add separate variant with thread-multiple support.
* gnu/packages/mpi.scm (openmpi)[arguments]: Remove
"--enable-mpi-thread-multiple".
(openmpi-thread-multiple): New variable.

Signed-off-by: Ludovic Courtès <ludovic.courtes@inria.fr>
2017-08-21 17:04:54 +02:00
Theodoros Foradis cf684d87d7 gnu: z3: Build Python bindings.
* gnu/packages/maths.scm (z3): Add python bindings.
[build-system]: Change to cmake-build-system.
[arguments]: Remove "changedir" phase.  Add "bootstrap" and
"make-test-z3" phases; replace the "check" phase.
Add #:configure-flags.  Remove #:test-target.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-21 17:04:53 +02:00
Efraim Flashner bd2e321061 gnu: augeas: Update to 1.8.1. Fixes CVE-2017-7555.
* gnu/packages/augeas.scm (augeas): Update to 1.8.1.
2017-08-21 16:02:23 +03:00
Marius Bakke 2718a9cd09 Merge branch 'master' into core-updates 2017-08-21 02:40:37 +02:00
ng0 e904de7ec1 gnu: gnurl: Update to 7.55.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.1.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-21 01:05:06 +02:00
Efraim Flashner 1dbd34329b gnu: vifm: Update to 0.9.
* gnu/packages/vim.scm (vifm): Update to 0.9.
[source]: Add alternate uri.
[arguments]: Remove build timestamp. Add phase to install vim plugins
into vim plugin directory. Patch more shebangs.
2017-08-20 23:23:17 +03:00
Efraim Flashner bda6c35093 gnu: pspp: Update to 1.0.0.
* gnu/packages/statistics.scm (pspp): Update to 1.0.0.
2017-08-20 21:44:47 +03:00
Marius Bakke 9c4ce3afac gnu: perl-test-trap: Update to 0.3.2.
* gnu/packages/perl.scm (perl-test-trap): Update to 0.3.2.
[source, version]: Remove 'v' prefix from version field.
2017-08-20 17:33:16 +02:00
Marius Bakke 7295a0c020 gnu: perl-test-trap: Add missing dependency on Test::Simple.
* gnu/packages/perl.scm (perl-test-trap)[native-inputs]: Add PERL-TEST-SIMPLE.
2017-08-20 17:33:16 +02:00
Tobias Geerinckx-Rice 29a3325708 gnu: bundler: Update to 1.15.4.
* gnu/packages/ruby.scm (bundler): Update to 1.15.4.
2017-08-20 16:41:39 +02:00
Tobias Geerinckx-Rice 3fa1b08213 gnu: limnoria: Update to 2017.08.18.
* gnu/packages/irc.scm (limnoria): Update to 2017.08.18.
2017-08-20 16:41:39 +02:00
宋文武 a02967d77a guix download: Support retrieving local file without the URI scheme.
* guix/scripts/download.scm (guix-download): Treat the URL argument as a local
file path when it fails on 'string->uri'.  Call 'fetch' with the processed
'uri' instead of the original URL argument.
* tests/guix-download.sh: Adjust accordingly.
2017-08-20 20:55:45 +08:00
Kei Kebreau 6d7d9d9507 gnu: graphicsmagick: Fix CVE-2017-{12935,12936,12937}.
* gnu/packages/patches/graphicsmagick-CVE-2017-12935.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-12936.patch,
gnu/packages/patches/graphicsmagick-CVE-2017-12937.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Use them.
2017-08-20 08:35:45 -04:00
Ricardo Wurmus a8cd352304 gnu: r-minimal: Work around failure to embed reference to "which".
* gnu/packages/statistics.scm (r-minimal)[arguments]: Add phase "patch-which".
[native-inputs]: Move "which" from here...
[propagated-inputs]: ...to here.
2017-08-20 14:00:04 +02:00
Ricardo Wurmus 92a1cb9285 gnu: powertabeditor: Update to 2.0.0-alpha10.
* gnu/packages/music.scm (powertabeditor): Update to 2.0.0-alpha10.
[arguments]: Remove "set-target-directories" phase; disable additional tests.
2017-08-20 14:00:04 +02:00
Ricardo Wurmus 17cddc1714 gnu: Add r-annotationfilter.
* gnu/packages/bioinformatics.scm (r-annotationfilter): New variable.
2017-08-20 14:00:04 +02:00
Andy Wingo 96d36f385c gnu: Add gnome-default-applications.
* gnu/packages/gnome.scm (gnome-default-applications): New public variable.
(gnome): Propagate gnome-default-applications so that nautilus is associated
with folders, not baobab.
2017-08-20 13:11:06 +02:00
Andy Wingo a9dbefdc9d gnu: gnome: Propagate font-dejavu.
* gnu/packages/gnome.scm (gnome): Add font-dejavu to propagated inputs, to
  provide a better default for "Monospace".  Otherwise the terminal looks
  horrible and defaults to Nimbus Mono, a Courier-like face.
2017-08-20 13:10:56 +02:00
Andy Wingo 50631fe933 gnu: gobby: Re-add Gobby 0.4.
* gnu/packages/gobby.scm (gobby-0.4): New variable.
2017-08-20 11:30:43 +02:00
Andy Wingo 63ad9b80c7 gnu: gnome: Propagate more packages.
* gnu/packages/gnome.scm (gnome): Add additional dependencies, inspired by
  Debian's "gnome-core" package.
2017-08-20 11:16:56 +02:00
Andy Wingo 2941b347b6 gnu: grub-efi-bootloader: Specialize grub-install invocation.
* gnu/bootloader/grub.scm (install-grub-efi): Fix grub-install invocation for
  EFI systems.
* gnu/system/examples/bare-bones.tmpl: Use the newer
"bootloader-configuration" syntax.
* gnu/system/examples/desktop.tmpl: Use bootloader-configuration sytax.  Also,
use the same label for the LUKS-mapped device and the root partition.  Remove
unneeded "title" field for the file-system based on LUKS; as noted in the
manual, the "title" field is ignored for mapped devices.
* gnu/system/examples/lightweight-desktop.tmpl: Use bootloader-configuration,
and use grub-efi-bootloader.
2017-08-20 11:16:42 +02:00
Arun Isaac 97291c0c7c gnu: gobby: Update to 0.5.0.
* gnu/packages/gobby.scm (gobby): Update to 0.5.0.
[inputs]: Remove libnet6 and obby. Add libinfinity. Sort.
[arguments]: Add move-executable phase.
2017-08-20 10:52:56 +05:30
Arun Isaac 6a84ec8eb3 gnu: Add libinfinity.
* gnu/packages/gobby.scm (libinfinity): New variable.
2017-08-20 10:52:55 +05:30
Leo Famulari 36ed934dfe gnu: icedtea@3: Update to 3.5.1.
* gnu/packages/java.scm (icedtea-8): Update to 3.5.1.
2017-08-19 18:50:04 -04:00
Leo Famulari 0c2e2b660d gnu: icedtea@2: Update to 2.6.11 [security fixes].
Fixes CVE-2017-{10053,10067,10074,10081,10087,10089,10090,10096,10101,10102,
10107,10108,10109,10110,10111,10115,10116,10118,10135,10074,10176}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.11.
2017-08-19 18:50:01 -04:00
Thomas Danckaert 7b87132f6e gnu: libreoffice: Update to 5.3.5.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.5.2.
2017-08-19 22:46:03 +02:00
Efraim Flashner 128c9b9269 gnu: perl-www-mechanize: Update source uri.
* gnu/packages/web.scm (perl-www-mechanize)[source]: Update to new uri.
2017-08-19 21:52:22 +03:00
Ricardo Wurmus af735661f3 pack: Add "none" compressor.
* guix/scripts/pack.scm (%compressors): Add compressor "none"; prepend
extension with ".".
(self-contained-tarball, docker-image): Assume compressor extensions start
with period.
* doc/guix.texi (Invoking guix pack): Document it.
2017-08-19 17:59:42 +02:00
Marius Bakke 7eb09e39ed gnu: perl-net-server: Update to 2.009.
* gnu/packages/web.scm (perl-net-server): Update to 2.009.
2017-08-19 16:43:38 +02:00
Marius Bakke 68d5906c06 gnu: perl-www-mechanize: Update to 1.86.
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.86.
[native-inputs]: Add PERL-TEST-DEEP, PERL-TEST-FATAL, PERL-TEST-OUTPUT and
PERL-TEST-WARNINGS.
[propagated-inputs]: Add PERL-HTML-TREE.
2017-08-19 16:43:37 +02:00
Marius Bakke f87c1107d6 gnu: perl: Work around more "dotless @INC" build issues.
* gnu/packages/perl.scm (perl-hash-fieldhash,
  perl-string-camelcase)[arguments]: Add 'set-perl-search-path' phase.
2017-08-19 16:43:37 +02:00
Marius Bakke 1cd5f1776d gnu: perl-moosex-types-datetime: Update to 0.13.
* gnu/packages/perl.scm (perl-moosex-types-datetime): Update to 0.13.
2017-08-19 16:43:37 +02:00
Marius Bakke 55cca6ac61 gnu: perl-plack-middleware-reverseproxy: Provide Module::Install.
* gnu/packages/web.scm (perl-plack-middleware-reverseproxy)[native-inputs]:
Add PERL-MODULE-INSTALL.
2017-08-19 16:43:37 +02:00
Christopher Baines 2905926285 doc: Update Database services in detailed node list.
This was updated in the Service subsection, but the matching update here was
missed.

* doc/guix.text (Top): Change database services description.
2017-08-19 11:38:06 +01:00
Arun Isaac acabbd5976 doc: Mention how to use emacs-debbugs.
* HACKING (Using emacs-debbugs): Add section on using emacs-debbugs.
2017-08-19 13:42:52 +05:30
Danny Milosavljevic d79013f66a maint: Create an ISO9660 installation image in the 'release' target.
* Makefile.am (GUIXSD_IMAGE_BASE): Adapt target file name.
(release): Use file-system-type iso9660.
* doc/guix.texi: Document installation from DVD.
2017-08-19 04:38:15 +02:00
Tobias Geerinckx-Rice e121be1e15 gnu: python-netaddr: Update to 0.7.19.
* gnu/packages/python.scm (python-netaddr): Update to 0.7.19.
2017-08-19 02:17:43 +02:00
Tobias Geerinckx-Rice b7585ca3b9 gnu: lz4: Update to 1.8.0.
* gnu/packages/compression.scm (lz4): Update to 1.8.0.  Fix typo in comment.
[source]: Remove patch.
* gnu/packages/patches/lz4-fix-test-failures.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-19 02:17:42 +02:00
Tobias Geerinckx-Rice 00d9124d40 gnu: lz4: Use recommended home page.
* gnu/packages/compression.scm (lz4)[home-page]: Use lz4.org.
2017-08-19 02:17:42 +02:00
Tobias Geerinckx-Rice 865aacc9fa gnu: Remove libgames-support.
It was simply the old name (and version) of libgnome-games-support.

* gnu/packages/gnome.scm (libgames-support): Remove variable.  Move the
inherited fields...
(libgnome-games-support): ...to here.
2017-08-19 02:17:41 +02:00
Leo Famulari d9f15d7e48 gnu: newsbeuter: Fix CVE-2017-12904.
* gnu/packages/patches/newsbeuter-CVE-2017-12904.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/syndication.scm (newsbeuter)[source]: Use it.
2017-08-18 17:24:47 -04:00
Marius Bakke 8c0c0c4def gnu: python-pygit2: Update to 0.26.0.
* gnu/packages/python.scm (python-pygit2): Update to 0.26.0.
* gnu/packages/patches/python-pygit2-disable-network-tests.patch: Skip one
more test. Use unittest.skipIf instead of deleting sections.
2017-08-18 21:33:31 +02:00
Tobias Geerinckx-Rice 9d1cc6bc69 gnu: bluez: Update to 5.46.
* gnu/packages/linux.scm (bluez): Update to 5.46.
2017-08-18 15:10:08 +02:00
Tobias Geerinckx-Rice 911c42de40 gnu: cunit: Use ‘modify-phases’ syntax.
* gnu/packages/check.scm (cunit)[arguments]: Use ‘modify-phases’.
2017-08-18 15:08:35 +02:00
Tobias Geerinckx-Rice 0963e3e450 gnu: lzip: Update to 1.19.
* gnu/packages/compression.scm (lzip): Update to 1.19.
[description]: Fix minor typo.
2017-08-18 15:08:25 +02:00
Tobias Geerinckx-Rice 1f9c2351d7 gnu: gnome-shell: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.3.
2017-08-18 14:55:01 +02:00
Tobias Geerinckx-Rice cd5db77151 gnu: gnome-control-center: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.3.
2017-08-18 14:55:01 +02:00
Tobias Geerinckx-Rice d95d6d931e gnu: gnome-keyring: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-keyring): Update to 3.20.1.
2017-08-18 14:55:00 +02:00
Tobias Geerinckx-Rice 32d00d78dc gnu: libgnome-games-support: Update to 1.2.2.
* gnu/packages/gnome.scm (libgnome-games-support): Update to 1.2.2.
2017-08-18 14:55:00 +02:00
Tobias Geerinckx-Rice 9d086c075d gnu: gjs: Update to 1.48.6.
* gnu/packages/gnome.scm (gjs): Update to 1.48.6.
2017-08-18 14:55:00 +02:00
Tobias Geerinckx-Rice 69d0674830 gnu: shotwell: Update to 0.26.3.
* gnu/packages/gnome.scm (shotwell): Update to 0.26.3.
2017-08-18 14:54:59 +02:00
Tobias Geerinckx-Rice 7c94a3599e gnu: totem-pl-parser: Update to 3.10.8.
* gnu/packages/gnome.scm (totem-pl-parser): Update to 3.10.8.
2017-08-18 14:54:59 +02:00
Tobias Geerinckx-Rice 94793c1d0a gnu: perl-crypt-openssl-bignum: Update to 0.08.
* gnu/packages/tls.scm (perl-crypt-openssl-bignum): Update to 0.08.
2017-08-18 14:54:59 +02:00
Thomas Danckaert 598b5481a4 gnu: freerdp: Update inputs.
* gnu/packages/rdesktop.scm (freerdp) [native-inputs]: Add libxslt, libxml2
  and docbook-xsl.
  [inputs]: Add libjpeg, remove gstreamer, gst-plugins-base, libxml2 and
  libxslt.
  [arguments]: Enable features JPEG and SSE2 (on x86_64), and set up
  docbook-xsl.
2017-08-18 14:52:35 +02:00
Thomas Danckaert cc81f1c349 gnu: freerdp: Revert to version 1.1.
* gnu/packages/rdesktop.scm (freerdp) [version, source]: Revert to upstream
  branch 1.1.  [inputs]: Use ffmpeg-2.8.
* gnu/packages/gnome.scm (vinagre): Add patches required to build against
  freerdp branch 1.1.
* gnu/packages/patches/vinagre-revert-1.patch,
  gnu/packages/patches/vinagre-revert-2.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-08-18 14:52:35 +02:00
Efraim Flashner c5a856d551 gnu: xf86-video-siliconmotion: Fix building on aarch64.
* gnu/packages/xorg.scm (xf86-video-siliconmotion)[source]: Add patch.
* gnu/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-08-18 15:50:25 +03:00
Efraim Flashner d983a1cb8e gnu: libksysguard: Update to 5.10.4.
* gnu/packages/kde.scm (libksysguard ): Update to 5.10.4.
2017-08-18 15:50:23 +03:00
Efraim Flashner de5a235c79 gnu: kde-framework: Update to 5.37.0.
* gnu/packages/kde-frameworks.scm (extra-cmake-modules, attica,
bluez-qt, breeze-icons, kapidox, karchive, kcodecs, kconfig,
kcoreaddons, kdbusaddons, kdnssd, kguiaddons, kil8n, kidletime,
kitemmodules, kplotting, ksyntaxhighlighting, kwayland, kwidgetsaddons,
kwindowsystem, modemmanager-qt, networkmanager-qt, oxygen-icons, solid,
sonnet, threadweaver, kauth, kcompletion, kcrash, kimageformats,
kjobwidgets, knotifications, kpackage, kpty, kunitconversion, baloo,
kactivities, kactivities-stats, kbookmarks, kcmutils, kconfigwidgets,
kdeclarative, kded, kdesignerplugin, kdesu, kemoticons, kglobalaccel,
kiconthemes, kinit, kio, knewstuff, knotifyconfig, kparts, kpeople,
krunner, kservice, ktexteditor, ktextwidgets, kwallet, kxmlgui,
kxmlrpcclient, plasma-framework, kde-framworkintegration,
kdelibs4support, khtml, kjs, kjsembed, kmediaplayer, kross): Update to 5.37.0.
(bluez-qt)[arguments]: Disable tests.
(kcodecs, khtml)[native-inputs]: Add gperf.
(ksyntaxhighlighting)[properties]: New field, add upstream-name.
(kimageformats, baloo)[arguments]: Add phase to disable failing test.
(krunner)[inputs]: Add kwindowsystem.
2017-08-18 15:50:22 +03:00
Efraim Flashner 26ca43bb60 gnu: freeipmi: Update to 1.5.7.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.7.
2017-08-18 15:50:20 +03:00
Nicolas Goaziou 1286ff6161 gnu: giac-xcas: Update to 1.2.3-57.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-57.
2017-08-18 14:31:06 +02:00
Arun Isaac c5361b7c3d gnu: Add rtl-sdr.
* gnu/packages/ham-radio.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/ham-radio.scm (rtl-sdr): New variable.
2017-08-18 16:54:58 +05:30
Andy Wingo ed464f48ef nix: Remove unused function.
* nix/libutil/util.hh:
* nix/libutil/util.cc (decodeOctalEscaped): Remove unused and buggy function.
2017-08-18 11:31:28 +02:00
Jörg Thalheim 842e0e439a Simplify remouting with MS_PRIVATE in sandbox build
also fix race condition if mounts are added after mountinfo is read.
2017-08-18 11:31:17 +02:00
Tobias Geerinckx-Rice 2559401037 gnu: youtube-dl: Update to 2017.08.18.
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.18.
2017-08-18 08:11:45 +02:00
Tobias Geerinckx-Rice 2c7321eaa7 gnu: libconfuse: Update to 3.2.1.
* gnu/packages/wm.scm (libconfuse): Update to 3.2.1.
2017-08-18 08:11:45 +02:00
Eric Bavier 623cc34cd2 gnu: rpm: Update to 4.13.0.1.
* gnu/packages/package-management.scm (rpm): Update to 4.13.0.1
[source]: Remove patch.  Use 'version-major+minor' for url.
* gnu/packages/patches/rpm-CVE-2014-8118.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-17 21:39:18 -05:00
Arun Isaac 52d445f130 gnu: Add rss-bridge.
* gnu/packages/web.scm (rss-bridge): New variable.
2017-08-18 07:18:04 +05:30
Marius Bakke 961012a0a0 gnu: Add missing import.
This is a followup to d016b60fa3.

* gnu/packages/networking.scm (gnu): Use (gnu packages glib).
2017-08-18 00:48:25 +02:00
Dave Love a099570249 gnu: openmpi: Add RDMA and libfabric support.
* gnu/packages/mpi.scm (openmpi)[inputs]: Add rdma-core, libfabric.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-18 00:36:28 +02:00
Dave Love ae5947b0ef gnu: Add libfabric.
* gnu/packages/linux.scm (libfabric): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-18 00:36:28 +02:00
Dave Love 3eb7c00038 gnu: libnl: Add "python2" and "python3" outputs.
* gnu/packages/linux.scm (libnl)[native-inputs]: Add SWIG and PKG-CONFIG.
[inputs]: Add PYTHON-2 and PYTHON-3.
[outputs]: Add python2, python3.
[arguments]: Add 'install-python' phase.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2017-08-18 00:36:27 +02:00
Dave Love d80a47f2f5 gnu: libnl: Add "doc" output.
* gnu/packages/linux.scm (libnl)[native-inputs]: Add doc origin.
[outputs]: New field.
[arguments]: Add 'install-doc' phase. New field.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2017-08-18 00:36:27 +02:00
Nicolas Goaziou d016b60fa3 gnu: wireshark: Update to 2.4.0.
* gnu/packages/networking.scm (wireshark): Update to 2.4.0.  Add "libssh",
  "libxml2", "qtbase" and "qttools" as inputs.  Remove unused "bison", "flex"
  and "gtk+" inputs.
2017-08-18 00:17:24 +02:00
Marius Bakke 9fa0c0e6fa gnu: libmspack: Update to 0.6 [fixes CVE-2017-{6419,11423}].
* gnu/packages/compression.scm (libmspack): Update to 0.6.
2017-08-17 22:32:51 +02:00
Mark H Weaver 2d72ddf529 gnu: linux-libre: Update to 4.12.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.8.
(%linux-libre-hash): Update hash.
2017-08-17 14:41:18 -04:00
Mark H Weaver 1e070766c0 gnu: linux-libre@4.9: Update to 4.9.44.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.44.
2017-08-17 14:40:29 -04:00
Mark H Weaver 821f18719d gnu: linux-libre@4.4: Update to 4.4.83.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.83.
2017-08-17 14:39:31 -04:00
Christopher Baines f2d7a492df web: Check for the existance of SSL related files.
This adds back the previous behaviour of the nginx-service-type, where the
service would check at the time when the configuration is generated if the SSL
certificate and certificate key file exists.

* gnu/services/web.scm (emit-nginx-server-config): Add back check for SSL
  related files.
2017-08-17 18:32:27 +01:00
Andy Wingo c9aa261be4 gnu: services: Nginx configs can reference store
* gnu/services/web.scm (config-domain-strings, config-index-strings): Emit
lists instead of strings.
(emit-nginx-location-config, emit-nginx-server-config)
(emit-nginx-upstream-config): Rename from nginx-location-config,
default-nginx-server-config, and nginx-upstream-config.  Emit lists instead of
strings.
(flatten): New helper.
(default-nginx-config): Use flatten helper to write nginx conf.  This allows
location configs to reference store values.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-08-17 18:32:23 +01:00
Manolis Ragkousis e9a599cdce gnu: Add OpenMW.
* gnu/packages/game-development.scm (openmw): New variable.
2017-08-17 19:40:33 +03:00
Manolis Ragkousis 42d0d13de8 gnu: Add mygui.
* gnu/packages/game-development.scm (mygui): New variable.
2017-08-17 19:35:28 +03:00
Manolis Ragkousis dd75a9a22c gnu: Add ogre.
* gnu/packages/graphics.scm (ogre): New variable.
2017-08-17 19:11:35 +03:00
Ricardo Wurmus bf3fa99654 gnu: Add r-methylkit.
* gnu/packages/bioinformatics.scm (r-methylkit): New variable.
2017-08-17 18:00:17 +02:00
Ricardo Wurmus 8a39e4a553 gnu: sassc: Update to 3.4.5.
* gnu/packages/web.scm (sassc): Update to 3.4.5.
[arguments]: Add PREFIX to make-flags, disable tests, remove custom install
phase.
2017-08-17 18:00:17 +02:00
Alex Vong f30ff28b96 gnu: mariadb: Update to 10.1.26 [fixes CVE-2017-{3636,3641,3653}].
* gnu/packages/databases.scm (mariadb): Update to 10.1.26.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-08-17 11:40:29 -04:00
Ricardo Wurmus 05e8a3ef0f gnu: Add r-ksamples.
* gnu/packages/cran.scm (r-ksamples): New variable.
2017-08-17 17:26:13 +02:00
Ricardo Wurmus abcb849405 gnu: Add r-suppdists.
* gnu/packages/cran.scm (r-suppdists): New variable.
2017-08-17 17:26:12 +02:00
Ricardo Wurmus 8d22007380 gnu: Add r-energy.
* gnu/packages/cran.scm (r-energy): New variable.
2017-08-17 17:26:12 +02:00
Ricardo Wurmus 6b4a9aec23 gnu: Add r-fitdistrplus.
* gnu/packages/cran.scm (r-fitdistrplus): New variable.
2017-08-17 17:26:12 +02:00
Ricardo Wurmus 521e0703d8 gnu: Add r-limsolve.
* gnu/packages/cran.scm (r-limsolve): New variable.
2017-08-17 17:26:12 +02:00
Ricardo Wurmus a3e36d3772 gnu: Add r-lpsolve.
* gnu/packages/cran.scm (r-lpsolve): New variable.
2017-08-17 17:26:12 +02:00
Ricardo Wurmus 212f612040 gnu: Add r-qvalue.
* gnu/packages/bioinformatics.scm (r-qvalue): New variable.
2017-08-17 17:26:12 +02:00
Ricardo Wurmus d4a1e918cb gnu: Add r-fastseg.
* gnu/packages/bioinformatics.scm (r-fastseg): New variable.
2017-08-17 17:26:11 +02:00
Ricardo Wurmus b31e4a9693 gnu: Add r-emdbook.
* gnu/packages/cran.scm (r-emdbook): New variable.
2017-08-17 17:26:11 +02:00
Ricardo Wurmus 97cb349dc1 gnu: r-trimcluster: Update license.
* gnu/packages/statistics.scm (r-trimcluster)[license]: Also specify GPLv3+.
2017-08-17 17:26:11 +02:00
Ricardo Wurmus 8c72b83096 gnu: Add r-bbmle.
* gnu/packages/cran.scm (r-bbmle): New variable.
2017-08-17 17:26:11 +02:00
Ricardo Wurmus d6b156dc04 gnu: Add r-inline.
* gnu/packages/cran.scm (r-inline): New variable.
2017-08-17 17:26:11 +02:00
Ricardo Wurmus 062b6dbd25 gnu: Add r-lmtest.
* gnu/packages/cran.scm (r-lmtest): New variable.
2017-08-17 17:26:11 +02:00
Ricardo Wurmus 58db98c9f2 gnu: Add r-extremes.
* gnu/packages/cran.scm (r-extremes): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus 28476b4bc0 gnu: Add r-distillery.
* gnu/packages/cran.scm (r-distillery): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus 6427e62005 gnu: Add r-lmoments.
* gnu/packages/cran.scm (r-lmoments): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus e389d10f55 gnu: Add r-rmtstat.
* gnu/packages/cran.scm (r-rmtstat): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus b723dedf81 gnu: Add r-rook.
* gnu/packages/web.scm (r-rook): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus bc0081e76f gnu: Add r-sp.
* gnu/packages/cran.scm (r-sp): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus 3349faecf5 gnu: Add r-proxy.
* gnu/packages/cran.scm (r-proxy): New variable.
2017-08-17 17:26:10 +02:00
Ricardo Wurmus ac8402072b gnu: Add r-ggally.
* gnu/packages/cran.scm (r-ggally): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus c9c6f4b543 gnu: Add r-progress.
* gnu/packages/cran.scm (r-progress): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus 71be51d531 gnu: Add r-reshape.
* gnu/packages/cran.scm (r-reshape): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus 18a16ceb7c gnu: Add r-prettyunits.
* gnu/packages/cran.scm (r-prettyunits): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus 49c9c29790 gnu: Add r-ffbase.
* gnu/packages/cran.scm (r-ffbase): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus a7f0faa204 gnu: Add r-ff.
* gnu/packages/cran.scm (r-ff): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus f2e974e1a2 gnu: Add r-fastmatch.
* gnu/packages/cran.scm (r-fastmatch): New variable.
2017-08-17 17:26:09 +02:00
Ricardo Wurmus e0268ff2e4 gnu: Add r-getoptlong.
* gnu/packages/cran.scm (r-getoptlong): New variable.
2017-08-17 17:26:08 +02:00
Ricardo Wurmus d3c67e1b45 gnu: Add r-dendextend.
* gnu/packages/cran.scm (r-dendextend): New variable.
2017-08-17 17:26:08 +02:00
Ricardo Wurmus 0548660420 gnu: Add r-compare.
* gnu/packages/cran.scm (r-compare): New variable.
2017-08-17 17:26:08 +02:00
Ricardo Wurmus eb60149eee gnu: Add r-png.
* gnu/packages/image.scm (r-png): New variable.
2017-08-17 17:26:08 +02:00
Ricardo Wurmus 5cc79c9c50 gnu: Add r-powerlaw.
* gnu/packages/cran.scm (r-powerlaw): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus 2856369fad gnu: Add r-circlize.
* gnu/packages/cran.scm (r-circlize): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus 4847a62ea9 gnu: Add r-globaloptions.
* gnu/packages/cran.scm (r-globaloptions): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus 2bdb5c3f78 gnu: Add r-shape.
* gnu/packages/cran.scm (r-shape): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus c69d27db57 gnu: Add r-calibrate.
* gnu/packages/cran.scm (r-calibrate): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus 33ce12e293 gnu: Add r-auc.
* gnu/packages/cran.scm (r-auc): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus 4a007ffafe gnu: Add r-annotationhub.
* gnu/packages/bioinformatics.scm (r-annotationhub): New variable.
2017-08-17 17:25:47 +02:00
Ricardo Wurmus 5f96f30f5d gnu: Add r-interactivedisplaybase.
* gnu/packages/bioinformatics.scm (r-interactivedisplaybase): New variable.
2017-08-17 17:25:46 +02:00
Efraim Flashner a71fd67175 gnu: american-fuzzy-lop: Update to 2.49b.
* gnu/packages/debug.scm (american-fuzzy-lop): Update to 2.49b.
2017-08-17 18:17:00 +03:00
Efraim Flashner aacefef222 gnu: american-fuzzy-lop: Add support for non-Intel architectures.
* gnu/packages/debug.scm (americal-fuzzy-lop): Add qemu target for
non-Intel targets.
[arguments]: On non-Intel systems, add phase to disable non-Intel
architecture warning and remove incompatible binaries.
2017-08-17 18:16:57 +03:00
Nicolas Goaziou 721e1987d0 gnu: Add mgba.
* gnu/packages/games.scm (mgba): New public variable.
2017-08-17 10:56:04 +02:00
Ricardo Wurmus a6d05444ab gnu: cuirass: Update to 0.0.1-7.6f85bc0.
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-7.6f85bc0.
[arguments]: Add guile-git and guile-bytestructures to the load path.
[inputs]: Remove git, add guile-git and guile-bytestructures.
2017-08-17 09:12:46 +02:00
Efraim Flashner e3b861ce38 gnu: python-cython: Update to 0.26.
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.26.
[source]: Remove patch.
* gnu/packages/patches/python-cython-fix-tests-32bit.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-17 06:46:06 +03:00
Danny Milosavljevic d6ef422fe7 gnu: Add fbreader.
* gnu/packages/ebook.scm (fbreader): New variable.
2017-08-17 02:00:51 +02:00
Danny Milosavljevic 84a52639c9 gnu: Add liblinebreak.
* gnu/packages/ebook.scm (liblinebreak): New variable.
2017-08-17 01:56:38 +02:00
Tobias Geerinckx-Rice f73f1f0769 gnu: python-cryptography-vectors: Update to 2.0.3.
* gnu/packages/python.scm (python-cryptography-vectors): Update to 2.0.3.
2017-08-16 22:35:11 +02:00
Tobias Geerinckx-Rice f37995fa20 gnu: python-cryptography: Update to 2.0.3.
* gnu/packages/python.scm (python-cryptography): Update to 2.0.3.
2017-08-16 22:35:10 +02:00
Tobias Geerinckx-Rice f886e7cab1 gnu: limnoria: Update to 2017.08.03.
* gnu/packages/irc.scm (limnoria): Update to 2017.08.03.
2017-08-16 22:35:10 +02:00
Tobias Geerinckx-Rice e2a4c13023 gnu: cbatticon: Update to 1.6.6.
* gnu/packages/admin.scm (cbatticon): Update to 1.6.6.
2017-08-16 22:35:10 +02:00
Julien Lepiller f207984985 gnu: Add gpick.
* gnu/packages/image.scm (gpick): New variable.
2017-08-16 21:37:33 +03:00
ng0 d0b13d7b9b gnu: fossil: Update to 2.2.
* gnu/packages/version-control.scm (fossil): Update to 2.2.
[source]: Add uri for older versions.
[arguments]: Enable previously disabled test.
2017-08-16 21:37:32 +03:00
Efraim Flashner ab1bd285db gnu: connman: Update to 1.35.
* gnu/packages/connman.scm (connman): Update to 1.35.
2017-08-16 21:37:29 +03:00
Kei Kebreau e664200c0c gnu: Add ltris.
* gnu/packages/games.scm (ltris): New variable.
2017-08-16 11:28:12 -04:00
Alex Vong af4db693db gnu: Add ghc-gitrev.
* gnu/packages/haskell.scm (ghc-gitrev): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:39 +02:00
Alex Vong e0ca14c7a8 gnu: Add ghc-geniplate-mirror.
* gnu/packages/haskell.scm (ghc-geniplate-mirror): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:39 +02:00
Alex Vong 298af2a8da gnu: Add ghc-monadplus.
* gnu/packages/haskell.scm (ghc-monadplus): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:39 +02:00
Alex Vong 005a08e3dc gnu: Add ghc-fail.
* gnu/packages/haskell.scm (ghc-fail): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:39 +02:00
Alex Vong 1eced2a7a8 gnu: Add ghc-edisoncore.
* gnu/packages/haskell.scm (ghc-edisoncore): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:39 +02:00
Alex Vong 212ae09541 gnu: Add ghc-edisonapi.
* gnu/packages/haskell.scm (ghc-edisonapi): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:39 +02:00
Alex Vong a623fd7fed gnu: Add ghc-murmur-hash.
* gnu/packages/haskell.scm (ghc-murmur-hash): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:38 +02:00
Alex Vong ca48a34594 gnu: Add ghc-data-hash.
* gnu/packages/haskell.scm (ghc-data-hash): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 17:07:38 +02:00
Efraim Flashner adcb30642c gnu: pspp: Update to 0.11.0.
This fixes CVE-2017-10791, CVE-2017-10792.

* gnu/packages/statistics.scm (pspp): Update to 0.11.0.
2017-08-16 17:57:40 +03:00
Alex Vong 96f23b62e0 gnu: Add ghc-equivalence.
* gnu/packages/haskell.scm (ghc-equivalence): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:53:13 +02:00
Alex Vong 3f8b8e731c gnu: Add ghc-boxes.
* gnu/packages/haskell.scm (ghc-boxes): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:53:13 +02:00
Alex Vong be04f8020a gnu: Add ghc-edit-distance.
* gnu/packages/haskell.scm (ghc-edit-distance): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:53:13 +02:00
Alex Vong 867ed9776c gnu: Add ghc-stmonadtrans.
* gnu/packages/haskell.scm (ghc-stmonadtrans): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:53:12 +02:00
Alex Vong f99a57dc28 gnu: Add ghc-strict.
* gnu/packages/haskell.scm (ghc-strict): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:53:12 +02:00
Alex Vong c12562e1e8 gnu: cpphs: Update to 1.20.8.
* gnu/packages/haskell.scm (cpphs): Update to 1.20.8.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:53:08 +02:00
ng0 2f7966c8e2 gnu: font-google-noto: Use font-build-system.
* gnu/packages/fonts.scm (font-google-noto)[build-system]: Use
font-build-system.
[source]: Use url-fetch/zipbomb.
[arguments]: Remove it.
[native-inputs]: Remove it.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-08-16 16:18:50 +02:00
Efraim Flashner d534f3a4d3 gnu: r-mzr: Fix building on aarch64 and armhf.
* gnu/packages/bioinformatics.scm (r-mzr)[inputs]: Add boost.
2017-08-16 12:36:25 +03:00
Efraim Flashner 953a12fa9b gnu: hdf4: Fix building on aarch64.
* gnu/packages/maths.scm (hdf4)[arguments]: Add a phase to improve
detection and support for aarch64-linux.
2017-08-16 09:33:11 +03:00
Leo Famulari 8343d373d5 gnu: cgit: Don't build cgit's special 'git:src' input.
This special version of Git is only used within the build process of
cgit. We don't need to build it otherwise, so the package is removed
with this commit.

* gnu/packages/version-control.scm (cgit)[inputs]: Replace the git@2.10
package with an origin reference of the source code.
(git@2.10): Remove variable.
2017-08-15 17:59:22 -04:00
Christopher Baines 6230e155af gnu: Fix memcached service startup.
Memcached changes to the memcached user from root before writing the PID
file. This means that it must be able to write the PID file as the memcached
user.

To make this work, create the /var/run/memcached directory when the service
starts, make it owned by memcached, and change memcached to write the PID file
to /var/run/memcached/pid.

This wasn't picked up by the system test as the "service running" part was too
permissive, and only failed on an error. Instead, test the response from
calling start-service and check that the PID is a number.

* gnu/services/databases.scm (memcached-activation): New variable.
  (memcached-shepherd-service): Change PID file location.
  (memcached-service-type): Extend the activation-service-type.
* gnu/tests/databases.scm (run-memcached-test)[test]: Change the "service
  running" test to check the response from the shepherd.
2017-08-15 22:24:15 +01:00
Danny Milosavljevic 2434f5cedf gnu: Add dssi.
* gnu/packages/music.scm (dssi): New variable.
2017-08-15 20:58:03 +02:00
Oleg Pykhalov 425d66f7a7 gnu: Add emacs-highlight-symbol.
* gnu/packages/emacs.scm (emacs-highlight-symbol): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-15 20:52:58 +02:00
ng0 be69176bbd gnu: fish-guix: Use new download URL.
* gnu/packages/shells.scm (fish-guix)[source]: Adjust the download URL.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-15 20:41:23 +02:00
Marius Bakke dca82aefbc gnu: p11-kit: Update to 0.23.8.
* gnu/packages/tls.scm (p11-kit): Update to 0.23.8.
2017-08-15 20:38:02 +02:00
Leo Famulari 6550e5ad64 gnu: signify: Update to 22.
* gnu/packages/crypto.scm (signify): Update to 22.
2017-08-15 13:27:30 -04:00
Ben Woodcroft 06f31e50b1 gnu: diamond: Update to 0.9.10.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.10.
2017-08-15 18:49:33 +10:00
Efraim Flashner 3837108e40 gnu: bcftools: Fix building on aarch64.
* gnu/packages/patches/bcftools-regidx-unsigned-char.patch: New file.
* gnu/packages/bioinformatics.scm (bcftools)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-08-15 10:31:20 +03:00
Mark H Weaver 09ec5a0f0c Merge branch 'master' into core-updates 2017-08-15 03:10:14 -04:00
Efraim Flashner 2d430f2923 Revert "gnu: pspp: Update to 0.11.0."
This FTBFS on x86_64 and i686.

This reverts commit f4c808df5b.
2017-08-15 10:03:40 +03:00
Tobias Geerinckx-Rice 14f366e58d gnu: youtube-dl: Update to 2017.08.13.
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.13.
2017-08-15 01:42:49 +02:00
Marius Bakke f28fea1ca7 gnu: e2fsprogs: Update to 1.43.5.
* gnu/packages/patches/e2fsprogs-32bit-quota-warnings.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.5.
[source]: Use patch.
2017-08-15 01:08:01 +02:00
Leo Famulari 15428168ea gnu: cvs: Fix CVE-2017-12836.
* gnu/packages/patches/cvs-2017-12836.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (cvs)[source]: Use it.
2017-08-14 15:55:31 -04:00
Marius Bakke 36bfcf7e3a gnu: git@2.10: Update to 2.10.4 [fixes CVE-2017-1000117].
...also disable tests, since they broke after c9f4f56b24.

* gnu/packages/version-control.scm (git@2.10): Update to 2.10.4.
[arguments]: New field.
2017-08-14 21:44:24 +02:00
Efraim Flashner 2bccf1c0ec gnu: gcc@7: Update to 7.2.0.
* gnu/packages/gcc.scm (gcc@7): Update to 7.2.0.
[source]: Switch to xz compression.
2017-08-14 22:30:07 +03:00
Marius Bakke a547a6d560 Revert "gnu: e2fsprogs: Update to 1.43.5."
Fails to build on i686:
<https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00118.html>

This reverts commit 3ddaa7922b.
2017-08-14 21:22:12 +02:00
Kei Kebreau 1faf081b47 gnu: milkytracker: Update to 1.01.00.
* gnu/packages/music.scm (milkytracker): Update to 1.01.00.
2017-08-14 14:26:15 -04:00
Ricardo Wurmus 9634804890 gnu: Add bismark.
* gnu/packages/bioinformatics.scm (bismark): New variable.
2017-08-14 12:00:56 +02:00
Ricardo Wurmus 86763fdd70 gnu: Add r-dexseq.
* gnu/packages/bioinformatics.scm (r-dexseq): New variable.
2017-08-14 12:00:51 +02:00
Ricardo Wurmus 233f4f43bf gnu: Add perl-math-random-secure.
* gnu/packages/crypto.scm (perl-math-random-secure): New variable.
2017-08-14 11:50:42 +02:00
Ricardo Wurmus 2023b79f59 gnu: Add perl-crypt-random-source.
* gnu/packages/crypto.scm (perl-crypt-random-source): New variable.
2017-08-14 11:50:13 +02:00
Ricardo Wurmus 2bdc07c2a5 gnu: Add perl-type-tiny.
* gnu/packages/perl.scm (perl-type-tiny): New variable.
2017-08-14 11:46:23 +02:00
Ricardo Wurmus a0eb3104a9 gnu: Add perl-ref-util-xs.
* gnu/packages/perl.scm (perl-ref-util-xs): New variable.
2017-08-14 11:46:14 +02:00
Ricardo Wurmus 44d37e43fe gnu: Add perl-regexp-util.
* gnu/packages/perl.scm (perl-regexp-util): New variable.
2017-08-14 11:46:04 +02:00
Ricardo Wurmus 413dd21084 gnu: Add perl-type-tie.
* gnu/packages/perl.scm (perl-type-tie): New variable.
2017-08-14 11:45:56 +02:00
Ricardo Wurmus 649238cbc7 gnu: Add perl-math-random-isaac.
* gnu/packages/crypto.scm (perl-math-random-isaac): New variable.
2017-08-14 11:45:20 +02:00
Ricardo Wurmus d96e162aa9 gnu: Add perl-math-random-isaac-xs.
* gnu/packages/crypto.scm (perl-math-random-isaac-xs): New variable.
2017-08-14 11:44:15 +02:00
Ricardo Wurmus 2fa2179135 gnu: Add perl-hash-fieldhash.
* gnu/packages/perl.scm (perl-hash-fieldhash): New variable.
2017-08-14 11:37:08 +02:00
Arun Isaac 28fd275caf gnu: arandr: Use absolute path for xrandr.
* gnu/packages/xdisorg.scm (arandr)[arguments]: Add configure phase.
2017-08-14 10:01:40 +02:00
Mark H Weaver 9031d26aeb gnu: linux-libre: Update to 4.12.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.7.
(%linux-libre-hash): Update hash.
2017-08-14 03:33:09 -04:00
Mark H Weaver e96b4378a2 gnu: linux-libre@4.9: Update to 4.9.43.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.43.
2017-08-14 03:32:26 -04:00
Mark H Weaver 7aee6a311b gnu: linux-libre@4.4: Update to 4.4.82.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.82.
2017-08-14 03:31:29 -04:00
Andy Wingo 3bfa7af417 gnu: libreoffice: Install .desktop files.
* gnu/packages/libreoffice.scm (libreoffice): Add phase to install .desktop
files to $out/share so that LibreOffice will show up in Gnome/KDE/etc and so
that it is associated with the various MIME types of interest.
2017-08-14 09:11:22 +02:00
Kei Kebreau ac2ddcc66f gnu: wxmaxima: Update to 17.05.1.
* gnu/packages/maths.scm (wxmaxima): Update to 17.05.1.
[arguments]: Put "autoconf" phase after the "unpack" phase. Fix
indentation.
2017-08-13 18:18:27 -04:00
ng0 79d5ad20e8 mailmap: fix entries for ng0.
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-08-13 16:11:48 -04:00
ng0 be6e2c3018 gnu: Update open-adventure to d43854f0f6bb8e9eea7fbce80348150e7e7fc34d.
* gnu/packages/games.scm (open-adventure): Update to
d43854f0f6bb8e9eea7fbce80348150e7e7fc34d.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-08-13 15:39:47 -04:00
ng0 05af41a181 gnu: linenoise: Update to commit 2105ce445821381cf1bca87b6d386d4ea88ee20d.
* gnu/packages/shells.scm (linenoise): Update to commit
2105ce445821381cf1bca87b6d386d4ea88ee20d. Fix indentation.
[source]: change to git.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-08-13 15:29:45 -04:00
Alex Vong f152208b0d gnu: qemu: Fix CVE-2017-{10664,10806,10911,11434}.
* gnu/packages/patches/qemu-CVE-2017-10664.patch,
gnu/packages/patches/qemu-CVE-2017-10806.patch,
gnu/packages/patches/qemu-CVE-2017-10911.patch,
gnu/packages/patches/qemu-CVE-2017-11434.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/virtualization.scm (qemu)[source]: Use them.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-13 18:28:27 +02:00
Marius Bakke d5daf6fbe0 gnu: curl: Fix i686 test failure.
* gnu/packages/patches/curl-bounds-check.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/curl.scm (curl-7.55.0)[source]: Use it.
2017-08-13 16:46:41 +02:00
Marius Bakke 9766082045 gnu: imagemagick: Update to 6.9.9-7.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-7.
2017-08-13 15:14:03 +02:00
Oleg Pykhalov f7e8302b4e gnu: Add emacs-nix-mode.
* gnu/packages/emacs.scm (emacs-nix-mode): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-13 13:20:30 +05:30
Efraim Flashner f4c808df5b gnu: pspp: Update to 0.11.0.
This fixes CVE-2017-10791, CVE-2017-10792.

* gnu/packages/statistics.scm (pspp): Update to 0.11.0.
2017-08-13 10:16:17 +03:00
Peter Mikkelsen 06465d2ba4 gnu: Add mpd service.
* doc/guix.texi: Add documentation.
* gnu/services/audio.scm (<mpd-configuration>): New record type.
  (mpd-service-type): New service type.
* gnu/tests/audio.scm: New file.
* gnu/local.mk: Add new files.

Signed-off-by: Christopher Baines <mail@cbaines.net>
2017-08-13 07:36:32 +01:00
Christopher Baines c0761f2e7e gnu: moreutils: Add more inputs to moreutils.
The included ts command requires the Time::Duration and Date::Parse perl
modules for the -r option.

* gnu/packages/moreutils.scm (moreutils)[inputs]: Add perl-timedate and
  perl-time-duration.
  [arguments]: Wrap ts with PERL5LIB.
2017-08-12 22:09:50 +01:00
Christopher Baines 065225a42d doc: Change Database Services description.
This is overly specific, as this section now includes the documentation for
Redis, which is not an SQL database.

* doc/guix.texi: Change database services description.
2017-08-12 22:08:13 +01:00
Efraim Flashner 861fd04baf gnu: efl: Don't include gtk+@3 in enclosure.
* gnu/packages/enlightenment.scm (efl)[propagated-inputs]: Replace
libinput with libinput-minimal.
2017-08-12 23:10:38 +03:00
Efraim Flashner 9be481f8b9 gnu: efl: Update to 1.20.2.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.2.
2017-08-12 23:10:36 +03:00
Mark H Weaver f814379463 gnu: linux-libre: Update to 4.12.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.6.
(%linux-libre-hash): Update hash.
2017-08-12 15:52:29 -04:00
Mark H Weaver 5a8fc7de66 gnu: linux-libre@4.9: Update to 4.9.42.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.42.
2017-08-12 15:51:47 -04:00
Mark H Weaver 7d7c84a7bf gnu: linux-libre@4.4: Update to 4.4.81.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.81.
2017-08-12 15:51:00 -04:00
Danny Milosavljevic 462ae6f612 gnu: python-pylint: Use Python2 variant system.
* gnu/packages/python.scm (python-pylint): Use Python2 variant system.
(python2-pylint): Strip Python2 variant system.
2017-08-12 16:30:16 +02:00
Alex Vong bfcdf88760 gnu: catdoc: Fix CVE-2017-11110.
* gnu/packages/patches/catdoc-CVE-2017-11110.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/textutils.scm (catdoc)[source]: Use it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-08-12 15:30:23 +02:00
Marius Bakke 3ddaa7922b gnu: e2fsprogs: Update to 1.43.5.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.43.5.
2017-08-12 14:07:41 +02:00
Marius Bakke f1f2da6bce gnu: feh: Update to 2.19.2.
* gnu/packages/image-viewers.scm (feh): Update to 2.19.2.
2017-08-12 13:59:14 +02:00
Tobias Geerinckx-Rice 3f09b46d93 gnu: dub: Update to 1.4.1.
* gnu/packages/ldc.scm (dub): Update to 1.4.1.
2017-08-11 16:46:00 +02:00
Andy Wingo f7fc9667b2 gnu: Add cloc.
* gnu/packages/code.scm (cloc): New public variable.
2017-08-11 10:38:30 +02:00
Mark H Weaver 3785e42e52 Merge branch 'master' into core-updates 2017-08-11 03:49:24 -04:00
Leo Famulari d373c16f33 gnu: imagemagick: Update to 6.9.9-5.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-5.
2017-08-10 20:12:47 -04:00
Tobias Geerinckx-Rice 1c865bfce5 gnu: mksh: Update to 56.
* gnu/packages/shells.scm (mksh): Update to 56.
2017-08-11 01:02:12 +02:00
Tobias Geerinckx-Rice eec0c587af gnu: ruby-debug-inspector: Update to 0.0.3.
* gnu/packages/ruby.scm (ruby-debug-inspector): Update to 0.0.3.
2017-08-11 00:21:00 +02:00
Tobias Geerinckx-Rice c3b36fa161 gnu: ruby-listen: Update to 3.1.5.
* gnu/packages/ruby.scm (ruby-listen): Update to 3.1.5.
2017-08-11 00:20:59 +02:00
Tobias Geerinckx-Rice 98ff58a53d gnu: ruby-introspection: Update to 0.0.4.
* gnu/packages/ruby.scm (ruby-introspection): Update to 0.0.4.
2017-08-11 00:20:59 +02:00
Tobias Geerinckx-Rice a88f24d860 gnu: ruby-simplecov-html: Update to 0.10.1.
* gnu/packages/ruby.scm (ruby-simplecov-html): Update to 0.10.1.
2017-08-11 00:20:58 +02:00
Tobias Geerinckx-Rice ba074a85d0 gnu: ruby-net-http-digest-auth: Update to 1.4.1.
* gnu/packages/ruby.scm (ruby-net-http-digest-auth): Update to 1.4.1.
2017-08-11 00:20:57 +02:00
Tobias Geerinckx-Rice 12313cd071 gnu: ruby-nenv: Update to 0.3.0.
* gnu/packages/ruby.scm (ruby-nenv): Update to 0.3.0.
2017-08-11 00:20:57 +02:00
Tobias Geerinckx-Rice aeb4e61e75 gnu: ruby-rjb: Update to 1.5.5.
* gnu/packages/ruby.scm (ruby-rjb): Update to 1.5.5.
2017-08-11 00:20:56 +02:00
Tobias Geerinckx-Rice acbc506218 gnu: ruby-libxml: Update to 3.0.0.
* gnu/packages/ruby.scm (ruby-libxml): Update to 3.0.0.
2017-08-11 00:20:55 +02:00
Tobias Geerinckx-Rice 6f9652b0a1 gnu: ruby-minitest-bacon: Update to 1.0.3.
* gnu/packages/ruby.scm (ruby-minitest-bacon): Update to 1.0.3.
2017-08-11 00:20:55 +02:00
Tobias Geerinckx-Rice fbefd6ffbf gnu: ruby-tins: Update to 1.15.0.
* gnu/packages/ruby.scm (ruby-tins): Update to 1.15.0.
2017-08-11 00:20:54 +02:00
Tobias Geerinckx-Rice ceaff59ec7 gnu: ruby-git: Update to 1.3.0.
* gnu/packages/ruby.scm (ruby-git): Update to 1.3.0.
2017-08-11 00:20:53 +02:00
Tobias Geerinckx-Rice c9e261b7eb gnu: ruby-minitest-bonus-assertions: Update to 3.0.
* gnu/packages/ruby.scm (ruby-minitest-bonus-assertions): Update to 3.0.
2017-08-11 00:20:52 +02:00
Tobias Geerinckx-Rice d21c6686d0 gnu: ruby-minitest-hooks: Update to 1.4.1.
* gnu/packages/ruby.scm (ruby-minitest-hooks): Update to 1.4.1.
2017-08-11 00:20:52 +02:00
Tobias Geerinckx-Rice d74d96e466 gnu: ruby-test-unit: Update to 3.2.5.
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.2.5.
2017-08-11 00:20:51 +02:00
Tobias Geerinckx-Rice 2e8cd8624d gnu: ruby-thor: Update to 0.19.4.
* gnu/packages/ruby.scm (ruby-thor): Update to 0.19.4.
2017-08-11 00:20:50 +02:00
Tobias Geerinckx-Rice 1d60c436aa gnu: ruby-packnga: Update to 1.0.4.
* gnu/packages/ruby.scm (ruby-packnga): Update to 1.0.4.
2017-08-11 00:20:50 +02:00
Tobias Geerinckx-Rice e32dfb7405 gnu: ruby-lumberjack: Update to 1.0.12.
* gnu/packages/ruby.scm (ruby-lumberjack): Update to 1.0.12.
2017-08-11 00:20:49 +02:00
Tobias Geerinckx-Rice 185ea4465d gnu: ruby-net-http-persistent: Update to 3.0.0.
* gnu/packages/ruby.scm (ruby-net-http-persistent): Update to 3.0.0.
2017-08-11 00:20:48 +02:00
Tobias Geerinckx-Rice 04de0cb5a0 gnu: ruby-mail: Update to 2.6.6.
* gnu/packages/ruby.scm (ruby-mail): Update to 2.6.6.
2017-08-11 00:20:48 +02:00
Tobias Geerinckx-Rice 263c0dbf00 gnu: ruby-ox: Update to 2.6.0.
* gnu/packages/ruby.scm (ruby-ox): Update to 2.6.0.
2017-08-11 00:20:47 +02:00
Tobias Geerinckx-Rice 2a91494ed1 gnu: ruby-redcloth: Update to 4.3.2.
* gnu/packages/ruby.scm (ruby-redcloth): Update to 4.3.2.
2017-08-11 00:20:46 +02:00
Tobias Geerinckx-Rice a3179a7338 gnu: ruby-connection-pool: Update to 2.2.1.
* gnu/packages/ruby.scm (ruby-connection-pool): Update to 2.2.1.
2017-08-11 00:20:46 +02:00
Tobias Geerinckx-Rice 56822223c1 gnu: ruby-fivemat: Update to 1.3.5.
* gnu/packages/ruby.scm (ruby-fivemat): Update to 1.3.5.
2017-08-11 00:20:45 +02:00
Tobias Geerinckx-Rice 8d10918a43 gnu: ruby-daemons: Update to 1.2.4.
* gnu/packages/ruby.scm (ruby-daemons): Update to 1.2.4.
2017-08-11 00:20:44 +02:00
Tobias Geerinckx-Rice e2fcef3913 gnu: ruby-diff-lcs: Update to 1.3.
* gnu/packages/ruby.scm (ruby-diff-lcs): Update to 1.3.
2017-08-11 00:20:44 +02:00
Tobias Geerinckx-Rice 313dd5ddc0 gnu: ruby-thread-safe: Update to 0.3.6.
* gnu/packages/ruby.scm (ruby-thread-safe): Update to 0.3.6.
2017-08-11 00:20:43 +02:00
Tobias Geerinckx-Rice 884a80dd0a gnu: ruby-pkg-config: Update to 1.2.5.
* gnu/packages/ruby.scm (ruby-pkg-config): Update to 1.2.5.
2017-08-11 00:20:43 +02:00
Tobias Geerinckx-Rice 30caad5080 gnu: ruby-eventmachine: Update to 1.2.5.
* gnu/packages/ruby.scm (ruby-eventmachine): Update to 1.2.5.
2017-08-11 00:20:42 +02:00
Tobias Geerinckx-Rice f3a6311af4 gnu: ruby-term-ansicolor: Update to 1.6.0.
* gnu/packages/ruby.scm (ruby-term-ansicolor): Update to 1.6.0.
2017-08-11 00:20:41 +02:00
Tobias Geerinckx-Rice 0cd7b8164d gnu: ruby-rake-compiler: Update to 1.0.4.
* gnu/packages/ruby.scm (ruby-rake-compiler): Update to 1.0.4.
2017-08-11 00:20:40 +02:00
Tobias Geerinckx-Rice 3b0e45c86d gnu: ruby-useragent: Update to 0.16.8.
* gnu/packages/ruby.scm (ruby-useragent): Update to 0.16.8.
2017-08-11 00:20:40 +02:00
Tobias Geerinckx-Rice 5620bd456f gnu: ruby-domain-name: Update to 0.5.20170404.
* gnu/packages/ruby.scm (ruby-domain-name): Update to 0.5.20170404.
2017-08-11 00:20:39 +02:00
Tobias Geerinckx-Rice a7ca218cd5 gnu: ruby-notiffany: Update to 0.1.1.
* gnu/packages/ruby.scm (ruby-notiffany): Update to 0.1.1.
2017-08-11 00:20:39 +02:00
Tobias Geerinckx-Rice d5489a618d gnu: ruby-byebug: Update to 9.0.6.
* gnu/packages/ruby.scm (ruby-byebug): Update to 9.0.6.
2017-08-11 00:20:38 +02:00
Tobias Geerinckx-Rice 65a7f09ce0 gnu: ruby-sequel: Update to 4.49.0.
* gnu/packages/ruby.scm (ruby-sequel): Update to 4.49.0.
2017-08-11 00:20:38 +02:00
Tobias Geerinckx-Rice d1c1f36803 gnu: ruby-shoulda-matchers: Update to 3.1.2.
* gnu/packages/ruby.scm (ruby-shoulda-matchers): Update to 3.1.2.
2017-08-11 00:20:37 +02:00
Tobias Geerinckx-Rice 8e5ff25042 gnu: ruby-arel: Update to 8.0.0.
* gnu/packages/ruby.scm (ruby-arel): Update to 8.0.0.
2017-08-11 00:20:37 +02:00
Tobias Geerinckx-Rice 56ccada3c1 gnu: ruby-rb-fsevent: Update to 0.10.2.
* gnu/packages/ruby.scm (ruby-rb-fsevent): Update to 0.10.2.
2017-08-11 00:20:36 +02:00
Tobias Geerinckx-Rice cd698b6e20 gnu: ruby-utils: Update to 0.9.0.
* gnu/packages/ruby.scm (ruby-utils): Update to 0.9.0.
2017-08-11 00:20:35 +02:00
Tobias Geerinckx-Rice e322222ab4 gnu: ruby-tzinfo: Update to 1.2.3.
* gnu/packages/ruby.scm (ruby-tzinfo): Update to 1.2.3.
2017-08-11 00:20:35 +02:00
Tobias Geerinckx-Rice 32bbfea811 gnu: ruby-rb-inotify: Update to 0.9.10.
* gnu/packages/ruby.scm (ruby-rb-inotify): Update to 0.9.10.
2017-08-11 00:20:34 +02:00
Tobias Geerinckx-Rice 8929f0a481 gnu: ruby-gherkin: Update to 4.1.3.
* gnu/packages/ruby.scm (ruby-gherkin): Update to 4.1.3.
2017-08-11 00:20:33 +02:00
Tobias Geerinckx-Rice 3d4a5eb555 gnu: ruby-timecop: Update to 0.9.1.
* gnu/packages/ruby.scm (ruby-timecop): Update to 0.9.1.
2017-08-11 00:20:33 +02:00
Tobias Geerinckx-Rice 483846ac6f gnu: ruby-minitest: Update to 5.10.3.
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.3.
2017-08-11 00:20:32 +02:00
Tobias Geerinckx-Rice 5ca48923f5 gnu: ruby-redcarpet: Update to 3.4.0.
* gnu/packages/ruby.scm (ruby-redcarpet): Update to 3.4.0.
2017-08-11 00:20:32 +02:00
Tobias Geerinckx-Rice dc97df2ef4 gnu: ruby-cucumber-core: Update to 2.0.0.
* gnu/packages/ruby.scm (ruby-cucumber-core): Update to 2.0.0.
2017-08-11 00:20:31 +02:00
Tobias Geerinckx-Rice ce5f523001 gnu: ruby-pg: Update to 0.21.0.
* gnu/packages/ruby.scm (ruby-pg): Update to 0.21.0.
2017-08-11 00:20:30 +02:00
Tobias Geerinckx-Rice d14e5eaa19 gnu: ruby-slop: Update to 4.5.0.
* gnu/packages/ruby.scm (ruby-slop): Update to 4.5.0.
2017-08-11 00:20:29 +02:00
Marius Bakke c2f93e9c07 gnu: openjpeg: Update to 2.2.0 [security fixes].
In addition to the patches we already had (which are not mentioned in the
ChangeLog, but verified by following their respective GitHub issues) this
release also fixes CVE-2016-9112, CVE-2016-5139, CVE-2016-5152, CVE-2016-5158,
CVE-2016-5159, CVE-2016-1626 and CVE-2016-1628.

See <https://github.com/uclouvain/openjpeg/blob/v2.2.0/CHANGELOG.md> for details.

* gnu/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch,
  gnu/packages/patches/openjpeg-CVE-2016-9850-CVE-2016-9851.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
* gnu/packages/image.scm (openjpeg): Update to 2.2.0.
[source](patches): Remove.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Add phase to patch
hard-coded openjpeg-2.1 path.
2017-08-10 22:23:31 +02:00
Marius Bakke 1a1558e88f gnu: postgresql: Update to 9.6.4 [fixes CVE-2017-{7546,7547,7548}].
See <https://www.postgresql.org/about/news/1772/> for more information.

* gnu/packages/databases.scm (postgresql): Update to 9.6.4.
2017-08-10 22:23:31 +02:00
Leo Famulari 7b14c48bd2 doc: Fix typo.
* doc/guix.texi (Invoking guix pack): Fix typo.
2017-08-10 16:11:01 -04:00
Leo Famulari 1e07daa27a gnu: mercurial: Update to 4.2.3 [fixes CVE-2017-1000116].
* gnu/packages/version-control.scm (mercurial): Update to 4.2.3.
2017-08-10 15:02:04 -04:00
Leo Famulari 38f8a882ab gnu: git: Update to 2.14.1 [fixes CVE-2017-1000117].
* gnu/packages/version-control.scm (git): Update to 2.14.1.
2017-08-10 15:02:04 -04:00
Leo Famulari 5993f7c455 gnu: subversion: Update to 1.8.19 [fixes CVE-2017-9800].
* gnu/packages/version-control.scm (subversion): Update to 1.8.19.
[source]: Add alternate URL.
2017-08-10 15:02:04 -04:00
Oleg Pykhalov f262f44683 gnu: Add emacs-engine-mode.
* gnu/packages/emacs.scm (emacs-engine-mode): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-10 22:25:25 +05:30
Leo Famulari 783daa4982 gnu: libsoup: Update to 2.58.2 (fixes CVE-2017-2885).
* gnu/packages/gnome.scm (libsoup): Update to 2.58.2.
2017-08-10 12:25:31 -04:00
Tobias Geerinckx-Rice ddde3f6be1 gnu: catimg: Update to 2.4.0.
* gnu/packages/image-viewers.scm (catimg): Update to 2.4.0.
2017-08-10 17:26:08 +02:00
Tobias Geerinckx-Rice 226685faa5 gnu: cppcheck: Update to 1.80.
* gnu/packages/check.scm (cppcheck): Update to 1.80.
2017-08-10 17:26:07 +02:00
Tobias Geerinckx-Rice c63b83a40f gnu: vdirsyncer: Update to 0.16.1.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.1.
2017-08-10 17:26:07 +02:00
Ben Woodcroft 37b08547e4 gnu: ruby-bio-commandeer: Update to 0.4.0.
* gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.4.0.
2017-08-10 22:20:38 +10:00
Oleg Pykhalov 27feda65e7 gnu: Add emacs-erc-hl-nicks.
* gnu/packages/emacs.scm (emacs-erc-hl-nicks): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-10 14:55:09 +05:30
Oleg Pykhalov 1ee879e967 gnu: Add emacs-gitpatch.
By the way, “gitpatch.el” says different version than release tarball.
Do I need to ask a developer?
--8<---------------cut here---------------start------------->8---
;; Author: Feng Shu <tumashu@163.com>
;; Homepage: https://github.com/tumashu/gitpatch
;; Keywords: convenience
;; Package-Requires: ((emacs "24.3"))
;; Version: 0.10
--8<---------------cut here---------------end--------------->8---

>From 9eddf07fa401468738c2f48a25e51ddef2a3ceed Mon Sep 17 00:00:00 2001
From: Oleg Pykhalov <go.wigust@gmail.com>
Date: Sat, 29 Jul 2017 14:22:48 +0300
Subject: [PATCH] gnu: Add emacs-gitpatch.

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

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-10 14:37:17 +05:30
Oleg Pykhalov a88adeb343 gnu: Add emacs-git-messenger.
gnu/packages/emacs.scm (emacs-git-messenger): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-10 13:27:05 +05:30
Christopher Baines 1012056625 services: admin: Simplify the handling of the Tailon debug? option.
* gnu/services/admin.scm (tailon-configuration-file-compiler): Simplify the
  handling of debug?.
2017-08-09 23:50:35 +01:00
Christopher Baines 91fdc8a574 services: Update the Tailon service for Tailon 1.3.0.
Tailon 1.3.0 (upgraded from 1.1.1) adds support for HTTP authentication.

* gnu/services/admin.scm (<tailon-configuration-file>): Add http-auth and
  users configuration values.
  (tailon-configuration-file-http-auth, tailon-configuration-file-users): New
  procedures.
  (tailon-configuration-file-compiler): Add support for the http-auth and
  users configuration options.
* doc/guix.texi (Monitoring Services): Document authentication for Tailon.
2017-08-09 23:50:31 +01:00
Christopher Baines f2d8e7f720 services: Add missing wrap-lines option to tailon.
* gnu/services/admin.scm (<tailon-configuration-file>): Add wrap-lines.
  (tailon-configuration-wrap-lines): New procedure.
  (tailon-configuration-file-compiler): Add support for wrap-lines.
* doc/guix.texi (Monitoring Services): Document the wrap-lines Tailon
  configuration option.
2017-08-09 23:50:27 +01:00
Christopher Baines 761f5865c8 gnu: Update tailon to version 1.3.0.
From version 1.1.1.

* gnu/packages/logging.scm (tailon)[version]: Change to 1.3.0.
  [inputs]: Add python-tornado-http-auth.
2017-08-09 23:50:23 +01:00
Christopher Baines c795bc79d9 gnu: Add python-tornado-http-auth.
* gnu/packages/python.scm (python-tornado-http-auth): New variable.
2017-08-09 23:50:10 +01:00
Marius Bakke d156c999d0 Merge branch 'master' into core-updates 2017-08-10 00:18:36 +02:00
Marius Bakke 4c6c683862 gnu: nmap: Update to 7.60.
* gnu/packages/admin.scm (nmap): Update to 7.60.
2017-08-10 00:15:35 +02:00
Marius Bakke 79d9525071 gnu: curl: Update replacement to 7.55.0. [security fixes]
Fixes CVE-2017-1000099, CVE-2017-1000100, and CVE-2017-100101.
See <https://curl.haxx.se/docs/security.html> for details.

* gnu/packages/curl.scm (curl)[replacement]: Update to 7.55.0.
(curl-7.54.1): Rename to ...
(curl-7.55.0): ... this.
[source]: Update source URI to match upstream compression method change.
[arguments]: Add 'fix-Makefile' phase.
2017-08-10 00:15:35 +02:00
Marius Bakke 2e8c61fcf0 gnu: samba: Update to 4.6.7.
* gnu/packages/samba.scm (samba): Update to 4.6.7.
2017-08-10 00:15:34 +02:00
Mark H Weaver cc294bcee6 Merge branch 'master' into core-updates 2017-08-09 17:25:31 -04:00
Leo Famulari ae7f246cf1 gnu: python-nbformat: Update to 4.3.0.
* gnu/packages/python.scm (python-nbformat, python2-nbformat): Update to 4.3.0.
2017-08-09 16:52:51 -04:00
Leo Famulari df851f5a91 download: Add the canonical GnuPG download site.
* guix/download.scm (%mirrors)<gnupg>: Add https://gnupg.org.
2017-08-09 16:01:36 -04:00
Leo Famulari 10756b9ed1 gnu: gnupg: Update to 2.1.23.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.23.
[arguments]: Remove 'enable-gpg2-is-gpg' from #:configure-flags, since it is now
the default.
2017-08-09 16:01:33 -04:00
Ricardo Wurmus 1b22ecdac4 gnu: r-wgcna: Update to 1.61.
* gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.61.
[propagated-inputs]: Add r-rcpp, r-robust, r-survival.
2017-08-09 20:08:13 +02:00
Ricardo Wurmus c5f744a68d gnu: Add r-robust.
* gnu/packages/statistics.scm (r-robust): New variable.
2017-08-09 20:08:13 +02:00
Ricardo Wurmus 5d0afe8849 gnu: Add r-fit-models.
* gnu/packages/statistics.scm (r-fit-models): New variable.
2017-08-09 20:08:13 +02:00
Ricardo Wurmus 0bae5fd6a7 gnu: Add r-rrcov.
* gnu/packages/statistics.scm (r-rrcov): New variable.
2017-08-09 20:08:13 +02:00
Ricardo Wurmus 23841b2573 gnu: Add r-pcapp.
* gnu/packages/statistics.scm (r-pcapp): New variable.
2017-08-09 20:08:13 +02:00
Ricardo Wurmus 0ecd065839 gnu: r-gdtools: Update to 0.1.5.
* gnu/packages/statistics.scm (r-gdtools): Update to 0.1.5.
2017-08-09 20:08:12 +02:00
Ricardo Wurmus c3317cd9fb gnu: r-ggbeeswarm: Update to 0.6.0.
* gnu/packages/statistics.scm (r-ggbeeswarm): Update to 0.6.0.
2017-08-09 20:08:12 +02:00
Mark H Weaver ea0277abcd gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add fixes for CVE-2017-7802,
CVE-2017-7803, CVE-2017-7807, and the remaining 6 out of 23 changesets for
CVE-2017-7779.
2017-08-09 13:16:52 -04:00
Mark H Weaver 12025fb9b0 gnu: icecat: Rename patches to reflect CVE assignments.
Document that our existing patches include fixes for CVE-2017-7753,
CVE-2017-7784, CVE-2017-7786, CVE-2017-7787, CVE-2017-7791, CVE-2017-7792,
CVE-2017-7798, CVE-2017-7798, CVE-2017-7800, CVE-2017-7801, and 17 out of 23
changesets for CVE-2017-7779.

* gnu/packages/gnuzilla.scm (icecat)[source]: Rename patches to reflect CVE
assignments.
2017-08-09 13:16:43 -04:00
ng0 28e12d6c81 gnu: gnurl: Update to 7.55.0.
* gnu/packages/gnunet.scm (gnurl): Update to 7.55.0.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-08-09 18:16:51 +02:00
Tobias Geerinckx-Rice a4afc536f9 gnu: virt-manager: Update to 1.4.2.
* gnu/packages/virtualization.scm (virt-manager): Update to 1.4.2.
2017-08-09 16:45:32 +02:00
Tobias Geerinckx-Rice 448052b713 gnu: libgdata: Disable failing tests.
* gnu/packages/gnome.scm (libgdata)[arguments]: Add ‘disable-failing-tests’
phase.
2017-08-09 16:31:06 +02:00
Ricardo Wurmus 18f5d2a70a gnu: Add reference to (gnu packages graph).
This is a follow-up to 1738138cb3.
2017-08-09 15:43:35 +02:00
Ricardo Wurmus 1738138cb3 gnu: r-igraph: Move to (gnu packages graph).
* gnu/packages/statistics.scm (r-igraph): Move from here...
* gnu/packages/graph.scm (r-igraph): ...to here.
2017-08-09 14:47:47 +02:00
Ricardo Wurmus 31476df32e gnu: Add python-igraph.
* gnu/packages/graph.scm (python-igraph): New variable.
2017-08-09 14:47:47 +02:00
Ricardo Wurmus e57fffad90 gnu: Add igraph.
* gnu/packages/graph.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-08-09 14:47:47 +02:00
Ricardo Wurmus 32b7506c98 profiles: Only check file contents if the file exists.
* guix/profiles.scm (fonts-dir-file): Check that files exist before using
"empty-file?".
2017-08-09 14:46:48 +02:00
Efraim Flashner ea77385c4c gnu: viewnior: Don't build icon-theme.cache.
* gnu/packages/image-viewers.scm (viewnior)[arguments]: Add phase to
disable building the icon-theme.cache.
2017-08-09 14:09:43 +03:00
Manolis Ragkousis 2d5bf32b8a gnu: googletest: Build shared libraries.
* gnu/packages/check.scm (googletest)[arguments]: Pass "-DBUILD_SHARED_LIBS=ON"
  in #:configure-flags.
2017-08-09 13:53:29 +03:00
Manolis Ragkousis c608fe8cf3 gnu: Add ois.
* gnu/packages/game-development.scm (ois): New variable.
2017-08-09 13:53:16 +03:00
Eric Bavier d84b09e937 gnu: dealii: Update to 8.5.0.
* gnu/packages/maths.scm (dealii): Update to 8.5.0.
[arguments]: Delete 'hint-example-prefix phase, which would need adjusting for
this version.  Users can use e.g. 'export DEAL_II_DIR=$GUIX_ENVIRONMENT'.
Adjust configuration flags.
2017-08-09 01:56:53 -05:00
Eric Bavier 05cca6ce90 gnu: stress-make: Patch default shell.
* gnu/packages/debug.scm (stress-make)[arguments]: Add 'set-default-shell
phase.
2017-08-09 01:56:53 -05:00
Eric Bavier bd5b5ac0c5 gnu: suitesparse: Update to 4.5.5.
* gnu/packages/maths.scm (suitesparse): Update to 4.5.5.
[source]: Add 'modules' and 'snippet' field to remove bundled source.
[arguments]: Remove 'prepare-out' phase.  Adjust #:make-flags for metis.
Make build parallel, since it now appears to be safe.
[inputs]: Add metis.
2017-08-09 01:56:53 -05:00
Eric Bavier 2509522c4f gnu: suitesparse: Use modify-phases.
* gnu/packages/maths.scm (suitesparse)[arguments]: Use modify-phases.
2017-08-09 01:56:53 -05:00
Eric Bavier 9731c412e9 gnu: petsc, slepc: Use 'parallel-job-count'.
* gnu/packages/maths.scm (petsc, slepc)[arguments]: Set #:make-flags to
override default unlimited '-j'.
(petsc)[arguments]: Scrub build machine cores from installed files in
'clean-local-references' phase.
2017-08-09 01:56:53 -05:00
Eric Bavier baeaf8821d gnu: slepc: Update to 3.7.4.
* gnu/packages/maths.scm (slepc): Update to 3.7.4.
[source]: Use direct source link.  Remove 'file-name' field.
2017-08-09 01:56:52 -05:00
Eric Bavier 41a46a5035 gnu: petsc: Update to 3.7.6.
* gnu/packages/maths.scm (petsc): Update to 3.7.6.
2017-08-09 01:56:46 -05:00
Tobias Geerinckx-Rice 026051953d gnu: epiphany: Update to 3.24.3.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.3.
2017-08-09 07:20:57 +02:00
Tobias Geerinckx-Rice c762011e40 gnu: tracker: Update to 1.12.2.
* gnu/packages/gnome.scm (tracker): Update to 1.12.2.
2017-08-09 07:20:56 +02:00
Tobias Geerinckx-Rice 666901b298 gnu: gnome-online-accounts: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.2.
2017-08-09 07:20:56 +02:00
Tobias Geerinckx-Rice a51fc34c28 gnu: mutter: Update to 3.24.4.
* gnu/packages/gnome.scm (mutter): Update to 3.24.4.
2017-08-09 07:20:55 +02:00
Tobias Geerinckx-Rice 0d2df50caf gnu: gedit: Support gspell.
* gnu/packages/gnome.scm (gedit)[arguments]: Remove #:configure-flags.
[inputs]: Add gspell.
2017-08-09 07:20:55 +02:00
Tobias Geerinckx-Rice e3705bb6ea gnu: gedit: Update to 3.22.1.
* gnu/packages/gnome.scm (gedit): Update to 3.22.1.
2017-08-09 07:20:54 +02:00
Tobias Geerinckx-Rice eccd35be3d gnu: gspell: Propagate enchant dependency.
* gnu/packages/gnome.scm (gspell)[inputs]: Move enchant from here...
[propagated-inputs]: ...to here.
2017-08-09 07:20:09 +02:00
Tobias Geerinckx-Rice a801ae4cae gnu: gspell: Order inputs alphabetically.
* gnu/packages/gnome.scm (gspell)[inputs, native-inputs]: Re-order.
2017-08-09 07:20:09 +02:00
Tobias Geerinckx-Rice 9099bedfea gnu: gnumeric: Update to 1.12.35.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.35.
2017-08-09 07:20:08 +02:00
Tobias Geerinckx-Rice e2bf423ab4 gnu: brasero: Update to 3.12.2.
* gnu/packages/gnome.scm (brasero): Update to 3.12.2.
2017-08-09 07:20:08 +02:00
Tobias Geerinckx-Rice f032d0be9c gnu: Use HTTPS for gnome.org and subdomains.
* gnu/packages/fonts.scm (font-bitstream-vera)[home-page]: Use HTTPS.
* gnu/packages/glib.scm (glib)[home-page]: Likewise.
* gnu/packages/gnome.scm (gcr, libgnome-keyring, gnome-keyring, evince)
(gnome-icon-theme, libgsf, gnome-mime-data, vala, vte, python2-rsvg)
(glib-networking, gnome-settings-daemon, libchamplain, grilo, grilo-plugins)
(gjs, zenity, mutter, network-manager, network-manager-applet, gdm)
[home-page]: Likewise.
* gnu/packages/gtk.scm (gtk-engines, murrine)[home-page]: Likewise.
2017-08-09 00:49:41 +02:00
Christopher Baines 9bb47d7df8 gnu: 0ad: Update to 0.0.22-alpha.
* gnu/packages/games.scm (0ad-data, 0ad): Update to 0.0.22-alpha.
2017-08-08 21:24:01 +01:00
Christopher Baines 0642838b2e services: herd: Add a stop-service procedure.
* gnu/services/herd.scm (stop-service): New procedure.
2017-08-08 20:49:08 +01:00
Christopher Baines dc7b3e5633 services: herd: Fix matching ok responses from shepherd service.
Previously the match expression case for a successful response
(where error is #f) required that the result component contained a list with a
single element.

As far as I see when looking at the responses from the shepherd, this is not
normally the case. Therefore, to avoid treating successful responses as
errors, make the match requirement more permissive, accepting any value.

* gnu/services/herd.scm (invoke-action): Change match condition for ok responses.
2017-08-08 20:48:53 +01:00
Efraim Flashner 65831c6425 gnu: babl: Update to 0.1.28.
* gnu/packages/gimp.scm (babl): Update to 0.1.28.
2017-08-08 18:43:07 +03:00
Efraim Flashner 3616ff51b3 gnu: gegl: Use 'modify-phases' syntax.
* gnu/packages/gimp.scm (gegl)[arguments]: Use the 'modify-phases' syntax.
2017-08-08 18:43:05 +03:00
Efraim Flashner b0a21b56db gnu: gegl: Fix building on aarch64.
* gnu/packages/gimp.scm (gegl)[arguments]: Add '-lm' configure-flag.
2017-08-08 18:43:03 +03:00
Ben Woodcroft cc36165efa gnu: ruby-activesupport: Update to 5.1.3.
* gnu/packages/ruby.scm (ruby-activesupport): Update to 5.1.3.
2017-08-08 21:54:20 +10:00
Tobias Geerinckx-Rice b998781d24 gnu: pciutils: Update to 3.5.5.
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.5.
2017-08-08 05:23:38 +02:00
Tobias Geerinckx-Rice a40af5d0ad gnu: hunspell: Update to 1.6.1.
* gnu/packages/libreoffice.scm (hunspell): Update to 1.6.1.
[native-inputs]: Add autoconf, automake, and libtool.
[arguments]: Add ‘bootstrap’ phase.
2017-08-08 05:23:37 +02:00
Tobias Geerinckx-Rice fc3560fff1 gnu: hunspell: Update home page.
* gnu/packages/libreoffice.scm (hunspell)[home-page]: Update it.
2017-08-08 05:23:37 +02:00
Tobias Geerinckx-Rice 625761a502 gnu: aspell-dict-en: Update to 2017.01.22-0.
Add missing copyright line for 2016.

* gnu/packages/aspell.scm (aspell-dict-en): Update to 2017.01.22-0.
2017-08-08 05:23:37 +02:00
Tobias Geerinckx-Rice d459524713 gnu: moreutils: Update to 0.61.
* gnu/packages/moreutils.scm (moreutils): Update to 0.61.
2017-08-08 05:23:36 +02:00
Tobias Geerinckx-Rice 7fae2063f8 gnu: sudo: Use ‘modify-phases’ syntax.
* gnu/packages/admin.scm (sudo)[arguments]: Use ‘modify-phases’.
2017-08-08 05:23:36 +02:00
Mark H Weaver 4f4134c26d gnu: linux-libre: Update to 4.12.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.5.
(%linux-libre-hash): Update hash.
2017-08-07 21:33:03 -04:00
Mark H Weaver 99ccc74725 gnu: linux-libre@4.9: Update to 4.9.41.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.41.
2017-08-07 21:32:13 -04:00
Mark H Weaver c56b08b1e5 gnu: linux-libre@4.4: Update to 4.4.80.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.80.
2017-08-07 21:31:36 -04:00
Mark H Weaver c36e27d504 gnu: linux-libre@4.1: Update to 4.1.43.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.43.
2017-08-07 21:30:47 -04:00
Ben Woodcroft 63755fcd65 gnu: ruby-puma: Update to 3.9.1.
* gnu/packages/ruby.scm (ruby-puma): Update to 3.9.1.
[source]: Remove patch.
[arguments]: Disable tests.
[native-inputs]: Remove field.
* gnu/packages/patches/ruby-puma-ignore-broken-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-08 09:31:18 +10:00
Ben Woodcroft 5b0c223ae3 gnu: ruby-nokogiri-diff: Update to 0.2.0-1.a38491e4.
* gnu/packages/ruby.scm (ruby-nokogiri-diff): Update to 0.2.0-1.a38491e4.
2017-08-08 09:30:44 +10:00
Ben Woodcroft 5071f17b29 gnu: ruby-tdiff: Update to 0.3.3-1.b662a604.
* gnu/packages/ruby.scm: Update to 0.3.3-1.b662a604
2017-08-08 09:30:40 +10:00
Ben Woodcroft e7ea30d59a ruby: Replace with ruby-2.4.1.
* gnu/packages/ruby.scm (ruby-2.4.1): New variable.
(ruby)[replacement]: New field.
2017-08-08 09:30:02 +10:00
Mark H Weaver 2d9495da23 Merge branch 'master' into core-updates 2017-08-07 16:45:16 -04:00
Mark H Weaver a1aa5dabaa daemon: Ensure the child stack is aligned on a 16-byte boundary.
* nix/libstore/build.cc (DerivationGoal::startBuilder): When calling 'clone',
ensure that the stack is aligned on a 16-byte boundary.
2017-08-07 16:41:03 -04:00
Leo Famulari 73a203450d Revert "doc: Suggest running guix-daemon with 'sudo -E'."
This change might not correct, so we revert it for now:

https://lists.gnu.org/archive/html/guix-devel/2017-08/msg00057.html

This reverts commit 6a4364335c.
2017-08-07 14:09:49 -04:00
Efraim Flashner 57e96e48b1 gnu: propeller-gcc-4: Don't build on aarch64-linux.
* gnu/packages/embedded.scm (propeller-gcc-4)[supported-system]: New field.
2017-08-07 17:02:24 +03:00
Efraim Flashner 6eed26443f gnu: nim: Update to 0.17.0.
* gnu/packages/nim.scm (nim): Update to 0.17.0.
[source, home-page]: Use https.
[arguments]: Patch more shebangs, use custom build phase.
2017-08-07 13:37:28 +03:00
Leo Famulari c97fbf55e7 gnu: texlive: Remove texlive-minimal.
This package is superseded by the modular TeX Live distribution.

* gnu/packages/tex.scm (texlive-minimal, texlive-texmf-minimal): Remove
variables.
2017-08-07 12:29:20 +02:00
Leo Famulari 1335167a3b gnu: biber: Update to 2.7.
* gnu/packages/tex.scm (biber)[name]: Rename to 'biber'.
(biber-2.5): Remove variable.
2017-08-07 12:08:58 +02:00
Leo Famulari 149f668821 gnu: texlive: Update to 2017.
* gnu/packages/tex.scm (texlive, texlive-texmf): Update to 2017.
(texlive-texmf-src): Update to 20170524. Remove
'texlive-texmf-CVE-2016-10243.patch'.
(texlive-bin, texlive-extra-src): Update to 20170524.
* gnu/packages/patches/texlive-texmf-CVE-2016-10243.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-07 12:08:03 +02:00
Marius Bakke 83fef82b7c gnu: cubicle: Fix evaluation.
* gnu/packages/maths.scm (cubicle)[native-inputs]: Retrieve WHICH from
(gnu packages base).
2017-08-07 12:02:33 +02:00
Efraim Flashner cda20ee816 gnu: vapoursynth: Don't build on aarch64-linux.
* gnu/packages/video.scm (vapoursynth)[supported-systems]: Remove
aarch64-linux from the supported-systems.
2017-08-07 07:24:17 +03:00
Tobias Geerinckx-Rice 74033bbcc3 gnu: youtube-dl: Update to 2017.08.06.
* gnu/packages/video.scm (youtube-dl): Update to 2017.08.06.
2017-08-07 05:28:34 +02:00
Tobias Geerinckx-Rice d8af4f6dde gnu: ntfs-3g: Update to 2017.3.23.
* gnu/packages/linux.scm (ntfs-3g): Update to 2017.3.23.
[source]: Remove patch.
* gnu/packages/patches/ntfs-3g-CVE-2017-0358.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-07 02:01:34 +02:00
Tobias Geerinckx-Rice 8bad0c0bbb gnu: ntfs-3g: Use HTTPS for the home page as well.
* gnu/packages/linux.scm (ntfs-3g)[home-page]: Use HTTPS.
2017-08-07 02:01:33 +02:00
Tobias Geerinckx-Rice ea94aff7da gnu: wimlib: Update to 1.12.0.
* gnu/packages/backup.scm (wimlib): Update to 1.12.0.
2017-08-07 02:01:32 +02:00
Tobias Geerinckx-Rice 9d217d277e gnu: r-bsgenome-hsapiens-ucsc-hg19: Restore original hash.
* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]:
Restore hash from before the tarball changed in place.  It changed back.

This reverts commit fd40857938.
2017-08-07 01:58:39 +02:00
Leo Famulari 46f3c8f289 gnu: khal: Don't propagate vdirsyncer.
* gnu/packages/calendar.scm (khal)[propagated-inputs]: Move vdirsyncer ...
[native-inputs]: ... here.
2017-08-06 16:58:03 -04:00
Leo Famulari fd8f946379 gnu: python-icalendar: Update to 3.11.6.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.6.
2017-08-06 16:58:02 -04:00
Leo Famulari 03776ebd36 gnu: mpg123: Update to 1.25.4.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.4.
2017-08-06 16:58:02 -04:00
Kei Kebreau b0c95908c0 gnu: freedoom: Update to 0.11.3.
* gnu/packages/games.scm (freedoom): Update to 0.11.3.
[arguments]: Remove unnecessary "no" phase.
2017-08-06 14:13:07 -04:00
Kei Kebreau f7b60fdc36 gnu: deutex: Update to 5.0.0.
* gnu/packages/game-development.scm (deutex): Update to 5.0.0.
[source]: Change upstream URI.
[arguments]: Enable tests and restore normal "configure" and "install"
phases.
[native-inputs]: Add asciidoc.
2017-08-06 14:13:07 -04:00
Efraim Flashner 403097d26d gnu: Add motti.
* gnu/packages/motti.scm (motti): New variable.
2017-08-06 19:13:33 +03:00
Efraim Flashner b7ac10e6da gnu: keepassx: Superseded by keepassxc.
* gnu/packages/password-utils.scm (keepassx)[properties]: New field.
2017-08-06 19:13:32 +03:00
Efraim Flashner 99672f7b1d gnu: Add keepassxc.
* gnu/packages/password-utils.scm (keepassxc): New variable.
2017-08-06 19:13:06 +03:00
Efraim Flashner 3ea2eaa8f3 gnu: python-efl: Update to 1.20.0.
* gnu/packages/enlightenment.scm (python-efl): Update to 1.20.0.
[source]: Add alternate source uri.
[arguments]: Enable tests.
2017-08-06 18:13:09 +03:00
Efraim Flashner 87cd1f5c2a gnu: efl: Update to 1.20.1.
* gnu/packages/enlightenment.scm (efl): Update to 1.20.1.
2017-08-06 18:13:05 +03:00
Efraim Flashner 3bfee8ff02 gnu: make-u-boot-package: Don't unnecessarily cross-compile.
* gnu/packages/bootloaders.scm (make-u-boot-package)[native-inputs]: Only
use cross-gcc and cross-binutils if compiling for a different
architecture.
[arguments]: Only use cross compiling make-flags if cross compiling.
2017-08-06 18:13:03 +03:00
Danny Milosavljevic 18c6a7b4c8 gnu: Add python-flask-httpauth.
* gnu/packages/python.scm (python-flask-httpauth, python2-flask-httpauth):
New variables.
2017-08-06 13:35:07 +02:00
ng0 abd8825f90 gnu: Add font-open-dyslexic.
* gnu/packages/fonts.scm (font-open-dyslexic): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-06 10:49:52 +05:30
Vasile Dumitrascu 799097e445 gnu: gnucash: Update to 2.6.17.
* gnu/packages/gnucash.scm (gnucash): Update to 2.6.17.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-06 10:01:56 +05:30
Mark H Weaver f167595ba1 Merge branch 'master' into core-updates 2017-08-06 00:23:20 -04:00
Mark H Weaver e3df6938ac gnu: libtasn1: Add replacement to fix CVE-2017-10790.
Based on commit 01a61d7040
by Leo Famulari <leo@famulari.name>.

* gnu/packages/patches/libtasn1-CVE-2017-10790.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1)[replacement]: New field.
(libtasn1/fixed): New variable.
2017-08-06 00:21:09 -04:00
Leo Famulari 01a61d7040 gnu: libtasn1: Fix CVE-2017-10790.
* gnu/packages/patches/libtasn1-CVE-2017-10790.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1/fixed)[source]: Use it.
2017-08-05 20:17:53 -04:00
Ludovic Courtès 6a4364335c doc: Suggest running guix-daemon with 'sudo -E'.
Suggested by Martin H. <maze@strahlungsfrei.de>.

* doc/contributing.texi (Running Guix Before It Is Installed): Suggest
'sudo -E'.
2017-08-06 00:03:45 +02:00
Efraim Flashner 31ed845b70 daemon: On aarch64, use increments of 16 on the stack.
* nix/libstore/build.cc (DerivationGoal::startBuilder): When on aarch64,
when calling clone(), increment the stack by 16.
2017-08-05 22:38:48 +03:00
Danny Milosavljevic 9833bcfc08 build: Allow mounting of entire disks.
* gnu/build/file-systems.scm (disk-partitions): Also return entire drives.
2017-08-05 18:49:33 +02:00
Feng Shu 91d94e28ec gnu: emacs-exwm-x: Do not set DISPLAY.
* gnu/packages/emacs.scm (emacs-exwm-x): Do not set DISPLAY. The issue has
been fixed upstream in exwm-0.15.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-05 18:58:58 +05:30
Feng Shu e78e38a4bb gnu: emacs-exwm: Update to 0.15.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.15.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-08-05 18:48:54 +05:30
Marius Bakke 7f171fdaad gnu: git: Update to 2.14.0.
* gnu/packages/version-control.scm (git): Update to 2.14.0.
2017-08-05 14:07:43 +02:00
Marius Bakke eedcfa704e gnu: lftp: Update to 4.7.8.
* gnu/packages/ftp.scm (lftp): Update to 4.7.8.
2017-08-05 14:07:42 +02:00
Julien Lepiller 3d5d87a3ae gnu: Add cubicle.
* gnu/packages/maths.scm (cubicle): New variable.
2017-08-05 10:11:42 +02:00
Mark H Weaver 7656739771 Revert "daemon: Ensure proper alignment on the stack."
This reverts commit ab4ccc8fcf.
2017-08-05 01:57:25 -04:00
Ludovic Courtès a56bf101c6 gnu: perl: Work around more "dotless @INC" build issues.
* gnu/packages/web.scm (perl-www-curl)[arguments]: Add 'set-search-path'
phase.
* gnu/packages/bioinformatics.scm (ngs-sdk)[arguments]: Augment
'configure' phase to set PERL5LIB.
* gnu/packages/image.scm (steghide)[arguments]: Add #:phases argument.
2017-08-05 00:31:26 +02:00
Ludovic Courtès 240d3ceff7 gnu: python-argcomplete: Add dependency on the full Bash.
Fixes a regression introduced in
704243e0c6.

* gnu/packages/python.scm (python-argcomplete)[native-inputs]: Add BASH.
2017-08-05 00:31:26 +02:00
Ludovic Courtès 90ea83ee95 gnu: bluez: Work around test failure on ARM.
This aims to skip the segfaulting test at
<https://hydra.gnu.org/build/2195551>.

* gnu/packages/linux.scm (bluez)[arguments]: Add #:make-flags
when (%current-system) is "armhf-linux".
2017-08-05 00:02:55 +02:00
Julien Lepiller 1cec346232 gnu: php: Update to 7.1.8.
* gnu/packages/patches/gd-CVE-2017-7890.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it
* gnu/packages/php.scm (php): Update to 7.1.8.
2017-08-04 18:58:33 +02:00
Ricardo Wurmus 8d6c845d68 gnu: Add r-crosstalk.
* gnu/packages/web.scm (r-crosstalk): New variable.
2017-08-04 11:23:53 +02:00
Ricardo Wurmus a3cd23b639 gnu: Add r-shiny.
* gnu/packages/web.scm (r-shiny): New variable.
2017-08-04 11:23:53 +02:00
Ricardo Wurmus 0b0aa76fa8 gnu: Add js-es5-shim.
* gnu/packages/javascript.scm (js-es5-shim): New variable.
2017-08-04 11:23:53 +02:00
Ricardo Wurmus 4f65067bde gnu: Add js-selectize.
* gnu/packages/javascript.scm (js-selectize): New variable.
2017-08-04 11:23:53 +02:00
Ricardo Wurmus c4abc94d2b gnu: Add js-datatables.
* gnu/packages/javascript.scm (js-datatables): New variable.
2017-08-04 11:23:53 +02:00
Ricardo Wurmus a6bbb2a0d8 gnu: Add js-highlight.
* gnu/packages/javascript.scm (js-highlight): New variable.
2017-08-04 11:23:53 +02:00
Ricardo Wurmus 3f48403aaf gnu: Add js-strftime.
* gnu/packages/javascript.scm (js-strftime): New variable.
2017-08-04 11:23:52 +02:00
Ricardo Wurmus 68ffb6c586 gnu: Add js-json2.
* gnu/packages/javascript.scm (js-json2): New variable.
2017-08-04 11:23:52 +02:00
Ricardo Wurmus ed69963b03 gnu: Add js-html5shiv.
* gnu/packages/javascript.scm (js-html5shiv): New variable.
2017-08-04 11:23:52 +02:00
Ricardo Wurmus 88c8f247e5 build: Add minify build system.
* guix/build-system/minify.scm: New file.
* guix/build/minify-build-system: New file.
* Makefile.am (MODULES): Add new files.
* doc/guix.texi (Build Systems): Document minify-build-system.
2017-08-04 11:23:52 +02:00
Tobias Geerinckx-Rice b316caaa9c gnu: python-lz4: Fix typo in synopsis.
* gnu/packages/compression.scm (python-lz4)[synopsis]: Fix typo.
2017-08-04 05:00:26 +02:00
Tobias Geerinckx-Rice e9f6a935fb gnu: python-lz4: Update to 0.10.1.
* gnu/packages/compression.scm (python-lz4): Update to 0.10.1.
[native-inputs]: Add python-setuptools-scm.
2017-08-04 04:59:48 +02:00
Tobias Geerinckx-Rice 54360c917e gnu: diffoscope: Use HTTPS.
* gnu/packages/package-management.scm (diffoscope)[home-page]: Use HTTPS.
2017-08-04 04:34:41 +02:00
Tobias Geerinckx-Rice 3b4018d6f2 gnu: sshoot: Update to 1.2.6.
* gnu/packages/vpn.scm (sshoot): Update to 1.2.6.
[home-page]: Update to new project home.
2017-08-04 04:34:41 +02:00
Tobias Geerinckx-Rice f58be41761 gnu: fabric: Update to 1.13.2.
* gnu/packages/admin.scm (fabric): Update to 1.13.2.  Remove outdated comments.
[source]: Remove ‘patches’.
* gnu/packages/patches/fabric-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-08-04 03:46:49 +02:00
Tobias Geerinckx-Rice 19dd5097d9 gnu: certbot, python-acme: Update to 0.17.0.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.17.0.
2017-08-04 02:32:53 +02:00
Tobias Geerinckx-Rice 9a7fd375a2 gnu: xonsh: Update to 0.5.12.
* gnu/packages/shells.scm (xonsh): Update to 0.5.12.
2017-08-04 02:06:39 +02:00
Tobias Geerinckx-Rice b55d15e795 gnu: cmark: Update to 0.28.0.
* gnu/packages/markup.scm (cmark): Update to 0.28.0.
2017-08-04 01:51:23 +02:00
Tobias Geerinckx-Rice 0a3ecfd29c gnu: thefuck: Update to 3.19.
* gnu/packages/admin.scm (thefuck): Update to 3.19.
2017-08-04 01:51:23 +02:00
Tobias Geerinckx-Rice 30ac4cc7e6 gnu: zerofree: Update to 1.1.0.
* gnu/packages/linux.scm (zerofree): Update to 1.1.0.
[home-page, source]: Update from old, inaccessible location.
2017-08-04 01:51:22 +02:00
Tobias Geerinckx-Rice 4de4a1cfcc gnu: zerofree: Expand description.
* gnu/packages/linux.scm (zerofree)[description]: Expand.
2017-08-04 01:51:22 +02:00
Tobias Geerinckx-Rice 7a068459ba gnu: zerofree: Use ‘install-file’.
* gnu/packages/linux.scm (zerofree)[arguments]: Simplify install phase,
using ‘install-file’.
2017-08-04 01:51:21 +02:00
Tobias Geerinckx-Rice 0f08917df3 gnu: zerofree: Use ‘modify-phases’ syntax.
* gnu/packages/linux.scm (zerofree)[arguments]: Use ‘modify-phases’.
2017-08-04 01:51:21 +02:00
Tobias Geerinckx-Rice 20f8d1dd78 gnu: sshfs-fuse: Update to 2.10.
* gnu/packages/linux.scm (sshfs-fuse): Update to 2.10.
2017-08-04 01:51:20 +02:00
Marius Bakke c89091459f gnu: freerdp: Update to 2.0.0-rc0 [security fixes].
Fixes CVE-2017-{2834,2835,2836,2837,2838,2839}.

Reported by Leo Famulari in <https://bugs.gnu.org/27939>.

* gnu/packages/rdesktop.scm (freerdp): Update to 2.0.0-rc0.
[source]: Use tarball release. Adjust file-name.
[arguments]: Remove #:phases.
2017-08-04 00:52:52 +02:00
Marius Bakke c9f4f56b24 gnu: git: Enable tests.
* gnu/packages/version-control.scm (git)[arguments]: Remove #:tests?. Add
'patch-tests' phase.
2017-08-04 00:52:13 +02:00
Leo Famulari 81ca29a6d6 gnu: gnupg@1.4: Update to 1.4.22 [fixes CVE-2017-7526].
* gnu/packages/gnupg.scm (gnupg-1): Update to 1.4.22.
2017-08-03 18:06:19 -04:00
Ludovic Courtès c8737b1e41 gnu: icedtea@3.5.0: Properly handle decoding error while substituting.
* gnu/packages/java.scm (icedtea-8)[arguments] <patch-jni-libs>: Change
'encoding-error to 'decoding-error, which is what Guile 2.2 raises when
failing to decode an input file.
2017-08-03 22:46:14 +02:00
Ricardo Wurmus 9e37e537a2 gnu: Add missing references to (gnu packages cran).
This is a follow-up to commit a8cba9dd11.

Reported-by: Efraim Flashner <efraim@flashner.co.il>
2017-08-03 22:15:57 +02:00
Efraim Flashner 7cb6155088 gnu: bioinformatics.scm: Use (gnu packages cran) module.
This is a follow up to a8cba9dd11.

* gnu/packages/bioinformatics.scm: Add (gnu packages cran) to #:use-modules.
2017-08-03 21:39:12 +03:00
Danny Milosavljevic cf189709bc vm: Use grub-hybrid's grub-mkrescue.
* gnu/system/vm.scm (system-disk-image): Use grub-hybrid's grub-mkrescue.
* gnu/bootlader/grub.scm (grub-mkrescue-bootloader): New variable.
2017-08-03 18:13:03 +02:00
Ricardo Wurmus 2267e4d3f6 gnu: r-purrr: Update to 0.2.3.
* gnu/packages/statistics.scm (r-purrr): Update to 0.2.3.
[propagated-inputs]: Remove r-rcpp and r-lazyeval; add r-rlang.
2017-08-03 17:53:55 +02:00
Ricardo Wurmus ceb802a31c gnu: r-desc: Update to 1.1.1.
* gnu/packages/statistics.scm (r-desc): Update to 1.1.1.
2017-08-03 17:53:55 +02:00
Ricardo Wurmus 5e0de29892 gnu: r-seqminer: Update to 6.0.
* gnu/packages/bioinformatics.scm (r-seqminer): Update to 6.0.
2017-08-03 17:53:54 +02:00
Ricardo Wurmus 4e0c847d59 gnu: r-wgcna: Update to 1.60.
* gnu/packages/bioinformatics.scm (r-wgcna): Update to 1.60.
2017-08-03 17:53:54 +02:00
Ricardo Wurmus c8a9b2bcbf gnu: r-qtl: Update to 1.41-6.
* gnu/packages/bioinformatics.scm (r-qtl): Update to 1.41-6.
2017-08-03 17:53:54 +02:00
Ricardo Wurmus 023aa8ff58 gnu: r-seqinr: Update to 3.4-5.
* gnu/packages/bioinformatics.scm (r-seqinr): Update to 3.4-5.
2017-08-03 17:53:54 +02:00
Ricardo Wurmus 7150f1c30c gnu: r-optparse: Update to 1.4.4.
* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.4.4.
2017-08-03 17:53:53 +02:00
Ricardo Wurmus 3f6ec083ec gnu: r-bookdown: Update to 0.4.
* gnu/packages/bioinformatics.scm (r-bookdown): Update to 0.4.
2017-08-03 17:53:53 +02:00
Ricardo Wurmus 85cd755417 gnu: r-tclust: Update to 1.2-7.
* gnu/packages/statistics.scm (r-tclust): Update to 1.2-7.
2017-08-03 17:53:53 +02:00
Ricardo Wurmus 6bb4bfa4bc gnu: r-car: Update to 2.1-5.
* gnu/packages/statistics.scm (r-car): Update to 2.1-5.
2017-08-03 17:53:53 +02:00
Ricardo Wurmus 0f008abe7a gnu: r-rcppeigen: Update to 0.3.3.3.0.
* gnu/packages/statistics.scm (r-rcppeigen): Update to 0.3.3.3.0.
2017-08-03 17:53:53 +02:00
Ricardo Wurmus 12c3bbb662 gnu: r-pbapply: Update to 1.3-3.
* gnu/packages/statistics.scm (r-pbapply): Update to 1.3-3.
2017-08-03 17:53:52 +02:00
Ricardo Wurmus 4431dd3a4e gnu: r-vgam: Update to 1.0-4.
* gnu/packages/statistics.scm (r-vgam): Update to 1.0-4.
2017-08-03 17:53:52 +02:00
Ricardo Wurmus 41692b2963 gnu: r-mclust: Update to 5.3.
* gnu/packages/statistics.scm (r-mclust): Update to 5.3.
2017-08-03 17:53:52 +02:00
Ricardo Wurmus 60869fb2f8 gnu: r-flexmix: Update to 2.3-14.
* gnu/packages/statistics.scm (r-flexmix): Update to 2.3-14.
2017-08-03 17:53:52 +02:00
Ricardo Wurmus 62d3afc3d6 gnu: r-fastica: Update to 1.2-1.
* gnu/packages/statistics.scm (r-fastica): Update to 1.2-1.
2017-08-03 17:53:52 +02:00
Ricardo Wurmus df03b6f90c gnu: r-cowplot: Update to 0.8.0.
* gnu/packages/statistics.scm (r-cowplot): Update to 0.8.0.
2017-08-03 17:53:51 +02:00
Ricardo Wurmus d58faa7f44 gnu: r-rann: Update to 2.5.1.
* gnu/packages/statistics.scm (r-rann): Update to 2.5.1.
2017-08-03 17:53:51 +02:00
Ricardo Wurmus a8c2706de2 gnu: r-statmod: Update to 1.4.30.
* gnu/packages/statistics.scm (r-statmod): Update to 1.4.30.
2017-08-03 17:53:51 +02:00
Ricardo Wurmus 80d1185076 gnu: r-gdata: Update to 2.18.0.
* gnu/packages/statistics.scm (r-gdata): Update to 2.18.0.
2017-08-03 17:53:51 +02:00
Ricardo Wurmus 2c75199c56 gnu: r-sfsmisc: Update to 1.1-1.
* gnu/packages/statistics.scm (r-sfsmisc): Update to 1.1-1.
2017-08-03 17:53:51 +02:00
Ricardo Wurmus 1d256438c8 gnu: r-googlesheets: Update to 0.2.2.
* gnu/packages/statistics.scm (r-googlesheets): Update to 0.2.2.
2017-08-03 17:53:50 +02:00
Ricardo Wurmus 9b9fef0eaf gnu: r-tidyr: Update to 0.6.3.
* gnu/packages/statistics.scm (r-tidyr): Update to 0.6.3.
2017-08-03 17:53:50 +02:00
Ricardo Wurmus e1cd25bc78 gnu: r-glmnet: Update to 2.0-10.
* gnu/packages/statistics.scm (r-glmnet): Update to 2.0-10.
2017-08-03 17:53:50 +02:00
Ricardo Wurmus 1c576cbadb gnu: r-irlba: Update to 2.2.1.
* gnu/packages/statistics.scm (r-irlba): Update to 2.2.1.
2017-08-03 17:53:50 +02:00
Ricardo Wurmus 81c057ced9 gnu: r-sparsem: Update to 1.77.
* gnu/packages/statistics.scm (r-sparsem): Update to 1.77.
2017-08-03 17:53:50 +02:00
Ricardo Wurmus 127b926bc1 gnu: r-segmented: Update to 0.5-2.1.
* gnu/packages/statistics.scm (r-segmented): Update to 0.5-2.1.
2017-08-03 17:53:49 +02:00
Ricardo Wurmus fe9917284f gnu: r-xml: Update to 3.98-1.9.
* gnu/packages/statistics.scm (r-xml): Update to 3.98-1.9.
2017-08-03 17:53:49 +02:00
Ricardo Wurmus cc8ba9b69c gnu: r-rmarkdown: Update to 1.6.
* gnu/packages/statistics.scm (r-rmarkdown): Update to 1.6.
2017-08-03 17:53:49 +02:00
Ricardo Wurmus 7c172eacfa gnu: r-rcpparmadillo: Update to 0.7.900.2.0.
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.900.2.0.
2017-08-03 17:53:49 +02:00
Ricardo Wurmus 1c41d51743 gnu: r-plotrix: Update to 3.6-5.
* gnu/packages/statistics.scm (r-plotrix): Update to 3.6-5.
2017-08-03 17:53:49 +02:00
Ricardo Wurmus 76040b8561 gnu: r-readr: Update to 1.1.1.
* gnu/packages/statistics.scm (r-readr): Update to 1.1.1.
2017-08-03 17:53:48 +02:00
Ricardo Wurmus d8048a1212 gnu: r-withr: Update to 2.0.0.
* gnu/packages/statistics.scm (r-withr): Update to 2.0.0.
2017-08-03 17:53:48 +02:00
Ricardo Wurmus f212bf84ab gnu: r-git2r: Update to 0.19.0.
* gnu/packages/statistics.scm (r-git2r): Update to 0.19.0.
2017-08-03 17:53:48 +02:00
Ricardo Wurmus 58e1ce86ab gnu: r-checkmate: Update to 1.8.3.
* gnu/packages/statistics.scm (r-checkmate): Update to 1.8.3.
2017-08-03 17:53:48 +02:00
Ricardo Wurmus 63f934e672 gnu: r-backports: Update to 1.1.0.
* gnu/packages/statistics.scm (r-backports): Update to 1.1.0.
2017-08-03 17:53:48 +02:00
Ricardo Wurmus c832d326a1 gnu: r-formula: Update to 1.2-2.
* gnu/packages/statistics.scm (r-formula): Update to 1.2-2.
2017-08-03 17:53:47 +02:00
Ricardo Wurmus f05c6275b7 gnu: r-r6: Update to 2.2.2.
* gnu/packages/statistics.scm (r-r6): Update to 2.2.2.
2017-08-03 17:53:47 +02:00
Ricardo Wurmus b07c8c0156 gnu: r-knitr: Update to 1.16.
* gnu/packages/statistics.scm (r-knitr): Update to 1.16.
2017-08-03 17:53:47 +02:00
Ricardo Wurmus 6dc86e8dfc gnu: r-formatr: Update to 1.5.
* gnu/packages/statistics.scm (r-formatr): Update to 1.5.
2017-08-03 17:53:47 +02:00
Ricardo Wurmus 12cd797541 gnu: r-evaluate: Update to 0.10.1.
* gnu/packages/statistics.scm (r-evaluate): Update to 0.10.1.
2017-08-03 17:53:47 +02:00
Ricardo Wurmus d5ce380711 gnu: r-dbi: Update to 0.7.
* gnu/packages/statistics.scm (r-dbi): Update to 0.7.
2017-08-03 17:53:47 +02:00
Ricardo Wurmus 831858a7d3 gnu: r-bit64: Update to 0.9-7.
* gnu/packages/statistics.scm (r-bit64): Update to 0.9-7.
2017-08-03 17:53:46 +02:00
Ricardo Wurmus 6fb21ed2a3 gnu: r-mgcv: Update to 1.8-18.
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-18.
2017-08-03 17:53:46 +02:00
Ricardo Wurmus dbeda1b4a0 gnu: r-matrix: Update to 1.2-10.
* gnu/packages/statistics.scm (r-matrix): Update to 1.2-10.
2017-08-03 17:53:46 +02:00
Ricardo Wurmus 74b037df64 gnu: r-foreign: Update to 0.8-69.
* gnu/packages/statistics.scm (r-foreign): Update to 0.8-69.
2017-08-03 17:53:46 +02:00
Ricardo Wurmus af1eeabe89 gnu: r-boot: Update to 1.3-20.
* gnu/packages/statistics.scm (r-boot): Update to 1.3-20.
2017-08-03 17:53:46 +02:00
Ricardo Wurmus e584b9fc1b gnu: r-curl: Update to 2.8.1.
* gnu/packages/web.scm (r-curl): Update to 2.8.1.
2017-08-03 17:53:45 +02:00
Ricardo Wurmus 53deffe5e9 gnu: r-htmlwidgets: Update to 0.9.
* gnu/packages/web.scm (r-htmlwidgets): Update to 0.9.
2017-08-03 17:53:45 +02:00
Ricardo Wurmus 850151058d gnu: r-htmltools: Update to 0.3.6.
* gnu/packages/web.scm (r-htmltools): Update to 0.3.6.
2017-08-03 17:53:45 +02:00
Ricardo Wurmus a1e54db2ac gnu: r-servr: Update to 0.6.
* gnu/packages/web.scm (r-servr): Update to 0.6.
2017-08-03 17:53:45 +02:00
Ricardo Wurmus 9fe794f0f7 gnu: r-jsonlite: Update to 1.5.
* gnu/packages/web.scm (r-jsonlite): Update to 1.5.
2017-08-03 17:53:45 +02:00
Ricardo Wurmus 2d81bc16a9 gnu: r-httpuv: Update to 1.3.5.
* gnu/packages/web.scm (r-httpuv): Update to 1.3.5.
2017-08-03 17:53:44 +02:00
Ricardo Wurmus 0f2eee0d96 gnu: r-pracma: Update to 2.0.7.
* gnu/packages/maths.scm (r-pracma): Update to 2.0.7.
2017-08-03 17:53:44 +02:00
Ricardo Wurmus 64c6712d03 gnu: r-knitrbootstrap: Update to 1.0.1.
* gnu/packages/statistics.scm (r-knitrbootstrap): Update to 1.0.1.
2017-08-03 17:53:44 +02:00
Ricardo Wurmus c628b8418a gnu: r-ranger: Update to 0.8.0.
* gnu/packages/statistics.scm (r-ranger): Update to 0.8.0.
[propagated-inputs]: Add r-matrix and r-rcppeigen.
2017-08-03 17:53:44 +02:00
Ricardo Wurmus cc9a778ecc gnu: r-hmisc: Update to 4.0-3.
* gnu/packages/statistics.scm (r-hmisc): Update to 4.0-3.
[propagated-inputs]: Remove r-base64.
2017-08-03 17:53:43 +02:00
Ricardo Wurmus f9b3760636 gnu: r-plotly: Update to 4.7.1.
* gnu/packages/statistics.scm (r-plotly): Update to 4.7.1.
[propagated-inputs]: Add r-crosstalk, r-data-table, r-htmltools, and
r-rcolorbrewer.
2017-08-03 17:53:43 +02:00
Ricardo Wurmus d59050823e gnu: r-igraph: Update to 1.1.2.
* gnu/packages/statistics.scm (r-igraph): Update to 1.1.2.
[propagated-inputs]: Remove r-nmf; add r-matrix and r-pkgconfig.
2017-08-03 17:53:43 +02:00
Ricardo Wurmus 7b3688150b gnu: r-purrr: Update to 0.2.2.2.
* gnu/packages/statistics.scm (r-purrr): Update to 0.2.2.2.
[propagated-inputs]: Remove r-bh and r-dplyr; add r-tibble.
2017-08-03 17:53:43 +02:00
Ricardo Wurmus 5fc74f24bf gnu: r-devtools: Update to 1.13.3.
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.3.
[propagated-inputs]: Remove r-curl, r-digest, r-evaluate, r-roxygen2, and
r-rversions.
2017-08-03 17:53:43 +02:00
Ricardo Wurmus aad948a0ea gnu: r-tibble: Update to 1.3.3.
* gnu/packages/statistics.scm (r-tibble): Update to 1.3.3.
[propagated-inputs]: Remove r-lazyeval, add r-rlang.
2017-08-03 17:53:43 +02:00
Ricardo Wurmus a40b2c2129 gnu: r-dplyr: Update to 0.7.2.
* gnu/packages/statistics.scm (r-dplyr): Update to 0.7.2.
[propagated-inputs]: Remove r-lazyeval, r-dbi; add r-rlang, r-plogr, r-glue,
r-pkgconfig, r-bindrcpp.
2017-08-03 17:53:42 +02:00
Ricardo Wurmus 4bb0b4cc0a gnu: Add r-bindrcpp.
* gnu/packages/cran.scm (r-bindrcpp): New variable.
2017-08-03 17:53:42 +02:00
Ricardo Wurmus eed58a0886 gnu: Add r-bindr.
* gnu/packages/cran.scm (r-bindr): New variable.
2017-08-03 17:53:42 +02:00
Ricardo Wurmus a8cba9dd11 gnu: r-rcpp: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-rcpp): Move from here...
* gnu/packages/cran.scm (r-rcpp): ...to here.
2017-08-03 17:53:42 +02:00
Ricardo Wurmus 736332c79c gnu: r-rcpp: Update to 0.12.12.
* gnu/packages/statistics.scm (r-rcpp): Update to 0.12.12.
2017-08-03 17:53:42 +02:00
Ricardo Wurmus 847b457253 gnu: r-plogr: Move to (gnu packages cran).
* gnu/packages/statistics.scm (r-plogr): Move from here...
* gnu/packages/cran.scm (r-plogr): ...to here.
2017-08-03 17:53:41 +02:00
Ricardo Wurmus 5bee6bf409 gnu: Add r-glue.
* gnu/packages/cran.scm (r-glue): New variable.
2017-08-03 17:53:41 +02:00
Danny Milosavljevic dd4b7476ec gnu: Add grub-hybrid.
* gnu/packages/bootloaders.scm (grub-hybrid): New variable.
2017-08-03 16:35:34 +02:00
Ben Woodcroft 75e6639f36 gnu: htseq: Use PyPI URI.
This is a follow-up to 92971d68ac.

* gnu/packages/bioinformatics.scm (htseq)[source]: Use 'pypi-uri'.
2017-08-03 21:08:13 +10:00
Ben Woodcroft 92971d68ac gnu: htseq: Update to 0.9.1.
* gnu/packages/bioinformatics.scm (htseq): Update to 0.9.1.
[arguments]: Use python-3 by removing field.
[native-inputs]: Add 'python-cython'.
[propagated-inputs]: Use python3 numpy package.
[inputs]: Use python3 pysam package.  Add 'python-matplotlib'.
(python2-htseq): New variable.
(clipper)[inputs]: Use it.
2017-08-03 21:02:30 +10:00
Efraim Flashner a8ead6f91b gnu: vc: Limit to x86_64 and i686.
* gnu/packages/maths.scm (vc)[supported-systems]: New field.
2017-08-03 13:34:18 +03:00
Manolis Ragkousis 5638d71502 gnu: openscenegraph: Add 'Release' configure flag.
* gnu/packages/graphics.scm (openscenegraph)[arguments]: Add "-DCMAKE_BUILD_TYPE=Release".
2017-08-03 10:35:31 +03:00
Eric Bavier 68a29ab8d0 gnu: Add LeoCAD.
* gnu/packages/lego.scm (leocad): New variable.
2017-08-03 00:33:02 -05:00
Tobias Geerinckx-Rice 5d8312f1c6 gnu: youtube-dl: Update to 2017.07.30.1.
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.30.1.
2017-08-03 05:31:24 +02:00
Tobias Geerinckx-Rice 6862c72373 gnu: tor: Update to 0.3.0.10.
* gnu/packages/tor.scm (tor): Update to 0.3.0.10.
2017-08-03 01:56:22 +02:00
Ludovic Courtès 49962b15a1 activation: Make sure /etc exists.
Fixes <http://bugs.gnu.org/27146>.
Reported by ng0 <ng0@pragmatique.xyz>.

* gnu/build/activation.scm (activate-etc): Add call to 'mkdir-p'.
2017-08-03 00:35:59 +02:00
Ludovic Courtès ec5495ba3f doc: 'patches' field of <origin> can list file-like objects.
Fixes <http://bugs.gnu.org/27165>.
Reported by sirgazil <sirgazil@zoho.com>.

* doc/guix.texi (origin Reference): 'patches' can contain file-like
objects.
2017-08-03 00:35:59 +02:00
Efraim Flashner edd08fb7ac gnu: glibc@2.22: Fix security issues.
Fixes CVE-2015-{5180,7547}, CVE-2016-{3075,3706,4429}.

* gnu/packages/base.scm (glibc@2.22)[source]: Add patches.
* gnu/packages/patches/glibc-CVE-2015-7547.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-08-02 21:51:35 +03:00
Efraim Flashner a0ae64a334 gnu: glibc@2.23: Fix CVE-2015-5180, CVE-2016-{3075,3706,4429}.
* gnu/packages/base.scm (glibc@2.23)[source]: Add patches.
* gnu/packages/patches/glibc-CVE-2016-3075.patch,
gnu/packages/patches/glibc-CVE-2016-3706.patch,
gnu/packages/patches/glibc-CVE-2016-4429.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register them.
2017-08-02 21:51:33 +03:00
Efraim Flashner 575e5e4e51 gnu: glibc@2.24: Fix CVE-2015-5180.
* gnu/packages/base.scm (glibc@2.24)[source]: Add patch.
* gnu/packages/patches/glibc-CVE-2015-5180.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-08-02 21:51:31 +03:00
Leo Famulari 2c5cf84430 gnu: python2-conda: Fix build by building with enum34.
* gnu/packages/package-management.scm (python2-conda): Use 'python2-variant'.
[native-inputs]: Add python2-enum34.
2017-08-02 14:39:33 -04:00
Manolis Ragkousis 9ef5940ce4 gnu: calibre: Add python2-msgpack as an input.
* gnu/packages/ebook.scm (calibre)[inputs]: Add python2-msgpack.
2017-08-02 20:20:12 +03:00
Efraim Flashner 721d7a6912 gnu: gcc@4.7: Don't built on aarch64.
* gnu/packages/gcc.scm (gcc@4.7, gcc@4.8, gcc@4.9)[supported-systems]:
New field.
2017-08-02 19:14:26 +03:00
Leo Famulari 696f1d0fb1 gnu: libpng-apng: Be sure to apply the APNG patch.
* gnu/packages/image.scm (libpng-apng)[arguments]: Check the return status of
the patching procedures.
2017-08-02 11:17:57 -04:00
ng0 e0958c2df8 gnu: libpng-apng: Update to 1.6.28.
Fixes <https://bugs.gnu.org/27556>.

* gnu/packages/image.scm (libpng-apng): Update to 1.6.28.
Remove inherit of 'libpng'.
[version]: Use own version, remove 'package-version libpng'.
[source]: Don't inherit the source of libpng.
[arguments]: Update hash of libpng-apng source.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-08-02 11:10:31 -04:00
Thomas Danckaert 33485fa913 gnu: eyed3: Update to 0.8, build with python3.
* gnu/packages/mp3.scm (eyed3): [source] Update to 0.8.
[arguments]: Disable tests; don't use python-2.
[propagated-inputs]: Add python-six and python-grako.
[native-inputs]: Remove.
2017-08-02 14:08:33 +02:00
Thomas Danckaert a70b03d413 gnu: Add python-grako
* gnu/packages/python.scm (python-grako): New variable.
2017-08-02 14:08:33 +02:00
Thomas Danckaert 0abf526420 gnu: hdf4: Update to 4.12.13.
* gnu/packages/maths.scm (hdf4): Update to 4.12.13.
2017-08-02 14:08:24 +02:00
Tobias Geerinckx-Rice ced2d2b7ca gnu: libvirt: Update to 3.6.0.
* gnu/packages/virtualization.scm (libvirt): Update to 3.6.0.
2017-08-02 07:15:21 +02:00
Tobias Geerinckx-Rice 2e508b6dc0 gnu: libvirt: Use HTTPS.
* gnu/packages/virtualization.scm (libvirt)[source, home-page]: Use HTTPS.
2017-08-02 07:15:21 +02:00
Roel Janssen 2f06dc0435 gnu: Add r-rlang.
* gnu/packages/statistics.scm (r-rlang): New variable.
2017-08-02 00:57:39 +02:00
Roel Janssen f1915a5dd0 gnu: r-deseq2: Update to 1.16.1.
* gnu/packages/bioinformatics.scm (r-deseq2): Update to 1.16.1.
2017-08-02 00:33:23 +02:00
Roel Janssen fd215c2978 gnu: r-annotationforge: Update to 1.18.1.
* gnu/packages/bioinformatics.scm (r-annotationforge): Update to 1.18.1.
2017-08-02 00:33:07 +02:00
Roel Janssen bd4a0bab5f gnu: r-category: Update to 2.42.1.
* gnu/packages/bioinformatics.scm (r-category): Update to 2.42.1.
2017-08-02 00:32:46 +02:00
Roel Janssen 0ff478344b gnu: r-biocstyle: Update to 2.4.1.
* gnu/packages/bioinformatics.scm (r-biocstyle): Update to 2.4.1.
2017-08-02 00:32:31 +02:00
Roel Janssen 9c4348d8c4 gnu: r-dnacopy: Update to 1.50.1.
* gnu/packages/bioinformatics.scm (r-dnacopy): Update to 1.50.1.
2017-08-02 00:32:11 +02:00
Roel Janssen 3ec25eb2a8 gnu: r-iranges: Update to 2.10.2.
* gnu/packages/bioinformatics.scm (r-iranges): Update to 2.10.2.
2017-08-02 00:31:46 +02:00
Roel Janssen 6252dd0f15 gnu: r-genomeinfodb: Update to 1.12.2.
* gnu/packages/bioinformatics.scm (r-genomeinfodb): Update to 1.12.2.
2017-08-02 00:31:28 +02:00
Roel Janssen 48f5d283b2 gnu: r-variantannotation: Update to 1.22.3.
* gnu/packages/bioinformatics.scm (r-variantannotation): Update to 1.22.3.
2017-08-02 00:31:08 +02:00
Roel Janssen 1b4738e23c gnu: r-limma: Update to 3.32.5.
* gnu/packages/bioinformatics.scm (r-limma): Update to 3.32.5.
2017-08-02 00:30:49 +02:00
Roel Janssen 1898a7832f gnu: r-biobase: Update to 2.36.2.
* gnu/packages/bioinformatics.scm (r-biobase): Update to 2.36.2.
2017-08-02 00:30:27 +02:00
Roel Janssen 62eb93a7d0 gnu: r-annotationdbi: Update to 1.38.2.
* gnu/packages/bioinformatics.scm (r-annotationdbi): Update to 1.38.2.
2017-08-02 00:28:32 +02:00
Roel Janssen 0c6494a1db gnu: r-biomart: Update to 2.32.1.
* gnu/packages/bioinformatics.scm (r-biomart): Update to 2.32.1.
2017-08-02 00:28:16 +02:00
Roel Janssen 1ff74d074e gnu: r-biocparallel: Update to 1.10.1.
* gnu/packages/bioinformatics.scm (r-biocparallel): Update to 1.10.1.
2017-08-02 00:27:57 +02:00
Roel Janssen 5077bc3e2e gnu: r-biostrings: Update to 2.44.2.
* gnu/packages/bioinformatics.scm (r-biostrings): Update to 2.44.2.
2017-08-02 00:27:35 +02:00
Roel Janssen adf5d0a0bc gnu: r-delayedarray: Update to 0.2.7.
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.2.7.
2017-08-02 00:27:16 +02:00
Roel Janssen f41150f13d gnu: r-summarizedexperiment: Update to 1.6.3.
* gnu/packages/bioinformatics.scm (r-summarizedexperiment): Update to 1.6.3.
2017-08-02 00:26:55 +02:00
Roel Janssen 26760c80cd gnu: r-genomicalignments: Update to 1.12.1.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.12.1.
2017-08-02 00:26:33 +02:00
Roel Janssen 15afa9bf8f gnu: r-rtracklayer: Update to 1.36.4.
* gnu/packages/bioinformatics.scm (r-rtracklayer): Update to 1.36.4.
2017-08-02 00:26:00 +02:00
Roel Janssen 8cfaa9ab4e gnu: r-genomicfeatures: Update to 1.28.4.
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.28.4.
2017-08-02 00:25:26 +02:00
Roel Janssen 9eb2714625 gnu: r-copywriter: Update to 2.8.1.
* gnu/packages/bioinformatics.scm (r-copywriter): Update to 2.8.1.
2017-08-02 00:25:00 +02:00
Roel Janssen bfa0d1e773 gnu: r-sva: Update to 3.24.4.
* gnu/packages/bioinformatics.scm (r-sva): Update to 3.24.4.
2017-08-02 00:24:27 +02:00
Roel Janssen 8060a61798 gnu: r-rsqlite: Update to 2.0.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.0.
2017-08-02 00:23:16 +02:00
Roel Janssen 796237a9a4 gnu: Add r-blob.
* gnu/packages/statistics.scm (r-blob): New variable.
2017-08-02 00:22:33 +02:00
Roel Janssen aa184803f8 gnu: Add r-pkgconfig.
* gnu/packages/statistics.scm (r-pkgconfig): New variable.
2017-08-02 00:21:40 +02:00
Ludovic Courtès c53fc48144 pull: Honor '--no-grafts'.
* guix/scripts/pull.scm (guix-pull): Parameterize %GRAFT? as a function
of OPTS.
2017-08-02 00:04:00 +02:00
Ludovic Courtès 3085b50200 pull: Use the commit ID as the version string.
* guix/scripts/pull.scm (build-from-source): Add #:commit parameter.
Pass it to BUILD.
(build-and-install): Add #:commit and pass it to 'build-from-source'.
(guix-pull): Pass #:commit to 'build-and-install'.
2017-08-02 00:04:00 +02:00
Ludovic Courtès 59a1627518 pull: Fetch source code from Git.
* guix/scripts/pull.scm (%snapshot-url, with-environment-variable)
(with-PATH): Remove.
(ensure-guile-git!): New procedure.
(%repository-url): New variable.
(%default-options): Add 'repository-url' and 'ref'.
(show-help, %options): Add '--commit' and '--url'.
(temporary-directory, first-directory, interned-then-deleted)
(unpack): Remove.
(build-from-source): Rename 'tarball' to 'source'.  Remove call to
'unpack'.
(build-and-install): Rename 'tarball' to 'source'.
(honor-lets-encrypt-certificates!, report-git-error): New procedures.
(with-git-error-handling): New macro.
(guix-pull)[fetch-tarball]: Remove.
Wrap body in 'with-git-error-handling'.  Rewrite to use
'latest-repository-commit'.
* build-aux/build-self.scm (build): Print an error message and exit when
GUILE-GIT is #f.
* doc/guix.texi (Invoking guix pull): Mention Git.  Document '--commit'
and '--branch'.
2017-08-02 00:04:00 +02:00
Ludovic Courtès 7441f1dbd7 build: Make Guile-Git a hard requirement.
* configure.ac: Error out when (git) is missing.
* doc/guix.texi (Requirements): Mention Guile-Git.
* Makefile.am (MODULES): Add guix/git.scm unconditionally.
2017-08-02 00:03:59 +02:00
Marius Bakke aa9780daf9 Merge branch 'master' into core-updates 2017-08-01 23:42:28 +02:00
Marius Bakke fc8f0631b4 gnu: re2: Update to 2017-08-01.
* gnu/packages/regex.scm (re2): Update to 2017-08-01.
2017-08-01 23:37:20 +02:00
Marius Bakke 1926fd2baa gnu: maim: Update to 5.4.66.
* gnu/packages/xdisorg.scm (maim): Update to 5.4.66.
2017-08-01 23:35:31 +02:00
Marius Bakke 7d960db1e3 gnu: slop: Update to 7.3.48.
* gnu/packages/xdisorg.scm (slop): Update to 7.3.48.
2017-08-01 23:35:03 +02:00
Marius Bakke b73e49f595 gnu: git: Update to 2.13.4.
* gnu/packages/version-control.scm (git): Update to 2.13.4.
2017-08-01 23:34:41 +02:00
Roel Janssen 14fce399cc gnu: r-foreign: Update hash after upstream tarball change.
* gnu/packages/statistics.scm (r-foreign):  Update hash.  The only difference
  in the tarball is the metadata.  The contents are identical.
2017-08-01 23:07:58 +02:00
Roel Janssen cdf124c607 gnu: r-foreign: Remove duplicate recipe.
* gnu/packages/statistics.scm (r-foreign): Remove duplicate recipe.
2017-08-01 23:06:02 +02:00
Roel Janssen 5d7e854365 graph: Provide access to the package record in the emit functions.
* guix/graph.scm (export-graph): Pass the node to the emit functions, instead
  of the node's label.
2017-08-01 22:57:22 +02:00
Efraim Flashner a60667245f guix package: Allow `guix package -u' to fuction as before.
This is a follow up to 6ddf97f81b

* guix/scripts/package.scm (%options) <"-u">: Only check for a flag when
there is an ARG after '-u'.
2017-08-01 23:02:26 +03:00
Leo Famulari d0386db493 gnu: rapidjson: Update to 1.1.0.
* gnu/packages/web.scm (rapidjson): Update to 1.1.0.
[source]: Remove snippet.
2017-08-01 14:42:44 -04:00
ng0 f2e1271809 gnu: Add pidentd.
* gnu/packages/networking.scm (pidentd): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-08-01 20:57:51 +03:00
Kei Kebreau 89c9445aa2 gnu: hyperrogue: Update to 10.0e.
* gnu/packages/games.scm (hyperrogue): Update to 10.0e.
[arguments]: Adjust accordingly.
2017-08-01 12:14:54 -04:00
Efraim Flashner d931a4bbeb gnu: metabat: Limit to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (metabat)[supported-systems]: New field.
2017-08-01 17:28:35 +03:00
Kyle Meyer 4bfdf034e2 gnu: Add emacs-yasnippet-snippets.
* gnu/packages/emacs.scm (emacs-yasnippet-snippets): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01 15:33:07 +02:00
Kyle Meyer 1f0d47059d gnu: emacs-yasnippet: Upgrade to 0.12.0.
* gnu/packages/emacs.scm (emacs-yasnippet): Upgrade to 0.12.0.
[source]: Remove an uninstalled directory from yas-snippet-dirs.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01 15:32:59 +02:00
Ludovic Courtès 04b6d6f7f7 gnu: guile-ssh: Update to 0.11.2.
* gnu/packages/ssh.scm (guile-ssh): Update to 0.11.2.
[source]: Remove 'patches', 'modules', and 'snippet'.
* gnu/packages/patches/guile-ssh-channel-finalization.patch,
gnu/packages/patches/guile-ssh-double-free.patch,
gnu/packages/patches/guile-ssh-rexec-bug.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-08-01 15:32:07 +02:00
Adonay Felipe Nogueira 12235a124f gnu: artanis: Unbundled guile-json and version according to documentation.
* gnu/packages/guile.scm (artanis): Unbundled guile-json and version
according to documentation.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-08-01 15:32:07 +02:00
Ludovic Courtès 9081a776ea lint: formatting: Detect sexp boundaries.
* guix/scripts/lint.scm (report-formatting-issues)[last-line]: Remove.
[sexp-last-line]: New procedure.
Use it.
2017-08-01 15:32:07 +02:00
Muriithi Frederick Muriuki 269504a797 gnu: python-pbr-minimal: Update to 3.0.1
* gnu/packages/python.scm (python-pbr-minimal): Update to 3.0.1
[source]: Update hash and remove patch.
* gnu/packages/patches/python-pbr-fix-man-page-support.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-08-01 15:21:52 +03:00
Leo Famulari 3d0fbd3c2f gnu: libgit2: Enable SHA-1 collision detection.
* gnu/packages/version-control.scm (libgit2)[arguments]: Enable '-DUSE_SHA1DC'
in #:configure-flags.
2017-08-01 01:02:53 -04:00
Ben Woodcroft befb2c0e6e gnu: ruby-bio-commandeer: Update to 0.2.0.
* gnu/packages/ruby.scm (ruby-bio-commandeer): Update to 0.2.0.
2017-08-01 14:09:07 +10:00
Ludovic Courtès e1ecc8908e gnu: libmicrohttpd: Update to 0.9.55.
* gnu/packages/gnunet.scm (libmicrohttpd): Update to 0.9.55.
[arguments]: Add 'add-missing-LDFLAGS' phase.
2017-07-31 22:51:34 +02:00
Ludovic Courtès 6ddf97f81b guix package: Warn when invoked with '-u -something'.
Fixes <https://bugs.gnu.org/27820>.
Reported by Hartmut Goebel <h.goebel@crazy-compilers.com>.

* guix/scripts/package.scm (%options) <"-u">: Emit a warning when ARG
starts with "-".
2017-07-31 22:22:27 +02:00
Ludovic Courtès a6b5af0cff gnu: xf86-video-intel: Update snapshot.
* gnu/packages/xorg.scm (xf86-video-intel): Update to 2100efa.
Introduce 'revision' variable.
2017-07-31 22:10:34 +02:00
Ludovic Courtès f0732ee485 gnu: guile-bytestructures: Install .go files to lib/guile/X.Y.
* gnu/packages/guile.scm (guile-bytestructures)[arguments]: Install .go
files to OBJECT-DIR, defined as OUT/lib/guile/X.Y/site-ccache.
2017-07-31 17:36:24 +02:00
ng0 54727850c3 gnu: tor: Remove '--enable-expensive-hardening' option.
* gnu/packages/tor.scm (tor)[arguments]: Remove '--enable-expensive-hardening' option.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-31 17:06:45 +02:00
Peter Mikkelsen ee217402f7 gnu: erlang: Update to 20.0.
* gnu/packages/erlang.scm (erlang): Update to 20.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-31 17:02:36 +02:00
Ludovic Courtès c27e02bf6b gnu: network-manager: Add dependency on Newt.
Suggested by Mark H Weaver.

* gnu/packages/gnome.scm (network-manager)[inputs]: Add NEWT.
2017-07-31 15:23:06 +02:00
Ludovic Courtès 44b0faee6b gnu: guile-git: Skip faulty tests on non-x86_64.
Reported by Mark H Weaver.

* gnu/packages/guile.scm (guile-git)[arguments]: Add 'skip-tests' phase
unless on x86_64-linux.
2017-07-31 15:23:06 +02:00
Ludovic Courtès 8ecba89b77 gnu: libgit2: Add "debug" output.
* gnu/packages/version-control.scm (libgit2)[outputs]: New field.
2017-07-31 15:23:06 +02:00
Ludovic Courtès 58dce7bfb5 gnu: libgit2: Update to 0.26.0.
* gnu/packages/version-control.scm (libgit2): Update to 0.26.0.  Remove
"libgit2-use-after-free.patch".
* gnu/packages/patches/libgit2-use-after-free.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-31 15:23:05 +02:00
Efraim Flashner 6ce8fe4cd0 gnu: efl: Add wayland support.
* gnu/packages/enlightenment.scm (efl)[inputs]: Add wayland-protocols.
Move mesa ...
[propagated-inputs]: ... to here. Add libinput, libxkbcommon, wayland.
[arguments]: Add flags to enable wayland, elput and drm.
2017-07-31 15:16:23 +03:00
Efraim Flashner 0d3ecf77ba gnu: gst-plugins-good: Update disable-failing-tests phase.
* gnu/packages/gstreamer.scm (gst-plugins-good)[arguments]: Change the
list of tests to disable during 'disable-failing-tests phase.
2017-07-31 15:16:21 +03:00
Leo Famulari 57f57a7bbf services: ntp: Use the NTP pool via the 'guix' zone.
* gnu/services/networking.scm (%ntp-servers): Use *.guix.pool.ntp.org.
2017-07-30 20:21:36 -04:00
Leo Famulari 6484e82d4c gnu: biber-next: Update to 2.7.
* gnu/packages/tex.scm (biber): Update to 2.7.
2017-07-30 20:10:43 -04:00
Leo Famulari 1fdf14e170 gnu: perl-datetime-timezone: Update to 2.13.
* gnu/packages/perl.scm (perl-datetime-timezone): Update to 2.13.
[propagated-inputs]: Remove perl-params-validate. Add perl-namespace-autoclean,
perl-params-validationcompiler.
2017-07-30 20:10:43 -04:00
Leo Famulari 8ec0877a6b gnu: perl-datetime-locale: Update to 1.16.
* gnu/packages/perl.scm (perl-datetime-locale): Update to 1.16.
[native-inputs]: Add perl-file-sharedir-install, perl-file-sharedir,
perl-test-file-sharedir-dist, perl-test-warnings, perl-test-requires,
perl-namespace-autoclean, perl-cpan-meta-check.
[propagated-inputs]: Add perl-params-validationcompiler. Remove
perl-params-validate.
2017-07-30 20:10:43 -04:00
Leo Famulari e780fde515 gnu: perl-datetime-format-strptime: Update to 1.73.
* gnu/packages/perl.scm (perl-datetime-format-strptime): Update to 1.73.
[propagated-inputs]: Add perl-package-deprecationmanager, perl-params-validate,
perl-sub-name, perl-test-warnings.
2017-07-30 20:10:43 -04:00
Leo Famulari 09d94b2bab gnu: perl-datetime-format-natural: Update to 1.05.
* gnu/packages/perl.scm (perl-datetime-format-natural: Update to 1.05.
2017-07-30 20:10:42 -04:00
Leo Famulari 9e5df71e7d gnu: perl-datetime-format-flexible: Update to 0.28.
* gnu/packages/perl.scm (perl-datetime-format-flexible): Update to 0.28.
2017-07-30 20:10:42 -04:00
Leo Famulari dc8e21110a gnu: perl-datetime-event-recurrence: Update to 0.19.
* gnu/packages/perl.scm (perl-datetime-event-recurrence): Update to 0.19.
2017-07-30 20:10:42 -04:00
Leo Famulari ff3034de5d gnu: perl-datetime-event-local: Update to 0.13.
* gnu/packages/perl.scm (perl-datetime-event-local): Update to 0.13.
2017-07-30 20:10:42 -04:00
Leo Famulari d388e4e292 gnu: perl-datetime-set: Update to 0.3900.
* gnu/packages/perl.scm (perl-datetime-set): Update to 0.3900.
2017-07-30 20:10:41 -04:00
Leo Famulari 3404803057 gnu: perl-datetime: Update to 1.43.
* gnu/packages/perl.scm (perl-datetime): Update to 1.43.
[native-inputs]: Add perl-cpan-meta-check.
[propagated-inputs]: Add perl-file-sharedir.
2017-07-30 20:10:41 -04:00
Leo Famulari 7ab1833598 gnu: perl-file-sharedir-install: Update to 0.11.
* gnu/packages/perl.scm (perl-file-sharedir-install): Update to 0.11.
[native-inputs]: Add perl-module-build.
2017-07-30 20:10:41 -04:00
Leo Famulari 1c0c608566 gnu: perl-file-sharedir: Update to 1.104.
* gnu/packages/perl.scm (perl-file-sharedir): Update to 1.104.
2017-07-30 20:10:41 -04:00
Leo Famulari ed9543c0ed gnu: perl-cpan-meta-check: Update to 0.014.
* gnu/packages/perl.scm (perl-cpan-meta-check): Update to 0.014.
2017-07-30 20:10:41 -04:00
Leo Famulari ccb38cdc8d gnu: Add perl-params-validationcompiler.
* gnu/packages/perl.scm (perl-params-validationcompiler): New variable.
2017-07-30 20:10:40 -04:00
Leo Famulari 00ace88396 gnu: Add perl-test-file-sharedir-dist.
* gnu/packages/perl.scm (perl-test-file-sharedir-dist): New variable.
2017-07-30 20:10:40 -04:00
Leo Famulari a4d6a95793 gnu: Add perl-test2-plugin-nowarnings.
* gnu/packages/perl.scm (perl-test2-plugin-nowarnings): New variable.
2017-07-30 20:10:40 -04:00
Leo Famulari 9ad78b2c21 gnu: Add perl-test2-bundle-extended.
* gnu/packages/perl.scm (perl-test2-bundle-extended): New variable.
2017-07-30 20:10:40 -04:00
Leo Famulari 721fd17797 gnu: Add perl-sub-info.
* gnu/packages/perl.scm (perl-sub-info): New variable.
2017-07-30 20:10:40 -04:00
Leo Famulari 6d6646f932 gnu: Add perl-term-table.
* gnu/packages/perl.scm (perl-term-table): New variable.
2017-07-30 20:10:39 -04:00
Leo Famulari b51f02a949 gnu: Add perl-specio.
* gnu/packages/perl.scm (perl-specio): New variable.
2017-07-30 20:10:39 -04:00
Leo Famulari df4fc5217f gnu: Add perl-importer.
* gnu/packages/perl.scm (perl-importer): New variable.
2017-07-30 20:10:39 -04:00
Leo Famulari 13d73c42f9 gnu: Add perl-file-sharedir-dist.
* gnu/packages/perl.scm (perl-file-sharedir-dist): New variable.
2017-07-30 20:10:35 -04:00
Ludovic Courtès 706448b193 gnu: automake: Add 1.15.1.
* gnu/packages/autotools.scm (automake/latest): New variable.
2017-07-30 22:31:10 +02:00
Ludovic Courtès c91171627b gnu: guix: Search .go files of dependencies in lib/guile/.
* gnu/packages/package-management.scm (guix)[arguments]: Add (srfi
srfi-26) to #:modules.  Introduce 'gopath', distinct from 'path'.
2017-07-30 21:36:18 +02:00
Ludovic Courtès 1c0ee79d4d gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to 228a398.
2017-07-30 17:58:04 +02:00
Ludovic Courtès 228a3982df git-download: Remove call to 'canonicalize-path'.
* guix/git-download.scm (git-predicate): Remove call to
'canonicalize-path' since this could lead to discrepancies.  For
instance it broke 'make update-guix-package' since it passes a
non-canonical directory name.
2017-07-30 17:22:13 +02:00
Ludovic Courtès 1398a43816 services: openssh: Extensions provide extra authorized keys.
* gnu/services/ssh.scm (extend-openssh-authorized-keys): New procedure.
(openssh-service-type)[compose, extend]: New fields.
* doc/guix.texi (Networking Services): Document the extension.
2017-07-30 16:23:19 +02:00
Ludovic Courtès 4892eb7c6a services: openssh: Add 'authorized-keys' field.
* gnu/services/ssh.scm (<openssh-configuration>)[authorized-keys]: New
field.
(authorized-key-directory): New procedure.
(openssh-config-file): Honor 'authorized-keys'.
(openssh-activation): Use 'with-imported-modules'.  Make /etc/ssh
755.  Create /etc/ssh/authorized_keys.d.
* doc/guix.texi (Networking Services): Document it.
2017-07-30 16:23:19 +02:00
Ludovic Courtès 75bddb13eb services: cuirass: Set 'GIT_SSL_CAINFO' and 'GIT_EXEC_PATH'.
Reported by Ricardo Wurmus.

* gnu/services/cuirass.scm (cuirass-shepherd-service): Pass
 #:environment-variables.
2017-07-30 16:23:19 +02:00
Ludovic Courtès 03317cbfc4 doc: Give an example of arguments for the 'run-vm.sh' script.
Suggested by Oleg Pykhalov <go.wigust@gmail.com>.

* doc/guix.texi (Invoking guix system): Give an example of passing
arguments to the 'run-vm.sh' script.
2017-07-30 16:23:19 +02:00
Marius Bakke 9dab50179a gnu: perl: Add missing dependencies on Module::Install.
Perl 5.26 and later does not provide this module.

* gnu/packages/databases.scm (perl-sql-abstract)[native-inputs]: Add PERL-MODULE-INSTALL.
* gnu/packages/perl.scm (perl-moosex-emulate-class-accessor-fast,
perl-file-zglob, perl-object-signature, perl-test-utf8, perl-time-duration,
perl-benchmark-timer, perl-class-accessor-grouped,
perl-class-c3-componentised, perl-term-encoding)[native-inputs]: Likewise.
* gnu/packages/web.scm (perl-http-parser-xs, perl-uri-template,
perl-www-curl)[native-inputs]: Likewise.
* gnu/packages/xml.scm (perl-xml-atom)[native-inputs]: Likewise.
2017-07-30 14:55:27 +02:00
Marius Bakke c918773a03 gnu: ffmpeg: Update to 3.3.3.
* gnu/packages/video.scm (ffmpeg): Update to 3.3.3.
2017-07-30 12:49:38 +02:00
Christopher Baines fa65e84aab gnu: qemu: Build with support for Linux AIO
Add libaio as an input, such that QEMU is built with support for Asynchronous
I/O (AIO).

* gnu/packages/virtualization.scm (qemu)[inputs]: Uncomment libaio.
2017-07-30 09:56:00 +01:00
Christopher Baines 119fdd0d0e services: Add memcached.
* gnu/services/databases.scm (memcached-service-type, %memcached-accounts):
  New variables.
  (<memcached-configuration>): New record type.
  (memcached-service-type): New procedures.
* gnu/tests/databases.scm: New file.
* doc/guix.texi (Database Services): Document the new memcached service.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add entry for tests/databases.scm.
2017-07-30 09:08:30 +01:00
Christopher Baines 686144e986 gnu: Add memcached.
* gnu/packages/databases.scm (memcached): New variable.
2017-07-30 09:06:52 +01:00
宋文武 c00c90ca37 gnu: retroarch: Update to 1.6.3.
* gnu/packages/games.scm (retroarch): Update to 1.6.3.
2017-07-30 15:15:34 +08:00
Theodoros Foradis 85cdab64c6 gnu: yosys: Add dependency on z3.
* gnu/packages/fpga.scm (yosys): Add z3 to propagated-inputs.
2017-07-29 23:03:47 +02:00
Theodoros Foradis 313844d9dc gnu: Add z3.
* gnu/packages/maths.scm (z3): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-29 23:03:47 +02:00
Peter Mikkelsen a4078acf4a gnu: erlang: Fix man-pages search path of 'erl -man'.
* gnu/packages/patches/erlang-man-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/erlang.scm (erlang)[source]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-29 23:03:47 +02:00
Oleg Pykhalov 53ac6977ac gnu: tome4: Clean up snippet.
* gnu/packages/games.scm (tome4)[source](snippet): Use a single
'substitute*' call instead of 'for-each'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-29 23:03:47 +02:00
Marius Bakke baa6b77789 gnu: vim: Update to 8.0.0808.
* gnu/packages/vim.scm (vim): Update to 8.0.0808.
[arguments]: Remove obsolete 'make-bit-reproducable' phase.
(vim-full): Update to 8.0.0808.
[arguments]: Remove 'drop-failing-tests' phase.
2017-07-29 23:01:17 +02:00
Kyle Meyer 24b115dff5 gnu: emacs: Check GUIX_ENVIRONMENT when autoloading packages.
Check the environment profile so that we autoload packages that are given as
arguments to "guix environment" but are not in the system or user profile.
Note that the union of Emacs packages in the system, user, and environment
profiles will be autoloaded even when --pure was passed to "guix environment",
because it's not clear how to detect that --pure was given.

* gnu/packages/aux-files/emacs/guix-emacs.el (guix-emacs-autoload-packages):
Add Emacs packages from GUIX_ENVIRONMENT profile.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-07-29 23:19:17 +03:00
Kyle Meyer d0a5205292 gnu: Remove emacs-seq.
The seq.el library has been included with Emacs since version 25.1.

* gnu/packages/emacs.scm (emacs-seq): Remove variable.
(flycheck, emacs-cider)[propagated-inputs]: Remove emacs-seq.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-07-29 23:19:17 +03:00
Kyle Meyer 469c7ce058 gnu: Remove let-alist.
The let-alist package has been included with Emacs since version 25.1.

* gnu/packages/emacs.scm (let-alist): Remove variable.
(flycheck, emacs-pdf-tools, emacs-sx)[propagated-inputs]: Remove let-alist.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-07-29 23:19:16 +03:00
Alex Kost b1a6a70684 gnu: emacs-ess: Install elisp files in "guix.d".
Fixes <http://bugs.gnu.org/27686>.
Reported by Adonay Felipe Nogueira <adfeno@openmailbox.org>.

* gnu/packages/emacs.scm (emacs-ess)[arguments]: Add LISPDIR to
'make-flags' to install *.el files into "guix.d" sub-directory.
2017-07-29 23:18:56 +03:00
Danny Milosavljevic 444f9dccc2 gnu: grub-efi: Add mtools input.
* gnu/packages/bootloaders.scm: Add (gnu packages mtools).
(grub-efi)[inputs]: Add mtools.
[arguments]: Add phase "use-absolute-mtools-path".
2017-07-29 19:24:04 +02:00
Julien Lepiller 303690c405 gnu: Add coq-interval.
* gnu/packages/ocaml.scm (coq-interval): New variable.
2017-07-29 15:19:07 +02:00
Julien Lepiller b09c4244f7 gnu: Add coq-coquelicot.
* gnu/packages/ocaml.scm (coq-coquelicot): New variable.
2017-07-29 15:19:03 +02:00
Julien Lepiller 380c65de94 gnu: Add coq-mathcomp.
* gnu/packages/ocaml.scm (coq-mathcomp): New variable.
2017-07-29 15:18:59 +02:00
Julien Lepiller 88191acee2 gnu: Add coq-gappa.
* gnu/packages/ocaml.scm (coq-gappa): New variable.
2017-07-29 15:18:54 +02:00
Julien Lepiller d163d97d92 gnu: Add coq-flocq.
* gnu/packages/ocaml.scm (coq-flocq): New variable.
2017-07-29 15:18:45 +02:00
Marius Bakke 8f82110492 gnu: gnupg: Update to 2.1.22.
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.22.
2017-07-29 14:47:24 +02:00
Ben Woodcroft a9085f0c5c gnu: metabat: Update to 2.11.2.
* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.2.
2017-07-29 22:37:47 +10:00
Jan Nieuwenhuizen 0e016722ee gnu: mes: Update to 0.9.
* gnu/packages/mes.scm (mes): Update to 0.9.
[arguments]: Delete `strip' phase.
[synopsis]: Rewrite to be more descriptive.
[description]: Include expanded acronym.
2017-07-29 14:33:19 +02:00
Tobias Geerinckx-Rice 9f9b7a0d01 gnu: gptfdisk: Update to 1.0.3.
* gnu/packages/disk.scm (gptfdisk): Update to 1.0.3.
2017-07-29 14:15:48 +02:00
Christopher Baines 730ed6ec8b gnu: services: admin: Add tailon.
* gnu/services/admin.scm
  (<tailon-configuration>, <tailon-configuration-file>): New record types.
  (tailon-configuration-files-string, tailon-shepherd-service): New
  procedures.
  (%tailon-accounts, tailon-service-type: New variables.
* doc/guix.texi (Monitoring Services: Document the Tailon service.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add gnu/tests/admin.scm.
* gnu/tests/admin.scm: New file.
2017-07-29 12:45:03 +01:00
Arun Isaac b5244fcb49 gnu: arandr: Remove make-xrandr-available phase.
wrap-program functionality is already provided by python-build-system.

* gnu/packages/xdisorg.scm (arandr): Remove make-xrandr-available phase.
2017-07-29 16:47:37 +05:30
Oleg Pykhalov e8d9a87862 gnu: Add emacs-rpm-spec-mode.
* gnu/packages/emacs.scm (emacs-rpm-spec-mode): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-29 16:41:34 +05:30
Jan Nieuwenhuizen 3b56776fb8 gnu: mescc-tools: Update to 0.2.
* gnu/packages/mes.scm (mescc-tools): Update to 0.2.
2017-07-29 11:37:04 +02:00
Mark H Weaver 38ba8a6116 gnu: linux-libre: Update to 4.12.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.4.
(%linux-libre-hash): Update hash.
2017-07-28 21:08:51 -04:00
Mark H Weaver dfa0c66cc9 gnu: linux-libre@4.9: Update to 4.9.40.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.40.
2017-07-28 21:08:19 -04:00
Mark H Weaver 6b96478c6d gnu: linux-libre@4.4: Update to 4.4.79.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.79.
2017-07-28 21:07:31 -04:00
Tobias Geerinckx-Rice 4f9dd97e65 gnu: sssd: Update to 1.15.3.
* gnu/packages/sssd.scm (sssd): Update to 1.15.3.
[native-inputs]: Add util-linux.
2017-07-29 01:08:17 +02:00
Tobias Geerinckx-Rice d02e19aa2c gnu: bind: Update to 9.11.2.
* gnu/packages/dns.scm (isc-bind): Update to 9.11.2.
2017-07-29 00:32:00 +02:00
Oleg Pykhalov 32c4a5060e gnu: emacs-auctex: Update to 11.91.0.
* gnu/packages/emacs.scm (emacs-auctex): Update to 11.91.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-28 23:30:41 +02:00
Oleg Pykhalov 1f88f189eb gnu: Add tome4.
* gnu/packages/games.scm (tome4): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-28 23:30:41 +02:00
Danny Milosavljevic 1975c754f4 bootloader: Use <menu-entry> for the bootloader side.
* gnu/bootloader.scm (menu-entry-device-mount-point): New variable.  Export it.
(<menu-entry>: New field "device".
* gnu/bootloader/grub.scm (grub-confgiuration-file): Handle <menu-entry>
entries.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Handle
<menu-entry> entries.
* gnu/system.scm (menu->entry->boot-parameters): Delete variable.
(boot-parameters->menu-entry): New variable.  Export it.
(operating-system-bootcfg): Make OLD-ENTRIES a list of <menu-entry>.
* guix/script/system.scm (reinstall-bootloader): Fix bootcfg usage.
(perform-action): Fix bootcfg usage.
2017-07-28 21:56:18 +02:00
Ludovic Courtès 9ca8aa38ec gnu: guix: Add dependency on Guile-Git.
* gnu/packages/package-management.scm (guix)[arguments] <wrap-program>:
Add Guile-Git to PATH.
[propagated-inputs]: Add GUILE-GIT.
(guile2.0-guix)[propagated-inputs]: Add GUILE2.0-GIT.
2017-07-28 18:09:44 +02:00
Ludovic Courtès 3a53759807 gnu: guile-git: Update snapshot.
* gnu/packages/guile.scm (guile-git): Update to commit e156a10.
[native-inputs]: Add TEXINFO.
2017-07-28 18:09:43 +02:00
Ludovic Courtès f0e492f0a5 utils: Factorize XDG directory handling.
* guix/ui.scm (config-directory): Remove.
* guix/utils.scm (xdg-directory, config-directory): New procedures.
(cache-directory): Rewrite in terms of 'xdg-directory'.
* guix/scripts/substitute.scm (%narinfo-cache-directory): Pass #:ensure?
 #f to 'cache-directory'.
2017-07-28 18:09:43 +02:00
Ludovic Courtès 6f0f55148d gnu: le-certs: Create OpenSSL hash symlinks.
* gnu/packages/certs.scm (le-certs)[arguments]: Run 'c_rehash' on the
result.
[native-inputs]: New fields.
2017-07-28 18:09:43 +02:00
Tobias Geerinckx-Rice c4b006ba12 gnu: btrfs-progs: Update to 4.12.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.12.
[outputs]: Remove inaccurate comment on size.
2017-07-28 16:32:04 +02:00
Ben Woodcroft f112bd26ae gnu: redis: Update to 4.0.1.
* gnu/packages/databases.scm (redis): Update to 4.0.1.
2017-07-28 21:10:49 +10:00
Ben Woodcroft ac01cb0790 gnu: ruby-json-pure: Update to 2.1.0.
* gnu/packages/ruby.scm (ruby-json-pure): Update to 2.1.0.
[arguments]: Replace 'replace-git-ls-files' phase with 'fix-rakefile'
and 'regenerate-gemspec' phases.
[inputs]: Remove ruby-permutation, ruby-utils, ragel. Add ruby-test-unit,
ruby-simplecov.
2017-07-28 20:18:53 +10:00
Ben Woodcroft 9c14bc7a4d gnu: bundler: Update to 1.15.3.
* gnu/packages/ruby.scm (bundler): Update to 1.15.3.
2017-07-28 20:18:53 +10:00
Ben Woodcroft a2a558147a gnu: ruby-ffi: Update to 1.9.18.
* gnu/packages/ruby.scm (ruby-ffi): Update to 1.9.18.
2017-07-28 20:18:52 +10:00
Ben Woodcroft 00eeb45fca gnu: redis: Update to 4.0.0.
* gnu/packages/databases.scm (redis): Update to 4.0.0.
2017-07-28 20:18:52 +10:00
Ben Woodcroft efb94fda64 gnu: ruby-nokogiri: Update to 1.8.0.
* gnu/packages/ruby.scm (ruby-nokogiri): Update to 1.8.0.
2017-07-28 20:18:52 +10:00
Ben Woodcroft 26f4a37736 gnu: ruby-mini-portile2: Update to 2.2.0.
* gnu/packages/ruby.scm (ruby-mini-portile2): Update to 2.2.0.
2017-07-28 20:18:51 +10:00
Marius Bakke 4685866a94 gnu: perl-xs-object-magic: Fix build with perl@5.26.
* gnu/packages/perl.scm (perl-xs-object-magic)[native-inputs]: Add
PERL-MODULE-INSTALL.
2017-07-28 01:31:15 +02:00
Marius Bakke 5890b40bd0 gnu: perl-mousex-nativetraits: Fix build with perl@5.26.
* gnu/packages/perl.scm (perl-mousex-nativetraits)[native-inputs]: Add
PERL-MODULE-INSTALL.
2017-07-28 01:31:15 +02:00
Marius Bakke ec5c986e33 gnu: perl-anyevent-i3: Update to 0.17.
* gnu/packages/wm.scm (perl-anyevent-i3): Update to 0.17.
2017-07-28 01:31:15 +02:00
Tobias Geerinckx-Rice 0f6cf5a61c gnu: nautilus: Update to 3.24.2.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.24.2.1.
2017-07-28 01:02:40 +02:00
Tobias Geerinckx-Rice 73fe4552aa gnu: gptfdisk: Update description.
* gnu/packages/disk.scm (gptfdisk): Remove outdated statement and use @dfn.
2017-07-28 01:02:39 +02:00
Tobias Geerinckx-Rice 0193e3be53 gnu: goffice: Update to 3.24.2.1.
* gnu/packages/gnome.scm (goffice): Update to 3.24.2.1.
2017-07-28 01:02:39 +02:00
Tobias Geerinckx-Rice c8fc9a379b gnu: shotwell: Update to 0.26.2.
* gnu/packages/gnome.scm (shotwell): Update to 0.26.2.
2017-07-28 01:02:39 +02:00
Marius Bakke e0b9e377f1 Merge branch 'master' into core-updates 2017-07-28 00:34:13 +02:00
Marius Bakke fb2715720a gnu: whois: Update to 5.2.17.
* gnu/packages/networking.scm (whois): Update to 5.2.17.
2017-07-28 00:07:45 +02:00
Marius Bakke bd51224936 gnu: nss, nss-certs: Update to 3.32.
This release includes minor code changes and many certificate updates:
<https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.32_release_notes>

* gnu/packages/certs.scm (nss-certs): Update to 3.32.
* gnu/packages/gnuzilla.scm (nss): Update to 3.32.
[arguments]: Prevent another test file from being installed.
* gnu/packages/patches/nss-pkgconfig.patch: Adjust.
2017-07-28 00:07:28 +02:00
Leo Famulari 201c0e7276 gnu: perl-gd-securityimage: Fix build with Perl 5.26.0.
* gnu/packages/gd.scm (perl-gd-securityimage)[arguments]: Set
PERL_USE_UNSAFE_INC in new 'set-env' phase.
2017-07-27 16:22:18 -04:00
Leo Famulari 70629b6d9a gnu: perl-feed-find: Fix build with Perl 5.26.0.
* gnu/packages/web.scm (perl-feed-find)[arguments]: Set PERL_USE_UNSAFE_INC in
new 'set-env' phase.
2017-07-27 16:22:17 -04:00
Marius Bakke 6571754462 gnu: nspr: Update to 4.16.
* gnu/packages/gnuzilla.scm (nspr): Update to 4.16.
2017-07-27 22:15:27 +02:00
Marius Bakke 90335ccea6 gnu: python-cryptography: Update to 2.0.2.
* gnu/packages/python.scm (python-cryptography-vectors, python-cryptography):
Update to 2.0.2.
2017-07-27 22:15:26 +02:00
Leo Famulari f27954a077 gnu: perl-encode-hanextra: Fix build with Perl 5.26.0.
* gnu/packages/perl.scm (perl-encode-hanextra)[arguments]: Set
PERL_USE_UNSAFE_INC in new 'set-env' phase.
2017-07-27 16:14:54 -04:00
Leo Famulari b2973d9634 gnu: subversion: Update to 1.8.18.
* gnu/packages/version-control.scm (subversion): Update to 1.8.18.
2017-07-27 14:33:32 -04:00
Leo Famulari 6d31c175b2 gnu: net-tools: Update to 1.60-0.479bb4a7.
This leaves net-tools-for-tests unchanged.

Fixes <https://bugs.gnu.org/27811>.

* gnu/packages/linux.scm (net-tools): Update to 1.60-0.479bb4a7.
[source]: Use git-fetch.
[inputs]: Remove the Debian patch.
[arguments]: Use modify-phases. Remove the 'patch' phase. Disable
SELINUX and AFBLUETOOTH from build configuration.
2017-07-27 13:39:42 -04:00
Ludovic Courtès 412701b0e5 services: guix-publish: Run in a UTF-8 locale.
Works around <https://bugs.gnu.org/26948>.

* gnu/services/base.scm (guix-publish-shepherd-service): Pass
  #:environment-variables to 'make-forkexec-constructor'.
2017-07-27 14:51:03 +02:00
Ludovic Courtès 138fe41198 system: Add 'grep --color' alias in '.bash_profile' skeleton.
* gnu/system/shadow.scm (default-skeletons)[profile]: Add 'grep' alias.
2017-07-27 14:44:28 +02:00
Julian Graham a812aff99c gnu: gzochi: Update to 0.11.1.
* gnu/packages/game-development.scm (gzochi): Update to 0.11.1.
  (gzochi)[arguments]: Remove patch for `-Werror', which is no longer
  necessary.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-27 11:47:51 +02:00
Ludovic Courtès 111b2853c7 nls: Mark (guix scripts weather) as translatable.
* po/guix/POTFILES.in: Add guix/scripts/weather.scm.
2017-07-27 11:47:51 +02:00
Ludovic Courtès 952cf67cb1 weather: Show "-m" option in help message.
Reported by Alex Kost <alezost@gmail.com>.

* guix/scripts/weather.scm (show-help): Show "-m".
2017-07-27 11:47:50 +02:00
Ludovic Courtès f1be6f5b5a gnu: openmpi: Add "static" output.
* gnu/packages/mpi.scm (openmpi)[outputs]: New field.
[arguments]: Add 'move-static-libraries' phase.
2017-07-27 11:47:50 +02:00
Ricardo Wurmus dd54d3d5da gnu: po4a: Work around "dotless @INC" build issues.
* gnu/packages/gettext.scm (po4a)[arguments]: Add build phase
"set-search-path".
2017-07-27 10:20:23 +02:00
Ricardo Wurmus 8f2c410fc5 gnu: r-preprocesscore: Update to 1.38.1.
* gnu/packages/statistics.scm (r-preprocesscore): Update to 1.38.1.
2017-07-27 10:04:09 +02:00
Ricardo Wurmus 620b0468e9 gnu: Add cowsay.
* gnu/packages/games.scm (cowsay): New variable.
2017-07-27 10:03:37 +02:00
Tobias Geerinckx-Rice 56ab0f0c6d gnu: nnn: Update to 1.3.
* gnu/packages/admin.scm (nnn): Update to 1.3.
2017-07-27 05:03:33 +02:00
Dave Love efcacc17c7 gnu: openmpi: Enable SGE support.
* gnu/packages/mpi.scm (openmpi)[arguments]: Pass "--with-sge" in
 #:configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26 23:13:52 +02:00
ng0 217ce5702c gnu: mg: Add new phase to find 'diff'.
* gnu/packages/text-editors.scm (mg)[phases]: Add new 'correct-location-of-difftool'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26 23:13:52 +02:00
ng0 bcd1544dd2 gnu: mg: Fetch source via HTTPS.
* gnu/packages/text-editors.scm (mg)[source]: Use HTTPS.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26 23:13:52 +02:00
ng0 1a5a8afea0 gnu: mg: Update to 20170401.
* gnu/packages/text-editors.scm (mg): Update to 20170401.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26 23:13:52 +02:00
Danny Milosavljevic 9ea61b1c6f gnu: Add python-flask-principal.
* gnu/packages/python.scm (python-flask-principal, python2-flask-principal):
New variables.
2017-07-26 21:52:30 +02:00
Tobias Geerinckx-Rice 9d9fc39946 gnu: Add lziprecover.
* gnu/packages/compression.scm (lziprecover): New variable.
2017-07-26 19:38:59 +02:00
Leo Famulari f96dbf6b70 gnu: net-tools: Add a test-only variant and use it for GnuTLS.
* gnu/packages/linux.scm (net-tools-for-tests): Add hidden net-tools variant.
* gnu/packages/tls.scm (gnutls)[native-inputs]: Use net-tools-for-tests instead
of net-tools.
2017-07-26 12:06:52 -04:00
Ricardo Wurmus d39238cf3d gnu: synfig: Fix boost build error.
* gnu/packages/animation.scm (synfig)[arguments]: Add phase
"fix-boost-build-error".
2017-07-26 12:27:12 +02:00
Ludovic Courtès bcd757fdb4 gnu: mg: Move to (gnu packages text-editors).
* gnu/packages/mg.scm: Remove.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.
* gnu/packages/text-editors.scm (mg): New variable.
2017-07-26 11:11:11 +02:00
Andy Wingo a5130d10fa gnu: Add fcgiwrap service.
* doc/guix.texi (Web Services): Add documentation.
* gnu/services/web.scm (<fcgiwrap-configuration>): New record type.
(fcgiwrap-accounts, fcgiwrap-shepherd-service): New service extensions.
(fcgiwrap-service-type): New service type.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-26 11:00:04 +02:00
Efraim Flashner 1cae188e61 gnu: glpk: Update to 4.63.
* gnu/packages/maths.scm (glpk): Update to 4.63.
2017-07-26 10:15:54 +03:00
Efraim Flashner 360f692783 gnu: perl-anyevent: Update to 7.14.
* gnu/packages/libevent.scm (perl-anyevent): Update to 7.14.
2017-07-26 09:31:30 +03:00
Danny Milosavljevic 4f038621a5 gnu: leafpad: Use glib-or-gtk build-system.
* gnu/packages/text-editors.scm (leafpad): Use glib-or-gtk build-system.
2017-07-26 08:19:47 +02:00
Danny Milosavljevic ff4192ff57 gnu: claws-mail: Disable (duplicate) Gtk+ icon cache generation.
* gnu/packages/mail.scm (claws-mail)[arguments]: Add make-flags to disable
Gtk+ icon cache generation.
2017-07-26 08:18:46 +02:00
Kei Kebreau 8ad40a69d1 gnu: evince: Update to 3.24.1.
* gnu/packages/gnome.scm (evince): Update to 3.24.1.
[source]: Remove obsolete patch.
* gnu/packages/patches/evince-CVE-2017-1000083.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-25 18:41:05 -04:00
Tobias Geerinckx-Rice 980fe414c1 gnu: hplip: Update to 3.17.7.
* gnu/packages/cups.scm (hplip): Update to 3.17.7.
2017-07-25 23:59:21 +02:00
Tobias Geerinckx-Rice ae03ee4274 gnu: fdisk: Update to 2.0.0a1.
* gnu/packages/disk.scm (fdisk): Update to 2.0.0a1.
[arguments]: Make sure the build finds its own headers.
2017-07-25 23:58:34 +02:00
Tobias Geerinckx-Rice aa588d8a38 gnu: sdparm: Update to 1.10.
* gnu/packages/disk.scm (sdparm): Update to 1.10.
2017-07-25 23:58:34 +02:00
Christopher Baines f135b4ae83 git-download: Speed up 'git-predicate'.
Adjust 'git-predicate' to use data structures that perform better when used
with git repositories with a large number of files.

Previously when matching either a regular file or directory, 'git-predicate'
would search a list with a length equal to the number of files in the
repository. As a search operation happens for roughly every file in the
repository, this meant that the time taken to use 'git-predicate' to traverse
all the files in a repository was roughly exponential with respect to the
number of files in the repository.

Now, for matching regular files or symlinks, 'git-predicate' uses a vhash
using the inode value as the key. This should perform roughly in constant
amount of time, instead of linear with respect to the number of files in the
repository.

For matching directories, 'git-predicate' now uses a tree structure stored in
association lists. To check if a directory is in the tree, the tree is
traversed from the root. The time complexity of this depends on the shape of
the tree, but it should be an improvement on searching through the list of all
files.

* guix/git-download.scm (files->directory-tree, directory-in-tree?): New
procedures.
(git-predicate): Compute DIRECTORY-TREE.  Turn INODES into a vhash.
Adjust body of lambda accordingly.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-25 23:24:16 +02:00
Ludovic Courtès 84620dd0c4 offload: Fix potential file descriptor and memory leak.
The '%slots' list could grow indefinitely; in practice though,
guix-daemon is likely to restart 'guix offload' often enough.

* guix/scripts/offload.scm (%slots): Remove.
(choose-build-machine): Don't 'set!' %SLOTS.  Return the acquired slot
as a second value.
(process-request): Adjust accordingly.  Release the returned slot after
'transfer-and-offload'.
2017-07-25 23:24:16 +02:00
Ludovic Courtès 236cae0628 offload: Disconnect sessions created by 'machine-load'.
This fixes a memory leak that can be seen by running:

  (map (lambda _ (machine-load m)) (iota 1000))

* guix/scripts/offload.scm (machine-load): Add call to 'disconnect!'.
2017-07-25 23:24:15 +02:00
Oleg Pykhalov af79852c99 gnu: neofetch: Fix search path.
* gnu/packages/admin.scm (neofetch): Fix "No such file or directory" for distro logo.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-25 23:07:37 +02:00
Marius Bakke 16fb1e79ca gnu: chess: Update to 6.2.5.
* gnu/packages/games.scm (chess): Update to 6.2.5.
2017-07-25 23:07:37 +02:00
Marius Bakke 4eacb47de0 gnu: feh: Update to 2.19.1.
* gnu/packages/image-viewers.scm (feh): Update to 2.19.1.
2017-07-25 22:58:43 +02:00
Marius Bakke 5f02ea1a6d gnu: notmuch: Update to 0.25.
* gnu/packages/mail.scm (notmuch): Update to 0.25.
2017-07-25 22:58:43 +02:00
Kei Kebreau 4fdab17371 gnu: python2-urwid: Actually build urwid for Python 2.
* gnu/packages/python.scm (python2-urwid)[arguments]: Add #:python.
2017-07-25 15:29:29 -04:00
Leo Famulari e9f468dfcd gnu: tcpdump: Update to 4.9.1 [fixes CVE-2017-11108].
* gnu/packages/admin.scm (tcpdump): Update to 4.9.1.
2017-07-25 15:25:44 -04:00
Feng Shu 90062885b7 gnu: you-get: Update to 0.4.803.
* gnu/packages/video.scm (you-get): Update to 0.4.803.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-25 14:44:19 -04:00
Kei Kebreau c7db7b86ce gnu: perl-dbd-mysql: Fix CVE-2017-10788.
* gnu/packages/patches/perl-dbd-mysql-CVE-2017-10788.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/databases.scm (perl-dbd-mysql)[source]: Use it.
2017-07-25 14:11:20 -04:00
Dave Love bb0f6d7526 gnu: openmpi: Description mentions MPI 3.0.
* gnu/packages/mpi.scm (openmpi): It's MPI 3, not MPI 2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-25 18:10:08 +02:00
Dave Love 1f9bff4152 gnu: openmpi: Update to 1.10.7.
* gnu/packages/mpi.scm (openmpi): Update to 1.10.7.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-25 18:09:27 +02:00
Ludovic Courtès 386f541556 hydra: Add 'guix.SYSTEM' jobs.
* build-aux/hydra/guix.scm (package->alist): Disable grafting.
(hydra-jobs): Return 'guix.SYSTEM' jobs in addition to 'tarball'.
2017-07-25 17:46:17 +02:00
Ludovic Courtès 06ce8e5680 hydra: Simplify 'tarball' job.
* build-aux/hydra/guix.scm (tarball-package): Remove.
(hydra-jobs): Use 'dist-package' instead of 'tarball-package'.
2017-07-25 17:46:17 +02:00
Ludovic Courtès 70bc608503 gnu: Add guile2.0-git.
* gnu/packages/guile.scm (guile2.0-git): New variable.
2017-07-25 17:46:17 +02:00
Ludovic Courtès 726ecfeb3a gnu: Add guile2.0-bytestructures.
* gnu/packages/patches/guile-bytestructures-name-clash.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/guile.scm (guile-bytestructures)[source]: Use it.
[arguments]: Unpack the source.
[native-inputs]: New field.
(guile2.0-bytestructures): New variable.
2017-07-25 17:46:17 +02:00
Kei Kebreau 0093b1262b gnu: maxima: Ensure binutils are available at runtime.
* gnu/packages/maths.scm (maxima)[arguments]: Use modify-phases syntax.
Modify 'post-install' phase.
2017-07-25 07:58:55 -04:00
Kei Kebreau 6b2eafaaa8 Revert "gnu: maxima: Ensure gcc is available at runtime."
This reverts commit f2fa86cc82.
Commit 5ea8dbf0c9 fixes the underlying
issue in GNU Common Lisp.
2017-07-25 07:58:46 -04:00
Kei Kebreau 5ea8dbf0c9 gnu: gcl: Ensure gcc and binutils are available at runtime.
* gnu/packages/lisp.scm (gcl)[arguments]: Add -fgnu89-inline to CFLAGS.
Add GCC path to make-flags. Modify 'pre-conf' phase. Add 'wrap' phase.
2017-07-25 07:58:06 -04:00
Mark H Weaver ebc9f7050c gnu: webkitgtk: Update to 2.16.6 [security fixes].
Includes fixes for CVE-2017-7039, CVE-2017-7018, CVE-2017-7030, CVE-2017-7037,
CVE-2017-7034, CVE-2017-7055, CVE-2017-7056, CVE-2017-7064, CVE-2017-7061,
CVE-2017-7048, and CVE-2017-7046.

* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.6.
2017-07-25 07:32:25 -04:00
Ludovic Courtès a84ea2191e system: Add a default '.guile' skeleton.
* gnu/system/shadow.scm (default-skeletons): Add ".guile".
2017-07-25 12:23:26 +02:00
Ludovic Courtès 585347d7aa Add 'guix weather'.
* guix/scripts/weather.scm: New file.
* Makefile.am (MODULES): Add it.
* doc/guix.texi (Substitutes, Invoking guix publish): Mention "guix
weather".
(Invoking guix weather): New node.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-07-25 12:15:43 +02:00
Leo Famulari 5b4a6ba044 gnu: xterm: Update to 330.
* gnu/packages/xorg.scm (xterm): Update to 330.
2017-07-24 22:54:18 -04:00
Leo Famulari 0e8fed86d8 gnu: dialog: Update to 1.3-20170509.
* gnu/packages/ncurses.scm (dialog): Update to 1.3-20170509.
2017-07-24 22:54:15 -04:00
Leo Famulari fce8285e4b gnu: opus: Update to 1.2.1.
* gnu/packages/xiph.scm (opus): Update to 1.2.1.
[source]: Use new source URL.
2017-07-24 17:37:05 -04:00
Efraim Flashner f6062e5432 gnu: perl-data-dumper-concise: Update to 2.023.
* gnu/packages/perl.scm (perl-data-dumper-concise): Update to 2.023.
[source]: Update source uri.
2017-07-24 22:35:11 +03:00
Efraim Flashner 1627ca0494 gnu: perl-context-preserve: Update to 0.02.
* gnu/packages/perl.scm (perl-context-preserve): Update to 0.02.
2017-07-24 22:35:09 +03:00
Christopher Baines d61a894bfa gnu: gnome: Add deja-dup.
* gnu/packages/gnome.scm (deja-dup): New variable.
* gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch file entry.
2017-07-24 20:05:49 +01:00
Ludovic Courtès e956ae16a4 import: cpan: Updater returns a list of URLs.
* guix/import/cpan.scm (latest-release): Return a list in the 'urls'
field of 'upstream-source'.
2017-07-24 17:35:26 +02:00
Ludovic Courtès dc4f697f01 gnu: python-pexpect: Add dependency on the full Bash.
Fixes a regression introduced in
704243e0c6.

* gnu/packages/python.scm (python-pexpect)[native-inputs]: Add BASH.
2017-07-24 17:24:17 +02:00
Ludovic Courtès 3e6add96c5 gnu: gnome-mime-data: Do not use the bundled intltool.
* gnu/packages/gnome.scm (gnome-mime-data)[arguments]: New field.
2017-07-24 17:11:30 +02:00
Ludovic Courtès 23212bf9e6 gnu: perl: Work around "dotless @INC" build issues.
* gnu/packages/perl.scm (perl-task-weaken)[arguments]: New field.
(perl-unicode-normalize): Likewise.
* gnu/packages/web.scm (perl-http-server-simple)[arguments]: Add #:phases.
2017-07-24 16:36:13 +02:00
Ludovic Courtès e2f24597a9 gnu: perl-regexp-common: Update to 2017060201.
* gnu/packages/perl.scm (perl-regexp-common): Update to 2017060201.
2017-07-24 16:33:54 +02:00
Ludovic Courtès c022e11187 gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to f1ddfe4.
2017-07-24 12:25:08 +02:00
Ludovic Courtès f1ddfe4f14 gnu: python-flaky: Fix Texinfo markup in description.
* gnu/packages/python.scm (python-flaky)[description]: Escape "@".
2017-07-24 12:05:53 +02:00
Leo Famulari e081e2dd0b Merge branch 'master' into core-updates 2017-07-23 19:06:49 -04:00
Leo Famulari 2472f7a8f1 gnu: isc-dhcp: Update bundled bind to 9.9.10-P3.
This fixes a regression introduced in the fix for CVE-2017-3142, in BIND
9.9.10-P2, commit ecb232bdfc.

See 'CHANGELOG' in the source distribution for more information.

* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P3.
2017-07-23 19:05:37 -04:00
Leo Famulari 5391c6c9d2 gnu: bind: Update to 9.11.1-P3.
This fixes a regression introduced in the fix for CVE-2017-3142, in BIND
9.11.1-P2, commit faa1369e3c.

See 'CHANGELOG' in the source distribution for more information.

* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P3.
2017-07-23 19:05:37 -04:00
Mark H Weaver c67d80563f gnu: ncurses/gpm: Move to (gnu packages ncurses).
This is needed to avoid compilation problems caused by the cyclic dependency
between (gnu packages ncurses) and (gnu packages linux).

* gnu/packages/linux.scm (ncurses/gpm): Move to ...
* gnu/packages/ncurses.scm (ncurses/gpm): ... here.  Fix misleading
indentation.  Add (gnu packages linux) to the module imports.
2017-07-23 17:04:51 -04:00
Efraim Flashner fd900d68a5 gnu: Add support for aarch64's compiled kernel.
* gnu/packages/linux.scm (linux-libre)[arguments]: Add to the regex to
find and install the aarch64-linux kernel.
* gnu/system.scm (system-linux-image-file-name): Add entry for aarch64.
2017-07-23 23:33:18 +03:00
Efraim Flashner 826adfdb37 gnu: Add xf86-video-freedreno.
* gnu/packages/xorg.scm (xf86-video-freedreno): New variable.
2017-07-23 23:33:17 +03:00
Efraim Flashner 4adeb3f6e6 gnu: Add u-boot-odroid-c2.
* gnu/packages/bootloaders.scm (u-boot-odroid-c2): New variable.
2017-07-23 23:33:16 +03:00
Efraim Flashner 1313628339 gnu: u-boot: Update to 2017.07.
* gnu/packages/bootloaders.scm (u-boot): Update to 2017.07.
2017-07-23 23:33:13 +03:00
Marius Bakke 846cb73865 gnu: tevent: Update to 0.9.33.
* gnu/packages/samba.scm (tevent): Update to 0.9.33.
2017-07-23 22:01:29 +02:00
Marius Bakke 85a5800e52 gnu: talloc: Update to 2.1.10.
* gnu/packages/samba.scm (talloc): Update to 2.1.10.
2017-07-23 22:01:29 +02:00
Marius Bakke fbed150133 gnu: ldb: Update to 1.1.31.
* gnu/packages/samba.scm (ldb): Update to 1.1.31.
[native-inputs]: Add CMOCKA.
2017-07-23 22:01:28 +02:00
Marius Bakke 17c3f1fb67 gnu: cmocka: Update to 1.1.1.
* gnu/packages/check.scm (cmocka): Update to 1.1.1.
2017-07-23 22:01:28 +02:00
Marius Bakke 38bb9df150 gnu: tdb: Update to 1.3.14.
* gnu/packages/databases.scm (tdb): Update to 1.3.14.
2017-07-23 22:01:28 +02:00
Marius Bakke 09efef3384 gnu: python-scipy: Update to 0.19.1.
* gnu/packages/python.scm (python-scipy): Update to 0.19.1.
[source]: Use 'pypi-uri'.
2017-07-23 22:01:28 +02:00
Marius Bakke 71d20587a5 gnu: python-matplotlib: Update to 2.0.2.
* gnu/packages/python.scm (python-matplotlib): Update to 2.0.2.
[source]: Use 'pypi-uri'.
2017-07-23 22:01:28 +02:00
Marius Bakke 9e5ee6b60c gnu: python-pyparsing: Update to 2.2.0.
* gnu/packages/python.scm (python-pyparsing, python2-pyparsing): Update to
2.2.0.
2017-07-23 22:01:27 +02:00
Marius Bakke 007176e710 gnu: python-pyparsing: Use 'modify-phases' syntax.
* gnu/packages/python.scm (python-pyparsing)[arguments]<#:phases>: Use
'modify-phases'.
2017-07-23 22:01:27 +02:00
Oleg Pykhalov 6e864d0081 gnu: Add xmobar.
gnu/packages/wm.scm (xmobar): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-23 15:29:36 -04:00
Ben Woodcroft d3dce32216 gnu: metabat: Fix boost-related compilation issue.
Reported by Leo Famulari.

* gnu/packages/patches/metabat-fix-boost-issue.patch: New file.
* gnu/packages/bioinformatics.scm (metabat): Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-07-23 22:35:52 +10:00
Efraim Flashner 8f155e3cff gnu: bash-completion: Update to 2.7.
* gnu/packages/bash.scm (bash-completion): Update to 2.7.
2017-07-23 11:05:54 +03:00
Leo Famulari 6c1a317e29 Merge branch 'master' into core-updates 2017-07-23 03:42:12 -04:00
ng0 9478c05955 gnu: getmail: Update to 5.1.
* gnu/packages/mail.scm (getmail): Update to 5.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-22 20:34:47 -04:00
Ben Woodcroft f3f68a442c gnu: metabat: Update to 2.11.1.
* gnu/packages/bioinformatics.scm (metabat): Update to 2.11.1.
[source]: Add patch to fix compilation.
[arguments]: Adjust regular expressions modifying 'SConstruct'.
* gnu/packages/patches/metabat-fix-compilation.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-07-23 10:29:36 +10:00
Ben Woodcroft 897ab082b2 gnu: python-plastid: Update to 0.4.8.
* gnu/packages/bioinformatics.scm (python-plastid): Update to 0.4.8.
2017-07-23 10:29:36 +10:00
Ben Woodcroft 0620387a59 gnu: bcftools: Update to 1.5.
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.5.
[origin]: Remove fix-makefile patch.
[arguments]: Add configure flags, add LIBS make flag.  Do not delete
configure phase.
* gnu/packages/patches/bcftools-fix-makefile.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-23 10:29:36 +10:00
Ben Woodcroft 63fa0ffcd4 gnu: samtools: Update to 1.5.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.5.
2017-07-23 10:29:36 +10:00
Ben Woodcroft 4fb6d1280e gnu: htslib: Update to 1.5.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.5.
2017-07-23 10:29:35 +10:00
Ben Woodcroft 60739965da gnu: python-pysam: Update to 0.11.2.2.
* gnu/packages/bioinformatics.scm (python-pysam): Update to 0.11.2.2.
2017-07-23 10:29:35 +10:00
Ben Woodcroft bca2c57658 gnu: bamm: Use htslib-1.3.
* gnu/packages/bioinformatics (htslib-1.3): New variable.
(bamm)[inputs]: Replace htslib with htslib-1.3.
2017-07-23 10:29:35 +10:00
Ben Woodcroft 98593f9f51 gnu: bcftools: Update to 1.4.1.
* gnu/packages/bioinformatics.scm (bcftools): Update to 1.4.1.
[arguments]: Move Makefile modifications from here ...
[source]: ... to added patch.  Adjust patch for update to 1.4.
* gnu/packages/patches/bcftools-fix-makefile.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-07-23 10:29:35 +10:00
Ben Woodcroft 4ab1644049 gnu: samtools: Update to 1.4.1.
* gnu/packages/bioinformatics.scm (samtools): Update to 1.4.1.
[arguments]: Add '--with-htslib=system' configure flag.
[inputs]: Add htslib.
2017-07-23 10:29:34 +10:00
Ben Woodcroft a9e4a1e641 gnu: htslib: Update to 1.4.1.
* gnu/packages/bioinformatics.scm (htslib): Update to 1.4.1.
[inputs]: Add curl, openssl.
2017-07-23 10:29:34 +10:00
Ben Woodcroft c842d42593 gnu: samtools: Use "modify-phases" syntax.
* gnu/packages/bioinformatics.scm (samtools)[arguments]: Use "modify-phases"
syntax.
2017-07-23 10:29:34 +10:00
ng0 c62d1a6e6c gnu: bspwm: Update to 0.9.3.
* gnu/packages/wm.scm (bspwm): Update to 0.9.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-22 20:17:46 -04:00
ng0 7e3c977da6 gnu: Add oksh.
* gnu/packages/shells.scm (oksh): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-22 20:15:21 -04:00
Ryan Moe 36378bd57e gnu: quassel: Enable TLS.
* gnu/packages/patches/quassel-fix-tls-check.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/irc.scm (quassel)[source]: Use it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-22 20:04:53 -04:00
Tobias Geerinckx-Rice e745221408 gnu: youtube-dl: Update to 2017.07.23.
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.23.
2017-07-23 01:59:32 +02:00
Tobias Geerinckx-Rice 4b8b245b83 gnu: mosh: Update to 1.3.2.
* gnu/packages/ssh.scm (mosh): Update to 1.3.2.
2017-07-23 01:27:29 +02:00
Ricardo Wurmus a68a83f015 gnu: Add openmolar.
* gnu/packages/medical.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Co-authored-by: Quiliro <quiliro@fsfla.org>
2017-07-22 23:48:58 +02:00
Ricardo Wurmus 2456153adc gnu: Add python-pyqt+qscintilla.
* gnu/packages/qt.scm (python-pyqt+qscintilla): New variable.
2017-07-22 23:48:58 +02:00
Ricardo Wurmus 06d04dbcfc gnu: Add python-qscintilla.
* gnu/packages/qt.scm (python-qscintilla): New variable.

Co-authored-by: Quiliro <quiliro@fsfla.org>
2017-07-22 23:48:57 +02:00
Ricardo Wurmus 3befd0a97c gnu: Add qscintilla.
* gnu/packages/qt.scm (qscintilla): New variable.

Co-authored-by: Quiliro <quiliro@fsfla.org>
2017-07-22 23:48:57 +02:00
Ricardo Wurmus 056468dc5f gnu: Add cran module.
* gnu/packages/cran.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/statistics.scm (r-colorspace): Move to cran.scm.
2017-07-22 23:48:57 +02:00
Mark H Weaver 30f8349efb gnu: linux-libre: Update to 4.12.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.3.
(%linux-libre-hash): Update hash.
2017-07-22 14:46:00 -04:00
Mark H Weaver d422eac54e gnu: linux-libre@4.9: Update to 4.9.39.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.39.
2017-07-22 14:45:06 -04:00
Mark H Weaver f97c67a275 gnu: linux-libre@4.4: Update to 4.4.78.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.78.
2017-07-22 14:44:24 -04:00
Ricardo Wurmus 3a4b0b126b gnu: r-s4vectors: Update to 0.14.3.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.14.3.
2017-07-22 17:31:19 +02:00
Ricardo Wurmus a35a1e9c13 gnu: r-genomicranges: Update to 1.28.4.
* gnu/packages/bioinformatics.scm (r-genomicranges): Update to 1.28.4.
2017-07-22 17:22:07 +02:00
Marius Bakke aa51da7eef gnu: Remove python-fake-factory leftovers.
This is a followup to c799eb2eb8.

* gnu/packages/patches/python-fake-factory-fix-build-32bit.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-22 15:07:45 +02:00
Marius Bakke c799eb2eb8 gnu: Remove python-fake-factory.
Superseded by python-faker since ce7911ddae.

* gnu/packages/python.scm (python-fake-factory, python2-fake-factory):
Remove variables.
2017-07-22 14:31:28 +02:00
Marius Bakke 2580c2f07f gnu: python-pyopenssl: Update to 17.2.0.
* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.2.0.
[native-inputs]: Add PYTHON-FLAKY.
[source](patches): Remove.
2017-07-22 14:31:28 +02:00
Marius Bakke 4e52739c61 gnu: Add python-flaky.
* gnu/packages/python.scm (python-flaky, python2-flaky): New variables.
2017-07-22 14:31:27 +02:00
Marius Bakke 6027cb8a82 gnu: maim: Update to 5.4.64.
* gnu/packages/xdisorg.scm (maim): Update to 5.4.64.
2017-07-22 14:31:27 +02:00
Marius Bakke eb2b5f9d03 gnu: slop: Update to 6.3.47.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.47.
[inputs]: Add GLEW.
2017-07-22 14:31:27 +02:00
Tobias Geerinckx-Rice 0cd95cefe0 gnu: parallel: Update to 20170722.
* gnu/packages/parallel.scm (parallel): Update to 20170722.
2017-07-22 13:47:26 +02:00
Tobias Geerinckx-Rice bc35c9d318 gnu: font-gnu-unifont: Update to 10.0.05.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.05.
2017-07-22 13:47:26 +02:00
Tobias Geerinckx-Rice f7975a3bde gnu: nano: Update to 2.8.6.
* gnu/packages/nano.scm (nano): Update to 2.8.6.
2017-07-22 13:47:25 +02:00
Tobias Geerinckx-Rice f03d8d67a5 gnu: acct: Update to 6.6.4.
* gnu/packages/acct.scm (acct): Update to 6.6.4.
2017-07-22 13:47:25 +02:00
Muriithi Frederick Muriuki 84fcb58050 gnu: Add conda.
* gnu/packages/package-management.scm (conda): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-07-22 12:26:30 +02:00
Muriithi Frederick Muriuki 4bc08b6e79 gnu: Add python-conda.
* gnu/packages/package-management.scm (python-conda, python2-conda): New
variables.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2017-07-22 12:26:29 +02:00
Muriithi Frederick Muriuki 513d35f191 gnu: Add python-anaconda-client.
* gnu/packages/package-management.scm (python-anaconda-client,
python2-anaconda-client): New variables.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-07-22 12:26:29 +02:00
Muriithi Frederick Muriuki 1f84ff5135 gnu: Add python-clyent.
* gnu/packages/python.scm (python-clyent, python2-clyent): New variables.
2017-07-22 12:26:29 +02:00
Muriithi Frederick Muriuki 3fee003950 gnu: Update python-pytz to 2017.2.
* gnu/packages/python.scm (python-pytz, python2-pytz): Update to 2017.2.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-07-22 12:26:29 +02:00
Tobias Geerinckx-Rice de469015c4 gnu: man-pages: Update to 4.12.
* gnu/packages/man.scm (man-pages): Update to 4.12.
2017-07-22 12:18:58 +02:00
Eric Bavier 1ffe41711b gnu: tint2: Update to 0.14.6.
* gnu/packages/xdisorg.scm (tint2): Update to 0.14.6.
2017-07-21 22:41:24 -05:00
Leo Famulari e9185cbac6 gnu: icedtea@3: Update to 3.5.0 [security fixes].
Fixes CVE-2017-{10053,10067,10074,10074,10078,10081,10087,10089,10090,10096,
10101,10102,10107,10108,10109,10110,10111,10115,10116,10118,10135,10176,10193,
10198}.

* gnu/packages/java.scm (icedtea-8): Update to 3.5.0.
2017-07-21 17:30:08 -04:00
Mathieu Othacehe c800fd564b services: cuirass: Add fallback parameter.
* gnu/services/cuirass.scm (<cuirass-configuration>)[fallback?]: New field.
(cuirass-shepherd-service): Take it into account.
* doc/guix.texi (Continuous Integration): Document it.
2017-07-21 21:46:47 +02:00
Leo Famulari 3c14378381 gnu: vim: Update to 8.0.0727 [fixes CVE-2017-11109].
* gnu/packages/vim.scm (vim): Update to 8.0.0727.
(vim-full)[source]: Add field and hold back at version 8.0.0600.
2017-07-21 15:20:23 -04:00
Leo Famulari 6f226c078c gnu: mysql: Update to 5.7.19.
* gnu/packages/databases.scm (mysql): Update to 5.7.19.
2017-07-21 14:50:24 -04:00
Ludovic Courtès c95644f017 publish: Make the cache eviction policy less aggressive.
Suggested by Mark H Weaver <mhw@netris.org>.

* guix/scripts/publish.scm (nar-expiration-time): New procedure.
(render-narinfo/cached): Use it as the #:entry-expiration passed to
'maybe-remove-expired-cache-entries'.
2017-07-21 17:03:25 +02:00
Ludovic Courtès deac674ab4 publish: Avoid 'valid-path?' RPC for non-existent items.
* guix/scripts/publish.scm (render-narinfo/cached): Call 'file-exists?'
before calling 'valid-path?'.  This makes the 404 path slightly faster.
2017-07-21 17:03:25 +02:00
Ludovic Courtès 35eb77b09d store: Rewrite 'store-path-hash-part' to not use regexps.
* guix/store.scm (store-path-hash-part): Rewrite without using a
regexp.  This speeds up 'guix substitute'.
2017-07-21 17:03:25 +02:00
Ludovic Courtès 33463986ba publish: Remove 'regexp-exec' call from the hot path.
* guix/scripts/publish.scm (extract-narinfo-hash): Rewrite without
resorting to regexps.
2017-07-21 17:03:24 +02:00
Ludovic Courtès 0a94dc6396 base32: Export the base32 charsets.
* guix/base32.scm (%nix-base32-charset, %rfc4648-base32-charset): New
variables.
2017-07-21 17:03:24 +02:00
Ludovic Courtès 75a4d86f50 substitute: Avoid repeated calls to 'length'.
* guix/scripts/substitute.scm (fetch-narinfos)[update-progress!]: Move
'length' call outside of lambda.
2017-07-21 17:03:24 +02:00
Ludovic Courtès 3d3e93b3f9 substitute: Optimize hash-part-to-path conversion on non-200 responses.
Previously this operation was linear in the number of requests and
involved costly calls to 'string-contains'.

* guix/scripts/substitute.scm (fetch-narinfos)[hash-part->path]: New
procedure.
[handle-narinfo-response]: Use it for caching when CODE is not 200.
2017-07-21 17:03:24 +02:00
Tobias Geerinckx-Rice 0cf9f9b1e3 gnu: libpsl: Update to 0.18.0.
* gnu/packages/web.scm (libpsl): Update to 0.18.0.
[native-inputs]: Add pkg-config.
[inputs]: Replace icu4c with libidn2; add libunistring.
2017-07-21 12:24:47 +02:00
Leo Famulari cd4f35c379 gnu: borg: Update to 1.0.11.
* gnu/packages/backup.scm (borg): Update to 1.0.11.
2017-07-21 01:23:25 -04:00
Leo Famulari f8fabfc99f gnu: bitcoin-core: Actually build the graphical client.
* gnu/packages/finance.scm (bitcoin-core)[inputs]: Replace qtbase with qt.
2017-07-20 18:42:28 -04:00
Alex Vong 81c35029d4 gnu: heimdal: Fix CVE-2017-{6594,11103}.
* gnu/packages/patches/heimdal-CVE-2017-6594.patch,
gnu/packages/patches/heimdal-CVE-2017-11103.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/kerberos.scm (heimdal)[source]: Use them.
2017-07-20 15:33:53 -04:00
Arun Isaac cfd6a3b1ee gnu: Add bmon.
* gnu/packages/networking.scm (bmon): New variable.
2017-07-20 23:19:24 +05:30
Ludovic Courtès dbfcadfc30 doc: Show the "git clone" command.
Suggested by Joshua Branson <jbranso91@gmail.com>.

* doc/contributing.texi (Building from Git): Add "git clone" command.
2017-07-20 18:08:00 +02:00
Ludovic Courtès 302d46e63f gexp: Slightly improve error reporting for 'local-file'.
Reported by Ricardo Wurmus.

* guix/gexp.scm (local-file): Define using 'syntax-case' instead of
'syntax-rules'.  Explicitly handle the zero-argument case and the
use-as-an-identifier case.
2017-07-20 18:08:00 +02:00
Ricardo Wurmus fb5dfa86b1 gnu: texlive-latex-mdwtools: Fix syntax error in description.
* gnu/packages/tex.scm (texlive-latex-mdwtools)[description]: Fix texinfo
syntax error.
2017-07-20 16:40:29 +02:00
Ricardo Wurmus 09acbb02c7 gnu: texlive-latex-environ: Fix invalid texinfo markup.
* gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo
syntax errors.
2017-07-20 16:36:31 +02:00
Arun Isaac 0daa1d646a gnu: Add mksh.
* gnu/packages/shells.scm (mksh): New variable.
2017-07-20 19:55:22 +05:30
Arun Isaac 41209a6f3a licenses: Add MirOS license.
* guix/licenses.scm (miros): New variable.
2017-07-20 19:55:21 +05:30
Ludovic Courtès 561f4e4500 guix package: '-l' correctly handles zero-generation profiles.
* guix/scripts/package.scm (process-query) <'list-generations>: Properly
handle the case where 'profile-generations' returns the empty list.
2017-07-20 15:29:15 +02:00
Ludovic Courtès edbe07cd67 guix package: Trim trailing slashes from the profile name.
Fixes <https://bugs.gnu.org/25762>.
Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/scripts/package.scm (canonicalize-profile): Trim trailing slashes
from PROFILE.
2017-07-20 15:29:15 +02:00
Ludovic Courtès 457103b90b doc: Discuss when to run a GC.
* doc/guix.texi (Invoking guix gc): Add a paragraph on when to run a GC.
2017-07-20 15:29:15 +02:00
Leo Famulari 8582e03ae5 gnu: Remove a left-over patch.
This is a followup to commit 426b0b898f.

* gnu/packages/patches/pcre-CVE-2017-7186.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-20 09:00:36 -04:00
Leo Famulari 426b0b898f gnu: pcre: Update replacement to 8.41 [fixes CVE-2017-{7244,7245,7246}].
* gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41.
(pcre/fixed): Replace with ...
(pcre-8.41): ... new variable.
2017-07-20 08:26:40 -04:00
Ludovic Courtès da03649640 profiles: Remove workaround for an old Guile 'scandir' bug.
* guix/profiles.scm (generation-numbers)[scandir]: Remove.
2017-07-20 11:57:13 +02:00
Ludovic Courtès 8b113790fa tests: Use 'virtual-machine' records instead of monadic procedures.
* gnu/tests/base.scm (%test-basic-os): Use 'let*' instead of 'mlet*' and
'virtual-machine' instead of 'system-qemu-image/shared-store-script'.
(run-mcron-test): Likewise.
(run-nss-mdns-test): Likewise.
* gnu/tests/dict.scm (run-dicod-test): Likewise.
* gnu/tests/mail.scm (run-opensmtpd-test): Likewise.
(run-exim-test): Likewise.
* gnu/tests/messaging.scm (run-xmpp-test): Likewise.
* gnu/tests/networking.scm (run-inetd-test): Likewise.
* gnu/tests/nfs.scm (run-nfs-test): Likewise.
* gnu/tests/ssh.scm (run-ssh-test): Likewise.
* gnu/tests/web.scm (run-nginx-test): Likewise.
2017-07-20 11:57:13 +02:00
Ludovic Courtès ed419fa0c5 vm: Add a <virtual-machine> type and associated gexp compiler.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add
 #:options parameter and honor it.
(<virtual-machine>): New record type.
(virtual-machine): New macro.
(port-forwardings->qemu-options, virtual-machine-compiler): New
procedures.
2017-07-20 11:57:13 +02:00
Oleg Pykhalov c97cef0a91 gnu: Add premake4.
* gnu/packages/build-tools.scm (premake4): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-20 11:57:13 +02:00
Gábor Boskovits 742242a5be gnu: Add java-commons-cli@1.2.
* gnu/packages/java.scm(java-commons-cli-1.2): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-20 11:57:12 +02:00
Theodoros Foradis 6158309450 gnu: Update g-wrap to use guile-2.2.
* gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2.
[arguments]: Add "--disable-Werror" to configure-flags.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-20 11:57:12 +02:00
Ricardo Wurmus ab466d79e1 gnu: Add eolie.
* gnu/packages/gnome.scm (eolie): New variable.
2017-07-20 08:41:28 +02:00
Tobias Geerinckx-Rice 0762a1dbf4 gnu: perl-html-template: Update to 2.97.
* gnu/packages/web.scm (perl-html-template): Update to 2.97.
2017-07-20 02:10:55 +02:00
Tobias Geerinckx-Rice 1a34ca0e8f gnu: openh264: Update to 1.7.0.
* gnu/packages/video.scm (openh264): Update to 1.7.0.
2017-07-20 01:36:51 +02:00
Tobias Geerinckx-Rice ba4e15ae85 gnu: gnome-mpv: Update to 0.12.
* gnu/packages/video.scm (gnome-mpv): Update to 0.12.
2017-07-20 01:36:50 +02:00
Jonathan Brielmaier 29ac89a635 gnu: Add 0xffff.
* gnu/packages/flashing-tools.scm (0xffff): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-20 00:54:52 +02:00
Jonathan Brielmaier 05c8851695 gnu: Add libusb@0.1.
* gnu/packages/libusb.scm (libusb-0.1): New variable.
* gnu/packages/patches/libusb-0.1-disable-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-20 00:54:52 +02:00
Maxim Cournoyer 7c0d4c3a6b gnu: lapack: Fix hash of release 3.7.1
Apparently the release was modified (cleaned-up) in-place. An issue was opened
at https://github.com/Reference-LAPACK/lapack-release/issues/4.

* gnu/packages/maths.scm (lapack): Fix sha256 hash.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-20 00:54:51 +02:00
Ben Woodcroft ca8fb248de gnu: Add patches missing from dist_patch_DATA.
Reported by Eric Bavier.

* gnu/local.mk (dist_patch_DATA): Add
gnu/packages/patches/hmmer-remove-cpu-specificity.patch,
gnu/packages/patches/jacal-fix-texinfo.patch,
gnu/packages/patches/python-pbr-fix-man-page-support.patch and
gnu/packages/patches/vsearch-unbundle-cityhash.patch.
2017-07-20 08:51:56 +10:00
Tobias Geerinckx-Rice dc05f6523e gnu: qsyncthingtray: Update to 0.5.8.
* gnu/packages/sync.scm (qsyncthingtray): Update to 0.5.8.
2017-07-20 00:35:02 +02:00
Tobias Geerinckx-Rice 53cea7594c gnu: dub: Update to 1.4.0.
* gnu/packages/ldc.scm (dub): Update to 1.4.0.
2017-07-20 00:34:57 +02:00
Ludovic Courtès b7158b767b gnu: guile-bash: Add dependency on the "full" Bash.
Fixes a regression introduced in
704243e0c6.

* gnu/packages/guile.scm (guile-bash)[native-inputs]: Add BASH.
2017-07-19 22:59:18 +02:00
Ricardo Wurmus e7304ab18b gnu: Add python-sphinx-1.6.
* gnu/packages/python.scm (python-sphinx-1.6): New variable.
2017-07-19 22:27:03 +02:00
Ricardo Wurmus 5f94ec913f gnu: Add python-sphinxcontrib-websupport.
* gnu/packages/python.scm (python-sphinxcontrib-websupport): New variable.
2017-07-19 22:27:02 +02:00
Ricardo Wurmus 423d2136f0 gnu: Add python-xapian-bindings.
* gnu/packages/search.scm (python-xapian-bindings): New variable.
2017-07-19 22:27:02 +02:00
Leo Famulari 6d5deda16d gnu: graphicsmagick: Update to 1.3.26.
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.26.
[source]: Use url-fetch and add SourceForge URL. Remove snippet.
2017-07-19 13:56:43 -04:00
Leo Famulari 8016393eab gnu: mpv: Update to 0.26.0.
* gnu/packages/video.scm (mpv): Update to 0.26.0.
2017-07-19 10:33:31 -04:00
Ricardo Wurmus fd40857938 gnu: r-bsgenome-hsapiens-ucsc-hg19: Update hash.
* gnu/packages/bioinformatics.scm (r-bsgenome-hsapiens-ucsc-hg19)[source]:
Update hash because the tarball changed in place.
2017-07-19 14:39:37 +02:00
Ricardo Wurmus 1fb9b6782b gnu: snakemake: Update to 3.13.3.
* gnu/packages/python.scm (snakemake): Update to 3.13.3.
2017-07-19 14:39:37 +02:00
Ricardo Wurmus 688fbf572e gnu: guitarix: Update to 0.35.5.
* gnu/packages/audio.scm (guitarix): Update to 0.35.5.
2017-07-19 14:39:37 +02:00
Efraim Flashner 2324541bd0 gnu: sortmerna: Limit support to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (sortmerna)[supported-systems]: New field.
2017-07-19 14:37:47 +03:00
Ludovic Courtès a388c951dd gnu: totem: Do not build static libraries.
* gnu/packages/gnome.scm (totem)[arguments]: Pass "--disable-static".
This reduces the size of Totem from 11 MiB to 9 MiB.
2017-07-19 11:33:02 +02:00
Arun Isaac d670267cbd gnu: wayland: Improve fix-graphviz phase.
* gnu/packages/freedesktop.scm (wayland)[arguments]: Return #t from
fix-graphviz phase. Add punctuation and upstream bug report link to comments.
2017-07-19 14:49:47 +05:30
Tobias Geerinckx-Rice 644e5f17df download: Add OpenBSD mirrors.
* guix/download.scm (%mirrors) <openbsd>: Add HTTPS OpenBSD mirrors.
* gnu/packages/ntp.scm (openntpd)[source]: Use them.
* gnu/packages/ssh.scm (openssh)[source]: Likewise.
* gnu/packages/tls.scm (libressl)[source]: Likewise.
2017-07-19 01:42:08 +02:00
Tobias Geerinckx-Rice b225b1bec2 gnu: openntpd: Update to 6.1p1.
* gnu/packages/ntp.scm (openntpd): Update to 6.1p1.
2017-07-19 01:06:55 +02:00
Tobias Geerinckx-Rice c48fa0ad32 gnu: tlp: Update to 1.0.
* gnu/packages/linux.scm (tlp): Update to 1.0.
2017-07-19 01:06:54 +02:00
Tobias Geerinckx-Rice 137a330988 gnu: meson: Update to 0.41.1.
* gnu/packages/build-tools.scm (meson) Update to 0.41.1.
2017-07-19 01:06:54 +02:00
Ludovic Courtès ec5c24f9a8 gnu: totem: Disable automatic plugin installation.
* gnu/packages/gnome.scm (totem)[arguments]: Add #:configure-flags.
2017-07-18 22:46:47 +02:00
Ludovic Courtès 47ce813f7d tests: ssh: Use 'guile-ssh'.
* gnu/tests/ssh.scm (run-ssh-test): Use GUILE-SSH instead of
GUILE2.0-SSH.
2017-07-18 22:38:03 +02:00
Ludovic Courtès 5058bf5684 guix system: Use "image.iso" as the name of ISO images.
* guix/scripts/system.scm (system-derivation-for-action): Pass #:name to
'system-disk-image'.
2017-07-18 21:41:35 +02:00
Ludovic Courtès 8d033e3e16 vm: 'iso9660-image' produces a single-file output.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add
  #:single-file-output? and pass it to 'load-in-linux-vm'.
(iso9660-image): Pass #:single-file-output? to
'expression->derivation-in-linux-vm'.
* gnu/build/vm.scm (load-in-linux-vm): Add #:single-file-output? and
honor it.
2017-07-18 21:41:35 +02:00
Jelle Licht 45c18f8529 gnu: node: Add search path specification for 'NODE_PATH'.
* gnu/packages/node.scm (node)[native-search-paths]: New field.
2017-07-18 17:49:02 +02:00
Tobias Geerinckx-Rice 21ffcd65c5 vm: Increase disk size overhead estimate.
* gnu/build/vm.scm (estimated-partition-size): Add 25% to the graph size.
2017-07-18 17:14:38 +02:00
Tobias Geerinckx-Rice e333efd53a gnu: libstaroffice: Update to 0.0.4.
* gnu/packages/libreoffice.scm (libstaroffice): Update to 0.0.4.
2017-07-18 17:14:38 +02:00
宋文武 852241eb7d system: Add 'newuidmap' and 'newgidmap' to %SETUID-PROGRAMS.
* gnu/system.scm (%setuid-programs): Add 'newuidmap' and 'newgidmap'.
2017-07-18 22:16:08 +08:00
Ludovic Courtès ef03d8dc37 syscalls: Delay resolution of "scm_set_automatic_finalization_enabled".
* guix/build/syscalls.scm (%set-automatic-finalization-enabled?!) [guile-2.2]:
Wrap in 'delay'.
2017-07-18 15:31:12 +02:00
Ludovic Courtès 2acfe022a7 gnu: guile-static-stripped: Update to 2.2.
* gnu/packages/make-bootstrap.scm (%guile-static): Replace GUILE-2.0
with GUILE-2.2.  Use "guile-2.2-default-utf8.patch" instead of
"guile-default-utf8.patch".
* gnu/packages/patches/guile-2.2-default-utf8.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-07-18 15:31:12 +02:00
Ludovic Courtès 920f2c42ce gnu: guile: Make relocatable patch version-independent.
* gnu/packages/patches/guile-relocatable.patch: Use
SCM_EFFECTIVE_VERSION instead of "2.0".
2017-07-18 15:31:12 +02:00
宋文武 172b3e2cc2 services: sysctl: Fix typo.
* gnu/services/sysctl.scm: Fix typo of 'make-sysctl-configuration'.
2017-07-18 20:16:03 +08:00
Tobias Geerinckx-Rice e4e525096b gnu: moka-icon-theme: Update to 5.3.6.
* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.3.6.
2017-07-18 13:46:23 +02:00
Tobias Geerinckx-Rice 29ddf4b6e8 gnu: edi: Update to 0.5.1.
* gnu/packages/enlightenment.scm (edi): Update to 0.5.1.
2017-07-18 13:46:23 +02:00
Ricardo Wurmus 84de27c83b gnu: enblend-enfuse: Use texlive-tiny.
* gnu/packages/photo.scm (enblend-enfuse)[native-inputs]: Replace
texlive-minimal with texlive-tiny.
2017-07-18 10:00:51 +02:00
Ricardo Wurmus 9840b8faaf gnu: c-toxcore: Update to 0.1.9.
* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.9.
[build-system]: Switch to cmake-build-system.
[native-inputs]: Remove autoconf, automake, libtool, and check.
[inputs]: Rename to...
[propagated-inputs]: ...this.
[arguments]: Remove field.
2017-07-18 09:58:56 +02:00
ng0 8b5bf30804 gnu: Rename (gnu packages gforth) to (gnu packages forth).
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename gforth.scm to forth.scm.
* gnu/packages/gforth.scm: Rename file to forth.scm.
* gnu/packages/forth.scm: Renamed from gforth.scm.
2017-07-18 09:58:56 +02:00
Ricardo Wurmus 8b89c1717c gnu: python-numpy-documentation: Use texlive-union.
* gnu/packages/python.scm (python-numpy-documentation)[native-inputs]: Replace
"texlive" with a texlive-union.
2017-07-18 09:58:56 +02:00
Efraim Flashner 2805f9b2a0 gnu: raxml: Limit to x86_64 and i686 only.
* gnu/packages/bioinformatics.scm (raxml)[supported-systems]: New field.
2017-07-18 09:00:10 +03:00
Leo Famulari 4c4485f304 gnu: qemu: Fix CVE-2017-11334.
* gnu/packages/patches/qemu-CVE-2017-11334.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2017-07-17 23:47:03 -04:00
Leo Famulari 144c8db9bd gnu: chicken: Fix CVE-2017-11343.
* gnu/packages/patches/chicken-CVE-2017-11343.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/scheme.scm (chicken)[source]: Use it.
2017-07-17 23:47:00 -04:00
Marius Bakke 27305769de gnu: python-cryptograpy: Update to 2.0.
* gnu/packages/python.scm (python-cryptography-vectors,
python2-cryptography-vectors, python-cryptography, python2-cryptography):
Update to 2.0.
2017-07-18 01:31:10 +02:00
Marius Bakke b77cc624ec gnu: orc: Update to 0.4.27.
* gnu/packages/gstreamer.scm (orc): Update to 0.4.27.
2017-07-18 01:30:16 +02:00
Leo Famulari 867baed07f gnu: imagemagick: Update to 6.9.9-0.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.9-0.
2017-07-17 18:20:51 -04:00
Ludovic Courtès b19a49d015 locale: Demonadify the locale creation API.
* gnu/system/locale.scm (single-locale-directory): Use 'computed-file'
instead of 'gexp->derivation'.
(locale-directory): Adjust accordingly and do the same.
* gnu/system.scm (operating-system-directory-base-entries): Adjust
accordingly.
2017-07-17 23:41:36 +02:00
Ludovic Courtès 6d833b13b7 gnu: Remove glibc@2.21 and its traces.
* gnu/packages/base.scm (glibc-2.21): Remove.
* gnu/system/locale.scm (localedef-command)[maybe-version-directory]:
Remove.  Replace call with use of 'package-version'.
(single-locale-directory): Remove 'version>=' conditional.
2017-07-17 23:41:36 +02:00
Ludovic Courtès 578dfbe07b gexp: 'ungexp-splicing' properly accounts for nested native inputs.
Previously, (gexp-native-inputs #~#$@(list #~#+foo)) would return '().

This is a followup to 5b14a7902c.

* guix/gexp.scm (gexp-inputs)[add-reference-inputs]: In the list case,
remove 'if' around 'fold-right'.  In 'map' lambda, always inherit N?.
* tests/gexp.scm ("gexp list splicing + ungexp-splicing"): New test.
2017-07-17 23:41:36 +02:00
Efraim Flashner 1cbcbc8600 gnu: screen: Update to 4.6.1.
* gnu/packages/screen.scm (screen): Update to 4.6.1.
2017-07-17 22:35:06 +03:00
Tobias Geerinckx-Rice 0862b95433 build, vm: Use a less common label.
* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD_image" as label.
* gnu/system/install.scm (installation-os): Likewise.
* gnu/system/vm.scm (system-disk-image): Likewise.
2017-07-17 20:20:24 +02:00
Alex Vong 70e7367df1 gnu: emacs-ahungry-theme: Upgrade to 1.4.0.
* gnu/packages/emacs.scm (emacs-ahungry-theme): Upgrade to 1.4.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-17 12:06:39 -04:00
Leo Famulari da20c38f35 gnu: dash: Use the release tarball.
* gnu/packages/shells.scm (dash)[source]: Use the release tarball
instead of a Git checkout.
[native-inputs]: Remove field.
[arguments]: Remove 'bootstrap' phase.
2017-07-17 11:48:46 -04:00
Feng Shu 371ca85f52 gnu: font-wqy-zenhei: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-wqy-zenhei): Switch to font-build-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-17 15:13:41 +02:00
Feng Shu 7fc6ce46f9 gnu: font-wqy-microhei: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-wqy-microhei): Switch to font-build-system.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-17 15:13:41 +02:00
Andy Patterson 9b7ee28d57 gnu: Add Poly/ML.
* gnu/packages/sml.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-17 15:13:41 +02:00
Jan Nieuwenhuizen 2e009ae7cd daemon: Flush the sink upon 'exportPath' errors.
Prior to this change, errors such as wrong permissions on
/etc/guix/signing-key.sec would give:

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

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

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

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

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-17 15:13:41 +02:00
Efraim Flashner 7ad2a4f1d5 gnu: supertuxkart: Fix build on aarch64.
* gnu/packages/games.scm (supertuxkart)[source]: Add patch.
* gnu/packages/patches/supertuxkart-angelscript-ftbfs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2017-07-17 15:29:56 +03:00
Ricardo Wurmus 5beecc320e gnu: Add sooperlooper.
* gnu/packages/patches/sooperlooper-build-with-wx-30.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/music.scm (sooperlooper): New variable.
2017-07-17 14:01:47 +02:00
Ricardo Wurmus c58d1b5f55 gnu: texlive-union: Silence union-build.
* gnu/packages/tex.scm (texlive-union)[arguments]: Suppress the output of
"union-build".
2017-07-17 14:01:47 +02:00
Ricardo Wurmus 274e3d4f3e gnu: Add texlive-latex-type1cm.
* gnu/packages/tex.scm (texlive-latex-type1cm): New variable.
2017-07-17 14:01:47 +02:00
Ricardo Wurmus 1b10d49405 gnu: Add texlive-fonts-txfonts.
* gnu/packages/tex.scm (texlive-fonts-txfonts): New variable.
2017-07-17 14:01:47 +02:00
Ricardo Wurmus 245f1f31e8 gnu: Add texlive-latex-enumitem.
* gnu/packages/tex.scm (texlive-latex-enumitem): New variable.
2017-07-17 14:01:47 +02:00
Ricardo Wurmus 4701946775 gnu: texlive-dvips: Install font maps.
* gnu/packages/tex.scm (texlive-dvips)[native-inputs]: Add dvips-font-maps and
dvips-base-enc.
[arguments]: Install them.
2017-07-17 14:01:46 +02:00
Ricardo Wurmus 263d0c829e gnu: texlive-union: Add texlive-fontname to defaults.
* gnu/packages/tex.scm (texlive-union): Add texlive-fontname to the default
packages
2017-07-17 14:01:46 +02:00
Ricardo Wurmus dea67d8afe gnu: Add texlive-fontname.
* gnu/packages/tex.scm (texlive-fontname): New variable.
2017-07-17 14:01:46 +02:00
Ricardo Wurmus 2584beaedd gnu: python-ipython: Use texlive-union.
* gnu/packages/python.scm (python-ipython)[native-inputs]: Replace "texlive"
with a texlive-union.
2017-07-17 14:01:46 +02:00
Ricardo Wurmus 5a1ee7d835 gnu: Add texlive-latex-pstool.
* gnu/packages/tex.scm (texlive-latex-pstool): New variable.
2017-07-17 14:00:17 +02:00
Ricardo Wurmus f3540dbd47 gnu: Add texlive-latex-trimspaces.
* gnu/packages/tex.scm (texlive-latex-trimspaces): New variable.
2017-07-17 14:00:16 +02:00
Ricardo Wurmus d770d07fb5 gnu: Add texlive-latex-psfrag.
* gnu/packages/tex.scm (texlive-latex-psfrag): New variable.
2017-07-17 14:00:16 +02:00
Ricardo Wurmus 8c23f238e9 gnu: Add texlive-latex-ifplatform.
* gnu/packages/tex.scm (texlive-latex-ifplatform): New variable.
2017-07-17 14:00:16 +02:00
Ricardo Wurmus 893e3fc1c0 gnu: Add texlive-latex-filemod.
* gnu/packages/tex.scm (texlive-latex-filemod): New variable.
2017-07-17 14:00:16 +02:00
Ricardo Wurmus 74e9c9a463 gnu: Add texlive-latex-environ.
* gnu/packages/tex.scm (texlive-latex-environ): New variable.
2017-07-17 14:00:16 +02:00
Ricardo Wurmus 3236599f50 gnu: Add texlive-latex-bigfoot.
* gnu/packages/tex.scm (texlive-latex-bigfoot): New variable.
2017-07-17 14:00:16 +02:00
Ricardo Wurmus fedb80ee0e gnu: Add texlive-generic-pdftex.
* gnu/packages/tex.scm (texlive-generic-pdftex): New variable.
2017-07-17 14:00:15 +02:00
Ricardo Wurmus 63ed869bdd gnu: Add texlive-latex-wrapfig.
* gnu/packages/tex.scm (texlive-latex-wrapfig): New variable.
2017-07-17 14:00:15 +02:00
Ricardo Wurmus 3966ebbbe7 gnu: Add texlive-latex-varwidth.
* gnu/packages/tex.scm (texlive-latex-varwidth): New variable.
2017-07-17 14:00:15 +02:00
Ricardo Wurmus e3088297f1 gnu: Add texlive-latex-threeparttable.
* gnu/packages/tex.scm (texlive-latex-threeparttable): New variable.
2017-07-17 14:00:15 +02:00
Ricardo Wurmus c73d0e9d5e gnu: Add texlive-latex-tabulary.
* gnu/packages/tex.scm (texlive-latex-tabulary): New variable.
2017-07-17 14:00:15 +02:00
Ricardo Wurmus e0d307d154 gnu: Add texlive-latex-parskip.
* gnu/packages/tex.scm (texlive-latex-parskip): New variable.
2017-07-17 14:00:15 +02:00
Ricardo Wurmus 0de81b09a9 gnu: Add texlive-latex-upquote.
* gnu/packages/tex.scm (texlive-latex-upquote): New variable.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus d48091bed0 gnu: Add texlive-latex-mdwtools.
* gnu/packages/tex.scm (texlive-latex-mdwtools): New variable.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus ef1e2ef07b gnu: Add texlive-latex-framed.
* gnu/packages/tex.scm (texlive-latex-framed): New variable.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus a8ac7c0bb4 gnu: Add texlive-latex-etoolbox.
* gnu/packages/tex.scm (texlive-latex-etoolbox): New variable.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus 7709d4d86a gnu: Add texlive-latex-capt-of.
* gnu/packages/tex.scm (texlive-latex-capt-of): New variable.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus dcc8af4a64 gnu: texlive-latex-babel: Install to generic/babel.
* gnu/packages/tex.scm (texlive-latex-babel)[arguments]: Change tex-directory
to install to the "generic" tree.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus d9d44e84f6 gnu: texlive-union: Add texlive-generic-babel-english to defaults.
* gnu/packages/tex.scm (texlive-union): Add "texlive-generic-babel-english" to
the default inputs.
2017-07-17 14:00:14 +02:00
Ricardo Wurmus 876a198058 gnu: Add texlive-generic-babel-english.
* gnu/packages/tex.scm (texlive-generic-babel-english): New variable.
2017-07-17 14:00:13 +02:00
Ricardo Wurmus fedd77c102 gnu: Add texlive-latex-cmap.
* gnu/packages/tex.scm (texlive-latex-cmap): New variable.
2017-07-17 14:00:13 +02:00
Ricardo Wurmus 17dce7e5d6 gnu: Add texlive-latex-fncychap.
* gnu/packages/tex.scm (texlive-latex-fncychap): New variable.
2017-07-17 14:00:13 +02:00
Ricardo Wurmus 32e623d0d7 gnu: Add texlive-latex-expdlist.
* gnu/packages/tex.scm (texlive-latex-expdlist): New variable.
2017-07-17 14:00:13 +02:00
Ricardo Wurmus adfa7a2a8e gnu: Add texlive-latex-eqparbox.
* gnu/packages/tex.scm (texlive-latex-eqparbox): New variable.
2017-07-17 14:00:13 +02:00
Ricardo Wurmus de224adba7 gnu: Add texlive-latex-draftwatermark.
* gnu/packages/tex.scm (texlive-latex-draftwatermark): New variable.
2017-07-17 14:00:13 +02:00
Ricardo Wurmus 7cda03bd87 gnu: Add texlive-latex-dinbrief.
* gnu/packages/tex.scm (texlive-latex-dinbrief): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus 8e732b4994 gnu: Add texlive-latex-blindtext.
* gnu/packages/tex.scm (texlive-latex-blindtext): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus 80bf1f2138 gnu: Add texlive-latex-polyglossia.
* gnu/packages/tex.scm (texlive-latex-polyglossia): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus 84f8035a62 gnu: Add texlive-latex-supertabular.
* gnu/packages/tex.scm (texlive-latex-supertabular): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus f47d1a52e4 gnu: Add texlive-latex-geometry.
* gnu/packages/tex.scm (texlive-latex-geometry): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus 5f691e2e8f gnu: Add texlive-latex-gcite.
* gnu/packages/tex.scm (texlive-latex-gcite): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus 9b4d5c09ab gnu: Add texlive-latex-galois.
* gnu/packages/tex.scm (texlive-latex-galois): New variable.
2017-07-17 14:00:12 +02:00
Ricardo Wurmus 588b5e9611 gnu: Add texlive-latex-g-brief.
* gnu/packages/tex.scm (texlive-latex-g-brief): New variable.
2017-07-17 14:00:11 +02:00
Ricardo Wurmus 60b5e228c4 gnu: Add texlive-latex-amsrefs.
* gnu/packages/tex.scm (texlive-latex-amsrefs): New variable.
2017-07-17 14:00:11 +02:00
Ricardo Wurmus 87b4360ee8 gnu: Add texlive-latex-acronym.
* gnu/packages/tex.scm (texlive-latex-acronym): New variable.
2017-07-17 14:00:11 +02:00
Ricardo Wurmus 86af0f2a34 gnu: Add texlive-latex-preview.
* gnu/packages/tex.scm (texlive-latex-preview): New variable.
2017-07-17 14:00:11 +02:00
Ricardo Wurmus c178ffcaf2 gnu: Add texlive-latex-ucs.
* gnu/packages/tex.scm (texlive-latex-ucs): New variable.
2017-07-17 14:00:11 +02:00
Efraim Flashner 44455ab951 gnu: perl-file-remove: Update to 1.57.
* gnu/packages/perl.scm (perl-file-remove): Update to 1.57.
[source]: Update source uri.
2017-07-17 12:52:30 +03:00
Efraim Flashner 679899990d gnu: perl-file-find-rule-perl: Update to 1.15.
* gnu/packages/perl.scm (perl-file-find-rule-perl): Update to 1.15.
[source]: Update source uri.
2017-07-17 12:52:28 +03:00
Oleg Pykhalov b167937900 gnu: Add emacs-org-pomodoro.
* gnu/packages/emacs.scm (emacs-org-pomodoro): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-17 14:59:52 +05:30
Muriithi Frederick Muriuki f38d54f0ce gnu: Add python-ruamel.yaml.
* gnu/packages/serialization.scm (python-ruamel.yaml, python2-ruamel.yaml): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-16 22:32:06 +02:00
Marius Bakke 188ba38e85 gnu: libsodium: Update to 1.0.13.
* gnu/packages/crypto.scm (libsodium): Update to 1.0.13.
2017-07-16 22:13:01 +02:00
Efraim Flashner 588bd05fce gnu: perl-datetime-format-w3cdtf: Update to 0.07.
* gnu/packages/perl.scm (perl-datetime-format-w3cdtf): Update to 0.07.
2017-07-16 13:38:21 +03:00
Efraim Flashner 72095389fc gnu: perl-file-homedir: Update to 1.002.
* gnu/packages/perl.scm (perl-file-homedir): Update to 1.002.
[source]: Update to new uri.
[propagated-inputs]: Remove perl-file-temp.
2017-07-16 13:06:01 +03:00
Efraim Flashner 1a651aa73c gnu: perl-unicode-utf8: Update to 0.62.
* gnu/packages/perl.scm (perl-unicode-utf8): Update to 0.62.
2017-07-16 13:05:59 +03:00
Efraim Flashner 0e05269a90 gnu: perl-test-script: Update to 1.20.
* gnu/packages/perl.scm (perl-test-script): Update to 1.20.
[source]: Update uri.
[propagated-inputs]: Remove probe-perl, ipc-run3, add perl-capture-tiny,
perl-probe-perl.
[home-page]: Update homepage.
2017-07-16 13:05:57 +03:00
Tobias Geerinckx-Rice 657f18158b gnu: nzbget: Update to 19.1.
* gnu/packages/networking.scm (nzbget): Update to 19.1.
[source]: Fix building with gnutls in a snippet.
[arguments]: Fix indentation.
2017-07-16 08:49:23 +02:00
Tobias Geerinckx-Rice a2dd927091 gnu: par2cmdline: Fix typo.
* gnu/packages/backup.scm (par2cmdline)[description]: Fix typo only visible
on white backgrounds.  Use less ambiguous word.
2017-07-16 06:49:25 +02:00
Tobias Geerinckx-Rice f6d59ecf92 gnu: par2cmdline: Improve synopsis & description.
* gnu/packages/backup.scm (par2cmdline)[synopsis, description]: Fix a typo,
end up re-writing most of it.
2017-07-16 06:45:06 +02:00
Tobias Geerinckx-Rice 0d200e9f3f gnu: par2cmdline: Update to 0.7.3.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.3.
2017-07-16 06:45:06 +02:00
Tobias Geerinckx-Rice b21ceaafab gnu: tiled: Update to 1.0.2.
* gnu/packages/game-development.scm (tiled): Update to 1.0.2.
2017-07-16 06:45:06 +02:00
Tobias Geerinckx-Rice 29d432a7ad gnu: youtube-dl: Update to 2017.07.15.
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.15.
2017-07-16 06:45:06 +02:00
Mark H Weaver ec6ea0fea2 gnu: linux-libre: Update to 4.12.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.2.
(%linux-libre-hash): Update hash.
2017-07-15 22:32:44 -04:00
Mark H Weaver 0b990b9611 gnu: linux-libre@4.9: Update to 4.9.38.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.38.
2017-07-15 22:32:09 -04:00
Mark H Weaver 6adf9d18d1 gnu: linux-libre@4.4: Update to 4.4.77.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.77.
2017-07-15 22:31:31 -04:00
Leo Famulari d5b357ec43 gnu: shntool: Improve description.
* gnu/packages/audio.scm (shntool)[description]: Mention support for CUE files.
2017-07-15 20:50:48 -04:00
Christopher Baines 08f47d7e3e Remove task from 'guix-daemon.conf'.
The 'task' means that events that led to this job starting will be blocked
until it has stopped. Tasks are short lived jobs, whereas the guix-daemon is a
long lived service. Including 'task' means that attempts to start the
guix-daemon appear to hang, as upstart waits for it to exit.

* etc/guix-daemon.conf.in: Remove 'task'.
2017-07-15 21:59:21 +01:00
Alex Vong eaca9ff07e gnu: go@1.8: Fix test failure.
* gnu/packages/golang.scm (go-1.8)[arguments]: Escape braces in test data in
'prebuild' phase.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-15 16:13:56 -04:00
Leo Famulari e39aae4fa9 gnu: python-mutagen: Update to 1.38.
* gnu/packages/music.scm (python-mutagen, python2-mutagen): Update to 1.38.
2017-07-15 15:30:01 -04:00
宋文武 ee38fbcfaa nls: Adjust to qemu.scm renaming.
This is a followup to 59132b8000.

* po/packages/POTFILES.in: Remove qemu.scm and add virtualization.scm.
2017-07-15 19:25:39 +08:00
宋文武 5d4a8f9b9e gnu: Add lxc.
* gnu/packages/virtualization.scm (lxc): New package.
2017-07-15 19:17:37 +08:00
宋文武 59132b8000 gnu: Rename (gnu packages qemu) to (gnu packages virtualization).
* gnu/packages/qemu.scm: Rename this ...
* gnu/packages/virtualization.scm: ... to this.
* gnu/local.mk (GNU_SYSTEM_MODULES),
gnu/packages/bootloaders.scm, gnu/packages/debug.scm,
gnu/packages/gnome.scm, gnu/system/vm.scm,
gnu/tests/install.scm: Adjust accordingly.
2017-07-15 19:17:37 +08:00
Danny Milosavljevic 8d858010b3 bootloader: Add u-boot.
* gnu/bootloader/u-boot.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi: Document it.
2017-07-15 12:53:37 +02:00
Danny Milosavljevic c3b5b1bb49 gnu: python-internetarchive: Heed disabled test suite.
* gnu/packages/web.scm (python-internetarchive)[arguments]: Heed disable test
suite.
2017-07-15 12:48:24 +02:00
Oleg Pykhalov 95c36822e8 gnu: Add python-internetarchive.
* gnu/packages/web.scm (python-internetarchive, python2-internetarchive):
New variable.
2017-07-15 11:58:19 +02:00
Danny Milosavljevic a12b30a05a gnu: Add python-pytest-capturelog.
* gnu/packages/python.scm (python-pytest-capturelog,
python2-pytest-capturelog): New variables.
2017-07-15 11:46:18 +02:00
Oleg Pykhalov 841e59083d gnu: Add python-jsonpatch.
* gnu/packages/python.scm (python-jsonpatch, python2-jsonpatch,
python-jsonpatch-0.4, python2-jsonpatch-0.4): New variables.
2017-07-15 10:51:34 +02:00
Oleg Pykhalov 4ff9e8685f gnu: Add python-backports-csv.
* gnu/packages/python.scm (python-backports-csv, python2-backports-csv):
New variables.
2017-07-15 10:45:14 +02:00
Oleg Pykhalov 7734ed7af7 gnu: Add python-schema.
* gnu/packages/python.scm (python-schema, python2-schema, python-schema-0.5,
python2-schema-0.5): New variables.
2017-07-15 10:40:24 +02:00
Danny Milosavljevic 4d02e9ff90 gnu: Add guile-ncurses-with-gpm.
* gnu/packages/guile.scm (guile-ncurses/gpm): New variable.
2017-07-15 10:14:42 +02:00
Danny Milosavljevic 87ffa416af gnu: Add ncurses-with-gpm.
* gnu/packages/linux.scm (ncurses/gpm): New variable.
2017-07-15 10:14:31 +02:00
Leo Famulari da83f0953a gnu: expat: Update replacement to 2.2.2 [security fixes].
See 'Changes' in the source distribution for more information about the
fixed security issues.

* gnu/packages/xml.scm (expat)[replacement]: Update to 2.2.2.
(expat-2.2.1): Replace with ...
(expat-2.2.2): ... new variable.
2017-07-14 15:19:26 -04:00
Marius Bakke 51ccb1be55 gnu: gstreamer: Update to 1.12.2.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst): Update to 1.12.2.
2017-07-14 20:34:01 +02:00
ng0 7b323aff14 gnu: neomutt: Update to 20170714.
* gnu/packages/mail.scm (neomutt): Update to 20170714.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-14 14:22:50 -04:00
Tobias Geerinckx-Rice e049372a4a gnu: yadifa: Re-enable NSID support.
* gnu/packages/dns.scm (yadifa)[arguments]: Remove ‘--disable-nsid’
configure flag.
2017-07-14 19:40:16 +02:00
Tobias Geerinckx-Rice e0d87f8e5a gnu: yadifa: Update to 2.2.5.
* gnu/packages/dns.scm (yadifa): Update to 2.2.5.
[source]: Call the source revision a ‘build’ to match upstream terminology.
2017-07-14 19:40:15 +02:00
Tobias Geerinckx-Rice a592166505 gnu: knot: Update to 2.5.3.
* gnu/packages/dns.scm (knot): Update to 2.5.3.
2017-07-14 19:40:15 +02:00
Mark H Weaver a2bda5e4e3 gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from
the upstream mozilla-esr52 repository.
2017-07-14 12:48:14 -04:00
Leo Famulari 3949b36acc gnu: perl-test-harness: Update to 3.39.
* gnu/packages/perl.scm (perl-test-harness): Update to 3.39.
2017-07-14 12:30:09 -04:00
Leo Famulari c317f4f907 gnu: perl-parse-yapp: Update to 1.2.
* gnu/packages/perl.scm (perl-parse-yapp): Update to 1.2.
[source]: Update URL.
2017-07-14 12:28:08 -04:00
Leo Famulari 2fec4b9860 gnu: perl-mro-compat: Update to 0.13.
* gnu/packages/perl.scm (perl-mro-compat): Update to 0.13.
[source]: Update URL.
2017-07-14 12:24:40 -04:00
Leo Famulari 7881f6fa1b gnu: perl-modern-perl: Update to 1.20170117.
* gnu/packages/perl.scm (perl-modern-perl): Update to 1.20170117.
2017-07-14 12:22:36 -04:00
Leo Famulari 6b2f5caf4c gnu: perl-mime-charset: Update to 1.012.2.
* gnu/packages/perl.scm (perl-mime-charset): Update to 1.012.2.
2017-07-14 12:08:49 -04:00
Leo Famulari 86d1e079ec gnu: perl-html-tree: Update to 5.06.
* gnu/packages/web.scm (perl-html-tree): Update to 5.06.
[source]: Update URL.
2017-07-14 12:07:01 -04:00
Leo Famulari 0b147484b1 gnu: perl-devel-symdump: Update to 2.18.
* gnu/packages/perl.scm (perl-devel-symdump): Update to 2.18.
2017-07-14 12:01:00 -04:00
Leo Famulari 16e3c922a1 gnu: perl-devel-stacktrace-ashtml: Update to 0.15.
* gnu/packages/perl.scm (perl-devel-stacktrace-ashtml): Update to 0.15.
2017-07-14 11:59:33 -04:00
Leo Famulari 1cb6e2cd62 gnu: perl-config-any: Update to 0.32.
* gnu/packages/perl.scm (perl-config-any): Update to 0.32.
[source]: Update URL.
2017-07-14 11:58:01 -04:00
Leo Famulari 3db83cc7e6 gnu: perl-class-inspector: Update to 1.31.
* gnu/packages/perl.scm (perl-class-inspector): Update to 1.31.
[source]: Update URL.
2017-07-14 11:55:19 -04:00
Leo Famulari 7e441facb4 gnu: perl-carp-clan: Update to 6.06.
* gnu/packages/perl.scm (perl-carp-clan): Update to 6.06.
[source]: Update URL.
2017-07-14 11:44:43 -04:00
Leo Famulari bf200cb684 gnu: perl-module-scandeps: Update to 1.24.
* gnu/packages/perl.scm (perl-module-scandeps): Update to 1.24.
2017-07-14 11:40:04 -04:00
Leo Famulari b91c085df2 gnu: perl-test-leaktrace: Update to 0.16.
* gnu/packages/perl.scm (perl-test-leaktrace): Update to 0.16.
[source]: Update URL.
2017-07-14 11:33:35 -04:00
Leo Famulari 88958ee061 gnu: perl-xml-namespacesupport: Update to 1.12.
* gnu/packages/xml.scm (perl-xml-namespacesupport): Update to 1.12.
2017-07-14 11:18:38 -04:00
Leo Famulari 81dfbffc54 gnu: samba: Update to 4.6.6 [fixes CVE-2017-11103].
* gnu/packages/samba.scm (samba): Update to 4.6.6.
2017-07-14 10:47:53 -04:00
Leo Famulari a08a9b8c38 gnu: certbot, python-acme: Update to 0.16.0.
* gnu/pckages/tls.scm (certbot, python-acme, python2-acme): Update to 0.16.0.
2017-07-14 10:47:50 -04:00
Arun Isaac 28a96f2aa1 gnu: wayland: Add workaround for graphviz 2.40.1.
* gnu/packages/freedesktop.scm (wayland)[arguments]: Add fix-graphviz phase.
2017-07-14 15:39:29 +05:30
Arun Isaac cca9c75661 gnu: graphviz: Update to 2.40.1.
* gnu/packages/graphviz.scm (graphviz): Update to 2.40.1.
[arguments]: Remove pre-build phase.
2017-07-14 15:39:26 +05:30
Arun Isaac 2170cc76d4 gnu: graphviz: Use modify-phases.
* gnu/packages/graphviz.scm (graphviz): Re-indent.
[arguments]: Use modify-phases instead of alist-cons-before and
alist-cons-after.
Return #t from move-guile-bindings phase.
2017-07-14 15:39:08 +05:30
Ben Woodcroft 06e372360e gnu: bowtie: Use 'modify-phases'.
* gnu/packages/bioinformatics.scm (bowtie)[arguments]: Use 'modify-phases'
syntax.
2017-07-14 19:23:37 +10:00
Ben Woodcroft d6e63cf31c gnu: bowtie: Update to 2.3.2.
* gnu/packages/bioinformatics.scm (bowtie): Update to 2.3.2.
[inputs]: Add zlib.
2017-07-14 18:54:10 +10:00
Tobias Geerinckx-Rice 78a81e37cd gnu: terminals: Clean up module imports.
* gnu/packages/terminals.scm: Remove duplicate module imports and order the
remainder alphabetically.
2017-07-14 09:53:56 +02:00
Tobias Geerinckx-Rice 9e455df91a gnu: hplip: Update to 3.17.6.
* gnu/packages/cups.scm (hplip): Update to 3.17.6.
2017-07-14 09:47:35 +02:00
Tobias Geerinckx-Rice 5e57867491 gnu: mit-krb5: Add ‘cpe-name’.
* gnu/packages/kerberos.scm (mit-krb5)[properties]: New field.
2017-07-14 09:47:34 +02:00
Tobias Geerinckx-Rice 674d4e1380 gnu: kbd: Recursively search $LOADKEYS_KEYMAP_PATH.
Fix a regression since commit fd7000fe33.

* gnu/packages/linux.scm (kbd)[native-search-paths]: Add a double asterisk.
2017-07-14 09:47:34 +02:00
Marius Bakke 9383cee38d gnu: git: Update to 2.13.3.
* gnu/packages/version-control.scm (git): Update to 2.13.3.
2017-07-13 21:21:16 +02:00
Marius Bakke 5887d554ec gnu: evince: Fix CVE-2017-1000083.
* gnu/packages/patches/evince-CVE-2017-1000083.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (evince)[source]: Use it.
2017-07-13 21:11:15 +02:00
Mark H Weaver a6ae4f83a4 gnu: linux-libre: Update to 4.12.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.1.
(%linux-libre-hash): Update hash.
2017-07-13 13:48:47 -04:00
Mark H Weaver 2dfdedfbf7 gnu: linux-libre@4.9: Update to 4.9.37.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.37.
2017-07-13 13:47:59 -04:00
Leo Famulari 3e879d1add gnu: spice-protocol: Update to 0.12.13.
* gnu/packages/spice.scm (spice-protocol): Update to 0.12.13.
2017-07-13 12:32:15 -04:00
Leo Famulari dcd9a33147 gnu: httpd: Update to 2.4.27 [fixes CVE-2017-{9788,9789}].
* gnu/packages/web.scm (httpd): Update to 2.4.27.
2017-07-13 11:35:22 -04:00
Leo Famulari df08f38570 gnu: libressl: Provide a TLS-enabled implementation of netcat.
* gnu/packages/tls.scm (libressl)[arguments]: Pass '--enable-nc'
to #:configure-flags.
2017-07-13 00:42:28 -04:00
Leo Famulari 1d919d32d7 gnu: libressl: Update to 2.5.5.
* gnu/packages/tls.scm (libressl): Update to 2.5.5.
[source]: Use HTTPS URL.
2017-07-13 00:42:27 -04:00
Leo Famulari 6fb622bf45 gnu: lynx: Update to 2.8.9dev.15.
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.15.
2017-07-12 22:41:05 -04:00
Leo Famulari 6c2481ef0f gnu: libaacs: Use HTTPS URL.
* gnu/packages/video.scm (libaacs)[source]: Use HTTPS URL.
2017-07-12 21:57:40 -04:00
Leo Famulari 6f13c4fdd2 gnu: libbdplus: Use HTTPS URL.
* gnu/packages/video.scm (libbdplus)[source]: Use HTTPS URL.
2017-07-12 21:57:36 -04:00
Leo Famulari e3baf59cb3 gnu: xclip: Use a descriptive source file name.
* gnu/packages/xdisorg.scm (xclip)[source]: Set the file-name.
2017-07-12 21:12:09 -04:00
Ludovic Courtès 2f0d1b9dd2 gnu: ath9k-htc-firmware: Adjust Binutils patch to 2.28.
* gnu/packages/patches/ath9k-htc-firmware-binutils.patch: Remove last
hunk, which is now in Binutils 2.28.
2017-07-13 00:28:07 +02:00
Ludovic Courtès 49d035ff96 gnu: ghostscript: Support cross-compilation.
* gnu/packages/ghostscript.scm (ghostscript)[arguments]: Pass "CCAUX"
and "--enable-save_confaux" to #:configure-flags.  Add 'add-native-lz'
phase when cross-compiling.
[native-inputs]: Add ZLIB, LIBJPEG, and LCMS when cross-compiling.
2017-07-13 00:28:07 +02:00
Leo Famulari 0a3aca47d9 gnu: grub: Fix build failure with recent flex.
* gnu/packages/flex.scm (flex-2.6.1): New variable.
* gnu/packages/bootloaders.scm (grub)[native-inputs]: Use flex-2.6.1.
2017-07-12 18:25:11 -04:00
Leo Famulari 851ff8a5c5 gnu: wayland-protocols: Update to 1.9.
* gnu/packages/freedesktop.scm (wayland-protocols): Update to 1.9.
2017-07-12 17:12:06 -04:00
Ludovic Courtès c96ed00910 gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to b547349.
2017-07-12 22:42:06 +02:00
Alex Vong 63cd4d53fb gnu: Add simplescreenrecorder.
* gnu/packages/video.scm (simplescreenrecorder): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-13 02:01:47 +05:30
Leo Famulari d89ce52096 gnu: spice: Fix CVE-2017-7506.
* gnu/packages/patches/spice-CVE-2017-7506.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/spice.scm (spice)[source]: Use it.
2017-07-12 16:27:40 -04:00
Leo Famulari 301565266f gnu: usbredir: Use HTTPS home-page URL.
* gnu/packages/spice.scm (usbredir)[home-page]: Use HTTPS URL.
2017-07-12 16:27:40 -04:00
Leo Famulari 83ad0dfcbe gnu: virt-viewer: Update to 5.0.
* gnu/packages/spice.scm (virt-viewer): Update to 5.0.
2017-07-12 16:27:37 -04:00
Ludovic Courtès b547349d50 substitute: Work around Guile 2.2 'time-monotonic' bug.
Prior to this change, half of the cached narinfos would expire
immediately since they contained the number of nanoseconds instead of
the number of seconds as their date.

* guix/scripts/substitute.scm (time-monotonic) <guile-2.2>: Define, as a
workaround.
2017-07-12 21:56:17 +02:00
Ludovic Courtès a6c1fe8240 size: Add '--sort=KEY'.
* guix/scripts/size.scm (profile-closure<?, profile-self<?): New
procedures.
(display-profile): Add #:profile<? parameter and honor it.
(show-help, %options): Add '--sort'.
(%default-options): Add 'profile<?'.
(guix-size): Pass PROFILE<? to 'display-profile*'.
* doc/guix.texi (Invoking guix size): Document '--sort'.
2017-07-12 21:56:17 +02:00
Ludovic Courtès 1ac3a488ad environment: Rationalize calls to 'set-build-options'.
Before this change '--substitute-urls' would be ignored.

* guix/scripts/environment.scm (build-environment): Remove redundant
call to 'set-build-options-from-command-line*'.
(guix-environment): Move 'set-build-options-from-command-line' right
after 'with-store'.
2017-07-12 21:56:17 +02:00
Kei Kebreau 5149ff1b5f gnu: hyperrogue: Update to 9.4n.
* gnu/packages/games.scm (hyperrogue): Update to 9.4n.
2017-07-12 10:51:19 -04:00
Danny Milosavljevic 911a53a53f build: Make ISO-9660 image bootable from USB flash drive.
* gnu/build/vm.scm (make-iso9660-image): Make image bootable from USB flash
drive.
2017-07-12 16:15:30 +02:00
Danny Milosavljevic 0bc6fe323d syscalls: Add network-interface-running?
* guix/build/syscalls.scm (network-interface-running?): New variable.
Export it.
* tests/syscalls.scm: Add test.

Co-authored-by: John Darrington <jmd@gnu.org>
2017-07-12 16:15:30 +02:00
Tobias Geerinckx-Rice 839ee8d547 gnu: et: Fix typo in description.
* gnu/packages/ssh.scm (et)[description]: Fix typo.
2017-07-12 09:47:48 +02:00
Leo Famulari 287900936b gnu: man-db: Update to 2.7.6.1 [fixes CVE-2015-1336].
* gnu/packages/man.scm (man-db): Update to 2.7.6.1.
[arguments]: Add '--disable-cache-owner' to #:configure-flags.
2017-07-11 22:52:25 -04:00
Marius Bakke e23cf9394e gnu: nginx: Update to 1.12.1 [fixes CVE-2017-7529].
* gnu/packages/web.scm (nginx): Update to 1.12.1.
2017-07-12 00:22:33 +02:00
Ludovic Courtès 4ddb64f57d system: Refer to native packages when appropriate.
* gnu/system/locale.scm (localedef-command): Use the native LIBC.
* gnu/system/shadow.scm (default-skeletons): Use the native GUILE-WM.
2017-07-11 22:47:08 +02:00
Ludovic Courtès ce6223e68e gnu: shadow: Fix cross-compilation.
* gnu/packages/admin.scm (shadow)[arguments] <set-nscd-file-name>: Refer
to "cross-libc" when cross-compiling.
2017-07-11 22:40:27 +02:00
Ludovic Courtès e4015e570c gnu: inetutils: Allow for cross-compilation.
* gnu/packages/admin.scm (inetutils)[arguments]: Pass
"--with-path-procnet-dev".
2017-07-11 22:26:05 +02:00
Ludovic Courtès ed8111ea75 gnu: linux-pam: Disable NIS when cross-compiling.
* gnu/packages/linux.scm (linux-pam)[arguments]: Pass "--disable-nis"
when cross-compiling.
2017-07-11 21:54:19 +02:00
Ludovic Courtès d5ff67f411 gnu: mpg123: Update to 1.25.2 [fixes CVE-2017-10683].
* gnu/packages/mp3.scm (mpg123): Update to 1.25.2.
2017-07-11 11:53:53 +02:00
rennes 64fce63708 gnu: Add lollypop.
* gnu/packages/gnome.scm (lollypop): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-11 11:11:52 +02:00
Ludovic Courtès 94a881178a services: elogind: Start from the Shepherd.
Fixes <http://bugs.gnu.org/27580>.
Reported by William <w@vieta.uk>.

* gnu/services/desktop.scm (elogind-shepherd-service): New procedure.
(elogind-service-type): Extend SHEPHERD-ROOT-SERVICE-TYPE.
2017-07-11 11:11:52 +02:00
Kei Kebreau 082725b502 gnu: hop: Update to 3.1.0-pre2.
* gnu/packages/scheme.scm (hop): Update to 3.1.0-pre2.
[source]: Remove unnecessary patch.
[arguments]: Enable tests; disable parallel building; specify BIGLOO in
make-flags.
[inputs]: Add libgc, libunistring, libuv, pcre and sqlite.
* gnu/local.mk (dist_patch_DATA): Remove unnecessary patch.
* gnu/packages/patches/hop-linker-flags.patch: Delete file.
2017-07-10 19:35:44 -04:00
Kei Kebreau 5e3ea571c5 gnu: bigloo: Update to 4.3a.
* gnu/packages/scheme.scm (bigloo): Update to 4.3a.
[source]: Remove old patch. Add snippet.
[arguments]: Adjust the build phases accordingly.
[inputs]: Add libgc, libunistring, libuv, openssl, pcre and sqlite.
2017-07-10 19:35:44 -04:00
Leo Famulari b48063536b gnu: libpipeline: Update to 1.4.2.
* gnu/packages/man.scm (libpipeline): Update to 1.4.2.
2017-07-10 19:06:32 -04:00
Ludovic Courtès 3e8d037b16 services: dbus, polkit: Add default value.
* gnu/services/dbus.scm (dbus-root-service-type)[default-value]: New
field.
(polkit-service-type)[default-value]: New field.
2017-07-11 00:48:51 +02:00
Ludovic Courtès 638e9deaf8 services: Make error message less scary.
* gnu/services.scm (service-back-edges): Show the type name of SERVICE
instead of SERVICE in error message.
2017-07-11 00:48:50 +02:00
Ludovic Courtès 0ca3d55686 store: Account for 'add-to-store' in RPC statistics.
* guix/store.scm (add-to-store): Add call to 'record-operation'.
2017-07-11 00:48:50 +02:00
Leo Famulari a708fea406 gnu: ncmpcpp: Update to 0.8.
* gnu/packages/mpd.scm (ncmpcpp): Update to 0.8.
[inputs]: Add curl.
[source], [home-page]: Use HTTPS URLs.
2017-07-10 16:59:50 -04:00
Tobias Geerinckx-Rice b612e54f17 gnu: offlineimap: Update to 7.1.2.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.2.
2017-07-10 22:25:14 +02:00
Tobias Geerinckx-Rice 3308591fec gnu: sshuttle: Move python-pytest-runner.
* gnu/packages/vpn.scm (sshuttle)[native-inputs]: Mark
python-pytest-runner as a test-only dependency, following up commit
447f75825f.
2017-07-10 22:25:14 +02:00
Leo Famulari c8eb2b8c60 Merge branch 'master' into core-updates 2017-07-10 14:37:53 -04:00
Leo Famulari 61adfb00b1 gnu: libtiff: Fix two integer overflows.
* gnu/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch,
gnu/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.
2017-07-10 13:31:58 -04:00
Leo Famulari 625e7cd654 gnu: ncurses: Fix CVE-2017-10684 and CVE-2017-10685.
* gnu/packages/patches/ncurses-CVE-2017-10684-10685.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ncurses.scm (ncurses)[replacement]: New field.
(ncurses/fixed): New variable.
2017-07-10 13:31:58 -04:00
Mark H Weaver ef019092b9 gnu: poppler: Fix null pointer dereferences.
* gnu/packages/patches/poppler-fix-crash-with-broken-documents.patch: New
file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler/fixed)[source]: Add the patch.
2017-07-10 12:59:07 -04:00
Feng Shu 2a9a220763 gnu: emacs-exwm-x: Update to 1.7.2.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.7.2.
[propagated-inputs]: Add emacs-use-package.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-10 22:01:45 +05:30
Danny Milosavljevic ad22c71853 gnu: ghostscript: Make "/CreationDate", "/ModDate" optional, depending on environment variable.
* gnu/packages/patches/ghostscript-no-header-creationdate.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (ghostscript): Use it.
2017-07-10 18:20:32 +02:00
Danny Milosavljevic 63eb4a2a91 gnu: ghostscript: Make XMP UUID headers optional, depending on environment variable.
* gnu/packages/patches/ghostscript-no-header-uuid.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ghostscript.scm (ghostscript): Use it.
2017-07-10 18:20:25 +02:00
Danny Milosavljevic 5c549f2eac gnu: ghostscript: Make "/ID" optional, depending on environment variable.
* gnu/packages/patches/ghostscript-no-header-id.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it
* gnu/packages/ghostscript.scm (ghostscript): Use it.
2017-07-10 18:20:16 +02:00
Manolis Ragkousis a5fa1a1a54 gnu: unshield: Remove incorrect '"'.
* gnu/packages/compression.scm (unshield): Remove incorrect '"'.
2017-07-10 17:13:02 +03:00
Danny Milosavljevic 651de2bdb5 build, vm: Use "GuixSD" or "GUIXSD" as volume label.
* gnu/build/vm.scm (initialize-hard-disk): Use "GuixSD" as label.
* gnu/system/install.scm (installation-os): Use "GuixSD" as label.
* gnu/system/vm.scm (system-disk-image): Use "GuixSD" or "GUIXSD" as volume
label.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-10 15:35:43 +02:00
Stefan Reichör c9a6a36fec gnu: Add et.
* gnu/packages/ssh.scm (et): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-10 12:37:04 +02:00
Danny Milosavljevic 9146543f8d gnu: groff: Remove timestamps.
Fixes <https://bugs.gnu.org/27593>.

* gnu/packages/patches/groff-source-date-epoch.patch: New file.
* gnu/local.mk: Add it.
* gnu/packages/groff.scm (groff)[source]: Add it.
2017-07-10 12:37:03 +02:00
Ludovic Courtès 5c82722cac daemon: Allow compilation with GCC 4.9.
Reported by Ricardo Wurmus.

* nix/nix-daemon/nix-daemon.cc (acceptConnection): Remove intermediate
'inaddr' variables that relied on implicit casts.  This fixes
compilation with GCC 4.9.
2017-07-10 11:55:54 +02:00
Ludovic Courtès ab2a8cac58 gnu: libpciaccess: Refer to 'pci.ids' from pciutils.
Prior to this change libpciaccess would try to read from
/usr/share/hwdata/pci.ids.

* gnu/packages/xorg.scm (libpciaccess)[arguments]: New field.
[inputs]: Add PCIUTILS.
2017-07-10 10:55:20 +02:00
Ludovic Courtès a48da398b3 gnu: pciutils: Tweak description.
* gnu/packages/pciutils.scm (pciutils)[description]: Use @command.
2017-07-10 10:45:30 +02:00
Ludovic Courtès 841e06af71 gnu: pciutils: Move 'pci.ids.gz' to 'share/hwdata'.
* gnu/packages/pciutils.scm (pciutils)[arguments] <configure>: Set
'IDSDIR' such that 'pci.ids.gz' goes to share/hwdata.
2017-07-10 10:37:48 +02:00
Ludovic Courtès 539a68f938 gnu: pciutils: Update to 3.5.5.
* gnu/packages/pciutils.scm (pciutils): Update to 3.5.5.
2017-07-10 10:31:19 +02:00
Alex Vong eb737a271a gnu: emacs: Build with imagemagick support.
* gnu/packages/emacs.scm (emacs)[inputs]: Add imagemagick.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-10 13:58:00 +05:30
Ludovic Courtès 1ab9e48339 syscalls: Adjust 'dirent64' struct for GNU/Hurd.
Reported by rennes@openmailbox.org.

* guix/build/syscalls.scm (file-type->symbol): New procedure.
(%struct-dirent-header): Rename to...
(%struct-dirent-header/linux): ... this.  Rename introduced bindings as
well.
(%struct-dirent-header/hurd): New C struct.
(define-generic-identifier): New macro.
(read-dirent-header, %struct-dirent-header, sizeof-dirent-header):
Define in terms of 'define-generic-identifier'.
2017-07-10 00:07:36 +02:00
Ricardo Wurmus 4883f70907 gnu: nss-pam-ldapd: Update to 0.9.8.
* gnu/packages/openldap.scm (nss-pam-ldapd): Update to 0.9.8.
2017-07-09 20:10:37 +02:00
Ricardo Wurmus 35407e29b0 gnu: qtractor: Update to 0.8.3.
* gnu/packages/music.scm (qtractor): Update to 0.8.3.
2017-07-09 19:51:18 +02:00
Ricardo Wurmus 9d737f1b69 gnu: guitarix: Update to 0.35.4.
* gnu/packages/audio.scm (guitarix): Update to 0.35.4.
2017-07-09 19:38:15 +02:00
Ricardo Wurmus 51a0885349 gnu: guitarix-lv2: Remove inputs override.
* gnu/packages/audio.scm (guitarix-lv2)[inputs]: Remove.
2017-07-09 19:36:28 +02:00
Ricardo Wurmus a20608a57a gnu: gtk-doc: Fix dblatex problem.
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "set-HOME".
2017-07-09 17:07:39 +02:00
Ricardo Wurmus b81dd94a79 gnu: dblatex: Use texlive-union.
* gnu/packages/patches/dblatex-remove-multirow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/docbook.scm (dblatex)[source]: Use patch.
[inputs]: Replace "texlive" with a texlive-union.
2017-07-09 17:07:39 +02:00
Ricardo Wurmus f45a552038 gnu: Add texlive-fonts-rsfs.
* gnu/packages/tex.scm (texlive-fonts-rsfs): New variable.
2017-07-09 17:07:39 +02:00
Ricardo Wurmus 9cc823f567 gnu: lilypond: Use texlive-union.
* gnu/packages/music.scm (lilypond)[arguments]: Add phase "use-texlive-union".
[native-inputs]: Replace "texlive" with a texlive-union.
2017-07-09 17:07:38 +02:00
Ricardo Wurmus e5942cbfa4 doc: Recommend rebuilding the font cache.
* doc/guix.texi (X11 Fonts): Recommend rebuilding the font cache with fc-cache
when fonts are not found.
2017-07-09 17:07:38 +02:00
Ricardo Wurmus b037ce949f gnu: lilypond: Update to 2.19.63.
* gnu/packages/music.scm (lilypond): Update to 2.19.63.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus 44436def9b gnu: Add texlive-metapost.
* gnu/packages/tex.scm (texlive-metapost): New variable.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus 406af0d663 gnu: Add texlive-latex-lh.
* gnu/packages/tex.scm (texlive-latex-lh): New variable.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus ae3779d5cd gnu: Add texlive-latex-eepic.
* gnu/packages/tex.scm (texlive-latex-eepic): New variable.
2017-07-09 17:07:37 +02:00
Ricardo Wurmus 1562763c0a gnu: Add texlive-latex-eso-pic.
* gnu/packages/tex.scm (texlive-latex-eso-pic): New variable.
2017-07-09 17:07:36 +02:00
Ricardo Wurmus 83c830d1ac gnu: Add texlive-fonts-ec.
* gnu/packages/tex.scm (texlive-fonts-ec): New variable.
2017-07-09 17:07:36 +02:00
Ricardo Wurmus 9186c1560b gnu: Add texlive-generic-epsf.
* gnu/packages/tex.scm (texlive-generic-epsf): New variable.
2017-07-09 17:07:35 +02:00
Ricardo Wurmus cd2c77f434 gnu: Add texlive-latex-wasysym.
* gnu/packages/tex.scm (texlive-latex-wasysym): New variable.
2017-07-09 17:07:35 +02:00
Ricardo Wurmus acc620d6ed gnu: Add texlive-latex-titlesec.
* gnu/packages/tex.scm (texlive-latex-titlesec): New variable.
2017-07-09 17:07:34 +02:00
Ricardo Wurmus 2db3a03445 gnu: Add texlive-latex-subfigure.
* gnu/packages/tex.scm (texlive-latex-subfigure): New variable.
2017-07-09 17:07:34 +02:00
Ricardo Wurmus d8fef6ea1f gnu: Add texlive-fonts-stmaryrd.
* gnu/packages/tex.scm (texlive-fonts-stmaryrd): New variable.
2017-07-09 17:07:34 +02:00
Ricardo Wurmus adc02c70c2 gnu: Add texlive-latex-pdfpages.
* gnu/packages/tex.scm (texlive-latex-pdfpages): New variable.
2017-07-09 17:07:33 +02:00
Ricardo Wurmus da38b23595 gnu: Add texlive-latex-overpic.
* gnu/packages/tex.scm (texlive-latex-overpic): New variable.
2017-07-09 17:07:33 +02:00
Ricardo Wurmus ecffeeb54f gnu: Add texlive-latex-multirow.
* gnu/packages/tex.scm (texlive-latex-multirow): New variable.
2017-07-09 17:07:32 +02:00
Ricardo Wurmus 02fd07b305 gnu: Add texlive-latex-jknapltx.
* gnu/packages/tex.scm (texlive-latex-jknapltx): New variable.
2017-07-09 17:07:32 +02:00
Ricardo Wurmus b2bc1daf98 gnu: Add texlive-latex-listings.
* gnu/packages/tex.scm (texlive-latex-listings): New variable.
2017-07-09 17:07:32 +02:00
Ricardo Wurmus 3921bc7c24 gnu: Add texlive-latex-footmisc.
* gnu/packages/tex.scm (texlive-latex-footmisc): New variable.
2017-07-09 17:07:31 +02:00
Ricardo Wurmus df2b9bb4de gnu: Add texlive-latex-float.
* gnu/packages/tex.scm (texlive-latex-float): New variable.
2017-07-09 17:07:31 +02:00
Ricardo Wurmus 18ce343773 gnu: Add texlive-latex-fancyvrb.
* gnu/packages/tex.scm (texlive-latex-fancyvrb): New variable.
2017-07-09 17:07:31 +02:00
Ricardo Wurmus 20282111e5 gnu: Add texlive-latex-fancyhdr.
* gnu/packages/tex.scm (texlive-latex-fancyhdr): New variable.
2017-07-09 17:07:30 +02:00
Ricardo Wurmus 36ce05ffdd gnu: Add texlive-latex-fancybox.
* gnu/packages/tex.scm (texlive-latex-fancybox): New variable.
2017-07-09 17:07:30 +02:00
Ricardo Wurmus e003a5f06d gnu: Add texlive-latex-colortbl.
* gnu/packages/tex.scm (texlive-latex-colortbl): New variable.
2017-07-09 17:07:30 +02:00
Ricardo Wurmus b92ac281e5 gnu: Add texlive-latex-changebar.
* gnu/packages/tex.scm (texlive-latex-changebar): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus 1d3be84e73 gnu: Add texlive-latex-appendix.
* gnu/packages/tex.scm (texlive-latex-appendix): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus bda61541d5 gnu: Add texlive-latex-anysize.
* gnu/packages/tex.scm (texlive-latex-anysize): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus 137f9cbc88 gnu: Add texlive-latex-amsfonts.
* gnu/packages/tex.scm (texlive-latex-amsfonts): New variable.
2017-07-09 17:07:29 +02:00
Ricardo Wurmus 98b4aca156 gnu: Add texlive-fonts-amsfonts.
* gnu/packages/tex.scm (texlive-fonts-amsfonts): New variable.
2017-07-09 17:07:28 +02:00
Ricardo Wurmus beb476ed77 gnu: texlive-generic-ifxetex: Fix description.
* gnu/packages/tex.scm (texlive-generic-ifxetex)[description]: Fix typo.
2017-07-09 17:07:28 +02:00
Ricardo Wurmus 05d28068ed gnu: texlive-latex-oberdiek: Build ifpdf package.
* gnu/packages/tex.scm (texlive-latex-oberdiek)[arguments]: Only build the
"oberdiek.ins" package (which includes all other packages); patch file to
build "ifpdf.dtx" instead of "ifpdf.ins".
2017-07-09 17:07:28 +02:00
Ricardo Wurmus 702f23b3b8 gnu: texlive-latex-base: Fix xetex and xelatex formats.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Build xetex and
xelatex formats with matching interpreters.
2017-07-09 17:07:27 +02:00
Ricardo Wurmus bb3b35975c build-system: texlive: Build union in configure phase.
This allows us to use texmf.cnf instead of having to set all required
environment variables manually.

* guix/build/texlive-build-system.scm (configure): New procedure.
(build): Simplify.
(%standard-phases): Add configure phase.
* guix/build-system/texlive.scm (texlive-build): Include (guix build union) in
modules.
(%texlive-build-system-modules): Likewise.
2017-07-09 17:07:27 +02:00
Ricardo Wurmus 1678be097b build-system: texlive: Only build packages in the current directory.
* guix/build/texlive-build-system.scm (build): Use scandir instead of
find-files.
2017-07-09 17:07:27 +02:00
Ricardo Wurmus fed7200862 gnu: deeptools: Update to 2.5.1.
* gnu/packages/bioinformatics.scm (deeptools): Update to 2.5.1.
[arguments]: Remove.
[native-inputs]: Use "python-" instead of "python2-" variants.
[inputs]: Likewise; add python-py2bit.
2017-07-09 17:07:27 +02:00
Ricardo Wurmus eb2200f3bd gnu: Add python-py2bit.
* gnu/packages/bioinformatics.scm (python-py2bit): New variable.
2017-07-09 17:07:23 +02:00
Ricardo Wurmus bdb31853f0 gnu: Add java-jgit-4.2.
* gnu/packages/version-control.scm (java-jgit-4.2): New variable.
2017-07-09 16:57:05 +02:00
Ricardo Wurmus 2613f5aff0 gnu: Add java-jgit.
* gnu/packages/version-control.scm (java-jgit): New variable.
2017-07-09 16:57:05 +02:00
Ricardo Wurmus f8e4d0224b gnu: Add java-slf4j-api.
* gnu/packages/java.scm (java-slf4j-api): New variable.
2017-07-09 16:57:04 +02:00
Ricardo Wurmus eb270ecfdd gnu: Add java-javaewah.
* gnu/packages/java.scm (java-javaewah): New variable.
2017-07-09 16:57:04 +02:00
Ricardo Wurmus 218d093b15 gnu: Add java-classpathx-servletapi
* gnu/packages/java.scm (java-classpathx-servletapi): New variable.
2017-07-09 16:57:03 +02:00
Tobias Geerinckx-Rice efd5a841e5 gnu: youtube-dl: Update to 2017.07.09.
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.09.
2017-07-09 15:58:35 +02:00
Marius Bakke ed40e7c5eb gnu: libjpeg-turbo: Update to 1.5.2.
* gnu/packages/image.scm (libjpeg-turbo): Update to 1.5.2.
[arguments]<#:phases>: Remove.
2017-07-09 15:12:53 +02:00
Feng Shu e2155f58c0 gnu: you-get: Update to 0.4.775.
* gnu/packages/video.scm (you-get): Update to 0.4.775.

Signed-off-by: Ben Woodcroft <donttrustben@gmail.com>
2017-07-09 21:27:37 +10:00
Leo Famulari b3cc304b30 gnu: poppler: Use an ABI-compatible replacement to fix CVE-2017-9776.
This is a followup to commit 95bbaa02aa.
See <https://bugs.gnu.org/27621> for more information.

Poppler 0.56.0's ABI is not compatible with Poppler 0.52.0, so it's not
possible to graft the newer version in place of the older one.

This change leaves CVE-2017-9775 unfixed for now.

* gnu/packages/patches/poppler-CVE-2017-9776.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/pdf.scm (poppler-0.56.0): Replace with ...
(poppler/fixed): ... new variable.
(poppler)[replacement]: Replaced with poppler/fixed.
2017-07-09 02:25:27 -04:00
Tobias Geerinckx-Rice 447f75825f gnu: sshuttle: Update to 0.78.3.
* gnu/packages/vpn.scm (sshuttle): Update to 0.78.3.
2017-07-09 01:59:25 +02:00
Kei Kebreau 5143517c99 gnu: wxmaxima: Update to 17.05.0.
* gnu/packages/maths.scm (wxmaxima): Update to 17.05.0.
[source]: Update URL and add file-name.
[native-inputs]: Add autoconf, automake and gettext-minimal.
[arguments]: Add 'autoconf' phase.
2017-07-08 17:05:55 -04:00
Efraim Flashner fac2b430b9 gnu: font-gnu-unifont: Update to 10.0.04.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.04.
2017-07-08 23:49:29 +03:00
Oleg Pykhalov dde1e152ce doc: Add note about private-key during offload.
* doc/guix.texi (Using the Offload Facility): Add note about private-key.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-07-08 18:29:35 +02:00
Ludovic Courtès 3512bd4d1c gnu: wget: Update comment about test failures.
* gnu/packages/wget.scm (wget)[arguments]: Update comment.
2017-07-08 16:39:45 +02:00
Ludovic Courtès 2deb146f6d gnu: libsoup: Adjust to new GnuTLS certificate-check behavior.
* gnu/packages/gnome.scm (libsoup)[arguments]: Add #:modules.
In 'pre-check' phase, invoke 'certtool'.
[native-inputs]: Add GNUTLS.
2017-07-08 16:39:40 +02:00
Ludovic Courtès 26c228f9b4 gnu: libsoup: Reindent.
* gnu/packages/gnome.scm (libsoup): Reindent.
2017-07-08 16:09:59 +02:00
Ben Woodcroft 4732e6ee84 gnu: blast+: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (blast+): Update to 2.6.0.
[origin]: Remove bundled pcre.  Add patch.
[arguments]: Replace paths in run_with_lock.c.  Configure with pcre.
[inputs]: Add pcre, perl, python.
* gnu/packages/patches/blast+-fix-makefile.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-07-08 12:05:59 +10:00
Kei Kebreau f2fa86cc82 gnu: maxima: Ensure gcc is available at runtime.
* gnu/packages/maths.scm (maxima)[inputs]: Add gcc.
[arguments]: Use modify-phases syntax. Add 'set-gcc-path' phase.
2017-07-07 20:47:28 -04:00
Leo Famulari 0ca1e77c14 gnu: perl-dbd-mysql: Update to 4.043.
* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.043.
2017-07-07 20:34:52 -04:00
Marius Bakke d28f90bed9 gnu: python-pyopenssl: Fix test failure on 32-bit platforms.
* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl)[source]: Use it.
2017-07-07 18:43:16 +02:00
Leo Famulari 4909eadfad gnu: irssi: Update to 1.0.4 [fixes CVE-2017-{10965,10966}].
* gnu/packages/irc.scm (irssi): Update to 1.0.4.
2017-07-07 12:36:00 -04:00
Danny Milosavljevic acc0f6bb58 guix system: Add file system label and uuid to iso9660-image.
* gnu/system/vm.scm (system-disk-image): Pass root-label to ...
(iso9660-image): ... here.  Add keyword arguments #:file-system-label
and #:file-system-uuid.
2017-07-07 18:04:31 +02:00
Mark H Weaver 0b1e2ecb25 gnu: webkitgtk: Update to 2.16.5.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.5.
2017-07-07 11:54:01 -04:00
Ludovic Courtès 0b6e4f82fc gnu: groff: Remove dependency on netpbm.
* gnu/packages/groff.scm (groff)[inputs]: Remove 'netpbm'.
2017-07-07 17:07:16 +02:00
Ludovic Courtès 7f0980839e gnu: wget: Fix compilation with Perl 5.26; skip faulty tests.
* gnu/packages/wget.scm (wget)[arguments]: New field.
[source](patches): Add "wget-perl-5.26.patch".
* gnu/packages/patches/wget-perl-5.26.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-07-07 17:07:16 +02:00
Ludovic Courtès c89e210788 gnu: Add basic support for powerpc64le-linux-gnu targets.
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add
"powerpc64le-linux".
* gnu/packages/linux.scm (system->linux-architecture): Add "powerpc"
prefix.
(system->defconfig): Add "powerpc64le-" prefix.
2017-07-07 17:07:16 +02:00
Tobias Geerinckx-Rice 5826e7b11b gnu: rdma-core: Update to 14.
* gnu/packages/linux.scm (rdma-core): Update to 14.
2017-07-07 15:24:14 +02:00
Tobias Geerinckx-Rice 5d3474c5a9 gnu: catimg: Update to 2.3.2.
* gnu/packages/image-viewers.scm (catimg): Update to 2.3.2.
2017-07-07 15:24:14 +02:00
Leo Famulari 642656a144 gnu: python-parsedatetime: Update to 2.4.
* gnu/packages/python.scm (python-parsedatetime, python2-parsedatetime):
Update to 2.4.
2017-07-07 01:23:12 -04:00
Leo Famulari 93013f1e79 gnu: python-icalendar: Update to 3.11.5.
* gnu/packages/python.scm (python-icalendar): Update to 3.11.5.
2017-07-07 01:23:08 -04:00
Alex Vong dab536fe1a gnu: libtiff: Fix CVE-2017-{9936,10688}.
* gnu/packages/patches/libtiff-CVE-2017-9936.patch,
gnu/packages/patches/libtiff-CVE-2017-10688.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use them.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-07 00:06:37 -04:00
Kei Kebreau ab104672e1 gnu: xorg-server: Fix CVE-2017-{10971,10972}.
* gnu/packages/patches/xorg-server-CVE-2017-10971.patch,
gnu/packages/patches/xorg-server-CVE-2017-10972.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/xorg.scm (xorg-server)[source]: Use them.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-07-06 23:52:22 -04:00
Alex Vong 96dcaa0ca9 gnu: youtube-dl: Update to 2017.07.02.
* gnu/packages/video.scm (youtube-dl): Update to 2017.07.02.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-07-07 01:50:27 +02:00
Leo Famulari 0a66c38764 Revert "gnu: blast+: Update to 2.6.0."
This reverts commit 18dea67dc3.
2017-07-06 19:38:55 -04:00
Ludovic Courtès 5dfbd76971 gnu: shadow: Correctly match the system type.
* gnu/packages/admin.scm (shadow)[inputs]: Use 'string-contains' instead
of 'string-prefix?' when matching the system type.
2017-07-07 00:44:55 +02:00
Mark H Weaver 879b89d1ae gnu: linux-libre@4.9: Update to 4.9.36.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.36.
2017-07-06 18:41:45 -04:00
Mark H Weaver 95f69e9cfc gnu: linux-libre@4.4: Update to 4.4.76.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.76.
2017-07-06 18:40:43 -04:00
Tobias Geerinckx-Rice 856f68786f gnu: iproute: Update to 4.12.0.
* gnu/packages/linux.scm (iproute): Update to 4.12.0.
2017-07-06 15:57:16 +02:00
Danny Milosavljevic 6b994438b0 gnu: ghostscript: Don't write CreationDate and ModDate header entries.
Followup to a64b174751.

* gnu/packages/ghostscript.scm (ghostscript)[source]: Don't write CreationDate
and ModDate header entries.
2017-07-06 12:18:28 +02:00
Rutger Helling d3f52500f3 gnu: xpra: Update to 2.0.3.
* gnu/packages/xorg.scm (xpra): Update to 2.0.3.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-07-06 13:28:08 +05:30
Efraim Flashner 8c6acc3efe gnu: freeipmi: Remove readline from inputs.
This is a follow-up to 694b7c3180.

* gnu/packages/freeimpi.scm (freeipmi)[inputs]: Really remove readline.
2017-07-06 09:45:52 +03:00
Efraim Flashner 694b7c3180 gnu: freeipmi: Update to 1.5.6.
* gnu/packages/freeipmi.scm (freeipmi): Update to 1.5.6.
[inputs]: Remove readline.
2017-07-06 09:39:09 +03:00
Danny Milosavljevic 5bc42e1a46 gnu: netpbm: Remove timestamps.
Fixes <https://bugs.gnu.org/27567>.

* gnu/packages/netpbm.scm (netpbm)[source]: Remove timestamps.
2017-07-06 02:20:33 +02:00
Danny Milosavljevic a64b174751 gnu: ghostscript: Make build reproducible.
Fixes <https://bugs.gnu.org/27563>.

* gnu/packages/ghostscript.scm (ghostscript)[source]: Remove timestamps.
2017-07-06 02:19:15 +02:00
Tobias Geerinckx-Rice 08094dc926 gnu: zstd: Update to 1.3.0.
* gnu/packages/compression.scm (zstd): Update to 1.3.0.
2017-07-06 01:28:05 +02:00
Tobias Geerinckx-Rice 6c69663400 gnu: libvirt: Update to 3.5.0.
* gnu/packages/qemu.scm (libvirt): Update to 3.5.0.
2017-07-06 01:28:05 +02:00
Tobias Geerinckx-Rice ab3cac3785 gnu: bash-completion: Update to 2.6.
* gnu/packages/bash.scm (bash-completion): Update to 2.6.
2017-07-06 01:28:05 +02:00
Marius Bakke a6a979cba3 gnu: mariadb: Update to 10.1.25.
* gnu/packages/databases.scm (mariadb): Update to 10.1.25.
2017-07-06 00:15:14 +02:00
Marius Bakke 79937f72c3 gnu: strace: Update to 4.18.
* gnu/packages/linux.scm (strace): Update to 4.18.
2017-07-06 00:15:13 +02:00
Marius Bakke ece8bb3812 gnu: xscreensaver: Update to 5.37.
* gnu/packages/xdisorg.scm (xscreensaver): Update to 5.37.
2017-07-06 00:15:13 +02:00
Ludovic Courtès ad01c7aa14 gnu: artanis: Update source URL.
* gnu/packages/guile.scm (artanis)[source]: Change URL to mirror://gnu.
2017-07-06 00:02:41 +02:00
Efraim Flashner 298fd38b4b gnu: julia: Add support for aarch64-linux.
* gnu/packages/julia.scm (julia)[arguments]: Add make-flag argument for
aarch64-linux.
[supported-systems]: Add aarch64-linux.
2017-07-05 20:26:46 +03:00
Efraim Flashner cdc827b3f3 gnu: gcompris: Update to 17.05.
* gnu/packages/education.scm (gcompris): Update to 17.05.
2017-07-05 12:40:40 +03:00
Efraim Flashner 0dd8791922 gnu: gcc@6: Update to 6.4.0.
* gnu/packages/gcc.scm (gcc@6, gfortran@6): Update to 6.4.0.
2017-07-05 08:31:46 +03:00
Leo Famulari 7550f8eaeb gnu: net-tools: Remove hostname from description.
This is a followup to commit c9e0a44eec.

* gnu/packages/linux.scm (net-tools)[description]: Update description.
2017-07-05 00:35:37 -04:00
Leo Famulari e048de6098 gnu: inet-utils: Mention hostname in description.
* gnu/packages/admin.scm (inetutils)[description]: Update description.
2017-07-05 00:35:28 -04:00
Stefan Reichör 2d677f84f4 gnu: tmux: Update to 2.5.
* gnu/packages/tmux.scm (tmux): Update to 2.5.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-05 00:24:02 +02:00
ng0 32f9cc3386 gnu: alpine: Use new URL.
* gnu/packages/mail.scm (alpine)[source]: Use new URL for download.
(home-page): Use new URL.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-07-05 00:24:02 +02:00
Ludovic Courtès 425ab478ac gnu: shepherd: Allow cross-compilation.
* gnu/packages/admin.scm (shepherd)[native-inputs]: Add GUILE-2.0.
2017-07-04 23:45:12 +02:00
Ludovic Courtès ba4aca3ae4 gnu: util-linux: Fix cross-compilation.
* gnu/packages/linux.scm (util-linux)[inputs]: Add NET-BASE
when (%current-target-system) is true.  Fixes cross-compilation.
2017-07-04 23:45:12 +02:00
Ludovic Courtès 6d9a859038 linux-initrd: Avoid monadic style a bit.
* gnu/system/linux-initrd.scm (expression->initrd): Use 'program-file'
for 'init'.
(flat-linux-module-directory): Use 'computed-file' instead of
'gexp->derivation'.
(raw-initrd): Adjust accordingly.
2017-07-04 23:45:12 +02:00
Feng Shu e208bf789c gnu: emacs-exwm-x: Update to 1.6.2.
* gnu/packages/emacs.scm (emacs-exwm-x): Update to 1.6.2.
2017-07-04 22:03:15 +02:00
Feng Shu adaebe80fb gnu: emacs-switch-window: Update to 1.5.1.
* gnu/packages/emacs.scm (emacs-switch-window): Update to 1.5.1.
2017-07-04 22:02:12 +02:00
Efraim Flashner ce7e361fa3 gnu: gemma: Fix building on non-Intel architectures.
* gnu/packages/patches/gemma-intel-compat.patch: New file.
* gnu/packages/bioinformatics.scm (gemma)[source]: Add patch.
[arguments]: Add NO_INTEL_COMPAT flag on non-Intel architectures.
* gnu/local.mk (dist_patch_DATA): Register patch.
2017-07-04 22:55:44 +03:00
Arun Isaac 0545e43a91 gnu: gajim: Update to 0.16.8.
* gnu/packages/messaging.scm (gajim): Update to 0.16.8.
[source]: Remove patch.
* gnu/packages/patches/gajim-CVE-2016-10376.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-04 23:07:15 +05:30
宋文武 296bf4d5ab services: Add 'sysctl-service-type'.
* gnu/services/sysctl.scm: New file.
* doc/guix.texi (Miscellaneous Services): Document it.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-07-04 20:40:51 +08:00
Ben J Woodcroft a522517cdb gnu: diamond: Update to 0.9.9.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.9.
2017-07-04 19:59:01 +10:00
Ben Woodcroft 18dea67dc3 gnu: blast+: Update to 2.6.0.
* gnu/packages/bioinformatics.scm (blast+): Update to 2.6.0.
[origin]: Remove bundled pcre.
[arguments]: Replace paths in run_with_lock.c.  Configure with pcre.
[inputs]: Add pcre, perl, python.
2017-07-04 19:58:42 +10:00
Mark H Weaver c24ea83cd7 gnu: linux-libre: Update to 4.12.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.12.
(%linux-libre-hash): Update hash.
* gnu/packages/aux-files/linux-libre/4.11-i686.conf,
gnu/packages/aux-files/linux-libre/4.11-x86_64.conf: Delete files.
* gnu/packages/aux-files/linux-libre/4.12-i686.conf,
gnu/packages/aux-files/linux-libre/4.12-x86_64.conf: New files.
* Makefile.am (AUX_FILES): Update accordingly.
2017-07-04 04:24:58 -04:00
Efraim Flashner fdaf6cd345 gnu: qt: Update to 5.9.1.
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras)
(qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors)
(qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel)
(qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2)
(qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d)
(qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.1.
(qtwebkit)[source]: Change to official qt location.
2017-07-04 08:55:00 +03:00
Marius Bakke a8a964db83 gnu: python-pylint: Update to 1.7.2.
* gnu/packages/python.scm (python-pylint): Update to 1.7.2.
[native-inputs]: Add PYTHON-PYTEST and PYTHON-PYTEST-RUNNER.
2017-07-04 02:52:26 +02:00
Marius Bakke de2f56cf96 gnu: python-astroid: Update to 1.5.3.
* gnu/packages/python.scm (python-astroid): Update to 1.5.3.
[properties]: Declare python2 variant.
(python2-astroid)[propagated-inputs]: Add PYTHON2-BACKPORTS-FUNCTOOLS-LRU-CACHE,
PYTHON2-ENUM34 and PYTHON2-SINGLEDISPATCH.
2017-07-04 02:52:26 +02:00
Marius Bakke 96bbc41f8b gnu: python-pyopenssl: Update to 17.1.0.
* gnu/packages/python.scm (python-pyopenssl, python2-pyopenssl): Update to 17.1.0.
[source]: Remove patch.
[native-inputs]: Add PYTHON-PRETEND.
[arguments]<#:phases>: Disable the network test here instead of via a patch.
Also disable one new test.
* gnu/packages/patches/python-pyopenssl-skip-network-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-07-04 02:52:26 +02:00
Marius Bakke 89fc5b82d4 gnu: python-cryptography: Update to 1.9.
* gnu/packages/python.scm (python-cryptography-vectors): Update to 1.9.
(python-cryptography): Update to 1.9.
[propagated-inputs]: Remove PYTHON-PACKAGING.
2017-07-04 02:52:25 +02:00
Marius Bakke 029933cf79 gnu: python-cffi: Update to 1.10.0.
* gnu/packages/python.scm (python-cffi): Update to 1.10.0.
[arguments]<#:phases>: Patch distutils.ccompiler call to use "gcc". Patch
another hard-coded cc invocation. Adjust `py.test` invocation per README.
2017-07-04 02:52:25 +02:00
Marius Bakke 295f32f34b gnu: python-cffi: Really enable tests.
* gnu/packages/python.scm (python-cffi, python2-cffi)[arguments]: Replace
'check' phase with custom expression. Change to 'modify-phases' syntax.
2017-07-04 02:52:25 +02:00
Marius Bakke 92d7e87c59 gnu: re2: Update to 2017-07-01.
* gnu/packages/regex.scm (re2): Update to 2017-07-01.
2017-07-04 02:52:25 +02:00
Marius Bakke 6db571cbf0 install: Drop redundant package after c0f5eee4b2.
* gnu/system/install.scm (installation-os): Remove SHADOW.
2017-07-04 02:52:25 +02:00
Tobias Geerinckx-Rice f88eaccf19 gnu: ibus: Update to 1.5.16.
* gnu/packages/ibus.scm (ibus): Update to 1.5.16.
2017-07-04 00:51:52 +02:00
Tobias Geerinckx-Rice e97b75d997 gnu: cdogs-sdl: Update to 0.6.5.
* gnu/packages/games.scm (cdogs-sdl): Update to 0.6.5.
[inputs]: Add mesa.
[home-page]: Use HTTPS.
2017-07-04 00:51:52 +02:00
Tobias Geerinckx-Rice e9e3a69d36 gnu: nnn: Update to 1.2.
* gnu/packages/admin.scm (nnn): Update to 1.2.
2017-07-04 00:51:52 +02:00
Kei Kebreau 910f1709a8 gnu: gcr: Correct patch.
* gnu/packages/patches/gcr-disable-failing-tests.patch: Correct
erroneously committed file.

This is a follow-up to commit 85c774808f.
2017-07-03 18:42:50 -04:00
Ludovic Courtès 960c6ce96d discovery: Recurse into directories pointed to by a symlink.
Reported by Christopher Baines <mail@cbaines.net>
and Alex Kost <alezost@gmail.com>
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00290.html>.

* guix/discovery.scm (scheme-files): When ENTRY is a symlink that
doesn't end in '.scm', call 'stat' and recurse if it points to a
directory.
* tests/discovery.scm ("scheme-modules recurses in symlinks to
directories"): New test.
2017-07-03 23:51:23 +02:00
Ludovic Courtès cc1dfc202f copy: Default to port 22.
Failing to do that, "%p" would be "0" when using "ProxyCommand"
in ~/.ssh/config.

* guix/scripts/copy.scm (send-to-remote-host): Default to port 22.
(retrieve-from-remote-host): Likewise.
2017-07-03 23:51:23 +02:00
Ludovic Courtès d5ec5ed719 packages: Mark 'replacement' as an "innate" field.
Suggested by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00355.html>.

* guix/packages.scm (<package>)[replacement]: Mark as "innate".
* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24)
(glibc-2.23, glibc-2.22, glibc-2.21, glibc-locales): Remove
'replacement' field, which was set to #f.
* gnu/packages/commencement.scm (perl-boot0): Likewise.
* gnu/packages/fontutils.scm (graphite2/fixed): Likewise.
* gnu/packages/ghostscript.scm (ghostscript/fixed): Likewise.
* gnu/packages/gnupg.scm (libgcrypt-1.7.8): Likewise.
* gnu/packages/guile.scm (guile-2.0/fixed, guile-2.2): Likewise.
* gnu/packages/icu4c.scm (icu4c/fixed): Likewise.
* gnu/packages/image.scm (libpng-apng): Likewise.
* gnu/packages/make-bootstrap.scm (%guile-static): Likewise.
* gnu/packages/pcre.scm (pcre/fixed): Likewise.
* gnu/packages/perl.scm (perl/fixed): Likewise.
* gnu/packages/ruby.scm (ruby-2.3, ruby-2.2, ruby-2.1)
(ruby-1.8): Likewise.
* gnu/packages/tls.scm (gnutls-3.5.13, gnutls/guile-2.2): Likewise.
* gnu/packages/xml.scm (expat-2.2.1): Likewise.
2017-07-03 23:51:22 +02:00
Nicolas Goaziou f6444059dd gnu: wine: Add stable release.
* gnu/packages/wine.scm (wine): Refer to stable release instead of development
  one.
(wine-next): New variable.
2017-07-03 18:10:11 +02:00
宋文武 85cfbd46ce profiles: xdg-desktop-database: Run the hook when GLib is referenced.
This will pull the latest 'desktop-file-utils' package into the profile
closure, as the 'xdg-mime-database' hook already does.

* guix/profiles.scm (xdg-desktop-database): Run the hook when 'glib' is
referenced.
2017-07-03 23:27:04 +08:00
Danny Milosavljevic 3b6e7d8651 doc: Update formatting.
* doc/guix.texi (disk-image): Update formatting of "ext4".

Follow-up to 3f4d8a7f66.
2017-07-03 16:38:05 +02:00
Oleg Pykhalov aadd75acd6 gnu: Add emacs-emamux.
* gnu/packages/emacs.scm (emacs-emamux): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-07-03 22:34:40 +08:00
Danny Milosavljevic 08c1f2d21c build: Add (gnu build file-systems) import.
* gnu/build/vm.scm: Add (gnu build file-systems) import.
2017-07-03 16:33:46 +02:00
Danny Milosavljevic 3f4d8a7f66 guix system: Add "--file-system-type" option.
* guix/scripts/system.scm (process-action): Pass file-system-type to ...
(perform-action): ... here.  Add new keyword argument.  Pass new value to ...
(system-derivation-for-action): ... here.  Add new keyword argument.
Pass new value to system-disk-image.
* doc/guix.texi (disk-image): Document new option.
2017-07-03 16:33:46 +02:00
Kei Kebreau 85c774808f gnu: gcr: Enable working tests.
* gnu/packages/patches/gcr-disable-failing-tests.patch,
gnu/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch:
New files.
* gnu/local.mk (dist_patch_DATA): Add patches.
* gnu/packages/gnome.scm (gcr)[source]: Use patches.
[arguments]: Enable tests.
2017-07-03 09:52:59 -04:00
Danny Milosavljevic 4f80be730e build: Clarify error message when make-iso9660-image fails.
* gnu/build/vm.scm (make-iso9660-image): Clarify error message.
2017-07-03 15:13:09 +02:00
Danny Milosavljevic 1feb3076cb build: Allow specifying volume-uuid with make-iso9660-image.
* gnu/build/file-systems.scm (iso9660-uuid->string): Export.
* gnu/build/vm.scm (make-iso9660-image): Add volume-uuid.
2017-07-03 15:07:25 +02:00
宋文武 1ec0c1f30e gnu: xfce: Propagate search paths of 'xfce4-panel'.
* gnu/packages/xfce.scm (xfce)[native-search-paths]: New field.
2017-07-03 19:27:56 +08:00
Roel Janssen fd2d17cdae gnu: Add emacs-sparql-mode.
* gnu/packages/emacs.scm (emacs-sparql-mode): New variable.
2017-07-03 13:02:07 +02:00
Efraim Flashner c23d897766 gnu: cups: Update to 2.2.4.
* gnu/packages/cups.scm (cups, cups-minimal): Update to 2.2.4.
2017-07-03 12:41:04 +03:00
Efraim Flashner 68eca62315 gnu: cups-filters: Update to 1.14.1.
* gnu/packages/cups.scm (cups-filters): Update to 1.14.1.
2017-07-03 12:40:22 +03:00
Danny Milosavljevic be1033a334 build: Add iso9660 system image generator.
* build-aux/hydra/gnu-system.scm (qemu-jobs): Add 'iso9660-image .
* gnu/build/vm.scm (make-iso9660-image): New variable.  Export it.
* gnu/system/vm.scm (iso9660-image): New variable.  Use make-iso9660-image.
(system-disk-image): Use iso9660-image.
2017-07-03 10:07:59 +02:00
Efraim Flashner 8ecb8bbc90 gnu: mesa: Update to 17.1.4.
* gnu/packages/gl.scm (mesa): Update to 17.1.4.
2017-07-03 08:58:42 +03:00
Ludovic Courtès 1b0f266e40 gnu: Switch guile-cairo and dependents to Guile 2.2 again.
Fixes <https://bugs.gnu.org/27551>.
Reported by Leo Famulari <leo@famulari.name>.

This reinstates the following commits:

  e3ddb1e83 * gnu: guile-cairo: Switch to Guile 2.2.
  ae5c6ef39 * gnu: guile-gnome: Update to 2.16.5.
  0fd8013fc * gnu: guile-rsvg: Update to commit 05c6a2fd.
  66b9183c4 * gnu: guile-lib: Switch to Guile 2.2.

and adds the following changes:

* gnu/bootloader/grub.scm (svg->png): Add 'package->derivation' call for
GUILE-2.2.  Pass #:guile-for-build to 'gexp->derivation'.
* gnu/build/svg.scm (svg->png): Add 'em' and 'ex' to the 'let-values'
form to account for all the values returned by
'rsvg-handle-get-dimensions', which Guile 2.2 does not truncate.
2017-07-02 22:52:30 +02:00
Theodoros Foradis 61f81618a8 gnu: Add toxic.
* gnu/packages/messaging.scm (toxic): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-07-02 22:52:27 +02:00
Danny Milosavljevic ed3485fa9c linux-initrd: Add isofs if necessary.
* gnu/system/linux-initrd.scm (base-initrd): Add isofs.
2017-07-02 20:27:26 +02:00
Alex Kost 3fb8e281b7 gnu: emacs-guix: Update to 0.3.2.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.3.2.
[arguments]: Add '--with-guix-site-ccache-dir' configure flag, as Guix
installs its .go files separately nowadays.
2017-07-02 20:45:18 +03:00
Danny Milosavljevic 9c0a05b31e file-systems: iso9660-uuid->string: Use "-" as separator in the result.
* gnu/build/file-systems.scm (iso9660-uuid->string): Use "-" as separator
in the result.
2017-07-02 19:27:25 +02:00
Leo Famulari f277dea2e2 gnu: beets: Update to 1.4.5.
* gnu/packages/music.scm (beets): Update to 1.4.5.
2017-07-02 11:35:04 -04:00
Ludovic Courtès 50cb948f1c install: Re-add /bin/sh.
Reported by Divan Santana <divan@santanas.co.za>.
/bin/sh had disappeared in commit
387e175492.

* gnu/system/install.scm (%installation-services): Add
'special-files-service-type' instance.
2017-07-02 16:44:59 +02:00
Leo Famulari e00a59097e gnu: python-vobject: Update to 0.9.5.
* gnu/packages/python.scm (python-vobject, python2-vobject): Update to 0.9.5.
2017-07-02 09:17:20 -04:00
Leo Famulari 477aa33400 gnu: vdirsyncer: Update to 0.16.0.
* gnu/packages/dav.scm (vdirsyncer): Update to 0.16.0.
[license]: Change to bsd-3.
2017-07-02 09:17:16 -04:00
Efraim Flashner bfba12695a gnu: ovmf: Fix build on x86_64.
This is a follow-up to 2eb95ade8f.

* gnu/packages/firmware.scm (ovmf)[arguments]: Fix the syntax used when
following the x86_64 fork of the arguments.
2017-07-02 13:13:35 +03:00
宋文武 dbde386ee3 ui: package->recutlis: Remove duplicated package names in dependencies.
* guix/ui.scm (package->recutils): Add call to 'delete-duplicates' in
'dependencies->recutils'.
2017-07-02 13:14:16 +08:00
Ludovic Courtès b2fde4800d store: 'references/substitutes' really caches its result.
Until now the cache was always empty because 'for-each' was passed ITEMS
as its second argument, and ITEMS was the empty list at that point.

* guix/store.scm (references/substitutes): Add 'requested' variable.
Use it as second argument of 'for-each' in base case.
2017-07-02 00:41:12 +02:00
Ludovic Courtès 2633bd324b store: 'references/substitutes' save an RPC is the trivial case.
* guix/store.scm (references/substitutes): Save a
'substitutable-path-info' call when MISSING is empty.
2017-07-02 00:41:12 +02:00
Efraim Flashner dd78efe39a gnu: font-google-noto: Update to 20170403.
* gnu/packages/fonts.scm (font-google-noto): Update to 20170403.
[source]: Update source uri.
2017-07-01 23:45:20 +03:00
Efraim Flashner fc19cee18c gnu: font-gnu-unifont: Update to 10.0.03.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.03.
[properties]: Add 'upstream-name' to ease updates.
2017-07-01 23:45:19 +03:00
Leo Famulari 5ace0919c2 Revert "gnu: guile-lib: Switch to Guile 2.2."
This reverts commit 66b9183c4f.
2017-07-01 16:08:47 -04:00
Leo Famulari 6b820ef15d Revert "gnu: guile-rsvg: Update to commit 05c6a2fd."
This reverts commit 0fd8013fca.
2017-07-01 16:08:47 -04:00
Leo Famulari 5e1f9b3042 Revert "gnu: guile-gnome: Update to 2.16.5."
This reverts commit ae5c6ef393.
2017-07-01 16:08:47 -04:00
Leo Famulari f3bb868a71 Revert "gnu: guile-cairo: Switch to Guile 2.2."
This commit caused the build of grub-image.png to fail, prevent the
build of grub.cfg and reconfiguring of GuixSD:

<https://bugs.gnu.org/27551>

This reverts commit e3ddb1e832.
2017-07-01 16:08:47 -04:00
Leo Famulari dc03f32dea gnu: guile-git: Update source URL.
* gnu/packages/guile.scm (guile-git)[source]: Update URL.
2017-07-01 15:25:21 -04:00
Mathieu Othacehe b02469d298 guix: git: Stop using libgit2-shutdown.
* guix/git.scm (with-libgit2): Stop calling (libgit2-shutdown) to prevent
segfaults when pointer finalizers are run.
2017-07-01 16:32:42 +02:00
Mark H Weaver 13fa4d7c35 gnu: glibc: Fix build on i686.
This is followup to 503a4df904.
Fixes <https://bugs.gnu.org/27489>.

* gnu/packages/base.scm (glibc/linux): Add
"glibc-vectorized-strcspn-guards.patch" to patches.
2017-07-01 02:18:32 -04:00
Ben Woodcroft ba773f65f0 gnu: cd-hit: Update to 4.6.8.
* gnu/packages/bioinformatics.scm (cd-hit): Update to 4.6.8.
2017-07-01 10:49:37 +10:00
Ben Woodcroft fd99d95b3f gnu: bwa: Update to 0.7.15.
* gnu/packages/bioinformatics.scm (bwa): Update to 0.7.15.
2017-07-01 09:48:20 +10:00
Tobias Geerinckx-Rice 97d451540c gnu: btrfs-progs: Update to 4.11.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.11.1.
2017-07-01 01:23:41 +02:00
Tobias Geerinckx-Rice 0c7ce625b7 gnu: tor: Update to 0.3.0.9 [fixes CVE-2017-0377].
* gnu/packages/tor.scm (tor): Update to 0.3.0.9.
2017-07-01 00:20:53 +02:00
Feng Shu f4ade9b6c8 gnu: Add emacs-exwm-x.
* gnu/packages/emacs.scm (emacs-exwm-x): New variable.
2017-06-30 23:30:31 +02:00
Feng Shu 58addd2b20 gnu: Add emacs-switch-window.
* gnu/packages/emacs.scm (emacs-switch-window): New variable.
2017-06-30 23:30:31 +02:00
Ludovic Courtès e3ddb1e832 gnu: guile-cairo: Switch to Guile 2.2.
This patch adjusts dependent packages accordingly.

* gnu/packages/gtk.scm (guile-cairo)[inputs]: Switch to GUILE-2.2 and
GUILE-LIB.
(guile-rsvg)[inputs]: Likewise.
(guile-present)[inputs]: Likewise.
(guile-gnome)[inputs]: Likewise.
* gnu/packages/plotutils.scm (guile-charting)[inputs]: Switch go
GUILE-2.2.
2017-06-30 23:20:34 +02:00
Ludovic Courtès ae5c6ef393 gnu: guile-gnome: Update to 2.16.5.
* gnu/packages/gtk.scm (guile-gnome): Update to 2.16.5.
[arguments] <pre-configure>: Use @GUILE_EFFECTIVE_VERSION@ instead of
"2.0".
[properties]: New field.
2017-06-30 23:20:34 +02:00
Ludovic Courtès 0fd8013fca gnu: guile-rsvg: Update to commit 05c6a2fd.
* gnu/packages/gtk.scm (guile-rsvg): Update to commit 05c6a2fd.
[source](url): Change to gitlab.com.
(snippet): Use @GUILE_EFFECTIVE_VERSION@ instead of "2.0".
* gnu/packages/patches/guile-rsvg-pkgconfig.patch: Use
"$GUILE_EFFECTIVE_VERSION" instead of "2.0".
2017-06-30 23:20:34 +02:00
Ludovic Courtès 66b9183c4f gnu: guile-lib: Switch to Guile 2.2.
* gnu/packages/guile.scm (guile-lib)[inputs]: Replace GUILE-2.0 with
GUILE-2.2.
(guile2.0-lib): New variable.
(guile2.2-lib): Mark as deprecated.
* gnu/packages/guile.scm (guile-ics): Use GUILE2.0-LIB.
* gnu/packages/gtk.scm (guile-cairo, guile-rsvg)
(guile-present, guile-gnome): Likewise.
* gnu/packages/skribilo.scm (skribilo): Likewise.
2017-06-30 23:20:33 +02:00
Ludovic Courtès 30f17d73d6 gnu: guile-lib: Update to 0.2.5.1.
* gnu/packages/guile.scm (guile-lib): Update to 0.2.5.1.
2017-06-30 23:20:33 +02:00
Leo Famulari f48a9d4a46 gnu: npth: Update to 1.5.
* gnu/packages/gnupg.scm (npth): Update to 1.5.
2017-06-30 16:54:05 -04:00
Leo Famulari 9570b01631 gnu: libreoffice: Update to 5.3.2.2.
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.3.2.2.
2017-06-30 16:11:45 -04:00
Ludovic Courtès 86f2309263 system: Avoid collision between GMP variants in the global profile.
* gnu/system.scm (%base-packages): Move GUILE-2.2 out of the list passed
to 'canonical-package'.
2017-06-30 22:10:07 +02:00
Ludovic Courtès 798b7678a0 gnu: hwloc: Add "lib" and "debug" outputs.
* gnu/packages/mpi.scm (hwloc)[outputs]: New field.
[arguments]: Add 'avoid-circular-references' phase.
(openmpi)[inputs]: Use the "lib" output of HWLOC.
* gnu/packages/parallel.scm (slurm)[inputs]: Likewise.
2017-06-30 18:44:41 +02:00
Ludovic Courtès 7eb9f31cd9 gnu: hwloc: Use /var as the localstatedir.
* gnu/packages/mpi.scm (hwloc)[arguments]: Add #:configure-flags.
2017-06-30 18:44:41 +02:00
Gregor Giesen 2973ebf504 gnu: Add mkvtoolnix.
* gnu/packages/video.scm (mkvtoolnix): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-30 12:43:41 -04:00
Gregor Giesen 15f1d02aad gnu: Add libmatroska.
* gnu/packages/video.scm (libmatroska): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-30 12:43:41 -04:00
Gregor Giesen 5bc2d5798d gnu: Add libebml.
* gnu/packages/xml.scm (libebml): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-30 12:43:41 -04:00
Gregor Giesen bf7c369940 gnu: Add nlohmann-json-cpp.
* gnu/packages/serialization.scm (nlohmann-json-cpp): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-30 12:43:40 -04:00
Leo Famulari ecb232bdfc gnu: isc-dhcp: Update bundled bind to 9.9.10-P2 [fixes CVE-2017-{3142,3143}].
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P2.
2017-06-30 11:59:31 -04:00
Leo Famulari faa1369e3c gnu: bind: Update to 9.11.1-P2 [fixes CVE-2017-{3142,3143}].
* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P2.
2017-06-30 11:59:28 -04:00
Arun Isaac 0ac042324a gnu: Add jo.
* gnu/packages/web.scm (jo): New variable.
2017-06-30 20:02:13 +05:30
Oleg Pykhalov c97979d629 gnu: Add emacs-org-edit-latex.
* gnu/packages/emacs.scm (emacs-org-edit-latex): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-30 19:09:32 +05:30
Ricardo Wurmus 3a4d5df2b0 gnu: itpp: Use texlive-tiny and ghostscript.
* gnu/packages/maths.scm (itpp)[native-inputs]: Replace texlive-minimal with
texlive-tiny; add ghostscript.
2017-06-30 13:57:42 +02:00
Ricardo Wurmus 612a387fe7 gnu: gnuplot: Use texlive-tiny.
* gnu/packages/maths.scm (gnuplot)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
2017-06-30 13:57:41 +02:00
Ricardo Wurmus a023ec6e4c gnu: giac-xcas: Use texlive-tiny.
* gnu/packages/algebra.scm (giac-xcas)[inputs]: Replace texlive-minimal with
texlive-tiny.
2017-06-30 13:57:41 +02:00
Ricardo Wurmus a8b0948b7c gnu: pari-gp: Use texlive-tiny.
* gnu/packages/algebra.scm (pari-gp)[native-inputs]: Replace texlive-minimal
with texlive-tiny.
2017-06-30 13:57:41 +02:00
Ricardo Wurmus 84889519bb gnu: po4a: Use texlive-tiny.
* gnu/packages/gettext.scm (po4a)[native-inputs]: Replace texlive-minimal with
texlive-tiny.
2017-06-30 13:57:41 +02:00
Ludovic Courtès e0556f7695 Merge branch 'master' into core-updates 2017-06-30 11:41:57 +02:00
Ludovic Courtès 87941d1df4 system: Use "@" to refer to the 'shadow' package.
Reported by Mark H Weaver
at <https://lists.gnu.org/archive/html/guix-devel/2017-06/msg00349.html>.

* gnu/system.scm (%base-packages): Use '@' for shadow.  This fixes an
error on Guile 2.0 where 'shadow' alone resolves to the (gnu system
shadow) module.
2017-06-30 11:27:30 +02:00
Leo Famulari 1abc08a8f4 gnu: shishi: Build with latest libgcrypt.
* gnu/packages/patches/shishi-fix-libgcrypt-detection.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/kerberos.scm (shishi)[source]: Use it.
[inputs]: Use libgcrypt instead of libgcrypt-1.5.
[arguments]: Set 'ac_cv_libgcrypt=yes' in #:configure-flags.
* gnu/packages/gnupg.scm (libgcrypt-1.5): Remove variable.
2017-06-30 02:32:57 -04:00
Leo Famulari c74acb569c gnu: poppler: Integrate grafted update.
* gnu/packages/pdf.scm (poppler): Update to 0.56.0.
[replacement]: Remove field.
(poppler-qt4, poppler-qt5): Use (inherit) instead of (package/inherit).
2017-06-30 02:32:57 -04:00
Leo Famulari 6b86ad153f gnu: libgcrypt: Integrate grafted update.
* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.8.
[replacement]: Remove field.
(libgcrypt-1.7.8): Remove variable.
(libgcrypt-1.5)[replacement]: Remove field.
2017-06-30 02:32:53 -04:00
Mark H Weaver 588b22575d gnu: linux-libre: Update to 4.11.8.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.8.
(%linux-libre-hash): Update hash.
2017-06-30 00:13:36 -04:00
Mark H Weaver 426187d278 gnu: linux-libre@4.9: Update to 4.9.35.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.35.
2017-06-30 00:12:55 -04:00
Mark H Weaver 5d7f9c156e gnu: linux-libre@4.4: Update to 4.4.75.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.75.
2017-06-30 00:12:16 -04:00
Mark H Weaver 5a1b5dccf0 gnu: linux-libre@4.1: Update to 4.1.42 [mitigates CVE-2017-1000364].
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.42.
2017-06-30 00:11:10 -04:00
Ludovic Courtès 79bfa63829 maint: Disk image size is automatically guessed.
* Makefile.am (GUIXSD_VM_IMAGE_SIZE): Remove.
(release): Remove --image-size argument from 'guix system disk-image'
command.
2017-06-30 00:16:51 +02:00
Ludovic Courtès a2278922fe vm: Use 'fold2' from (guix combinators).
* gnu/build/vm.scm: Use (guix combinators).
(fold2): Remove.
2017-06-30 00:16:51 +02:00
Ludovic Courtès a8ac4f081a vm: Estimate the disk size by default.
* gnu/build/vm.scm (estimated-partition-size): New procedure.
* gnu/system/vm.scm (expression->derivation-in-linux-vm):
Change #:disk-image-size default to 'guess.
[builder]: When DISK-IMAGE-SIZE is 'guess, use
'estimated-partition-size' and compute and estimate of the image size.
(qemu-image): Likewise.
* guix/build/store-copy.scm (file-size, closure-size): New procedures.
* guix/scripts/system.scm (%default-options): Change 'image-size' to
'guess.
* doc/guix.texi (Building the Installation Image): Remove '--image-size'
flag from example.
(Invoking guix system): Document the image size estimate.
2017-06-30 00:16:50 +02:00
Ludovic Courtès a2cf57e79e vm: Display the disk and partition sizes.
* gnu/build/vm.scm (load-in-linux-vm): Add 'format' call when
MAKE-DISK-IMAGE? is true.
(initialize-partition-table): Show the size of the partitions being
created.
2017-06-30 00:16:50 +02:00
Ludovic Courtès 6efb98ed3c vm: Fix 'load-in-linux-vm' docstring.
* gnu/build/vm.scm (load-in-linux-vm): Change default value of
  #:disk-image-size.  Update docstring to note that DISK-IMAGE-SIZE is
  in bytes.
2017-06-30 00:16:50 +02:00
Ludovic Courtès 1d97fd8cb6 build: Remove check for broken (srfi srfi-37).
This was for Guile < 2.0.9 and we've been requiring 2.0.9+ for some time
already.

* configure.ac: Remove 'GUIX_CHECK_SRFI_37' use and 'INSTALL_SRFI_37'
conditional.
* Makefile.am: Remove code in "if INSTALL_SRFI_37".
(EXTRA_DIST): Remove srfi/srfi-37.scm.in.
* srfi/srfi-37.scm.in: Remove.
* m4/guix.m4 (GUIX_CHECK_SRFI_37): Remove.
2017-06-30 00:16:50 +02:00
Leo Famulari 1024c8119c Merge branch 'master' into core-updates 2017-06-29 18:02:17 -04:00
Leo Famulari 92cb946bd9 gnu: intltool: Fix a compatibility issue with Perl 5.26.0.
* gnu/packages/patches/intltool-perl-compatibility.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/glib.scm (intltool)[source]: Use it.
2017-06-29 16:56:16 -04:00
Leo Famulari 95bbaa02aa gnu: poppler: Fix CVE-2017-{9775,9776}.
* gnu/packages/pdf.scm (poppler)[replacement]: New field.
(poppler-0.56.0): New variable.
(poppler-qt4, poppler-qt5): Use 'package/inherit'.
2017-06-29 16:40:10 -04:00
Efraim Flashner 1b6d3b7a23 gnu: thermald: Add file-name for source.
* gnu/packages/admin.scm (thermald)[source]: Add file-name field.
2017-06-29 23:09:24 +03:00
Efraim Flashner 86ee76254b gnu: thermald: Only build on i686 and x86_64.
* gnu/packages/admin.scm (thermald)[supported-systems]: New field.
2017-06-29 23:08:17 +03:00
Ludovic Courtès 503a4df904 gnu: glibc/linux: Add patches for CVE-2017-1000366.
* gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/base.scm (glibc/linux)[source](patches): Add them.
[replacement]: Remove.
(glibc-2.25-patched): Remove.
(glibc-2.24, glibc-2.23, glibc-2.22, glibc-2.21)
(glibc-locales): Remove 'replacement' field.
2017-06-29 22:03:33 +02:00
Efraim Flashner ef2c7fb5da gnu: libgcrypt: Add mitigation for CVE-2017-7526.
* gnu/packages/gnupg.scm (libgcrypt)[replacment]: New field.
(libgcrypt-1.7.8): New variable.
(libgcrypt-1.5)[replacment]: New field.
2017-06-29 21:04:33 +03:00
Jan Nieuwenhuizen 604e494dc0 gnu: mes: Update to 0.8.
* gnu/packages/mes.scm (mes): Update to 0.8.
2017-06-29 18:11:34 +02:00
Jan Nieuwenhuizen 9ae3fcb9e8 gnu: Add mescc-tools.
* gnu/packages/mes.scm (mescc-tools): New variable.
2017-06-29 18:09:42 +02:00
Ludovic Courtès c0f5eee4b2 system: Add 'shadow' to %BASE-PACKAGES.
Suggested by Göktuğ Kayaalp <self@gkayaalp.com>.

* gnu/system.scm (%base-packages): Add SHADOW.
2017-06-29 16:28:28 +02:00
Ricardo Wurmus b8d3a000ef gnu: libxfce4ui: Do not propagate gtk+-2.
Propagation of both gtk+ and gtk+-2 causes a conflict to be detected,
preventing the installation of xfce.

* gnu/packages/xfce.scm (libxfce4ui)[propagated-inputs]: Move "gtk+-2"...
[inputs]: ...to here.
(garcon)[inputs]: Add "gtk+-2".
(xfce4-appfinder)[inputs]: Add "gtk+-2".
(xfce4-power-manager)[inputs]: Add "gtk+-2".
(ristretto)[inputs]: Add "gtk+-2".
2017-06-29 16:06:14 +02:00
Ricardo Wurmus c860d6ef23 gnu: xfce: Build union instead of propagating inputs.
* gnu/packages/xfce.scm (xfce)[propagated-inputs]: Move all...
[inputs]: ...here.
[arguments]: Build a union.
2017-06-29 16:06:14 +02:00
Alex Vong d34970ee2b gnu: clojure: Update "tools-reader-src" to 1.0.0.
* gnu/packages/java.scm (clojure)[inputs]: Update "tools-reader-src" to
1.0.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29 15:21:18 +02:00
Dave Love a73e7dd3b0 gnu: Add procenv.
* gnu/packages/linux.scm (procenv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29 15:21:18 +02:00
Jelle Licht b786661309 gnu: ansible: Apply experimental patch to deal with wrapping of ansible script.
See <http://lists.gnu.org/archive/html/bug-guix/2017-05/msg00015.html> for the
rationale.

* gnu/packages/patches/ansible-wrap-program-hack.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (ansible)[source]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29 15:21:18 +02:00
Jelle Licht aafcfffd93 gnu: node: Update to 8.1.2.
* gnu/packages/node.scm (node): Update to 8.1.2.
(node)[arguments]: Disabled more tests.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-29 15:21:18 +02:00
Ludovic Courtès 3ab869b63f gnu: lapack: Install libraries to PREFIX/lib, not PREFIX/lib64.
This fixes a regression introduced in
ef39a17717, which would break
python-scipy ("undefined reference to `zungqr_'").

* gnu/packages/maths.scm (lapack)[arguments]: Add
"-DCMAKE_INSTALL_LIBDIR" to #:configure-flags.
2017-06-29 15:21:17 +02:00
Efraim Flashner 2eb95ade8f gnu: ovmf: Only build 32-bit firmware on i686-linux.
* gnu/packages/firmware.scm (ovmf)[arguments]: Only when the build
machine is x86_64-linux should the 64-bit firmware be built and
installed.
2017-06-29 12:54:54 +03:00
Efraim Flashner 8363a83517 gnu: openh264: Fix building on armhf and aarch64.
* gnu/packages/video.scm (openh264)[arguments]: Add 'CC=gcc' to
the #:make-flags.
2017-06-29 11:44:49 +03:00
Efraim Flashner fcf4003950 gnu: r-spams: Update to 2.6-2017-03-22.
* gnu/packages/statistics.scm (r-spams): Update to 2.6-2017-03-22.
[arguments]: Remove R-3.3 work-around and syntax fixes, add phase to
prevent tuning r-spams to the compiling hardware.
2017-06-29 10:02:58 +03:00
Eric Bavier 691ae7fa7a gnu: wdiff: Remove unused screen input.
* gnu/packages/wdiff.scm (wdiff): 'inputs' -> 'native-inputs'.
[native-inputs]: Remove unused screen input.
[arguments]: Use modify-phases.
2017-06-28 23:25:23 -05:00
Eric Bavier 57dfc9f86c gnu: screen: Update to 4.6.0.
* gnu/packages/screen.scm (screen): Update to 4.6.0.
[source]: Remove patch.
* gnu/packages/patches/screen-fix-info-syntax-error.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-28 22:59:41 -05:00
Eric Bavier 59b53c4227 gnu: moe: Update to 1.9.
* gnu/packages/moe.scm (moe): Update to 1.9.
2017-06-28 22:54:14 -05:00
Ricardo Wurmus 6309636640 gnu: emacs-ess: Use texlive-union instead of texlive.
* gnu/packages/emacs.scm (emacs-ess)[arguments]: Add phase "set-HOME".
[native-inputs]: Replace texlive with a texlive-union.
2017-06-29 01:54:34 +02:00
Ricardo Wurmus a0aa6b59dd gnu: Add texlive-tex-texinfo.
* gnu/packages/tex.scm (texlive-tex-texinfo): New variable.
2017-06-29 01:54:34 +02:00
Ricardo Wurmus 9f86ef85cf gnu: Add texlive-latex-hyperref.
* gnu/packages/tex.scm (texlive-latex-hyperref): New variable.
2017-06-29 01:54:34 +02:00
Ricardo Wurmus bd6e23856f gnu: texlive-latex-base: Install additional formats.
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Additionally build and
install tex.fmt, pdftex.fmt, pdfetex.fmt, and pdflatex.fmt.
2017-06-29 01:54:34 +02:00
Leo Famulari 6bcf1cd5db gnu: mpg123: Update to 1.25.0.
* gnu/packages/mp3.scm (mpg123): Update to 1.25.0.
2017-06-28 11:21:45 -04:00
Ricardo Wurmus e61bc976f6 gnu: snakemake: Fix cluster execution.
* gnu/packages/python.scm (snakemake)[arguments]: Add build phase
"call-wrapper-not-wrapped-snakemake".
2017-06-28 16:49:20 +02:00
Efraim Flashner 03b055a116 gnu: darktable: Limit supported platforms.
* gnu/packages/photo.scm (darktable)[supported-systems]: New field,
explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
2017-06-28 15:36:49 +03:00
Mark H Weaver b049ae2f97 gnu: xf86-video-intel: Use UXA accel method by default.
* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add #:configure-flags
with "--with-default-accel=uxa".
2017-06-28 06:14:59 -04:00
Mark H Weaver d07d292808 gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-06-28 06:09:59 -04:00
Efraim Flashner fea0040405 gnu: aria2: Update to 1.32.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.32.0.
2017-06-28 11:20:11 +03:00
Efraim Flashner ceb56fb129 gnu: translate-shell: Update to 0.9.6.4.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.4.
2017-06-28 09:36:02 +03:00
Ricardo Wurmus 9dac2a8ef4 gnu: emacs-calfw: Fix typo in description.
* gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo.
2017-06-28 07:56:51 +02:00
Ricardo Wurmus 51c15375ab gnu: texlive-latex-graphics: Update hash for graphics-def.
This is a follow-up commit to e3c970fc5c.

* gnu/packages/tex.scm (texlive-latex-graphics)[native-inputs]: Update hash
for graphics-def.
2017-06-28 07:56:51 +02:00
Ricardo Wurmus 171160d569 gnu: Add texlive-latex-seminar.
* gnu/packages/tex.scm (texlive-latex-seminar): New variable.
2017-06-28 07:56:50 +02:00
Ricardo Wurmus 9b416042d1 gnu: Add texlive-latex-natbib.
* gnu/packages/tex.scm (texlive-latex-natbib): New variable.
2017-06-28 07:56:50 +02:00
Mark H Weaver c75a3081a3 gnu: linux-libre@4.4: Update to 4.4.74.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.74.
[source]: Remove patch.
2017-06-28 00:54:05 -04:00
Kei Kebreau 795f3a0088 gnu: python-xsge: Fix source URL.
* gnu/packages/game-development.scm (python-xsge)[source]: Fix URL.
2017-06-27 20:28:06 -04:00
Ludovic Courtès 1873321279 gnu: kde-frameworks: Fix 'license' fields.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[license]:
Turn into a list of <license> objects.
(kdelibs4support)[license]: Likewise.
(khtml)[license]: Likewise.
(kjs)[license]: Likewise.
(kross)[license]: Likewise.
2017-06-27 22:41:31 +02:00
Arun Isaac 2482c02f3b gnu: emacs-which-key: Avoid leading "(" in description line.
* gnu/packages/emacs.scm (emacs-which-key): Reformat description to avoid a
line beginning with "(" because such lines break indentation in Emacs.
2017-06-27 11:39:01 +05:30
Marius Bakke 60724d6975 gnu: python-pytest: Build with 'bash' instead of 'bash-final'.
Addresses FTBFS after 704243e0c6.

* gnu/packages/python.scm (python-pytest)[native-inputs]: Add BASH.
(python-pytest-3.0)[native-inputs]: Inherit.
2017-06-26 23:22:58 +02:00
Ludovic Courtès 0040140d34 guix package: Allow '--rollback', after all.
* guix/scripts/package.scm (%options): Add "rollback" as an alias for
"roll-back".
2017-06-26 22:52:06 +02:00
Ludovic Courtès fc8fdcf56e guix package: 'guix package -r PKG -u' does not upgrade PKG.
Fixes <http://bugs.gnu.org/27262>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/package.scm (transaction-upgrade-entry): Check if ENTRY
matches 'manifest-transaction-removal-candidate?' and return TRANSACTION
if it does.
(process-actions): Move 'options->removable' from step 2 to step 1.
2017-06-26 22:52:06 +02:00
Ludovic Courtès 6d382339de profiles: Add 'manifest-transaction-removal-candidate?'.
* guix/profiles.scm (manifest-transaction-removal-candidate?): New
procedure.
* tests/profiles.scm ("manifest-transaction-removal-candidate?"): New
test.
2017-06-26 22:52:06 +02:00
Ludovic Courtès 94a400beba import cran: Generate a valid 'license' field for "GPL".
Fixes <http://bugs.gnu.org/27294>.
Reported by Joshua Sierles <joshua@joshua.si>.

* guix/import/cran.scm (string->license) <"GPL">: Return a quoted list.
2017-06-26 22:52:06 +02:00
Danny Milosavljevic b74e2f610a gnu: stellarium: Update to 0.16.0.
* gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation.
[arguments]: Remove "patch-version-check" phase.
Add "patch-tests" phase.
2017-06-26 22:36:31 +02:00
Leo Famulari 4d9d9e3fed gnu: Add thc-ipv6.
* gnu/packages/networking.scm (thc-ipv6): New variable.
2017-06-26 14:50:02 -04:00
Gábor Boskovits c2700e785b gnu: Add quagga.
* gnu/packages/networking.scm (quagga): New variable.
* gnu/packages/patches/quagga-reproducible-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-26 20:37:44 +02:00
Ludovic Courtès 26599d692c gnu: scotch: Build in 64-bit mode on 64-bit machines.
* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add
"INTSIZE64" CPP flag.
2017-06-26 18:16:11 +02:00
Ludovic Courtès 11f0c4e871 gnu: lapack: Build with LAPACKE_WITH_TMG=ON.
* gnu/packages/maths.scm (lapack)[arguments]: Pass
"-DLAPACKE_WITH_TMG=ON".
2017-06-26 18:16:11 +02:00
Ludovic Courtès ef39a17717 gnu: lapack: Update to 3.7.1.
* gnu/packages/maths.scm (lapack): Update to 3.7.1.
2017-06-26 18:16:11 +02:00
Tobias Geerinckx-Rice c79d59b913 gnu: dovecot: Update to 2.2.31.
* gnu/packages/mail.scm (dovecot): Update to 2.2.31.
2017-06-26 16:35:56 +02:00
Tobias Geerinckx-Rice 794cced614 gnu: lirc: Fix building on Ubuntu.
* gnu/packages/lirc.scm (lirc)[arguments]: Add ‘disable-kernel-sniffing’
phase.
2017-06-26 16:35:56 +02:00
Tobias Geerinckx-Rice 07cabcb156 gnu: evolution-data-server: Update to 3.24.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.3.
2017-06-26 16:35:55 +02:00
Tobias Geerinckx-Rice a78507698a gnu: gnome-tweak-tool: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.1.
2017-06-26 16:35:55 +02:00
Gábor Boskovits 24b91ebd2e gnu: Add ht.
* gnu/packages/hexedit.scm (ht): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-06-26 16:35:55 +02:00
Efraim Flashner 7c028db561 gnu: mit-scheme: Remove aarch64-linux from supported-systems.
* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Specify
exactly i686, x86_64 and armhf.
2017-06-26 13:13:09 +03:00
Mekeor Melire de2e402be7 gnu: Add emacs-autothemer.
* gnu/packages/emacs.scm (emacs-autothemer): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-26 15:18:25 +05:30
Hartmut Goebel 346d5d5874 gnu: Add kross.
* gnu/packages/kde-frameworks.scm (kross): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 8d10244db9 gnu: Add kmediaplayer.
* gnu/packages/kde-frameworks.scm (kmediaplayer): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel d153dc5b1d gnu: Add kjsembed.
* gnu/packages/kde-frameworks.scm (kjsembed): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel f0d4fe188f gnu: Add khtml.
* gnu/packages/kde-frameworks.scm (khtml): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 7090518f24 gnu: Add kjs.
* gnu/packages/kde-frameworks.scm (kjs): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 10afdf787b gnu: Add kdelibs4support.
* gnu/packages/kde-frameworks.scm (kdelibs4support): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 4cdf00d6d9 gnu: Add kde-frameworkintegration.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): New variable.
2017-06-26 10:59:54 +02:00
Rutger Helling cb76c4e316 gnu: wine: Update to 2.11.
* gnu/packages/wine.scm (wine): Update to 2.11

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-26 01:52:30 -04:00
Mark H Weaver 91cf5fdacd gnu: linux-libre: Update to 4.11.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.7.
(%linux-libre-hash): Update hash.
(linux-libre, linux-libre-arm-generic)[source]: Remove patch.
2017-06-26 01:05:29 -04:00
Mark H Weaver 6576365630 gnu: linux-libre@4.9: Update to 4.9.34.
* gnu/packages/linux.scm (linux-libre@4.9): Update to 4.9.34.
[source]: Remove patch.
2017-06-26 01:05:27 -04:00
Jan Nieuwenhuizen 7182442a63 gnu: nyacc: Update to 0.80.3.
* gnu/packages/mes.scm (nyacc): Update to 0.80.3.
2017-06-26 07:02:01 +02:00
Mark H Weaver ed068b960e Merge branch 'master' into core-updates 2017-06-26 00:00:58 -04:00
Mark H Weaver ffc015bea2 gnu: glibc: Fix replacement on i686.
This is followup to 665d6a5916.
Fixes <https://bugs.gnu.org/27489>.

* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24, glibc-2.23)
(glibc-2.22): Add glibc-vectorized-strcspn-guards.patch to patches.
Move a comment where it belongs.
* gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch: Swap with ...
* gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: ... this.
* gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.  Fix formatting.
2017-06-25 21:56:22 -04:00
Leo Famulari afc9d8ec2b gnu: Add jmtpfs.
* gnu/packages/linux.scm (jmtpfs): New variable.
2017-06-25 18:48:15 -04:00
Thomas Danckaert 2da6306427 gnu: hdf5: Update to 1.8.19.
* gnu/packages/maths.scm (hdf5): Update to 1.8.19.
[source]: Update uri.
2017-06-25 23:11:16 +02:00
Jelle Licht a1714ff5c7 gnu: Add pass-git-helper.
* gnu/packages/password-utils.scm (pass-git-helper): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-26 02:13:10 +05:30
Ludovic Courtès a1b46bdc06 guix package: Warn about packages that no longer exist.
Fixes <http://bugs.gnu.org/27261>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/package.scm (transaction-upgrade-entry): Add call to
'warning' when NAME cannot be found in the package set.
2017-06-25 22:29:15 +02:00
Ricardo Wurmus b45aa39b26 gnu: synthv1: Add support for non session manager.
* gnu/packages/music.scm (synthv1)[inputs]: Add non-session-manager.
[native-inputs]: Add pkg-config.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 92b70c6f89 gnu: samplv1: Add support for non session manager.
* gnu/packages/music.scm (samplv1)[inputs]: Add non-session-manager.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 41e2a73175 gnu: drumkv1: Add support for non session manager.
* gnu/packages/music.scm (drumkv1)[inputs]: Add non-session-manager.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus d993404416 gnu: samplv1: Update to 0.8.3.
* gnu/packages/music.scm (samplv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus a8e65bb960 gnu: drumkv1: Update to 0.8.3.
* gnu/packages/music.scm (drumkv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 2f16b89d41 gnu: synthv1: Update to 0.8.3.
* gnu/packages/music.scm (synthv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 8ceffb2f34 doc: Encourage signature verification.
* doc/contributing.texi (Submitting Patches): Remind contributors to verify
cryptographic signatures.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 7ceb0a83e3 gnu: Add f-seq.
* gnu/packages/bioinformatics.scm (f-seq): New variable.
2017-06-25 22:26:07 +02:00
宋文武 45214efe7c gnu: virt-manager: Add gtk-vnc and vte to inputs.
* gnu/packages/qemu.scm (virt-manager)[inputs]: Add gtk-vnc and vte.
2017-06-26 00:12:23 +08:00
宋文武 8c7f4f6ace gnu: python-libvirt: Update to 3.4.0.
* gnu/packages/qemu.scm (python-libvirt, python2-libvirt): Update to 3.4.0.
2017-06-26 00:12:23 +08:00
宋文武 8fc7bd234c gnu: libvirt: Update to 3.4.0, add more inputs.
* gnu/packages/qemu.scm (libvirt): Update to 3.4.0.
[inputs]: Add dmidecode, dnsmasq, ebtables, iproute and iptables.
2017-06-26 00:12:23 +08:00
宋文武 6876a6fe53 gnu: Add ebtables.
* gnu/packages/linux.scm (ebtables): New package.
2017-06-26 00:11:41 +08:00
宋文武 a4b9392151 gnu: libvirt: Use /etc as the sysconfdir.
* gnu/packages/qemu.scm (libvirt)[arguments]: Add '--sysconfdir=/etc' to
configure flags.  Replace the 'do-not-mkdir-in-/var' phase with a modified
'install' phase.
2017-06-25 23:53:09 +08:00
Oleg Pykhalov 1a80e4d7fc gnu: Add emacs-which-key.
* gnu/packages/emacs.scm (emacs-which-key): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-25 19:24:18 +05:30
Marius Bakke a80c7aeee2 gnu: nano: Update to 2.8.5.
* gnu/packages/nano.scm (nano): Update to 2.8.5.
2017-06-25 15:49:56 +02:00
Marius Bakke ca74aefb7b gnu: git: Update to 2.13.2.
* gnu/packages/version-control.scm (git): Update to 2.13.2.
2017-06-25 15:49:55 +02:00
Leo Famulari 23a53a95f1 gnu: grub: Disable a flaky test.
* gnu/packages/bootloaders.scm (grub)[arguments]: Add 'disable-flaky-test' phase
and run the tests in parallel.
2017-06-25 09:47:24 -04:00
Leo Famulari 052d9c01d9 gnu: imagemagick: Update to 6.9.8-10.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-10.
2017-06-25 09:47:24 -04:00
Tobias Geerinckx-Rice fbaed3eaad gnu: weechat: Update to 1.9.
* gnu/packages/irc.scm (weechat): Update to 1.9.
2017-06-25 15:33:45 +02:00
Leo Famulari 33717a17aa gnu: perl-image-exiftool: Update to 10.55.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.55.
[arguments]: Use modify-phases syntax.
2017-06-25 00:03:18 -04:00
Leo Famulari d17e085a59 gnu: Remove libwmf.
This package contains many security vulnerabilities and is no longer maintained
upstream. See this discussion for more information:

https://lists.gnu.org/archive/html/guix-devel/2017-05/msg00478.html

* gnu/packages/image.scm (libwmf): Remove variable.
* gnu/packages/wv.scm (wv)[inputs]: Remove libwmf.
[arguments]: Remove field.
* gnu/packages/abiword.scm (abiword)[inputs]: Remove libwmf.
[source]: Remove patch 'abiword-wmf-version-lookup-fix.patch'.
* gnu/packages/patches/abiword-wmf-version-lookup-fix.patch,
gnu/packages/patches/libwmf-CAN-2004-0941.patch,
gnu/packages/patches/libwmf-CVE-2006-3376.patch,
gnu/packages/patches/libwmf-CVE-2007-0455.patch,
gnu/packages/patches/libwmf-CVE-2007-2756.patch,
gnu/packages/patches/libwmf-CVE-2007-3472.patch,
gnu/packages/patches/libwmf-CVE-2007-3473.patch,
gnu/packages/patches/libwmf-CVE-2007-3477.patch,
gnu/packages/patches/libwmf-CVE-2009-1364.patch,
gnu/packages/patches/libwmf-CVE-2009-3546.patch,
gnu/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch,
gnu/packages/patches/libwmf-CVE-2015-4695.patch,
gnu/packages/patches/libwmf-CVE-2015-4696.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-06-24 23:10:28 -04:00
Tobias Geerinckx-Rice 68f30310e1 gnu: retroarch: Update to 1.6.1.
* gnu/packages/games.scm (retroarch): Update to 1.6.1.
[home-page]: Use HTTPS.
2017-06-25 01:25:30 +02:00
Roel Janssen a70d06b51a gnu: Add armagetronad.
* gnu/packages/games.scm (armagetronad): New variable.
2017-06-24 23:56:56 +02:00
Ludovic Courtès 0c3f8cb8e8 gnu: Add eog-plugins.
* gnu/packages/gnome.scm (eog-plugins): New variable.
2017-06-24 23:28:24 +02:00
Ludovic Courtès 55b7bbd87f gnu: libpeas: Propagate gobject-introspection.
* gnu/packages/gnome.scm (libpeas)[propagated-inputs]: New field.
2017-06-24 23:28:24 +02:00
Ludovic Courtès 4c228f9e54 refresh: Be more verbose when passed an explicit package list.
* guix/scripts/refresh.scm (check-for-package-update): Use
'version-compare' instead of 'version>?'.  When WARN? is true, print
something for the '=' and '<' cases.
2017-06-24 23:28:23 +02:00
Ludovic Courtès 048175e2ce gnu: geeqie: Enable map support.
* gnu/packages/image-viewers.scm (geeqie)[arguments]: Add
 #:configure-flags.
[inputs]: Add CLUTTER and LIBCHAMPLAIN.
2017-06-24 23:28:23 +02:00
Andreas Enge 1d093724b1 gnu: Add hugin.
* gnu/packages/photo.scm (hugin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-24 23:28:23 +02:00
Efraim Flashner 6e13e2bd01 gnu: libffcall: Update to 1.13.
* gnu/packages/libffcall.scm (libffcall): Update to 1.13.
[source]: Use url-fetch, download from GNU mirror.
[supported-systems]: Remove field.
2017-06-24 23:48:20 +03:00
Oleg Pykhalov 730c0790fc gnu: Add emacs-dired-hacks.
* gnu/packages/emacs.scm (emacs-dired-hacks): New variable.

Co-authored-by: Alex Kost <alezost@gmail.com>
2017-06-24 21:55:24 +03:00
Arun Isaac 99e9d598e3 gnu: font-google-material-design-icons: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-google-material-design-icons): Re-indent.
Switch to font-build-system.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2017-06-24 23:19:15 +08:00
rennes 0e5c9cf530 gnu: epiphany: Add gdk-pixbuf input.
* gnu/packages/gnome.scm (epiphany)[inputs]: Add gdk-pixbuf.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 16:51:12 +02:00
Theodoros Foradis 8bca358b21 gnu: Add adms.
* gnu/packages/engineering.scm (adms): New variable.
2017-06-24 09:18:56 +02:00
Theodoros Foradis 28b08d2ac8 gnu: Add meep.
* gnu/packages/engineering.scm (meep): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:56 +02:00
Theodoros Foradis 5e872d4b43 gnu: Add mpb.
* gnu/packages/engineering.scm (mpb): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:56 +02:00
Theodoros Foradis cbd9568fcd gnu: Add guile-libctl.
* gnu/packages/engineering.scm (guile-libctl): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:56 +02:00
Theodoros Foradis 1251c66425 gnu: Add harminv.
* gnu/packages/engineering.scm (harminv): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 09:18:54 +02:00
Efraim Flashner 665d6a5916 gnu: glibc: Add mitigations for CVE-2017-1000366.
* gnu/packages/base.scm (glibc/linux)[replacement]: New field.
(glibc-2.25-patched): New variable.
(glibc-2.24, glibc-2.23, glibc-2.22, glibc-2.21)[source]: Add patches.
[replacement]: New field.
(glibc-locales)[replacement]: New field.
* gnu/packages/patches/glibc-CVE-2017-1000366-pt1.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch,
gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.

Modified-By: Mark H Weaver <mhw@netris.org>
2017-06-24 02:42:37 -04:00
Mark H Weaver 13f7f2fd2b gnu: glibc-final: Add support for grafted glibc.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)
(glibc-final): Use 'package/inherit'.
2017-06-24 02:42:27 -04:00
Mark H Weaver 56ed97c8b5 gnu: glibc-2.22: Return #t from 'fix-pwd' phase.
Based on a patch by Efraim Flashner <efraim@flashner.co.il>.

* gnu/packages/base.scm (glibc-2.22)[arguments]: Return #t from 'fix-pwd'
phase.
2017-06-24 02:42:24 -04:00
Mark H Weaver d2ba69f315 gnu: guile-ssh: Fix entry in dist_patch_DATA.
Based on a patch by Efraim Flashner <efraim@flashner.co.il>.

* gnu/local.mk (dist_patch_DATA): "gnu" -> "%D%" for
guile-ssh-channel-finalization.patch.
2017-06-24 02:42:17 -04:00
Theodoros Foradis 6df20b5ae6 gnu: Add pulseview.
* gnu/packages/electronics.scm (pulseview): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 08:07:15 +02:00
Theodoros Foradis 2dbad1dd6e gnu: Add sigrok-cli.
* gnu/packages/electronics.scm (sigrok-cli): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:59:49 +02:00
Theodoros Foradis 1c12be9682 gnu: Add libsigrok.
* gnu/packages/electronics.scm (libsigrok): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:57:53 +02:00
Theodoros Foradis 7a19de9c48 gnu: Add sigrok-firmware-fx2lafw.
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:54:56 +02:00
Theodoros Foradis c07358022a gnu: Add libsigrokdecode.
* gnu/packages/electronics.scm (libsigrokdecode): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:50:26 +02:00
Theodoros Foradis 03d0cc1160 gnu: Add libserialport.
* gnu/packages/electronics.scm: New file.
(libserialport): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:47:38 +02:00
Theodoros Foradis 06de4aaf1e gnu: Add libzip.
* gnu/packages/compression.scm (libzip): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:46:03 +02:00
Danny Milosavljevic 92f4a60757 gnu: gnuastro: Enable "----enable-bin-op-alltypes".
* gnu/packages/astronomy.scm (gnuastro)[arguments]: Enable
"--enable-bin-op-alltypes".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-24 07:26:51 +02:00
Ben Woodcroft dfc83eadaf gnu: orfm: Update to 0.7.1.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.7.1.
2017-06-24 14:46:46 +10:00
Leo Famulari c57b56722f gnu: qemu: Fix CVE-2017-9524.
* gnu/packages/patches/qemu-CVE-2017-9524.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu)[source]: Use it.
2017-06-23 16:54:36 -04:00
Tobias Geerinckx-Rice ab126c170a gnu: youtube-dl: Update to 2017.06.23.
* gnu/packages/video.scm (youtube-dl): Update to 2017.06.23.
2017-06-23 17:34:23 +02:00
Tobias Geerinckx-Rice 5a2b45d136 gnu: knot: Update to 2.5.2.
This fixes a security hole (‘Improper TSIG validity period check can allow
TSIG forgery’) without CVE.

* gnu/packages/dns.scm (knot): Update to 2.5.2.
2017-06-23 17:21:20 +02:00
Tobias Geerinckx-Rice 89be33f75b gnu: rofi: Fix typos in description.
* gnu/packages/xdisorg.scm (rofi)[description]: Fix typos.
2017-06-23 17:21:20 +02:00
Tobias Geerinckx-Rice b95d5f629f gnu: balsa: Fix typo in description.
While a Perl MTA named ‘sendEmail’ exists, the upstream description upon
which ours is based clearly refers to ‘Sendmail’.

* gnu/packages/mail.scm (balsa)[description]: Fix typo.
2017-06-23 17:21:19 +02:00
Tobias Geerinckx-Rice 407b086ba5 gnu: neofetch: Update to 3.2.0.
* gnu/packages/admin.scm (neofetch): Update to 3.2.0.
2017-06-23 17:21:19 +02:00
Ben Woodcroft ab8d728144 gnu: orfm: Update to 0.7.0.
* gnu/packages/bioinformatics.scm (orfm): Update to 0.7.0.
2017-06-23 22:22:50 +10:00
Rutger Helling 4b34d603ef gnu: Add Xpra.
* gnu/packages/xorg.scm (xpra): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23 14:16:44 +02:00
Rutger Helling 7efd98be87 gnu: Add python-rencode.
* gnu/packages/python.scm (python-rencode): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23 14:16:44 +02:00
Rutger Helling f817b4d903 gnu: Add python2-pyopengl.
* gnu/packages/python.scm (python2-pyopengl): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-23 14:16:44 +02:00
Rutger Helling 21ab594917 gnu: higan: Update to 103.
* gnu/packages/games.scm (higan): Update to 103.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-23 13:49:25 +05:30
Ricardo Wurmus b37b48f819 gnu: Add js-respond.
* gnu/packages/javascript.scm (js-respond): New variable.
2017-06-23 08:14:41 +02:00
Ricardo Wurmus 94820951d6 gnu: Add kentutils.
* gnu/packages/bioinformatics.scm (kentutils): New variable.
2017-06-23 08:09:33 +02:00
Kei Kebreau 519bfc656c gnu: Add retux.
* gnu/packages/games.scm (retux): New variable.
2017-06-22 17:22:59 -04:00
Leo Famulari 001f8cdc48 gnu: isc-dhcp: Update bundled bind to 9.9.10-P1.
* gnu/packages/admin.scm (isc-dhcp): Update bundled bind to 9.9.10-P1.
2017-06-22 17:13:37 -04:00
Rutger Helling 0a2de1c296 gnu: higan: Update to 102.
* gnu/packages/games.scm (higan): Update to 102.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22 23:07:09 +02:00
nee 3116c8b5e0 gnu: Add ddate.
* gnu/packages/linux.scm (ddate): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-22 23:07:09 +02:00
Kei Kebreau cde208da31 gnu: python-xsge: Update to 2017.06.09.
* gnu/packages/game-development.scm (python-xsge): Update to 2017.06.09.
2017-06-22 17:00:00 -04:00
Kei Kebreau 8135351403 gnu: python-sge-pygame: Update to 1.5.
* gnu/packages/game-development.scm (python-sge-pygame,
python2-sge-pygame): Update to 1.5.
[inputs]: Add python-uniseg.
2017-06-22 17:00:00 -04:00
Kei Kebreau fa56c7733d gnu: Add python-uniseg.
* gnu/packages/python.scm (python-uniseg, python2-uniseg): New
variables.
2017-06-22 17:00:00 -04:00
Nicolas Goaziou 005c4ef85c gnu: emacs-org: Update to 20170622.
* gnu/packages/emacs.scm (emacs-org): Update to 20170622 a.k.a. Org 9.0.9.
2017-06-22 20:30:04 +02:00
Kei Kebreau 3d77785a10 gnu: grfcodec: Fix a typo.
* gnu/packages/game-development.scm (grfcodec)[description]: Reorder the
acronym and its expansion using @dfn.
2017-06-22 12:38:21 -04:00
Kei Kebreau a7cbe727d4 gnu: nml: Fix a typo.
* gnu/packages/game-development.scm (nml)[description]: Reorder the
acronym and its expansion using @dfn. Delete a duplicated word.
2017-06-22 12:35:33 -04:00
Ricardo Wurmus c1dfe8c30b gnu: python2-bx-python: Update to 0.7.3.
* gnu/packages/bioinformatics.scm (python2-bx-python): Update to 0.7.3.
2017-06-22 17:25:40 +02:00
Ricardo Wurmus cc005f9000 gnu: julia: Update to 0.6.0.
* gnu/packages/julia.scm (libuv-julia): Update to 1.9.0-5.52d72a52.
(julia): Update to 0.6.0.
[arguments]: Remove phase "fix-llvm-flag"; add phase "disable-documentation";
use threaded fftw variant in phase "hardcode-soname-map"; disable "file" tests
in phase "disable-broken-tests"; add "USE_LLVM_SHLIB=0" to make flags.
[native-inputs]: Add "unicode-data".
2017-06-22 17:25:39 +02:00
ng0 e81fd90e2f gnu: surfraw: Fix broken symlinks in manpages.
* gnu/packages/web.scm (surfraw)[arguments]: Add new 'compress-elvi.1sr' phase.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-22 10:45:37 -04:00
Efraim Flashner 202afee2da gnu: qtsensors: Lengthen test timeout.
* gnu/packages/qt.scm (qtsensors)[arguments]: Lengthen test
timeout so it passes on slower machines.
2017-06-22 13:05:09 +03:00
Ludovic Courtès 992a9e59dd gnu: Remove unnecessary module import.
This is a followup to d2885c8392.

* gnu/packages/version-control.scm: Remove needless module import.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 6efb578a14 daemon: Set TCP_NODELAY and TCP_QUICKACK on remote sockets.
* nix/nix-daemon/nix-daemon.cc (acceptConnection): Set TCP_NODELAY and
TCP_QUICKACK on REMOTE.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 1071f781d9 daemon: '--listen' can be passed several times, can specify TCP endpoints.
* nix/nix-daemon/guix-daemon.cc (DEFAULT_GUIX_PORT): New macro.
(listen_options): New variable.
(parse_opt): Push back '--listen' options to LISTEN_OPTIONS.
(open_unix_domain_socket, open_inet_socket)
(listening_sockets): New functions.
(main): Use it.  Pass SOCKETS to 'run'.
* nix/nix-daemon/nix-daemon.cc (matchUser): Remove.
(SD_LISTEN_FDS_START): Remove.
(acceptConnection): New function.
(daemonLoop): Rewrite to take a vector of file descriptors, to select(2)
on them, and to call 'acceptConnection'.
(run): Change to take a vector of file descriptors.
* tests/guix-daemon.sh: Add test.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 5df1395a8d store: Define a default port for TCP connections.
* guix/store.scm (%default-guix-port): New variable.
(connect-to-daemon)[connect]: Use it when (uri-port uri) is #f.
* doc/guix.texi (The Store): Mention the default port number.
2017-06-22 10:59:07 +02:00
Ludovic Courtès 7ae97a4c3f store: Pass a socket type hint to 'getaddrinfo'.
* guix/store.scm (open-inet-socket): Pass hints in the 'getaddrinfo'
call.
2017-06-22 10:59:06 +02:00
Leo Famulari ace6cc12d3 gnu: webkitgtk: Update to 2.16.4 [fixes CVE-2017-2538].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.4.
2017-06-22 03:11:34 -04:00
Ricardo Wurmus d92621cf45 gnu: python-drmaa: Update source URL.
* gnu/packages/python.scm (python-drmaa)[source]: Use pypi-uri.
2017-06-22 08:54:44 +02:00
Leo Famulari d9f806710f gnu: mbedtls-apache: Update to 2.5.1.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.5.1.
2017-06-22 02:00:12 -04:00
Leo Famulari 688c8c6744 gnu: openvpn: Update to 2.4.3 [fixes CVE-2017-{7508,7512,7520,7521,7522}].
See 'Changes.rst' in the source distribution for more information about the
security-related changes.

* gnu/packages/vpn.scm (openvpn): Update to 2.4.3.
2017-06-22 01:00:03 -04:00
Roel Janssen f70f3407ca gnu: Update calibre to 3.0.0.
* gnu/local.mk: Remove patch.
* gnu/packages/ebook.scm (calibre): Update to 3.0.0.
* gnu/packages/patches/calibre-dont-load-remote-icons.patch: Remove file.
2017-06-22 00:07:58 +02:00
Ricardo Wurmus bb19b2ebf3 gnu: propeller-gcc: Default to version 4.
* gnu/packages/embedded.scm (propeller-gcc): Rename this...
(propeller-gcc-6): ...to this.
(propeller-gcc-4): Inherit from propeller-gcc-6.
(propeller-gcc): New alias for propeller-gcc-4.
2017-06-21 22:47:39 +02:00
Tobias Geerinckx-Rice c7d0444a68 gnu: knot: Update to 2.5.1.
* gnu/packages/dns.scm (knot): Update to 2.5.1.
[inputs]: Add python-2 and python2-lmdb.
[arguments]: Adapt #:configure-flags.  Add ‘wrap-python-scripts’ phase.
2017-06-21 21:59:52 +02:00
Tobias Geerinckx-Rice 07041d95b1 gnu: Add python-lmdb.
* gnu/packages/databases.scm (python-lmdb, python2-lmdb): New variables.
2017-06-21 21:58:39 +02:00
Tobias Geerinckx-Rice fda852ff40 gnu: lmdb: Expand description.
* gnu/packages/databases.scm (lmdb)[synopsis]: Capitalise.
[description]: Elaborate.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice 9b8016612c gnu: python-pycodestyle: Update to 2.3.1.
* gnu/packages/python.scm (python-pycodestyle): Update to 2.3.1.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice b1a686bbd0 gnu: cracklib: Fix up description.
* gnu/packages/password-utils.scm (cracklib)[description]: Fix typos, add
mark-up, and drop unclear reference to the ancient ‘Crack 5’ tool.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice 4a577fef73 gnu: libpwquality: Update to 1.4.0.
* gnu/packages/password-utils.scm (libpwquality): Update to 1.4.0.
2017-06-21 21:58:38 +02:00
Tobias Geerinckx-Rice 636437ec50 gnu: Remove unused python-flake8-2.2.4.
* gnu/packages/python.scm (python-flake8-2.2.4): Remove variable.
2017-06-21 21:58:37 +02:00
Tobias Geerinckx-Rice 3b66438983 gnu: python-hacking: Update to 0.13.0.
* gnu/packages/openstack.scm (python-hacking): Update to 0.13.0.
[arguments]: Re-enable tests.
[propagated-inputs]: Use latest python-flake8.
[native-inputs]: Add python-eventlet, python-mock, python-reno, and
python-testrepository for tests.
2017-06-21 21:58:37 +02:00
Tobias Geerinckx-Rice 5150d8b4b4 gnu: python-eventlet: Skip failing test phase.
* gnu/packages/python.scm (python-eventlet)[arguments]: Disable tests.
2017-06-21 21:58:37 +02:00
Tobias Geerinckx-Rice 0b84a530c8 gnu: python-vobject: Update to 0.9.4.1.
* gnu/packages/python.scm (python-vobject): Update to 0.9.4.1.
2017-06-21 21:58:37 +02:00
Leo Famulari 7641266b03 gnu: mpd: Build with the default GCC.
* gnu/packages/mpd.scm (mpd)[native-inputs]: Remove gcc-5.
2017-06-21 15:15:07 -04:00
Leo Famulari 99d8b07981 gnu: opus-tools: Update to 0.1.10.
* gnu/packages/xiph.scm (opus-tools): Update to 0.1.10.
[home-page]: Use HTTPS URL.
2017-06-21 15:15:07 -04:00
Leo Famulari a8bcc5ffe9 gnu: opus: Update to 1.2.
* gnu/packages/xiph.scm (opus): Update to 1.2.
[home-page]: Use HTTPS URL.
2017-06-21 15:15:00 -04:00
Arun Isaac f885fc0512 gnu: gsl: Update to 2.4.
* gnu/packages/maths.scm (gsl): Update to 2.4.
[arguments]: Remove #:parallel-tests?.
2017-06-21 23:15:56 +05:30
Julien Lepiller f3853a259b gnu: services: use seconds instead of duration strings.
* gnu/services/dns.scm (zone-file, knot-policy-configuration): Use numbers
instead of duration strings.
(verify-knot-policy-configuration): Fix typo.
* doc/guix.texi (DNS Services): Update documentation.
2017-06-21 19:29:57 +02:00
Ludovic Courtès afd06f605b environment: Disable profile collision checks.
Reported by Efraim Flashner.
This is a followup to a654dc4bcf.

* guix/profiles.scm (profile-derivation): Add #:allow-collisions? and
honor it.
* guix/scripts/environment.scm (inputs->profile-derivation): Pass
 #:allow-collisions? #f to 'profile-derivation'.
* tests/guix-environment.sh: Test "guix environment guix".
2017-06-21 16:53:22 +02:00
Ludovic Courtès cba988ed85 gnu: a2ps: Build reproducibly.
* gnu/packages/pretty-print.scm (a2ps)[source](modules, snippet): New
fields.
2017-06-21 16:33:51 +02:00
Ludovic Courtès 44fa0dbec7 services: network-manager: Specify a default value.
* gnu/services/networking.scm (network-manager-service-type)[default-value]:
New field.
2017-06-21 14:52:30 +02:00
Ludovic Courtès 2e2b5ad7bb profiles: Move 'manifest-entry-dependencies' user after definition.
Reported by Efraim Flashner.

* guix/profiles.scm (manifest-transitive-entries): Move after
<manifest-entry> definition.
2017-06-21 11:59:33 +02:00
Efraim Flashner 1804d21017 gnu: efl: Add missing inputs.
* gnu/packages/enlightenment.scm (efl)[inputs]: Add libxau, libxdamage,
libxfixes, libxrender. Remove libxkbfile.
2017-06-21 12:31:10 +03:00
Ludovic Courtès 8c9e90debf guix package: '--search-paths' shows search paths from propagated inputs.
* guix/scripts/package.scm (process-query) <'search-paths>: Use
'manifest-transitive-entries' instead of 'manifest-entries'.
2017-06-21 11:05:53 +02:00
Ludovic Courtès a654dc4bcf profiles: Catch and report collisions in the profile.
* guix/profiles.scm (&profile-collision-error): New error condition.
(manifest-transitive-entries, manifest-entry-lookup, lower-manifest-entry)
(check-for-collisions): New procedures.
(profile-derivation): Add call to 'check-for-collisions'.
* guix/ui.scm (call-with-error-handling): Handle '&profile-collision-error'.
* tests/profiles.scm ("collision", "collision of propagated inputs")
("no collision"): New tests.
2017-06-21 11:05:53 +02:00
Ludovic Courtès 81e3485c0d guix package: Always upgrade packages that have propagated inputs.
* guix/scripts/package.scm (transaction-upgrade-entry): Always upgrade
packages that have propagated inputs.
2017-06-21 11:05:53 +02:00
Ludovic Courtès b3a00885c0 profiles: Manifest entries keep a reference to their parent entry.
* guix/profiles.scm (<manifest-entry>)[parent]: New field.
(package->manifest-entry): Add #:parent parameter.  Fill out the
'parent' field of <manifest-entry>; pass #:parent in recursive calls.
* guix/profiles.scm (sexp->manifest)[sexp->manifest-entry]: New
procedure.  Use it for version 3.
* tests/profiles.scm ("manifest-entry-parent"): New procedure.
("read-manifest")[entry->sexp]: Add 'manifest-entry-parent' to the
result.
2017-06-21 11:05:52 +02:00
Ludovic Courtès 55b4715fd4 profiles: Represent propagated inputs as manifest entries.
* guix/profiles.scm (package->manifest-entry): Turn DEPS into a list of
manifest entries.
(manifest->gexp)[entry->gexp]: Call 'entry->gexp' on DEPS.
Bump version to 3.
(sexp->manifest)[infer-dependency]: New procedure.
Use it for versions 1 and 2.  Parse version 3.
(manifest-inputs)[entry->gexp]: New procedure.
Adjust to 'dependencies' being a list of <manifest-entry>.
* tests/profiles.scm ("packages->manifest, propagated inputs")
("read-manifest"): New fields.
2017-06-21 11:05:52 +02:00
Ludovic Courtès a431929d3d gnu: unbound: Do not build static libraries.
* gnu/packages/dns.scm (unbound)[arguments]: Add "--disable-static" to
  #:configure-flags.  Suggested by Gregor Giesen <giesen@zaehlwerk.net>.
2017-06-21 11:05:52 +02:00
Roel Janssen fa3f5f472c gnu: Add python-regex.
* gnu/packages/python.scm (python-regex, python2-regex): New variables.
2017-06-21 10:36:07 +02:00
Mathieu Othacehe a48a20fb98 tests: Add extlinux gpt test.
* gnu/tests/install.scm (%test-installed-extlinux-os): New exported
  variable.
(%minimal-extlinux-os, %minimal-extlinux-os-source): New variables.
(%extlinux-gpt-installation-script): New variable.
(run-install)[packages]: New argument. The packages specified are
appended to the installation image.
2017-06-21 09:57:12 +02:00
Mathieu Othacehe dbaef95aab bootloader: extlinux: Add extlinux-bootloader-gpt.
* gnu/bootloader/extlinux.scm (extlinux-bootloader-gpt): New exported
  variable.
 (install-extlinux)[mbr]: New argument.
 (install-extlinux-mbr, install-extlinux-gpt): New variables.
 (extlinux-bootloader)[installer]: Use install-extlinux-mbr.
2017-06-21 09:57:12 +02:00
Mekeor Melire cffaca959a gnu: xmonad: Update to 0.13.
* gnu/packages/wm.scm (xmonad): Update to 0.13.
[inputs]: Add ghc-directory.
(ghc-xmonad-contrib): Update to 0.13.
2017-06-21 09:35:39 +02:00
Mekeor Melire 48ca045c8d gnu: ghc-x11: Update to 1.8.
* gnu/packages/haskell.scm (ghc-x11): Update to 1.8.
2017-06-21 09:35:17 +02:00
Efraim Flashner 6d96af5eaa gnu: busybox: Fix indentation.
* gnu/packages/busybox.scm (busybox)[arguments]: Whitespace changes.
2017-06-21 10:13:39 +03:00
Efraim Flashner 5897428f1c gnu: busybox: Update to 1.26.2.
* gnu/packages/busybox.scm (busybox): Update to 1.26.2.
2017-06-21 10:10:39 +03:00
Efraim Flashner d2885c8392 gnu: cvs-fast-export: Update to 1.43.
* gnu/packages/version-control.scm (cvs-fast-export): Update to 1.43.
[arguments]: Add phases to not build architecture-specific optimized
code and to force python-2. Disable parallel building.
2017-06-21 09:55:52 +03:00
Kei Kebreau ca508f1cfb gnu: openttd: Add 'install-data' phase.
* gnu/packages/games.scm (openttd)[arguments]: Add it.
[native-inputs]: Add openttd-opengfx.
2017-06-20 19:50:27 -04:00
Kei Kebreau 4df9495e68 gnu: Add openttd-opengfx.
* gnu/packages/games.scm (openttd-opengfx): New variable.
2017-06-20 19:50:27 -04:00
Kei Kebreau 94a66dd92a gnu: Add grfcodec.
* gnu/packages/game-development.scm (grfcodec): New variable.
2017-06-20 19:50:27 -04:00
Kei Kebreau 2f6e988da3 gnu: Add dos2unix.
* gnu/packages/textutils.scm (dos2unix): New variable.
2017-06-20 19:50:27 -04:00
Kei Kebreau 7357fcf286 gnu: Add nml.
* gnu/packages/game-development.scm (nml): New variable.
2017-06-20 19:50:19 -04:00
Ludovic Courtès 92321b76a6 gnu: wine64: Remove redundant description.
* gnu/packages/wine.scm (wine64)[description]: Remove.
2017-06-20 23:41:13 +02:00
Rutger Helling b3623b6fe7 gnu: Add nzbget.
* gnu/packages/networking.scm (nzbget): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-20 23:41:00 +02:00
Rutger Helling 7e9e1a36b0 gnu: tor: Add seccomp support.
* gnu/packages/tor.scm (tor)[inputs]: Add libseccomp.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-20 23:40:07 +02:00
Gregor Giesen 7e61a16c97 gnu: Add unbound.
* gnu/packages/dns.scm (unbound): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-20 23:40:07 +02:00
Marius Bakke e2de6bbdd5 gnu: xf86-video-intel: Update to 2.99.917-6-6babcf1.
Consult this URL for changes since the last update (six commits):

<https://cgit.freedesktop.org/xorg/driver/xf86-video-intel/log/?qt=range&q=b57abe20e81f4b8e4dd203b6a9eda7ff441bc8ce..6babcf15dd605ef40de53f5c34f95b7fd195edbe>

* gnu/packages/xorg.scm (xf86-video-intel): Update to 2.99.917-6-6babcf1.
2017-06-20 22:48:57 +02:00
Rutger Helling b3ebd24162 gnu: Add wine64.
* gnu/packages/wine.scm (wine64): New variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-20 22:33:09 +02:00
Marius Bakke 3f56740d72 gnu: nasm: Update to 2.13.01.
* gnu/packages/assembly.scm (nasm): Update to 2.13.01.
[arguments]: Adjust Makefile substitutions.
2017-06-20 22:16:45 +02:00
Marius Bakke fe435b3af6 gnu: gstreamer: Update to 1.12.1.
* gnu/packages/gstreamer.scm (gstreamer, gst-plugins-base, gst-plugins-good,
gst-plugins-bad, gst-plugins-ugly, gst-libav, python-gst, python2-gst): Update
to 1.12.1.
2017-06-20 19:16:53 +02:00
Marius Bakke 4afd813711 gnu: c-ares: Update to 1.13.0 [fixes CVE-2017-1000381].
* gnu/packages/adns.scm (c-ares): Update to 1.13.0.
2017-06-20 19:04:06 +02:00
Arun Isaac 148585c240 gnu: Move contents of zip module into compression module.
* gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to...
* gnu/packages/compression.scm: ...here.
* gnu/packages/zip.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file.
* po/packages/POTFILES.in: Unregister deleted file.
* gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression,
docbook, documentation, fonts, fpga, game-development, games, gl, gnome,
gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice,
markup, maths, mc, monitoring, music, php, pretty-print, python, scheme,
smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml,
zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm:
Adapt module import.
2017-06-20 18:10:35 +05:30
Mark H Weaver 2e701cd384 gnu: linux-libre-arm-generic: Add mitigation for CVE-2017-1000364.
This is a followup to commit 91c623aae0.

* gnu/packages/linux.scm (linux-libre-arm-generic): Add patch to mitigate
CVE-2017-1000364.
2017-06-20 03:38:35 -04:00
Nicolas Goaziou 53321ad388 gnu: giac-xcas: Update to 1.2.3-51.
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.3-51.
2017-06-20 08:51:58 +02:00
Danny Milosavljevic 5f3d46ce67 gnu: rustc: Enable tests.
* gnu/packages/rust.scm (rustc)[source]: Remove bundled llvm.
[native-inputs]: Add bison, flex, procps.
[inputs]: Update llvm to llvm-3.9.1.
[arguments]: Patch and enable tests.
2017-06-20 07:18:01 +02:00
Mark H Weaver a9308efec6 gnu: guile-2.2/fixed: Increase timeout and max-silent-time.
* gnu/packages/guile.scm (guile-2.2/fixed)[properties]: Add 'timeout' and
'max-silent-time' properties.
2017-06-20 00:29:31 -04:00
Mark H Weaver 9815739e9b Merge branch 'master' into core-updates 2017-06-20 00:25:59 -04:00
Mark H Weaver 16b0f205cf gnu: guile@2.2: Increase max-silent-time to 10 hours.
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time to
10 hours.
2017-06-20 00:23:00 -04:00
Mark H Weaver 91c623aae0 gnu: linux-libre: Add mitigation for CVE-2017-1000364.
This increases the stack guard gap size from one page to 1 MiB in
linux-libre-4.11, 4.9, and 4.4, to mitigate CVE-2017-1000364 (Stack Clash).

* gnu/packages/linux.scm (linux-libre, linux-libre-4.9, linux-libre-4.4): Add
patch.
2017-06-19 23:26:59 -04:00
Leo Famulari 53c2dc3108 gnu: exim: Update to 4.89.
* gnu/packages/mail.scm (exim): Update to 4.89.
2017-06-19 20:20:57 -04:00
Leo Famulari 4dd8d28085 gnu: exim: Fix CVE-2017-1000369.
* gnu/packages/patches/exim-CVE-2017-1000369.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/mail.scm (exim)[source]: Use it.
2017-06-19 20:20:54 -04:00
Ludovic Courtès e037e9dbec store: Buffer RPC writes.
For a command like:

  guix build python2-numpy -n

this reduces the number of 'write' syscalls from 9.5K to 2.0K.

* guix/store.scm (<nix-server>)[buffer, flush]: New fields.
(open-connection): Adjust accordingly.  Call 'buffering-output-port' to
compute the two new fields.
(write-buffered-output, buffering-output-port): New procedures.
(operation): Write to (nix-server-output-port server).  Call
'write-buffered-output'.
2017-06-19 23:23:14 +02:00
Nicolas Goaziou ec450c3642 gnu: wireshark: Update to 2.2.7.
* gnu/packages/networking.scm (wireshark): Update to 2.2.7.
2017-06-19 23:01:12 +02:00
Leo Famulari 030f3219c3 gnu: httpd: Update to 2.4.26 [fixes CVE-2017-7659].
* gnu/packages/web.scm (httpd): Update to 2.5.26.
2017-06-19 16:49:11 -04:00
Efraim Flashner 299b05254f gnu: glpk: Update to 4.62.
* gnu/packages/maths.scm (glpk): Update to 4.62.
2017-06-19 22:07:15 +03:00
Leo Famulari fed1898d4e gnu: certbot: Build with Python 3.
* gnu/packages/tls.scm (certbot): Use python-3 to build.
[native-inputs, propagated-inputs]: Use Python 3 variants of dependencies. Use
python-mock-2.
2017-06-19 13:07:20 -04:00
Leo Famulari 731b0c727c gnu: Add python-mock-2.
* gnu/packages/python.scm (python-mock-2): New variable.
2017-06-19 13:07:20 -04:00
Efraim Flashner e46e957385 gnu: python: Skip one more test.
* gnu/packages/python.scm (python)[source]: Remove another test.
2017-06-19 11:37:27 +03:00
Efraim Flashner 7e60206dff gnu: enlightenment: Patch more hardcoded paths.
* gnu/packages/enlightenment.scm (enlightenment)[arguments]: Patch
hardcoded paths to mount, umount, eject, halt, reboot.
[native-inputs]: Add util-linux.
2017-06-19 09:50:45 +03:00
Ricardo Wurmus 00f037ca44 build-system/texlive: Update to texlive-2017.1, revision 44591.
* guix/build-system/texlive.scm (%texlive-tag): Change to texlive-2017.1.
(%texlive-revision): Change to 44591.
2017-06-19 08:22:04 +02:00
Ricardo Wurmus 83474718f2 gnu: texlive-latex-l3packages: Update to revision 44591.
* gnu/packages/tex.scm (texlive-latex-l3packages): Update to revision 44591.
2017-06-19 08:22:04 +02:00
Ricardo Wurmus 1f7d1010b6 gnu: texlive-latex-l3kernel: Update to revision 44591.
* gnu/packages/tex.scm (texlive-latex-l3kernel): Update to revision 44591.
2017-06-19 08:22:04 +02:00
Ricardo Wurmus e3c970fc5c gnu: texlive-latex-graphics: Update to revision 44591.
* gnu/packages/tex.scm (texlive-latex-graphics): Update to revision 44591.
2017-06-19 08:22:04 +02:00
Ricardo Wurmus fea8eef34b gnu: texlive-generic-ifxetex: Use %texlive-revision as version.
* gnu/packages/tex.scm (texlive-generic-ifxetex)[version]: Change to
%texlive-revision.
2017-06-19 08:22:04 +02:00
Ricardo Wurmus 96c336be07 gnu: texlive-tex-plain: Update to revision 44591.
* gnu/packages/tex.scm (texlive-tex-plain): Update to revision 44591.
2017-06-19 08:22:03 +02:00
Ricardo Wurmus 15dc52e5a7 gnu: texlive-dvips: Update to revision 44591.
* gnu/packages/tex.scm (texlive-dvips): Update to revision 44591.
2017-06-19 08:22:03 +02:00
Efraim Flashner 20b7b75c32 gnu: gnome-planner: Fix building on aarch64.
* gnu/packages/gnome.scm (gnome-planner)[arguments]: Add configure-flag
to set build-target when building on aarch64.
2017-06-19 08:41:54 +03:00
Efraim Flashner 83acf3ead4 gnu: python-efl: Update to 1.19.0.
* gnu/packages/enlightenment.scm (python-efl): Update to 1.19.0.
2017-06-19 08:41:54 +03:00
Efraim Flashner 0b6114da01 gnu: edi: Update to 0.5.0.
* gnu/packages/enlightenment.scm (edi): Update to 0.5.0.
[arguments]: Set home directory.
2017-06-19 08:41:53 +03:00
Efraim Flashner 8f1f2784e6 gnu: efl: Update to 1.19.1.
* gnu/packages/enlightenment.scm (efl): Update to 1.19.1.
[arguments]: Add flag to disable systemd support.
[phases]: Add phase to set home directory.
(terminology, rage)[arguments]: Set home directory before building.
* gnu/packages/connman.scm (econnman)[arguments]: Same.
2017-06-19 08:41:53 +03:00
Efraim Flashner efb212e80d gnu: enlightenment: Update to 0.21.8.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.21.8.
2017-06-19 08:41:24 +03:00
Marius Bakke d76e26342e gnu: libbluray: Update to 1.0.1.
* gnu/packages/video.scm (libbluray): Update to 1.0.1.
[arguments]<#:configure-flags>: Adjust deprecated flag.
2017-06-18 18:22:07 +02:00
Marius Bakke 1f1b3445f4 gnu: pcsc-lite: Update to 1.8.22.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.22.
2017-06-18 18:22:07 +02:00
Marius Bakke 200762a44c gnu: miniupnpc: Update to 2.0.20170509.
* gnu/packages/upnp.scm (miniupnpc): Update to 2.0.20170509.
[source]: Remove obsolete patch.
* gnu/packages/patches/miniupnpc-CVE-2017-8798.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-18 18:22:06 +02:00
Marius Bakke f43cc4a386 gnu: bitcoin-core: Update to 0.14.2.
* gnu/packages/finance.scm (bitcoin-core): Update to 0.14.2.
2017-06-18 18:22:06 +02:00
Marius Bakke b004c79f72 gnu: subversion: Don't create 'perllocal.pod'.
* gnu/packages/version-control.scm (subversion)[arguments]: Add "NO_PERLLOCAL=1"
to Makefile.PL arguments in "install-perl-bindings" phase.
2017-06-18 18:22:06 +02:00
Marius Bakke 0fff1495bc gnu: git: Prevent creating 'perllocal.pod'.
* gnu/packages/version-control.scm (git)[arguments]<#:phases>: Rename
'patch-makefile-shebangs' to 'patch-makefiles'. Add substitution.
2017-06-18 18:22:06 +02:00
Ricardo Wurmus e1287aed0c gnu: fish-guix: Update home page.
* gnu/packages/shells.scm (fish-guix)[home-page]: Update it.
2017-06-18 17:20:53 +02:00
Ricardo Wurmus 1d3be5d963 gnu: propeller-gcc-4: Add cross environment variables patch.
* gnu/packages/embedded.scm (propeller-gcc-4)[source]: Add
gcc-cross-environment-variables.patch.
2017-06-18 16:57:40 +02:00
Danny Milosavljevic 7fadeab448 gnu: Add python-smmap2.
* gnu/packages/python.scm (python-smmap2, python2-smmap2): New variables.
2017-06-18 14:10:26 +02:00
Stefan Reichör 61253c4f97 gnu: Add fping.
* gnu/packages/networking.scm (fping): New variable.
2017-06-18 12:42:36 +02:00
Mark H Weaver 05e26d1ecd gnu: expat: Eliminate graft.
* gnu/packages/xml.scm (expat): Update to 2.2.1.
[source]: Remove patch.
[replacement]: Remove field.
(expat-2.2.1): Remove variable.
* gnu/packages/patches/expat-CVE-2016-0718-fix-regression.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-18 02:41:58 -04:00
Mark H Weaver 9d4385634d Merge branch 'master' into core-updates 2017-06-18 02:36:51 -04:00
Mark H Weaver 96fd87c96b gnu: expat: Replace with 2.2.1 [fixes CVE-2017-9233, CVE-2016-9063].
* gnu/packages/xml.scm (expat)[replacement]: New field.
(expat-2.2.1): New variable.
2017-06-18 02:16:53 -04:00
Mark H Weaver 3d9b8b407b gnu: linux-libre: Update to 4.11.6.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.6.
(%linux-libre-hash): Update hash.
2017-06-18 00:51:46 -04:00
Mark H Weaver d406f8ca19 gnu: linux-libre@4.9: Update to 4.9.33.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.33.
2017-06-18 00:50:53 -04:00
Mark H Weaver b2b800f1ff gnu: linux-libre@4.4: Update to 4.4.73.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.73.
2017-06-18 00:50:03 -04:00
ng0 e07bc1ff74 gnu: gnurl: Update to 7.54.1.
* gnu/packages/gnunet.scm (gnurl): Update to 7.54.1.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-17 18:15:36 -04:00
Ludovic Courtès b3d8153d39 import: pypi: Adjust URIs in tests.
This is a followup to d1e7ca2df8.

* tests/pypi.scm ("pypi->guix-package")
("pypi->guix-package, wheels"): Expect (pypi-uri "foo" version) for the
'uri' field.
2017-06-18 00:14:07 +02:00
Ludovic Courtès d46c4423f4 discovery: 'scheme-files' returns '() for a non-accessible directory.
Fixes a regression introduced in
d27cc3bfaa.

Reported by Ricardo Wurmus <rekado@elephly.net>.

* guix/discovery.scm (scheme-files): Catch 'scandir*' system errors.
Return '() and optionally raise a warning upon 'system-error'.
* tests/discovery.scm ("scheme-modules, non-existent directory"): New
test.
2017-06-18 00:14:07 +02:00
Ludovic Courtès 3bacc655c5 syscalls: 'opendir*' error message shows the file name.
* guix/build/syscalls.scm (opendir*): Add NAME to the 'system-error'
message.
2017-06-18 00:14:07 +02:00
Leo Famulari 01049bb0c1 doc: Suggest a QEMU image size large enough for the system examples.
* doc/guix.texi (Installing GuixSD in a Virtual Machine): Increase suggested
image size from 5 GB to 50 GB.
2017-06-17 18:04:32 -04:00
Stefan Reichoer 6c8b802f9c gnu: Add tmuxifier.
* gnu/packages/tmux.scm (tmuxifier): New variable.

Signed-off-by: Thomas Danckaert <post@thomasdanckaert.be>
2017-06-17 22:04:55 +02:00
Roel Janssen 26bbdabdaa gnu: r-devtools: Update to 1.13.2.
* gnu/packages/statistics.scm (r-devtools): Update to 1.13.2.
2017-06-17 20:53:22 +02:00
Danny Milosavljevic 7ea498e5cd gnu: Add python-apache-libcloud.
* gnu/packages/python.scm (python-apache-libcloud, python2-apache-libcloud):
New variables.
2017-06-17 20:43:11 +02:00
Arun Isaac b41704cd6d gnu: font-adobe-source-code-pro: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-adobe-source-code-pro): Switch to
font-build-system.
2017-06-17 21:09:20 +05:30
Arun Isaac 3a722dde06 gnu: font-fira-mono: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-awesome): Switch to font-build-system.
2017-06-17 21:09:20 +05:30
Arun Isaac 8069f889ee gnu: font-hack: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-hack): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
2017-06-17 21:09:20 +05:30
Arun Isaac 6084d9b420 gnu: font-un: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-un): Switch to font-build-system.
2017-06-17 21:09:20 +05:30
Arun Isaac 9713b31efd gnu: font-google-roboto: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-google-roboto): Switch to font-build-system.
2017-06-17 21:09:19 +05:30
Arun Isaac bbb1a1d2cf gnu: font-anonymous-pro: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-anonymous-pro): Switch to font-build-system.
2017-06-17 21:09:19 +05:30
Arun Isaac c226f06c59 gnu: font-tex-gyre: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-tex-gyre): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
2017-06-17 21:09:19 +05:30
Muriithi Frederick Muriuki 40b784b4c7 gnu: Add python2-httpretty.
* gnu/packages/web.scm (python2-httpretty): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-17 15:49:33 +02:00
Marius Bakke 4b926cb6c8 gnu: gnome-planner: Correct license.
This is a followup to d1d739fab0.

* gnu/packages/gnome.scm (gnome-planner)[license]: Change GPL2 to GPL2+.
2017-06-17 15:43:46 +02:00
Marius Bakke 9d59023e6a gnu: kyotocabinet: Disable CPU optimizations.
* gnu/packages/databases.scm (kyotocabinet)<#:configure-flags>: Add "--disable-opt".
2017-06-17 15:05:03 +02:00
ng0 9b1343192e gnu: neomutt: Update to 20170609.
* gnu/packages/mail.scm (neomutt): Update to 20170609.
(arguments)[configure-flags]: Remove 'enable-smtp', 'enable-imap',
'enable-pop', 'enable-nntp' and 'enable-compressed' as they are now
enabled by default.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-17 14:49:27 +02:00
Chris Marusich d1d739fab0 gnu: Add gnome-planner.
* gnu/packages/gnome.scm (gnome-planner): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-17 14:30:14 +02:00
Leo Famulari c8f54f5346 doc: Clarify comment about QEMU qcow2 file sizes.
* doc/guix.texi (Installing GuixSD in a Virtual Machine): Clarify comment about
QEMU's qcow2 virtualized block device file format.
2017-06-17 01:11:14 -04:00
Ben Woodcroft 42b48db2e2 gnu: ruby-builder: Update to 3.2.3.
* gnu/packages/ruby.scm (ruby-builder): Update to 3.2.3.
2017-06-17 14:30:43 +10:00
Leo Famulari 2bada0b300 gnu: mpd: Update to 0.20.9.
* gnu/packages/mpd.scm (mpd): Update to 0.20.9.
2017-06-17 00:06:38 -04:00
Ben Woodcroft 0002be1d0b gnu: diamond: Update to 0.9.8.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.8.
2017-06-17 13:05:08 +10:00
Mark H Weaver 5227d53a59 gnu: linux-libre@4.1: Update to 4.1.41.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.41.
[source]: Remove patch.
2017-06-16 15:39:30 -04:00
Kei Kebreau a93f14eaf4 gnu: gnome-calendar: Update to 3.24.3.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.3.
2017-06-16 14:15:29 -04:00
Tobias Geerinckx-Rice d68ec019eb Revert "gnu: borg: Update to 1.1.0b5."
This reverts commit 0b2ff24f9c, which leaked
my local testing version.
2017-06-16 18:27:15 +02:00
Ricardo Wurmus 2f0c4b8284 doc: Explain how to use the GCC toolchain.
* doc/guix.texi (Application Setup): Add subsection "The GCC toolchain".
2017-06-16 18:23:31 +02:00
Tobias Geerinckx-Rice 8231c53938 gnu: ola: Update to 0.10.4.
* gnu/packages/lightning.scm (ola): Update to 0.10.4.
2017-06-16 17:57:03 +02:00
Tobias Geerinckx-Rice 340502ba80 gnu: leptonica: Update to 1.74.4.
* gnu/packages/image.scm (leptonica): Update to 1.74.4.
2017-06-16 17:57:02 +02:00
Tobias Geerinckx-Rice 677eb3318f gnu: tiled: Update to 1.0.1.
* gnu/packages/game-development.scm (tiled): Update to 1.0.1.
2017-06-16 17:57:02 +02:00
Tobias Geerinckx-Rice 956cbd3ad8 gnu: cppcheck: Update to 1.79.
* gnu/packages/check.scm (cppcheck): Update to 1.79.
2017-06-16 17:57:01 +02:00
Tobias Geerinckx-Rice 0b2ff24f9c gnu: borg: Update to 1.1.0b5.
* gnu/packages/backup.scm (borg): Update to 1.1.0b5.
2017-06-16 17:57:01 +02:00
Tobias Geerinckx-Rice 22c7b81b11 gnu: par2cmdline: Update to 0.7.2.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.2.
2017-06-16 17:57:00 +02:00
Tobias Geerinckx-Rice 6103eb3d03 gnu: thefuck: Update to 3.18.
* gnu/packages/admin.scm (thefuck): Update to 3.18.
2017-06-16 17:56:03 +02:00
Tobias Geerinckx-Rice 2e3297f46d gnu: ansible: Update to 2.3.1.0.
* gnu/packages/admin.scm (ansible): Update to 2.3.1.0.
2017-06-16 17:56:03 +02:00
Kei Kebreau 6d7273a04d gnu: grilo: Add liboauth support.
* gnu/packages/gnome.scm (grilo)[inputs]: Add liboauth and cyrus-sasl.
2017-06-16 11:09:27 -04:00
Kei Kebreau 99dd2af99e gnu: grilo: Update to 0.3.3.
* gnu/packages/gnome.scm (grilo): Update to 0.3.3.
2017-06-16 11:08:44 -04:00
Ludovic Courtès f4453df9a5 store: Add an RPC counter.
* guix/store.scm (%rpc-calls): New variable.
(show-rpc-profile, record-operation): New procedures.
(operation): Add call to 'record-operation'.
* guix/ui.scm (run-guix-command): Wrap COMMAND-MAIN in 'dynamic-wind'.
Run EXIT-HOOK.
2017-06-16 17:08:22 +02:00
Ludovic Courtès d27cc3bfaa discovery: Rewrite 'scheme-files' using 'scandir*'.
On a command like:

  guix environment --ad-hoc coreutils -- true

this reduces the number of 'stat' calls from 14.1K to 9.7K on my
setup (previously each getdents(2) call would be followed by one stat(2)
call per entry).

* guix/discovery.scm (scheme-files): Rewrite using 'scandir*'.
2017-06-16 17:08:22 +02:00
Ludovic Courtès fa73c19373 syscalls: Add 'scandir*'.
* guix/build/syscalls.scm (%struct-dirent-header): New C struct.
(string->pointer/utf-8, pointer->string/utf-8): New procedures.
(opendir*, closedir*, readdir*, scandir*): New procedures.
* tests/syscalls.scm ("scandir*, ENOENT")
("scandir*, ASCII file names", "scandir*, UTF-8 file names")
("scandir*, properties): New tests.
2017-06-16 17:08:22 +02:00
Kei Kebreau 8cdbaebcbd gnu: gnome-online-accounts: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.1.
2017-06-16 10:07:54 -04:00
ng0 a235ec3a6a mailmap: Adjust entries for ng0.
Signed-off-by: Alex Kost <alezost@gmail.com>
2017-06-16 15:48:17 +03:00
Christopher Baines f450d3c50c gnu: Add emacs-inf-ruby.
* gnu/packages/emacs.scm (emacs-inf-ruby): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2017-06-16 15:48:17 +03:00
Alex Kost b000e0789f gnu: manaplus: Update to 1.7.6.10.
* gnu/packages/games.scm (manaplus): Update to 1.7.6.10.
2017-06-16 15:48:16 +03:00
Kei Kebreau 25dee815d5 Revert "gnu: gmime: Update to 3.0.1."
This reverts commit a512ca81e8.
2017-06-16 08:13:19 -04:00
Jan Nieuwenhuizen ebfb71d456 tests: Allow setting of qemu memory-size for system tests.
* gnu/system/vm.scm (common-qemu-options): Remove hardcoded "-m 256".
(system-qemu-image/shared-store-script): New keyword argument: #:memory-size.
2017-06-16 13:22:49 +02:00
ng0 0f4c37b9cf gnu: fish: Update to 2.6.0.
* gnu/packages/shells.scm (fish): Update to 2.6.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-16 12:18:27 +02:00
rsiddharth 556f173904 gnu: Add ghc-http-conduit.
* gnu/packages/haskell.scm (ghc-http-conduit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:32:59 +02:00
rsiddharth 932653ff37 gnu: ghc-http-client-tls: Update to 0.3.4.1.
* gnu/packages/haskell.scm (ghc-http-client-tls): Update to 0.3.4.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:32:26 +02:00
rsiddharth f0643afb1a gnu: ghc-http-client: Update to 0.5.6.1.
* gnu/packages/haskell.scm (ghc-http-client): Update to 0.5.6.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:31:56 +02:00
rsiddharth 5465af922b gnu: Add ghc-warp-tls.
* gnu/packages/haskell.scm (ghc-warp-tls): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:31:37 +02:00
rsiddharth 49fad81827 gnu: Add ghc-warp.
* gnu/packages/haskell.scm (ghc-warp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:30:41 +02:00
rsiddharth f6f0fee2cf gnu: ghc-wai-extra: Update to 3.0.13.1.
* gnu/packages/haskell.scm (ghc-wai-extra): Update to 3.0.13.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:30:26 +02:00
rsiddharth 0ccb7346ed gnu: ghc-wai: Update to 3.2.1.1.
* gnu/packages/haskell.scm (ghc-wai): Update to 3.2.1.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:30:12 +02:00
rsiddharth a8e5513c26 gnu: ghc-auto-update: Update to 0.1.4.
* gnu/packages/haskell.scm (ghc-auto-update): Update to 0.1.4.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:29:15 +02:00
rsiddharth b202cc6ed5 gnu: Add ghc-http2.
* gnu/packages/haskell.scm (ghc-http2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:28:50 +02:00
rsiddharth 4031fb60ce gnu: Add ghc-glob.
* gnu/packages/haskell.scm (ghc-glob): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:28:26 +02:00
rsiddharth aba85f8c38 gnu: Add ghc-psqueues.
* gnu/packages/haskell.scm (ghc-psqueues): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:27:49 +02:00
rsiddharth 59b340a524 gnu: Add ghc-hex.
* gnu/packages/haskell.scm (ghc-hex): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:27:24 +02:00
rsiddharth 789dc5680f gnu: Add ghc-simple-sendfile
* gnu/packages/haskell.scm (ghc-simple-sendfile): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:26:39 +02:00
rsiddharth d14e3435ca gnu: Add ghc-http-date.
* gnu/packages/haskell.scm (ghc-http-date): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:26:15 +02:00
rsiddharth ff932b7e63 gnu: Add ghc-wai-conduit.
* gnu/packages/haskell.scm (ghc-wai-conduit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-16 10:24:00 +02:00
Ricardo Wurmus 3abe72bdb4 gnu: texlive-bin: Export variable.
This is needed by the texlive build system.

* gnu/packages/tex.scm (texlive-bin): Export variable.
2017-06-16 08:48:37 +02:00
Kei Kebreau a512ca81e8 gnu: gmime: Update to 3.0.1.
* gnu/packages/mail.scm (gmime): Update to 3.0.1.
2017-06-15 22:16:40 -04:00
Kei Kebreau f54efbdc46 gnu: gspell: Update to 1.4.1.
* gnu/packages/gnome.scm (gspell): Update to 1.4.1.
* gnu/packages/patches/gspell-dash-test.patch: Adjust accordingly.
2017-06-15 21:58:37 -04:00
Tobias Geerinckx-Rice a147fadd3b gnu: tadbit: Fix typo in description.
* gnu/packages/bioinformatics.scm (tadbit)[description]: Fix typo.
2017-06-16 00:29:21 +02:00
Tobias Geerinckx-Rice 9fc7cc31e2 gnu: spin2cpp: Update to 3.6.3.
* gnu/packages/embedded.scm (spin2cpp): Update to 3.6.3.
2017-06-16 00:29:21 +02:00
Ludovic Courtès 82c955c0a5 hydra: Don't build non-substitutable packages.
* build-aux/hydra/gnu-system.scm (package->job): Compute PACKAGE's
derivation; return #f if 'substitutable-derivation?' returns #f.
2017-06-15 23:07:47 +02:00
Ludovic Courtès cbee955901 ui: Remove the empty string from '%load-extensions'.
* guix/ui.scm (run-guix): Set %LOAD-EXTENSIONS.
2017-06-15 23:07:47 +02:00
Ludovic Courtès 7ebc6cf869 packages: Patches can be any lowerable object.
* guix/packages.scm (patch-and-repack)[instantiate-patch]: Replace
'origin?' with 'struct?'.
2017-06-15 23:07:47 +02:00
Ludovic Courtès 0208476260 gnu: proot: Install man page under the right name.
* gnu/packages/linux.scm (proot)[arguments]: In 'install' phase, install
man page as "proot.1", not "man.1".
2017-06-15 23:07:46 +02:00
Leo Famulari e50c8aadae gnu: bind: Update to 9.11.1-P1 [fixes CVE-2017-3140].
* gnu/packages/dns.scm (isc-bind): Update to 9.11.1-P1.
2017-06-15 12:12:29 -04:00
Leo Famulari a6aff3528c gnu: libtiff: Build with the default compiler.
The relevant bug has been fixed and this special-case workaround is no longer
necessary.

* gnu/packages/image.scm (libtiff)[native-inputs]: Remove field.
2017-06-15 11:51:59 -04:00
Leo Famulari 14c7790f1a gnu: libtiff: Fix several bugs related to improper codec usage [security fixes].
This commit applies the patch to the libtiff package, not the grafting
replacement.

* gnu/packages/patches/libtiff-tiffgetfield-bugs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff)[source]: Use it.
2017-06-15 11:51:59 -04:00
Leo Famulari 8d138ea087 gnu: libtiff: Fix several bugs related to improper codec usage [security fixes].
Fixes CVE-2014-8128, CVE-2015-7554, CVE-2016-5318, CVE-2016-10095, and
the other bugs listed in 'libtiff-tiffgetfield-bugs.patch'.

* gnu/packages/patches/libtiff-tiffgetfield-bugs.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (libtiff-4.0.8)[source]: Use it.
2017-06-15 11:28:21 -04:00
Ricardo Wurmus ec7e9eeae6 gnu: sablevm: Build reproducibly.
* gnu/packages/java.scm (sablevm)[arguments]: Add build phase
"remove-timestamp-for-reproducibility".
2017-06-15 17:24:34 +02:00
Ricardo Wurmus c4fd86f9c1 gnu: sablevm: Do not use bundled libraries.
* gnu/packages/java.scm (sablevm)[inputs]: Add popt and libffi.
[arguments]: Add configure flags and build phase to avoid using bundled
libraries.
2017-06-15 17:24:34 +02:00
Kei Kebreau 240cee8ab4 gnu: network-manager-applet: Update to 1.8.2.
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.8.2.
[arguments]: Remove "--without-wwan" configure flag.
[inputs]: Add libselinux and modem-manager.
2017-06-15 11:17:28 -04:00
Leo Famulari 0c5a8007fe gnu: zziplib: Fix CVE-2017-{5974,5975,5976,5978,5979,5981}.
* gnu/packages/patches/zziplib-CVE-2017-5974.patch,
gnu/packages/patches/zziplib-CVE-2017-5975.patch,
gnu/packages/patches/zziplib-CVE-2017-5976.patch,
gnu/packages/patches/zziplib-CVE-2017-5978.patch,
gnu/packages/patches/zziplib-CVE-2017-5979.patch,
gnu/packages/patches/zziplib-CVE-2017-5981.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/zip.scm (zziplib)[source]: Use them.
2017-06-15 11:12:02 -04:00
Ricardo Wurmus db90eb8c2b gnu: Add propeller-gcc-4.
* gnu/packages/embedded.scm (propeller-gcc-4): New variable.
* gnu/packages/patches/gcc-4.6-gnu-inline.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-15 17:06:47 +02:00
Ricardo Wurmus afbc94194e guix: Add texlive importer.
* guix/import/texlive.scm: New file.
* guix/scripts/import/texlive.scm: New file.
* Makefile.am (MODULES): Add them.
* tests/texlive.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* guix/scripts/import.scm (importers): Add texlive importer.
* doc/guix.texi (Invoking guix import): Document it.
2017-06-15 17:03:19 +02:00
Ricardo Wurmus 9d4f8dc289 gnu: Add texlive-tiny.
* gnu/packages/tex.scm (texlive-tiny): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus cb7bc20a4d gnu: Add texlive-union.
* gnu/packages/tex.scm (texlive-union): New procedure.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 83fe6231cb gnu: Add texlive-latex-psnfss.
* gnu/packages/tex.scm (texlive-latex-psnfss): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 93286d3857 gnu: texlive-latex-cyrillic.
* gnu/packages/tex.scm (texlive-latex-cyrillic): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus f84d5a09d4 gnu: Add texlive-latex-babel.
* gnu/packages/tex.scm (texlive-latex-babel): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 18e366e856 gnu: Add texlive-latex-amscls.
* gnu/packages/tex.scm (texlive-latex-amscls): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus 2573163a12 gnu: Add texlive-latex-amsmath.
* gnu/packages/tex.scm (texlive-latex-amsmath): New variable.
2017-06-15 17:03:18 +02:00
Ricardo Wurmus e93f472d53 gnu: Add texlive-luatex-lualibs.
* gnu/packages/tex.scm (texlive-luatex-lualibs): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus 58308491cb gnu: Add texlive-latex-fontspec.
* gnu/packages/tex.scm (texlive-latex-fontspec): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus cc09d48bab gnu: Add texlive-latex-l3packages.
* gnu/packages/tex.scm (texlive-latex-l3packages): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus a5b1ef84b5 gnu: Add texlive-latex-l3kernel.
* gnu/packages/tex.scm (texlive-latex-l3kernel): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus 35adcc3a86 gnu: Add texlive-latex-url.
* gnu/packages/tex.scm (texlive-latex-url): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus f2536af288 gnu: Add texlive-latex-tools.
* gnu/packages/tex.scm (texlive-latex-tools): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus c3455b7d10 gnu: Add texlive-latex-oberdiek.
* gnu/packages/tex.scm (texlive-latex-oberdiek): New variable.
2017-06-15 17:03:17 +02:00
Ricardo Wurmus 4d660fdf1c gnu: Add texlive-latex-hyperref.
* gnu/packages/tex.scm (texlive-latex-hyperref): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus f5a6af42b9 gnu: Add texlive-latex-xcolor.
* gnu/packages/tex.scm (texlive-latex-xcolor): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 4eebd2cdde gnu: Add texlive-latex-graphics.
* gnu/packages/tex.scm (texlive-latex-graphics): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 437822a11d gnu: Add texlive-latex-fancyvrb.
* gnu/packages/tex.scm (texlive-latex-fancyvrb): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 1193aa896f gnu: Add texlive-generic-ifxetex.
* gnu/packages/tex.scm (texlive-generic-ifxetex): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 3e485ed2fa gnu: Add texlive-latex-filecontents.
* gnu/packages/tex.scm (texlive-latex-filecontents): New variable.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 205794c868 build-system: Add 'texlive-build-system'.
* guix/build-system/texlive.scm: New file.
* guix/build/texlive-build-system.scm: New file.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document it.
* gnu/packages/tex.scm (%texlive-tag, %texlive-revision): Remove variables.
(texlife-ref): Remove procedure.
2017-06-15 17:03:16 +02:00
Ricardo Wurmus 010f476fda gnu: Add texlive-latex-base.
* gnu/packages/tex.scm (texlive-latex-base): New variable.
(texlive-ref): New procedure.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 566e95f7a8 gnu: Add texlive-tex-plain.
* gnu/packages/tex.scm (texlive-tex-plain): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus a00d593315 gnu: Add texlive-fonts-latex.
* gnu/packages/tex.scm (texlive-fonts-latex): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 5ebba61a29 gnu: Add texlive-fonts-knuth-lib.
* gnu/packages/tex.scm (texlive-fonts-knuth-lib): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 3c4f1ec754 gnu: Add texlive-fonts-cm.
* gnu/packages/tex.scm (texlive-fonts-cm): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 8ada0f0b3a gnu: Add texlive-metafont-base.
* gnu/packages/tex.scm (texlive-metafont-base): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 9b134da86a gnu: Add texlive-generic-hyph-utf8.
* gnu/packages/tex.scm (texlive-generic-hyph-utf8): New variable.
2017-06-15 17:03:15 +02:00
Ricardo Wurmus 453aae663b gnu: Add texlive-generic-tex-ini-files.
* gnu/packages/tex.scm (texlive-generic-tex-ini-files): New variable.
2017-06-15 17:03:14 +02:00
Ricardo Wurmus 9e99b1b41b gnu: Add texlive-generic-dehyph-exptl.
* gnu/packages/tex.scm (texlive-generic-dehyph-exptl): New variable.
2017-06-15 17:03:14 +02:00
Ricardo Wurmus 99952c538b gnu: Add texlive-generic-unicode-data.
* gnu/packages/tex.scm (texlive-generic-unicode-date): New variable.
2017-06-15 17:03:14 +02:00
Ricardo Wurmus 9d913b251b gnu: Add texlive-dvips.
* gnu/packages/tex.scm (%texlive-tag, %texlive-revision, texlive-dvips): New
variables.
2017-06-15 17:03:14 +02:00
Ricardo Wurmus 942c4f812a licenses: Add common TeX and LaTeX licenses.
* guix/licenses.scm (knuth, lppl, lppl1.0+, lppl1.2, lppl1.2+, lppl1.3,
lppl1.3+, lppl1.3a, lppl1.3a+, lppl1.3b, lppl1.3b+, lppl1.3c, lppl1.3c+): New
variables.
2017-06-15 17:03:14 +02:00
Ricardo Wurmus bef0db3769 guix: Add download-svn-to-store.
* guix/svn-download.scm (download-svn-to-store): New procedure.
2017-06-15 17:03:14 +02:00
Mark H Weaver 32fdad78c1 gnu: linux-libre: Update to 4.11.5.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.5.
(%linux-libre-hash): Update hash.
2017-06-15 06:23:16 -04:00
Mark H Weaver 8a16df0290 gnu: linux-libre@4.9: Update to 4.9.32.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.32.
2017-06-15 06:22:36 -04:00
Mark H Weaver 58e53a0468 gnu: linux-libre@4.4: Update to 4.4.72.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.72.
2017-06-15 06:21:49 -04:00
Tobias Geerinckx-Rice 603fd6b9a1 gnu: lmdb: Update to 0.9.21.
* gnu/packages/databases.scm (lmdb): Update to 0.9.21.
2017-06-15 10:34:23 +02:00
Tobias Geerinckx-Rice a3f8aae4a1 gnu: liburcu: Update to 0.10.0.
* gnu/packages/databases.scm (liburcu): Update to 0.10.0.
2017-06-15 10:34:22 +02:00
Danny Milosavljevic 324b0040f4 gnu: Move desktop-file-utils to (gnu packages freedesktop).
* gnu/packages/gnome.scm (desktop-file-utils): Move from here ...
* gnu/packages/freedesktop.scm (desktop-file-utils): ... to here.
* gnu/packages/engineering.scm: Import (gnu packages freedesktop).
* gnu/packages/game-development.scm: Import (gnu packages freedesktop).
* gnu/packages/xfce.scm: Import (gnu packages freedesktop).
2017-06-15 09:53:27 +02:00
Danny Milosavljevic d1e7ca2df8 import: pypi: Always use pypi.io URL with downcased package name.
* guix/import/pypi.scm (make-pypi-sexp): Always use pypi.io URL with
downcased package name.
2017-06-15 09:49:13 +02:00
Danny Milosavljevic b7aa3f5d2e gnu: postgresql: Enable contributed extensions.
* gnu/packages/databases.scm (postgresql)[arguments]: Add "build-contrib",
"install-contrib" phases.  Add configure-flags.
[inputs]: Add libuuid.
2017-06-15 09:44:17 +02:00
Thomas Danckaert c84384cb7c gnu: kdevelop: Update to 5.1.1.
* gnu/packages/kde.scm (kdevelop): Update to 5.1.1.
[arguments]: Set QT_QPA_PLATFORM_PLUGIN_PATH during the wrap-executable
phase.
(kdevplatform): Update to 5.1.1.
2017-06-15 09:34:16 +02:00
Efraim Flashner 07bf6929b9 gnu: gemma: Fix indentation.
* gnu/packages/bioinformatics.scm (gemma)[arguments]: Fix indentation.
2017-06-15 10:32:03 +03:00
Efraim Flashner 2c9232ae69 gnu: gemma: Fix building on 32-bit architectures.
* gnu/packages/bioinformatics.scm (gemma)[arguments]: On 32-bit
architectures add 'FORCE_32BIT' flag.
2017-06-15 10:31:44 +03:00
Kei Kebreau 9ffc1f0e95 gnu: libselinux: Propagate libsepol and pcre.
Both libsepol and pcre required by libselinux.pc.

* gnu/packages/selinux.scm (libselinux)[inputs]: Move libsepol and pcre...
[propagated-inputs]: ...here.
2017-06-15 02:47:45 -04:00
Efraim Flashner 4dbef2397f gnu: lensfun: Fix building on non-Intel machines.
* gnu/packages/photo.scm (lensfun)[arguments]: On non-Intel machines,
don't build with architecture specific instructions.
2017-06-15 09:18:25 +03:00
Kei Kebreau 007993bf0b gnu: openttd: Update to 1.7.1.
* gnu/packages/games.scm (openttd): Update to 1.7.1.
2017-06-15 02:10:19 -04:00
Eric Bavier d56c55fffb gnu: tomb: Upgrade to 2.4.
* gnu/packages/crypto.scm (tomb): Upgrade to 2.4.
[inputs]: Remove swish-e.  Move "sude" input to...
[native-inputs]: ...here.  New field.
2017-06-15 00:40:35 -05:00
Kei Kebreau 856ca567cf gnu: network-manager: Update to 1.8.0.
* gnu/packages/gnome.scm (network-manager): Update to 1.8.0.
[inputs]: Add curl, cyrus-sasl and eudev.
2017-06-15 01:37:31 -04:00
Eric Bavier e0c9530165 gnu: calcurse: Upgrade to 4.2.2.
* gnu/packages/calcurse.scm (calcurse): Upgrade to 4.2.2.
[inputs]: Add tzdata for tests.
[arguments]: Add new 'check-setup' phase.
2017-06-14 22:16:11 -05:00
Efraim Flashner bb3df15e55 gnu: ffmpeg: Add vaapi hardware acceleration.
* gnu/packages/video.scm (ffmpeg)[inputs]: Add libva.
2017-06-14 22:28:21 +03:00
Marius Bakke 22239ae21f gnu: whois: Update to 5.2.16.
* gnu/packages/networking.scm (whois): Update to 5.2.16.
2017-06-14 19:42:27 +02:00
Marius Bakke ed77c68ac9 gnu: nmap: Update to 7.50.
* gnu/packages/admin.scm (nmap): Update to 7.50.
2017-06-14 19:40:32 +02:00
Leo Famulari daf3006636 gnu: curl: Update replacement to 7.54.1 [fixes CVE-2017-9502].
* gnu/packages/curl.scm (curl)[replacement]: Update to 7.54.1.
(curl-7.54.0): Replace with ...
(curl-7.54.1): ... new variable.
2017-06-14 13:26:51 -04:00
Leo Famulari 75072795bd gnu: osip: Fix CVE-2017-7853.
* gnu/packages/patches/osip-CVE-2017-7853.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/telephony.scm (osip)[source]: Use it.
2017-06-14 13:16:21 -04:00
Leo Famulari 6dfbbd2c11 gnu: osip: Update to 5.0.0.
* gnu/packages/telephony.scm (osip): Update to 5.0.0.
2017-06-14 13:16:18 -04:00
Leo Famulari f61d39ac0b gnu: perl-authen-sasl: Fix build with Perl 5.26.0.
* gnu/packages/web.scm (perl-authen-sasl)[arguments]: Set PERL_USE_UNSAFE_INC in
'set-env' build phase.
2017-06-14 11:30:12 -04:00
Leo Famulari 94522776fb gnu: libspectre: Update to 0.2.8.
* gnu/packages/ghostscript.scm (libspectre): Update to 0.2.8.
2017-06-14 11:30:11 -04:00
Leo Famulari 76cb906083 gnu: perl-net-ssleay: Update to 1.81.
* gnu/packages/tls.scm (perl-net-ssleay): Update to 1.81.
[native-inputs]: Remove 'perl-net-ssleay-disable-ede-test.patch'.
[arguments]: Remove 'apply-patch' phase.
* gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-14 11:30:08 -04:00
Leo Famulari 503c8c5882 gnu: swig: Fix build with Perl 5.26.0.
* gnu/packages/swig.scm (swig)[arguments]: Set PERL_USE_UNSAFE_INC in 'set-env'
build phase.
2017-06-14 10:24:03 -04:00
Leo Famulari 0122a869ac gnu: swig: Update to 3.0.12.
* gnu/packages/swig.scm (swig): Update to 3.0.12.
2017-06-14 10:24:03 -04:00
Roel Janssen e407310431 gnu: darktable: Update to 2.2.5.
* gnu/packages/photo.scm (darktable): Update to 2.2.5.
2017-06-14 09:31:20 +02:00
Mark H Weaver 89727ada52 gnu: icecat: Add security fixes from upstream mozilla-esr52.
This adds fixes for CVE-2017-7757, CVE-2017-7758, and the remaining
5 patches for CVE-2017-5470.

* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository, through ESR 52.2.
2017-06-14 02:23:25 -04:00
Mark H Weaver 449bff2b79 gnu: icecat: Rename patches to indicate CVE assignments.
This documents that we include fixes for the following CVEs: CVE-2017-5472,
CVE-2017-7749, CVE-2017-7750, CVE-2017-7751, CVE-2017-7752, CVE-2017-7754,
CVE-2017-7756, CVE-2017-7764, CVE-2017-7765, CVE-2017-7778, and that we
include 15 out of 20 patches for CVE-2017-5470.

* gnu/packages/gnuzilla.scm (icecat)[source]: Rename existing patches to
indicate their CVE assignments.
2017-06-14 02:23:18 -04:00
Ludovic Courtès 8e469b67f9 gnu: guile-ssh: Close RREPL channel ports before they are finalized.
Partly fixes <https://bugs.gnu.org/26976>.

* gnu/packages/patches/guile-ssh-channel-finalization.patch: New file.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-13 23:22:19 +02:00
Ludovic Courtès 4e863eb35f guix package: '--search' sorts by relevance.
* guix/scripts/package.scm (find-packages-by-description): Rewrite to
compute a score based on the number of regexps matched and the number of
matches for each regexp.  Sort according to this score and return it as
a second value.
(process-query) <'search>: Capture the two return values of
'find-packages-by-description'.  Pass #:extra-fields to
'package->recutils'.
* doc/guix.texi (Invoking guix package): Mention relevance, give an
example.
2017-06-13 23:22:19 +02:00
Ludovic Courtès 4ee79f22f5 ui: 'package->recutils' takes #:extra-fields.
* guix/ui.scm (package->recutils): Add #:extra-fields and honor it.
2017-06-13 23:22:19 +02:00
ng0 5c46c8582f gnu: enlightenment: Fix the inability to switch keyboard layout.
* gnu/packages/enlightenment.scm (enlightenment): Add new 'fix-keyboard' phase.
(inputs): Add 'xkeyboard-config'.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2017-06-13 22:05:05 +03:00
Kei Kebreau 70c9090301 gnu: abiword: Correct the download and home page URL.
The old URL redirects to https://abisource.com.

* gnu/packages/abiword.scm (abiword)[source]: Change URL.
[home-page]: Change URL.
2017-06-13 14:47:52 -04:00
Danny Milosavljevic 5144c044c3 gnu: ldc-bootstrap: Update ldc to 0.17.4.
* gnu/packages/ldc.scm (ldc-bootstrap): Update ldc to 0.17.4.
2017-06-13 06:53:33 +02:00
Ludovic Courtès 5fa7cc5335 marionette: Factorize 'wait-for-file'.
* gnu/build/marionette.scm (wait-for-file): New procedure.
* gnu/tests/base.scm (run-mcron-test)[test](wait-for-file): Remove.
Pass second argument in 'wait-for-file' calls.
* gnu/tests/ssh.scm (run-ssh-test)[test](wait-for-file): Remove.
Pass second argument in 'wait-for-file' calls.
* gnu/tests/messaging.scm (run-xmpp-test)[test](guest-wait-for-file):
Remove.
Use 'wait-for-file' instead, with second argument.
2017-06-12 23:34:14 +02:00
Ludovic Courtès d782de172c services: cuirass: Extend rottlog with log rotations.
* gnu/services/cuirass.scm (cuirass-log-rotations): New procedure.
(cuirass-service-type): Use it to extend ROTTLOG-SERVICE-TYPE.
2017-06-12 23:34:14 +02:00
Ludovic Courtès 254ea3f945 services: rottlog: Make extensible.
* gnu/services/admin.scm (rottlog-service-type)[compose, extend]: New
fields.
* doc/guix.texi (Log Rotation): Mention extension.
2017-06-12 23:34:14 +02:00
Ludovic Courtès 81fa2229ec services: rottlog: Define <log-rotation> objects.
* gnu/services/admin.scm (<log-rotation>): New record type.
(syslog-rotation-config, simple-rotation-config): Remove.
(%default-rotations): Define as a list of <log-rotation> objects.
(log-rotation->config, log-rotations->/etc-entries): New procedures.
(<rottlog-configuration>)[periodic-rotations]: Remove.
[rotations]: New field.
(rottlog-etc): Use 'log-rotations->/etc-entries'.
* doc/guix.texi (Log Rotation): Update accordingly.
2017-06-12 23:34:13 +02:00
Kyle Meyer d30c4841de gnu: emacs-markdown-mode: Update to 2.2.
* gnu/packages/emacs.scm (emacs-markdown-mode): Update to 2.2.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-13 01:11:53 +05:30
Kyle Meyer f9f77a9ef0 gnu: emacs-iedit: Update to 0.9.9.9.
* gnu/packages/emacs.scm (emacs-iedit): Update to 0.9.9.9.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-13 01:11:53 +05:30
Kyle Meyer 9dfc5bb5a9 gnu: emacs-helm: Update to 2.7.1.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.7.1.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-13 01:11:53 +05:30
Kyle Meyer 847284e196 gnu: emacs-yaml-mode: Update to 0.0.13.
* gnu/packages/emacs.scm (emacs-yaml-mode): Update to 0.0.13.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-13 01:11:53 +05:30
Kyle Meyer e831283de8 gnu: emacs-elfeed: Update to 2.1.1.
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.1.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-13 01:11:53 +05:30
Muriithi Frederick Muriuki ef74a425e6 gnu: python-rednose: Add the python2 variant.
* gnu/packages/python.scm (python2-rednose): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-12 21:31:25 +02:00
Muriithi Frederick Muriuki af842d45b1 gnu: python-sphinx-rtd-theme: Update to 0.2.4.
* gnu/packages/python.scm (python-sphinx-rtd-theme): Update to 0.2.4.
[source]: Use 'pypi-uri'.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-12 21:31:25 +02:00
Marius Bakke a10040e09b gnu: nss, nss-certs: Update to 3.31.
Release notes:
<https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.31_release_notes>

* gnu/packages/certs.scm (nss-certs): Update to 3.31.
* gnu/packages/gnuzilla.scm (nss): Likewise.
[source]<patches>: Remove upstream 'nss-disable-long-b64-tests' patch.
[arguments]<#:phases>: Move armhf timeout substitution ...
* gnu/packages/patches/nss-increase-test-timeout.patch: ... here.
* gnu/packages/patches/nss-disable-long-b64-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-12 21:31:12 +02:00
Marius Bakke c4395e782e gnu: nspr: Update to 4.15.
* gnu/packages/gnuzilla.scm (nspr): Update to 4.15.
2017-06-12 21:24:47 +02:00
Marius Bakke c476f029ea gnu: libinput: Update to 1.7.3.
* gnu/packages/freedesktop.scm (libinput, libinput-minimal): Update to 1.7.3.
2017-06-12 21:24:47 +02:00
Ludovic Courtès 015f17e8b9 derivations: Introduce 'read-derivation-from-file'.
This avoids the open/fstat/close syscalls upon a cache hit that we had
with the previous idiom:

  (call-with-input-file file read-derivation)

where caching happened in 'read-derivation' itself.

* guix/derivations.scm (%read-derivation): Rename to...
(read-derivation): ... this.
(read-derivation-from-file): New procedure.
(derivation-prerequisites, substitution-oracle)
(derivation-prerequisites-to-build):
(derivation-path->output-path, derivation-path->output-paths):
(derivation-path->base16-hash, map-derivation): Use
'read-derivation-from-file' instead of (call-with-input-file …
read-derivation).
* guix/grafts.scm (item->deriver): Likewise.
* guix/scripts/build.scm (log-url, options->things-to-build): Likewise.
* guix/scripts/graph.scm (file->derivation): Remove.
(derivation-dependencies, %derivation-node-type): Use
'read-derivation-from-file' instead.
* guix/scripts/offload.scm (guix-offload): Likewise.
* guix/scripts/perform-download.scm (guix-perform-download): Likewise.
* guix/scripts/publish.scm (load-derivation): Remove.
(narinfo-string): Use 'read-derivation-from-file'.
2017-06-12 17:53:51 +02:00
Ludovic Courtès b46712159c store: Speed up 'add-to-store'.
* guix/store.scm (add-to-store): Remove 'lstat' call.
2017-06-12 17:53:51 +02:00
nee 1243aaac73 gnu: crawl: Fix savegame upgrades.
* gnu/packages/patches/crawl-upgrade-saves.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/games.scm (crawl)[source]: Apply patch.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-12 15:02:23 +05:30
Efraim Flashner af5faef90f gnu: aircrack-ng: Fix building on non-Intel machines.
* gnu/packages/networking.scm (aircrack-ng)[arguments]: Only use system
optimizations on x86_64 and i686 machines.
2017-06-12 10:35:55 +03:00
Danny Milosavljevic f37f949dfd gnu: Add minicom.
* gnu/packages/engineering.scm (minicom): New variable.
2017-06-12 07:34:56 +02:00
Danny Milosavljevic 8cd7f43086 gnu: stellarium: Update to 0.15.2.
* gnu/packages/astronomy.scm (stellarium): Update to 0.15.2.
2017-06-12 07:33:31 +02:00
Danny Milosavljevic 2606fd6fc9 gnu: stellarium: Fix build with Qt 5.9.
* gnu/packages/astronomy.scm (stellarium)[arguments]:
Add phase "patch-version-check".
2017-06-12 07:33:14 +02:00
Leo Famulari 34a0984e57 gnu: libmwaw: Fix CVE-2017-9433.
* gnu/packages/patches/libmwaw-CVE-2017-9433.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libreoffice.scm (libmwaw)[source]: Use it.
2017-06-12 01:20:34 -04:00
Leo Famulari e3c9ab5f41 gnu: libmwaw: Update to 0.3.11.
* gnu/packages/libreoffice.scm (libmwaw): Update to 0.3.11.
2017-06-12 01:20:21 -04:00
Tobias Geerinckx-Rice cdd85a85e7 gnu: youtube-dl: Update to 2017.06.12.
* gnu/packages/video.scm (youtube-dl): Update to 2017.06.12.
2017-06-12 04:25:56 +02:00
Tobias Geerinckx-Rice 783467ae02 gnu: mcelog: Update to 153.
* gnu/packages/linux.scm (mcelog): Update to 153.
2017-06-12 04:25:56 +02:00
Leo Famulari bd590b965e gnu: boost: Add ICU support.
* gnu/packages/boost.scm (boost)[inputs]: Add icu4c.
2017-06-11 22:08:46 -04:00
Kei Kebreau 9cf8d93a9e gnu: libgweather: Update to 3.24.1.
* gnu/packages/gnome.scm (libgweather): Update to 3.24.1.
2017-06-11 19:08:55 -04:00
Kei Kebreau 78a5205152 gnu: mate-menus: Update to 1.18.0.
* gnu/packages/mate.scm (mate-menus): Update to 1.18.0.
2017-06-11 18:46:02 -04:00
Kei Kebreau d954e569da gnu: libmateweather: Update to 1.18.1.
* gnu/packages/mate.scm (libmateweather): Update to 1.18.1.
[arguments]: Remove obsolete "--with-gtk" flag.
2017-06-11 18:01:29 -04:00
Marius Bakke 70564e71bd gnu: fontconfig: Update to 2.12.3.
* gnu/packages/fontutils.scm (fontconfig): Update to 2.12.3.
[source]: Remove obsolete patches.
[native-inputs]: Add GPERF.
[arguments]<#:phases>: Remove obsolete 'fix-tests-for-freetype-2.7.1'
phase. Add 'regenerate-fcobjshash'.
* gnu/packages/patches/fontconfig-charwidth-symbol-conflict.patch,
  gnu/packages/patches/fontconfig-path-max.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-06-11 23:52:39 +02:00
Kei Kebreau 3bbdf6415a gnu: mate-desktop: Update to 1.18.0.
* gnu/packages/mate.scm (mate-desktop): Update to 1.18.0.
[arguments]: Remove obsolete configure flags.
[inputs]: Remove python-2.
2017-06-11 17:34:15 -04:00
Adam Van Ymeren b53510e0d0 file-systems: Handle EIO error in 'ENOENT-safe' as well.
Trying to boot GuixSD when an audio CD is in the drive will die with an
"input/output error" when trying to read the superblock from the cd
drive.

This patch catches and warns in this case rather than dying.

* gnu/build/file-systems.scm (ENOENT-safe): Handle EIO.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-11 23:09:19 +02:00
Ludovic Courtès c08ea55e7e packages: Add 'specifications->manifest'.
* gnu/packages.scm (specifications->manifest): New procedure.
* doc/guix.texi (Invoking guix package): Change example from using
'(compose list specification->package+output)' to using
'specifications->manifest'.
2017-06-11 23:05:23 +02:00
eacces c580ff6724 gnu: mercurial: Update to 4.2.1.
* gnu/packages/version-control.scm (mercurial): Update to 4.2.1.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-11 22:54:05 +02:00
Ludovic Courtès 2ac6998063 build-system/gnu: Work around 'time-monotonic' bug in Guile 2.2.2.
Fixes <http://bugs.gnu.org/27303>.
Reported by Leo Famulari <leo@famulari.name>.

* guix/build/gnu-build-system.scm (time-monotonic) [guile-2.2]: Define.
2017-06-11 22:52:23 +02:00
Ludovic Courtès 05ffd29d97 gnu: shepherd: Switch to Guile 2.2.
* gnu/packages/admin.scm (shepherd)[inputs]: Switch to GUILE-2.2.
2017-06-11 22:47:00 +02:00
Kei Kebreau d84f718271 gnu: mate-icon-theme: Update to 1.18.2.
* gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2.
2017-06-11 14:41:33 -04:00
nee b6821ee051 gnu: Add five-or-more.
* gnu/packages/gnome.scm (five-or-more): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-11 14:04:57 -04:00
Marius Bakke f66ea7b8de gnu: exiv2: Update to 0.26.
* gnu/packages/image.scm (exiv2): Update to 0.26.
[source]: Add new download location.
2017-06-11 15:42:52 +02:00
Marius Bakke 75cc8fe9ea gnu: libextractor: Update to 1.4.
* gnu/packages/gnunet.scm (libextractor): Update to 1.4.
[source]: Remove obsolete patch and snippet.
* gnu/packages/patches/libextractor-ffmpeg-3.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-11 15:42:51 +02:00
Marius Bakke 910416c874 gnu: alsa-lib: Update to 1.1.4.1.
* gnu/packages/linux.scm (alsa-lib): Update to 1.1.4.1.
2017-06-11 02:08:39 +02:00
Marius Bakke 5bace4c8ad Merge branch 'master' into core-updates
Conflicts:
* gnu/packages/tls.scm (gnutls): Incorporated 3.5.13 graft (88e2511e21).
2017-06-11 02:07:06 +02:00
Marius Bakke 20d87dfb45 gnu: alsa-plugins: Update to 1.1.4.
* gnu/packages/linux.scm (alsa-plugins): Update to 1.1.4.
2017-06-11 02:00:06 +02:00
Marius Bakke 31baa86448 gnu: alsa-utils: Update to 1.1.4.
* gnu/packages/linux.scm (alsa-utils): Update to 1.1.4.
2017-06-11 02:00:05 +02:00
Marius Bakke 88e2511e21 gnu: gnutls: Replace with 3.5.13.
This update addresses the following security advisories:

GNUTLS-SA-2017-3 (aka CVE-2017-7869) and GNUTLS-SA-2017-4.

See <https://gnutls.org/security.html> and <https://gnutls.org/news.html>.

* gnu/packages/patches/gnutls-skip-pkgconfig-test.patch,
gnu/packages/patches/gnutls-skip-trust-store-test.patch: New files.
* gnu/local.mk (dist_patch_DATA): Register patches.
* gnu/packages/tls.scm (gnutls)[replacement]: New field.
(gnutls-3.5.13): New variable.
(gnutls/guile-2.2)[replacement]: New field. Set #f.
[source]: Inherit from GNUTLS-3.5.13.
2017-06-11 01:08:58 +02:00
Marius Bakke e35dc5e75e gnu: tor: Update to 0.3.0.8 [security fixes].
Fixes CVE-2017-0375 and CVE-2017-0376, among other things.

https://blog.torproject.org/blog/tor-0308-released-fix-hidden-services-also-are-02429-02514-02612-0278-02814-and-02911

* gnu/packages/tor.scm (tor): Update to 0.3.0.8.
2017-06-11 00:42:30 +02:00
Marius Bakke 01614de1c3 gnu: slop: Update to 6.3.45.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.45.
[inputs]: Add ICU4C.
2017-06-11 00:42:30 +02:00
Danny Milosavljevic 4eadc8b90d gnu: Add python-swagger-spec-validator.
* gnu/packages/python.scm (python-swagger-spec-validator,
python2-swagger-spec-validator): New variables.
2017-06-10 23:48:50 +02:00
Rutger Helling d0306208b1 gnu: wine: Update to 2.10.
* gnu/packages/wine.scm (wine): Update to 2.10.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-10 23:41:42 +02:00
djwj 7f10628ca8 gnu: libgxps: Add "/" before name in source URL.
* gnu/packages/gnome.scm (libgxps)[source]: Add "/".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-10 23:39:59 +02:00
Efraim Flashner afd9ed5c0c gnu: avidemux: Limit supported architectures.
* gnu/packages/video.scm (avidemux)[supported-systems]: New field, limit
to x86_64, i686 and armhf.
2017-06-10 23:32:02 +03:00
Danny Milosavljevic a81cae38ca file-systems: Provide string->ext*-uuid, string->btrfs-uuid.
* gnu/build/file-systems.scm (string->ext2-uuid, string->ext3-uuid,
string->ext4-uuid, string->btrfs-uuid): New variables.  Export them.
2017-06-10 19:22:03 +02:00
Mathieu Othacehe fcf08b3261 bootloader: Fix rebase error on f96752e commit.
* gnu/system.scm (menu-entry->boot-parameters): Rename boot-name to
  bootloader-name.
2017-06-10 18:44:35 +02:00
Mathieu Othacehe f96752e378 bootloader: Rename boot-name to bootloader-name.
* gnu/system (<boot-parameters>)[boot-name]: Rename field to...
[bootloader-name]: ... this.  Adjust users.
* gnu/scripts/system.scm: Adjust accordingly.
2017-06-10 18:32:11 +02:00
Kei Kebreau 9a0968816f gnu: evince: Enable XPS document support.
* gnu/packages/gnome.scm (evince)[inputs]: Add libarchive and libgxps.
2017-06-09 21:03:35 -04:00
Kei Kebreau 94e10cf4bd gnu: Add libgxps.
* gnu/packages/gnome.scm (libgxps): New variable.
2017-06-09 21:03:35 -04:00
Marius Bakke 653569e878 gnu: mesa: Update to 17.1.2.
* gnu/packages/patches/mesa-skip-disk-cache-test.patch: Adjust.
* gnu/packages/patches/mesa-fix-32bit-test-failures.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove deleted file.
* gnu/packages/gl.scm (mesa): Update to 17.1.2.
[source]: Remove obsolete patch.
[inputs]: Add LIBELF.
[native-inputs]: Add WHICH.
[arguments]<#:configure-flags>: Adjust deprecated flag.
2017-06-10 02:59:35 +02:00
Marius Bakke 2a37852d4b gnu: util-macros: Update to 1.19.1.
* gnu/packages/xorg.scm (util-macros): Update to 1.19.1.
2017-06-10 02:59:23 +02:00
Marius Bakke 48d78a2e9c gnu: presentproto: Update to 1.1.
* gnu/packages/xorg.scm (presentproto): Update to 1.1.
2017-06-10 02:59:22 +02:00
Marius Bakke ea45e2c500 Merge branch 'master' into core-updates 2017-06-10 02:57:50 +02:00
Marius Bakke 8caf5bac4c gnu: xf86-video-openchrome: Update to 0.6.0.
* gnu/packages/xorg.scm (xf86-video-openchrome): Update to 0.6.0.
2017-06-10 01:49:16 +02:00
Marius Bakke bddcaf7625 gnu: xf86-video-ati: Update to 7.9.0.
* gnu/packages/xorg.scm (xf86-video-ati): Update to 7.9.0.
2017-06-10 01:47:40 +02:00
Marius Bakke b634408158 gnu: slop: Update to 6.3.43.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.43.
2017-06-10 01:32:24 +02:00
Marius Bakke b2193c359a gnu: xclip: Update to 0.13.
Yet another GitHub casualty. See: https://sourceforge.net/projects/xclip/

* gnu/packages/xdisorg.scm (xclip): Update to 0.13.
[source, home-page]: Change to new home.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
[arguments]: Add "bootstrap" phase.
2017-06-10 01:17:21 +02:00
ng0 83f0d3a5c8 gnu: Add smu.
* gnu/packages/markup.scm (smu): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-10 00:12:13 +02:00
ng0 e5eede3fb3 gnu: Rename (gnu packages markdown) to (gnu packages markup).
* gnu/packages/markdown.scm: Rename this ...
* gnu/packages/markup.scm: ... to this.
* gnu-system.am (GNU_SYSTEM_MODULES): Change markdown.scm to markup.scm.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-10 00:11:36 +02:00
Marius Bakke 0866dd46a9 gnu: capnproto: Update to 0.6.1.
* gnu/packages/serialization.scm (capnproto): Update to 0.6.1.
2017-06-09 23:33:36 +02:00
Marius Bakke ad27449ef1 gnu: ffmpeg: Update to 3.3.2.
* gnu/packages/video.scm (ffmpeg): Update to 3.3.2.
2017-06-09 23:28:55 +02:00
Marius Bakke e6ad9bda49 gnu: p11-kit: Update to 0.23.7.
Newer releases are only available on GitHub. See release announcements:
https://lists.freedesktop.org/archives/p11-glue/2017-June/000661.html

* gnu/packages/tls.scm (p11-kit): Update to 0.23.7.
[source]: Remove obsolete substitution.
2017-06-09 23:26:48 +02:00
Ludovic Courtès 202342fdda gnu: eudev: Update to 3.2.2.
* gnu/packages/linux.scm (eudev): Update to 3.2.2.
[source](patches): Remove "eudev-conflicting-declaration.patch".
* gnu/packages/patches/eudev-conflicting-declaration.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-09 14:59:12 +02:00
Ludovic Courtès 4e859e9233 gnu: eudev: Build the hardware database.
* gnu/packages/linux.scm (usbutils)[inputs]: Replace EUDEV-WITH-HWDB
by EUDEV.
(eudev)[arguments]: New field.
(eudev-with-hwdb): Define in terms of 'deprecated-package'.
2017-06-09 14:59:12 +02:00
宋文武 b22cdf0c42 gnu: python-paramiko: Update to 2.1.2.
* gnu/packages.scm (python-paramiko, python2-paramiko):
Update to 2.1.2.  Enable tests.
2017-06-09 20:50:11 +08:00
Danny Milosavljevic bb7cf4f533 file-systems: Provide string->iso9660-uuid.
* gnu/build/file-systems.scm (string->iso9660-uuid): New variable.  Export it.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-09 12:30:56 +02:00
Mathieu Othacehe 19c90e5f69 pull: Add a dependency to guile-git.
* build-aux/build-self.scm (guile-git, guile-bytestructures): New
  variables.
  (build): Add guile-git and guile-bytestructures to %load-path and
  %load-compiled-path.
2017-06-09 09:48:26 +02:00
Mathieu Othacehe 6b7b3ca981 guix: git: Add new module.
* guix/git.scm: New file.
* configure.ac: Check for (guile git).
* Makefile.am: Build guix/git.scm if (guile git) is available.
2017-06-09 09:48:26 +02:00
Mark H Weaver 6fe5c49ab4 gnu: linux-libre: Update to 4.11.4.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.4.
(%linux-libre-hash): Update hash.
2017-06-09 01:31:08 -04:00
Mark H Weaver e2d57d12ce gnu: linux-libre@4.9: Update to 4.9.31.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.31.
2017-06-09 01:30:29 -04:00
Mark H Weaver f1a710c321 gnu: linux-libre@4.4: Update to 4.4.71.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.71.
2017-06-09 01:29:47 -04:00
Ricardo Wurmus 8befd0940b gnu: Add tadbit.
* gnu/packages/bioinformatics.scm (tadbit): New variable.
2017-06-09 03:32:23 +02:00
Ricardo Wurmus aa163424b2 gnu: Add imp.
* gnu/packages/bioinformatics.scm (imp): New variable.
2017-06-09 03:31:51 +02:00
Ricardo Wurmus 282b01515b gnu: Add phylip.
* gnu/packages/bioinformatics.scm (phylip): New variable.
2017-06-09 03:31:50 +02:00
Ricardo Wurmus 3420c905cd gnu: Add gess.
* gnu/packages/bioinformatics.scm (gess): New variable.
2017-06-09 03:31:50 +02:00
Ricardo Wurmus 44f6c88909 gnu: Add trim-galore.
* gnu/packages/bioinformatics.scm (trim-galore): New variable.
2017-06-09 03:31:50 +02:00
Ricardo Wurmus b8fffd3a53 gnu: Add ritornello.
* gnu/packages/bioinformatics.scm (ritornello): New variable.
2017-06-09 03:31:50 +02:00
Ricardo Wurmus 1dacc26956 gnu: Add r-fdrtool.
* gnu/packages/statistics.scm (r-fdrtool): New variable.
2017-06-09 03:28:40 +02:00
Ricardo Wurmus db0bb6f0af gnu: Add r-lubridate.
* gnu/packages/statistics.scm (r-lubridate): New variable.
2017-06-09 03:27:49 +02:00
Kei Kebreau 0377d5006e gnu: crawl: Update to 0.20.0.
* gnu/packages/games.scm (crawl, crawl-tiles): Update to 0.20.0.
2017-06-08 19:57:25 -04:00
Marius Bakke 099c9fdae6 gnu: raptor2: Fix heap overflow bug.
* gnu/packages/patches/raptor2-heap-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/rdf.scm (raptor2): Use it.
2017-06-09 01:16:55 +02:00
Ludovic Courtès dfcd02c0f6 gnu: artanis: Update to 0.2.1.
* gnu/packages/guile.scm (artanis): Update to 0.2.1.
[inputs]: Switch to GUILE-2.2.
[arguments]: Adjust #:make-flags for Guile 2.2.  Take .go files from
lib/guile/2.2.  Add 'wrap-art' phase.
* gnu/packages/patches/artanis-fix-Makefile.in.patch: Remove.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-08 23:54:56 +02:00
Ludovic Courtès ea4678a427 gnu: gnuastro: Update to 0.3.
* gnu/packages/astronomy.scm (gnuastro): Update to 0.3.
Adjust as suggested by 'guix lint'.
2017-06-08 23:33:31 +02:00
Ludovic Courtès 5abfa08d67 doc: Add Hartmut to the @copying section.
* doc/guix.texi: Add a copyright line for Hartmut.
2017-06-08 23:23:33 +02:00
Ludovic Courtès 10f4353dd6 doc: Add missing node in master menu.
* doc/guix.texi (Top): Add missing ref to "Debugging Build Failures".
2017-06-08 23:23:33 +02:00
Julien Lepiller 525da27c25 gnu: php: Update to 7.1.6.
* gnu/packages/php.scm (php): Update to 7.1.6.
2017-06-08 23:16:28 +02:00
Kei Kebreau 28c9873800 gnu: minetest: Update to 0.4.16.
* gnu/packages/games.scm (minetest-data, minetest): Update to 0.4.16.
2017-06-08 15:59:17 -04:00
Leo Famulari 6175937011 gnu: certbot, python-acme: Update to 0.15.0.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.15.0.
(python-acme, python2-acme)[arguments]: Remove 'patch-dependency' phase.
This issue was fixed upstream:
https://github.com/certbot/certbot/commit/d0e471dc8093bd0d08c5a739e5cf9677240d9c0e
2017-06-08 15:53:49 -04:00
Hartmut Goebel 1e0ae3b352 gnu: kde.scm, kde-frameworks.scm: Add and update comments.
* gnu/packages/kde-frameworks.scm
  (kpackage,plasma-framework)[arguments]: Update comment (number of failed
  tests).
  (kdeclarative)[arguments]<#:phases>: Update comment.
  (bluez-qt,knotifications,kpty,ktexteditor,ktextwidgets,solid)[inputs]: Add a
  todo comment.
  (kguiaddons): Add a todo comment.
  (phonon)[native-inputs]: Add a todo comment.
* gnu/packages/kde-frameworks.scm (kauth)[arguments]<#:phases>: Add a todo
  comment.
2017-06-08 19:14:05 +02:00
Hartmut Goebel ed4a3ec68c gnu: kwindowsystem: Fix some test-cases (test-suite still disabled).
Make five tests pass, three are still failing – thus the test-suite is still
disabled. This commit's aim is to retain the progress.

* gnu/packages/kde-frameworks.scm (kwindowsystem)[native-inputs]: Add dbus.
  [arguments]<#:test?>: Change comment. <#:phases>: Replace phase `check` by
  new one befind 'install'.
2017-06-08 18:59:53 +02:00
Hartmut Goebel 3406d0b3a9 gnu: kwidgetsaddons: Re-enable tests.
* gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Test-suite
   is now passing; reenable it.
2017-06-08 18:59:52 +02:00
Hartmut Goebel 9ebffc504d gnu: kiconthemes: Re-enable tests.
* gnu/packages/kde-frameworks.scm (kiconthemes)[arguments]: Test-suite
  is now passing; reenable it.
2017-06-08 18:59:51 +02:00
Hartmut Goebel 51361afd78 gnu: kwallet: Use gpgme instead of gpgmepp.
The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm(kwallet)[inputs]: Replace gpgmepp by
  gpgme.
2017-06-08 18:59:50 +02:00
Hartmut Goebel 73577a66f1 gnu: gpgmepp: Superseded by gpgme.
The C++-bindings are part of gpgme since version 1.7.

* gnu/packages/kde-frameworks.scm (gpgmepp)[properties]: New field.
2017-06-08 18:59:49 +02:00
Hartmut Goebel ab313cd0ba gnu: sonnet: Add optional input (spell-checker).
* gnu/packages/kde-frameworks.scm (sonnet)[inputs]: Add hunspell; add
  todo comment for other language's spell-checker.
2017-06-08 18:59:49 +02:00
Hartmut Goebel 73a3598df8 gnu: kpackage: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kpackage)[inputs]: Add kdoctools.
2017-06-08 18:59:47 +02:00
Hartmut Goebel faec8b8f07 gnu: plasma-framework: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (plasma-frameworks)[native-inputs]: Add
  pkg-config. [inputs]: Add kwayland.
2017-06-08 18:59:46 +02:00
Hartmut Goebel 37aa54b722 gnu: ktexteditor: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (ktexteditor)[native-inputs]: Add
  pkg-config.
2017-06-08 18:59:46 +02:00
Hartmut Goebel 7cf6793b4e gnu: kinit: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kinit)
  [native-inputs]: Add pkg-config.
  [inputs]: Add kdoctools, libcap.
2017-06-08 18:59:45 +02:00
Hartmut Goebel 786cb78386 gnu: kio: Add more optional and recommended inputs.
* gnu/packages/kde-frameworks.scm (kio)[inputs]: Add mit-krb5, qtscript.
2017-06-08 18:59:44 +02:00
Hartmut Goebel 92605669e1 gnu: kimageformats: Add more optional and recommended inputs.
* gnu/packages/kde-frameworks.scm (kimageformats)
  [native-inputs]: Add pkg-config.
  [inputs]: Add karchive, openexr.
  [arguments]<#:configure-flags>: Set include-flags.
2017-06-08 18:59:43 +02:00
Hartmut Goebel 03ac48248b gnu: kde frameworks: Avoid requiring xorg-server for tests.
Some packages started a x.org server for testing, which can be
avoided by setting QT_QPA_PLATFORM=offscreen.

* gnu/packages/kde-frameworks.scm (kitemmodels)
  [native-inputs]: Remove xorg-server.
  [arguments]<#phases> 'start-xorg-server' replace by 'check-setup'.
  (kplotting, kcrash, kimageformats): Likewise.
  (kitemviews)[native-inputs]: Remove xorg-server.
  [arguments]<#phases> 'start-xorg-server': Remove phase; 'check-setup':
  set QT_QPA_PLATFORM=offscreen.
2017-06-08 18:59:42 +02:00
Hartmut Goebel 72b073ca9e gnu: kcompletion: Remove unused native input.
The xorg server is not required since change
548f99b3e0.

* gnu/packages/kde-frameworks.scm (kcompletion)[native-inputs]: Remove
  xorg-server.
2017-06-08 18:59:41 +02:00
Hartmut Goebel 0cd3e818e7 gnu: kitemmodels: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kitemmodels)[inputs]: Add qtdeclarative.
2017-06-08 18:59:40 +02:00
Hartmut Goebel 986447c8a6 gnu: kguiaddons: Remove unused native input.
The xorg server is not required since change
1de5b667f8.

* gnu/packages/kde-frameworks.scm (kguiaddons)[native-inputs]: Remove
  xorg-server.
2017-06-08 18:59:39 +02:00
Hartmut Goebel e7aab77362 gnu: kguiaddons: Add more optional inputs.
* gnu/packages/kde-frameworks.scm (kguiaddons)
  [native-inputs]: Add pkg-config. [inputs]:Add qtx11extras.
2017-06-08 18:59:38 +02:00
Marius Bakke 70eea6ea14 gnu: sqlite: Update to 3.19.3.
This update addresses an important bug present since 3.16.0 that can cause
database corruption when auto_vacuum is enabled:

https://www.sqlite.org/src/info/fda22108

* gnu/packages/databases.scm (sqlite): Update to 3.19.3.
2017-06-08 18:37:42 +02:00
Marius Bakke 30e760f0cf gnu: gnome-shell: Fix startup failure.
Fixes <https://bugs.gnu.org/27264>.

* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add LIBRSVG and GEOCLUE.
2017-06-08 18:26:58 +02:00
Marius Bakke 758798a9cb gnu: geoclue: Create typelib files.
* gnu/packages/gnome.scm (geoclue)[native-inputs]: Add GOBJECT-INTROSPECTION.
2017-06-08 18:26:57 +02:00
Mathieu Othacehe 74e6472451 doc: Adapt to multiple bootloader support.
* doc/guix.texi (GRUB configuration): Rename to "Bootloader
  configuration".
  Remove device-mount-point field from menu-entry description.
  Adapt occurences of "GRUB" in other sections.
2017-06-08 16:29:29 +02:00
Mathieu Othacehe 8b22107e5d bootloader: Use menu-entry to define custom bootloader entries.
* gnu/bootloader.scm (<menu-entry>): New variable. Export associated getters,
This record is extracted from grub module.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Use
  menu-entry->boot-parameters to convert menu-entry records to
  boot-parameters.
* gnu/bootloader/grub.scm (<menu-entry>): Remove.
(boot-parameters->menu-entry): Remove.
(grub-configuration-file): Use boot-parameters to create configuration
entries.
* gnu/system.scm (menu-entry->boot-parameters): New exported procedure.
2017-06-08 16:29:29 +02:00
Maxim Cournoyer 45f523d9f0 gnu: emacs: Fix ert-runner by adding 'reporters' subdirectory.
Previous this change, ert-runner would fail with error:
"Invalid reporter: dot".

* gnu/packages/emacs.scm (ert-runner)[include]: Add regexp to match elisp
files under the 'reporters' subdirectory.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08 19:56:17 +05:30
Maxim Cournoyer df34f47894 build-system: emacs: Factorize include/exclude default arguments.
The `install' phase of the emacs-build-system contained default arguments
duplicated from the host side `emacs-build' procedure. This change factorizes
them so that:

1. They are not duplicated.
2. They can be reused and extended easily when defining emacs packages.

* guix/build/emacs-build-system.scm (%default-include, %default-exclude): New
  variables.
(install): Use %default-include and %default-exclude as default arguments.
* guix/build-system/emacs.scm: Use and re-export %default-include,
%default-exclude from (guix build emacs-build-system).
(emacs-build): Use %default-include and %default-exclude as default arguments.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-08 19:45:27 +05:30
Rutger Helling dfe93c9ac0 gnu: Add nftables.
* gnu/packages/linux.scm (nftables): New variable

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-08 09:40:14 -04:00
Clément Lassieur 4391a0295e gnu: the-silver-searcher: Update to 2.0.0.
* gnu/packages/code.scm (the-silver-searcher): Update to 2.0.0.
2017-06-08 11:27:51 +02:00
Ben Woodcroft f69ff11af7 gnu: diamond: Update to 0.9.6.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.6.
2017-06-08 09:39:23 +10:00
Mark H Weaver 1577a65809 gnu: guile-2.2: Increase max-silent-time to 6 hours.
* gnu/packages/guile.scm (guile-2.2)[properties]: Increase max-silent-time
to 6 hours.
2017-06-07 19:13:59 -04:00
Mark H Weaver f45878a80d mapped-devices: Cope with delayed appearance of LUKS source.
Fixes <https://bugs.gnu.org/27242>.

* gnu/system/mapped-devices.scm (open-luks-device): If
'find-partition-by-luks-uuid' fails, try again once per second, up to ten
times.
2017-06-07 19:03:03 -04:00
Clément Lassieur 517c66c03d gnu: livemedia-utils: Change source URL to one that is archived.
* gnu/packages/video.scm (livemedia-utils)[source]: Change it.
2017-06-08 00:42:56 +02:00
Ludovic Courtès a8fc8c9ef0 gnu: gcc: Fix libsanitizer cross-compilation to powerpc-linux-gnu.
* gnu/packages/patches/gcc-asan-powerpc-missing-include.patch: New file.
* gnu/packages/gcc.scm (gcc-5)[source](patches): Add it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-08 00:26:10 +02:00
Mark H Weaver 9a68fb6c30 gnu: Rename 's' to 's-shell'.
* gnu/packages/shells.scm (s): Rename to ...
(s-shell): ... this.
[name]: Change to "s-shell".
2017-06-07 18:18:39 -04:00
Leo Famulari 94db92f78e artwork: Use a descriptive name for the source directory.
* gnu/artwork.scm (%artwork-repository): Set a descriptive file-name and
use the full commit hash when fetching.
2017-06-07 15:58:16 -04:00
Leo Famulari c67d587f94 Merge branch 'master' into core-updates
This merge commit includes a fix for CVE-2017-6512 in Perl 5.26.0.
2017-06-07 12:11:55 -04:00
James Richardson 4679dd6967 import: cpan: Update CPAN importer to use MetaCPAN v1 API.
* guix/import/cpan.scm (module->dist-name, cpan-fetch): Use metacpan.org
URLs.
* tests/cpan.scm ("cpan->guix-package"): Adjust accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 15:06:34 +02:00
Christopher Baines fe4e0b0ae7 gnu: Add packagekit.
* gnu/packages/freedesktop.scm (packagekit): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 14:55:17 +02:00
Ludovic Courtès fa511e2952 doc: Use 'guix environment --no-grafts' to debug build failures.
* doc/guix.texi (Debugging Build Failures): Pass --no-grafts to 'guix
environment' and explain.
2017-06-07 14:36:32 +02:00
Nicolas Goaziou 8a7304d609 gnu: emacs-org: Update to 20170606.
* gnu/packages/emacs.scm (emacs-org): Update to 20170606.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-07 14:13:47 +02:00
Clément Lassieur e71789963f gnu: livemedia-utils: Update to 2017.06.04.
* gnu/packages/video.scm (livemedia-utils): Update to 2017.06.04.
2017-06-07 10:51:57 +02:00
Danny Milosavljevic c6aee77e29 file-systems: Use creation time if modification time is unset for ISO9660.
* gnu/build/file-systems.scm (iso9660-superblock-uuid): Modify.
2017-06-07 08:34:52 +02:00
Leo Famulari 15df12beae gnu: perl: Fix CVE-2017-6512 in File::Path.
* gnu/packages/perl.scm (perl)[replacement]: New field.
(perl/fixed): New variable.
* gnu/packages/patches/perl-file-path-CVE-2017-6512.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-06-06 20:59:12 -04:00
Leo Famulari 9c8fb06e4c gnu: perl-file-path: Update to 2.13.
This fixes CVE-2017-6512.

* gnu/packages/perl.scm (perl-file-path): Update to 2.13.
2017-06-06 20:59:08 -04:00
Marius Bakke 2ad7919da6 gnu: signify: Update to 21.
* gnu/packages/crypto.scm (signify): Update to 21.
2017-06-07 00:50:06 +02:00
Marius Bakke a8d2750ec5 gnu: feh: Update to 2.19.
* gnu/packages/image-viewers.scm (feh): Update to 2.19.
2017-06-07 00:50:06 +02:00
Marius Bakke 1ce1050d59 gnu: ffmpeg@2.8: Update to 2.8.12.
* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.12.
2017-06-07 00:50:05 +02:00
Marius Bakke a2265ea316 gnu: libnl: Update to 3.3.0.
Since version 3.2.5, signed tarballs are distributed via GitHub. See e.g.
release announcements:
https://lists.infradead.org/pipermail/libnl/2017-May/002313.html
The home page is somewhat outdated, but still hosts mailing lists and git mirror.

* gnu/packages/linux.scm (libnl): Update to 3.3.0.
[source]: Switch to new release URL.
2017-06-07 00:50:05 +02:00
Marius Bakke f608f40c35 gnu: irssi: Update to 1.0.3.
* gnu/packages/irc.scm (irssi): Update to 1.0.3.
2017-06-07 00:03:54 +02:00
Kei Kebreau 89b8df9765 gnu: maxima: Update to 5.40.0.
* gnu/packages/maths.scm (maxima): Update to 5.40.0.
2017-06-06 16:58:23 -04:00
Julien Lepiller 50cbbc9bd4 gnu: coq: Add search-paths for coq libraries.
* gnu/packages/ocaml.scm (coq)[native-search-paths]: New field.
2017-06-06 21:10:09 +02:00
Julien Lepiller 61bafd4477 gnu: Add ocaml-hex.
* gnu/packages/ocaml.scm (ocaml-hex): New variable.
2017-06-06 21:10:06 +02:00
Julien Lepiller 0090b89564 gnu: Add ocaml-cstruct.
* gnu/packages/ocaml.scm (ocaml-cstruct): New variable.
2017-06-06 21:10:03 +02:00
Julien Lepiller 9059d856d2 gnu: Add ocaml-ocplib-endian.
* gnu/packages/ocaml.scm (ocaml-ocplib-endian): New variable.
2017-06-06 21:10:00 +02:00
Julien Lepiller 84470902dc gnu: Add ocaml-async.
* gnu/packages/ocaml.scm (ocaml-async): New variable.
2017-06-06 21:09:57 +02:00
Julien Lepiller d7f6d048b1 gnu: Add ocaml-async-extra.
* gnu/packages/ocaml.scm (ocaml-async-extra): New variable.
2017-06-06 21:09:54 +02:00
Julien Lepiller 7f1620df14 gnu: Add ocaml-async-unix.
* gnu/packages/ocaml.scm (ocaml-async-unix): New variable.
2017-06-06 21:09:51 +02:00
Julien Lepiller 4a5fd87203 gnu: Add ocaml-core.
* gnu/packages/ocaml.scm (ocaml-core): New variable.
2017-06-06 21:09:48 +02:00
Julien Lepiller cf28a731c6 gnu: Add ocaml-async-rpc-kernel.
* gnu/packages/ocaml.scm (ocaml-async-rpc-kernel): New variable.
2017-06-06 21:09:46 +02:00
Julien Lepiller e31ee74d91 gnu: Add ocaml-async-kernel.
* gnu/packages/ocaml.scm (ocaml-async-kernel): New variable.
2017-06-06 21:09:43 +02:00
Julien Lepiller 52485163f3 gnu: Add ocaml-core-kernel.
* gnu/packages/ocaml.scm (ocaml-core-kernel): New variable.
2017-06-06 21:09:09 +02:00
Tobias Geerinckx-Rice de3108835c gnu: dovecot: Update to 2.2.30.2.
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.2.
2017-06-06 19:32:55 +02:00
Hartmut Goebel 6b982a7846 gnu: Add qgpgme.
* gnu/packages/gnupg.scm (qgpgme): New variable.
2017-06-06 14:03:38 +02:00
Tobias Geerinckx-Rice 4604a98855 gnu: knot: Update to 2.4.4.
* gnu/packages/dns.scm (knot): Update to 2.4.4.
2017-06-06 12:30:52 +02:00
Kei Kebreau be4d26f559 gnu: python-tmx: Fix source URL.
* gnu/packages/game-development.scm (python-tmx)[origin]: Add missing
subdirectory to URL.
2017-06-05 18:51:22 -04:00
Ludovic Courtès c84aca6546 gnu: gdb: Update to 8.0.
* gnu/packages/gdb.scm (gdb): Update to 8.0.
2017-06-05 23:52:41 +02:00
Ludovic Courtès 9cbc9d8612 gnu: global: Update to 6.5.7.
* gnu/packages/code.scm (global): Update to 6.5.7.
2017-06-05 23:52:41 +02:00
Ludovic Courtès d7c5aac1b1 gnu: openscenegraph: Tweak description.
* gnu/packages/graphics.scm (openscenegraph)[description]: Remove "open
source".  Use en_US spelling.
2017-06-05 23:52:41 +02:00
Kei Kebreau 1819fd2cd9 gnu: liboauth: Correct synopsis and description.
* gnu/packages/web.scm (liboauth): Correct them.
2017-06-05 11:41:29 -04:00
David Thompson 3535181f80 gnu: tiled: Update to 1.0.0.
* gnu/packages/game-development.scm (tiled): Update to 1.0.0.
2017-06-05 11:16:10 -04:00
Arun Isaac a3d3b7a4e1 gnu: Add js-mathjax.
* gnu/packages/javascript.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/javascript.scm (js-mathjax): New variable.
2017-06-05 19:16:06 +05:30
Arun Isaac 6bce59552f gnu: Add font-mathjax.
* gnu/packages/fonts.scm (font-mathjax): New variable.
2017-06-05 19:16:05 +05:30
Tobias Geerinckx-Rice 044daaabe6 gnu: youtube-dl: Update to 2017.05.07.
* gnu/packages/video.scm (youtube-dl): Update to 2017.05.07.
2017-06-05 15:23:44 +02:00
Marius Bakke 7379a14617 gnu: git: Update to 2.13.1.
* gnu/packages/version-control.scm (git): Update to 2.13.1.
2017-06-05 15:17:42 +02:00
Marius Bakke 00c5e3e5fc gnu: xf86-input-wacom: Update to 0.34.2.
* gnu/packages/xdisorg.scm (xf86-input-wacom): Update to 0.34.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/xf86-input-wacom-xorg-abi-25.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-06-05 14:58:01 +02:00
Marius Bakke 0c70d8097f gnu: libwacom: Update to 0.25.
* gnu/packages/xdisorg.scm (libwacom): Update to 0.25.
2017-06-05 14:54:37 +02:00
Marius Bakke 22ffa153f2 gnu: ethtool: Update to 4.11.
* gnu/packages/networking.scm (ethtool): Update to 4.11.
2017-06-05 14:36:44 +02:00
Marius Bakke 025817a558 gnu: iproute2: Update to 4.11.0.
* gnu/packages/linux.scm (iproute): Update to 4.11.0.
2017-06-05 14:36:43 +02:00
Tobias Geerinckx-Rice 9cf9f7a886 gnu: libconfuse: Update to 3.2.
* gnu/packages/wm.scm (libconfuse): Update to 3.2.
2017-06-05 13:51:15 +02:00
Tobias Geerinckx-Rice 2d53c506de gnu: exfat-tools: Update to 1.2.7.
* gnu/packages/mtools.scm (exfat-tools): Update to 1.2.7.
2017-06-05 13:51:15 +02:00
Tobias Geerinckx-Rice be90008220 gnu: fuse-exfat: Update to 1.2.7.
* gnu/packages/linux.scm (fuse-exfat): Update to 1.2.7.
2017-06-05 13:51:15 +02:00
Ludovic Courtès 3bee4b6196 services: guix: Add 'max-silent-time' and 'timeout'.
* gnu/services/base.scm (<guix-configuration>)[max-silent-time]
[timeout]: New fields.
(guix-shepherd-service): Honor them.
* doc/guix.texi (Base Services): Document them.
2017-06-05 01:42:38 +02:00
Ludovic Courtès 368680d819 gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to de9d8f0.
2017-06-05 01:42:38 +02:00
Marius Bakke f484a50d50 Merge branch 'staging' 2017-06-05 00:36:11 +02:00
Leo Famulari 0efea21288 gnu: imagemagick: Update to 6.9.8-9.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-9.
2017-06-04 17:20:57 -04:00
Marius Bakke 6cb5476a3e gnu: libass: Update to 0.13.7.
* gnu/packages/video.scm (libass): Update to 0.13.7.
2017-06-04 23:16:02 +02:00
Ludovic Courtès de9d8f0e29 ssh: Improve error reporting when 'send-files' fails.
Fixes <http://bugs.gnu.org/26972>.

* guix/ssh.scm (store-import-channel)[import]: Add 'consume-input'
procedure.  Wrap body in 'catch' and 'guard'.  Use 'open-remote-pipe'
with OPEN_BOTH instead of 'open-remote-output-pipe'.
(send-files): After the 'channel-send-eof' call, do (read port).
Interpret the result sexp and raise an error condition if needed.
2017-06-04 23:00:32 +02:00
Ludovic Courtès fb976ada5b gnu: libssh: Update to 0.7.5.
* gnu/packages/ssh.scm (libssh): Update to 0.7.5.
[source](patches): New field.
2017-06-04 23:00:32 +02:00
Marius Bakke de6f6efd73 gnu: ruby-ae: Fix build failure with ruby@2.4.0.
* gnu/packages/ruby.scm (ruby-ae)[arguments]<#:phases>: Add 'replace-broken-symlink'.
2017-06-04 22:54:40 +02:00
Marius Bakke 0899352f97 gnu: ruby-ansi: Fix build failure with ruby@2.4.0.
* gnu/packages/ruby.scm (ruby-ansi)[arguments]<#:phases>: Add 'replace-broken-symlink'.
2017-06-04 22:46:10 +02:00
Marius Bakke a793862592 gnu: ruby-net-ssh: Update to 4.1.0.
* gnu/packages/ruby.scm (ruby-net-ssh): Update to 4.1.0.
[native-inputs]: Add BUNDLER.
2017-06-04 22:25:23 +02:00
Marius Bakke 71153ef12c gnu: ruby-pg: Update to 0.20.0.
* gnu/packages/ruby.scm (ruby-pg): Update to 0.20.0.
2017-06-04 22:17:20 +02:00
Marius Bakke 39d4d6f675 gnu: ruby-ox: Update to 2.5.0.
* gnu/packages/ruby.scm (ruby-ox): Update to 2.5.0.
2017-06-04 22:11:15 +02:00
Leo Famulari 4f493cba06 gnu: openldap: Provide path to cyrus-sasl for libtool.
* gnu/packages/openldap.scm (openldap)[arguments]: Add 'patch-sasl-path' phase..
2017-06-04 14:57:59 -04:00
Leo Famulari c9dba6c114 gnu: openldap: Use modify-phases.
* gnu/packages/openldap.scm (openldap)[arguments]: Use modify-phases syntax.
2017-06-04 14:57:59 -04:00
Leo Famulari 47415332d7 gnu: openldap: Update to 2.4.45.
* gnu/packages/openldap.scm (openldap): Update to 2.4.45.
[replacement]: Remove field.
(openldap/fixed): Remove variable.
2017-06-04 14:57:59 -04:00
Leo Famulari f65805485d gnu: perl: Update to 5.26.0.
* gnu/packages/perl.scm (perl): Update to 5.26.0.
* gnu/packages/patches/perl-no-sys-dirs.patch: Update patch context for
'hints/linux.sh'.
2017-06-04 14:57:59 -04:00
Manolis Ragkousis 6bf11392f9 gnu: Add openscenegraph.
* gnu/packages/graphics.scm (openscenegraph): New variable.
* gnu/packages/patches/openscenegraph-ffmpeg3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
2017-06-04 21:57:08 +03:00
Leo Famulari 9f825cec1b Merge branch 'master' into core-updates 2017-06-04 14:56:31 -04:00
Leo Famulari cc24bf98bd gnu: Add spiped.
* gnu/packages/networking.scm (spiped): New variable.
2017-06-04 12:35:46 -04:00
Manolis Ragkousis 9e6ada8f87 gnu : Add unshield.
* gnu/packages/compression.scm (unshield): New variable.
2017-06-04 18:07:45 +03:00
ng0 0e4591bb69 gnu: Add s.
* gnu/packages/shells.scm (s): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-04 10:45:06 -04:00
ng0 17cf788ffa gnu: Add linenoise.
* gnu/packages/shells.scm (linenoise): New variable.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-06-04 10:45:06 -04:00
Danny Milosavljevic 543c5f3fda gnu: Add python-flasgger.
* gnu/packages/python.scm (python-flasgger, python2-flasgger): New variables.
2017-06-04 15:42:04 +02:00
Danny Milosavljevic 635b3636e2 gnu: Add python-apispec.
* gnu/packages/python.scm (python-apispec, python2-apispec): New variables.
2017-06-04 15:41:58 +02:00
Danny Milosavljevic d270df8d62 gnu: Add python-bottle.
* gnu/packages/python.scm (python-bottle, python2-bottle): New variables.
2017-06-04 15:41:53 +02:00
Danny Milosavljevic 235bc01b28 gnu: Add python-marshmallow.
* gnu/packages/python.scm (python-marshmallow, python2-marshmallow):
New variables.
2017-06-04 15:41:48 +02:00
Danny Milosavljevic 620b59eac9 gnu: Add python-flex.
* gnu/packages/python.scm (python-flex, python2-flex): New variables.
2017-06-04 15:41:42 +02:00
Danny Milosavljevic 0960bf8b39 gnu: Add python-validate-email.
* gnu/packages/python.scm (python-validate-email, python2-validate-email):
New variables.
2017-06-04 15:41:37 +02:00
Danny Milosavljevic 7d88093f42 gnu: Add python-rfc3987.
* gnu/packages/python.scm (python-rfc3987, python2-rfc3987): New variables.
2017-06-04 15:41:30 +02:00
Danny Milosavljevic 1e92287d41 gnu: Add python-jsonpointer.
* gnu/packages/python.scm (python-jsonpointer, python2-jsonpointer):
New variables.
2017-06-04 15:41:02 +02:00
Muriithi Frederick Muriuki 7e488f9991 gnu: Add python-nose-randomly.
* gnu/packages/python.scm (python-nose-randomly, python2-nose-randomly): New
variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:48:18 +02:00
Muriithi Frederick Muriuki 5786b47c7e gnu: Add python2-steadymark.
* gnu/packages/python.scm (python2-steadymark): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:42:29 +02:00
Muriithi Frederick Muriuki 511b47dec2 gnu: Add python-misaka.
* gnu/packages/python.scm (python-misaka, python2-misaka): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:38:49 +02:00
Muriithi Frederick Muriuki a0ffc701d4 gnu: Add python2-couleur.
* gnu/packages/python.scm (python2-couleur): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:28:58 +02:00
Muriithi Frederick Muriuki 50d586f6df gnu: Add python-sure.
* gnu/packages/python.scm (python-sure, python2-sure): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-04 14:18:43 +02:00
Marius Bakke 2c320d5175 gnu: kodi: Update to 18.0_alpha-6-f22d62d.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-6-f22d62d.
2017-06-04 13:49:23 +02:00
Hartmut Goebel c1151ecf80 gnu: Add git-repo.
* gnu/packages/android.scm (git-repo): New variable.
2017-06-04 11:22:26 +02:00
Clément Lassieur 72b6a89467 gnu: vlc: Use libdvbpsi.
* gnu/packages/video.scm (vlc)[inputs]: Add libdvbpsi.
2017-06-04 10:11:29 +02:00
Clément Lassieur 0dff4dd986 gnu: Add libdvbpsi.
* gnu/packages/video.scm (libdvbpsi): New variable.
2017-06-04 10:11:29 +02:00
Clément Lassieur 2aaa57294e gnu: vlc: Use livemedia-utils.
* gnu/packages/video.scm (vlc)[inputs]: Add livemedia-utils.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add bootstrap and fix-livemedia-utils-prefix phases.
2017-06-04 10:11:29 +02:00
Clément Lassieur fa379a5b45 gnu: Add livemedia-utils.
* gnu/packages/video.scm (livemedia-utils): New variable.
2017-06-04 10:11:29 +02:00
Mathieu Othacehe 1335ac3141 scripts: refresh: Add -m manifest option.
* guix/scripts/refresh.scm (%options): Add -m option,
(show-help): document it,
(packages-from-manifest): new procedure,
(guix-refresh): use packages from manifest if specified, otherwise
keep the previous behaviour.
* doc/guix.texi (Invoking guix refresh): document new option.
2017-06-04 09:07:43 +02:00
Jan Nieuwenhuizen d5cb2ac7f9 gnu: mes: Update to 0.7.
* gnu/packages/mes.scm (mes): Update to 0.7.
2017-06-04 07:17:17 +02:00
Jan Nieuwenhuizen a11f1170ae gnu: nyacc: Update to 0.79.4.
* gnu/packages/mes.scm (nyacc): Update to 0.79.4.
2017-06-04 07:17:10 +02:00
Leo Famulari 8b5cb8d054 gnu: qemu: Fix CVE-2017-{8112,8309,8379,8380}.
* gnu/packages/patches/qemu-CVE-2017-8112.patch,
gnu/packages/patches/qemu-CVE-2017-8309.patch,
gnu/packages/patches/qemu-CVE-2017-8379.patch,
gnu/packages/patches/qemu-CVE-2017-8380.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/qemu.scm (qemu)[source]: Use them.
2017-06-03 20:50:10 -04:00
Sergei Trofimovich 34cfeca84e gnu: libgit2: Fix Clar test framework.
This commit reverts 'patch' hack introduced in
a48a1071a6 and fixes bug in the Clar test
framework.

Patch is proposed to Clar upstream as
<https://github.com/vmg/clar/pull/78>.

* gnu/local.mk: Add libgit2-0.25.1-mtime-0.patch.
* gnu/packages/patches/libgit2-0.25.1-mtime-0.patch: New file.
* gnu/packages/version-control.scm (libgit2)[arguments]:
Remove 'apply-patch' phase.
[inputs]: Remove "patch".
[source]: Add 'patches' field.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-04 00:56:18 +02:00
Ludovic Courtès 2ca9f51ec8 daemon: Add '--timeout' and '--max-silent-time'.
* nix/nix-daemon/guix-daemon.cc (GUIX_OPT_TIMEOUT)
(GUIX_OPT_MAX_SILENT_TIME): New macros.
* nix/nix-daemon/guix-daemon.cc (options): Add '--timeout' and
'--max-silent-time'.
(parse_opt): Honor them.
* tests/guix-daemon.sh: Add test.
* doc/guix.texi (Invoking guix-daemon): Document the options.
(Common Build Options): Properly describe default
timeout/max-silent-time value.  Add cross-ref to "Invoking
guix-daemon".
2017-06-04 00:35:55 +02:00
Kei Kebreau 20214f7115 gnu: Add cataclysm-dda.
* gnu/packages/games.scm (cataclysm-dda): New variable.
2017-06-03 18:29:43 -04:00
Efraim Flashner 8d2832e3f4 gnu: allegro: Update to 5.2.2.0.
* gnu/packages/game-development.scm (allegro): Update to 5.2.2.0.
2017-06-03 23:53:26 +03:00
Efraim Flashner 3a12e21c1c gnu: allegro: Update source uris.
* gnu/packages/game-development.scm (allegro@5.2, allegro@5.0,
allegro@4.4)[source]: Update source uris.
2017-06-03 23:53:18 +03:00
Danny Milosavljevic fb03f44bb1 file-systems: Improve error handling in the iso9660 case - fixes boot problem.
* gnu/build/file-systems.scm (read-iso9660-superblock): Modify.
2017-06-03 22:10:23 +02:00
Efraim Flashner b92e8da0a8 gnu: freeciv: Update to 2.5.7.
* gnu/packages/games.scm (freeciv): Update to 2.5.7.
[source]: Update uri list.
2017-06-03 22:44:37 +03:00
Julien Lepiller 98d6cdda37 gnu: Remove old vtk module dependence in image-processing.scm.
* gnu/packages/image-processing.scm: Remove old vtk module dependence.
2017-06-03 18:19:07 +02:00
Rutger Helling f885fc754a gnu: wine: Update to 2.9
* gnu/packages/wine.scm (wine): Update to 2.9

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-03 11:54:33 -04:00
Marius Bakke 8b4186e116 gnu: libuv: Update to 1.12.0.
* gnu/packages/libevent.scm (libuv): Update to 1.12.0.
[license]: X11 should actually be EXPAT. Add CC-BY4.0.
2017-06-03 17:52:22 +02:00
Marius Bakke d0c45d2d82 Merge branch 'master' into core-updates
Conflicts:
	gnu/packages/image.scm
        (incorporated libtiff graft)
2017-06-03 17:51:21 +02:00
Marius Bakke ac1560f18c gnu: slop: Update to 6.3.41.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.41.
2017-06-03 17:35:49 +02:00
Marius Bakke 8b8bf88f21 licenses: Add CC-BY 4.0.
* guix/licenses.scm (cc-by4.0): New variable.
2017-06-03 17:35:49 +02:00
Marius Bakke 0b70f7d557 gnu: libgcrypt: Update to 1.7.7.
This release includes two bug-fixes:

  - Fix possible timing attack on EdDSA session key.
  - Fix long standing bug in secure memory implementation which could
    lead to a segv on free. [bug#3027]

* gnu/packages/gnupg.scm (libgcrypt): Update to 1.7.7.
2017-06-03 17:27:35 +02:00
Marius Bakke 82d3ed3b5b gnu: xkeyboard-config: Update to 2.21.
* gnu/packages/xorg.scm (xkeyboard-config): Update to 2.21.
2017-06-03 17:27:28 +02:00
Marius Bakke 81b959c4ec gnu: util-linux: Update to 2.30.
Release notes: https://www.kernel.org/pub/linux/utils/util-linux/v2.30/v2.30-ReleaseNotes

* gnu/packages/linux.scm (util-linux): Update to 2.30.
2017-06-03 17:27:20 +02:00
Marius Bakke c6064f154f gnu: libdrm: Update to 2.4.81.
* gnu/packages/xdisorg.scm (libdrm): Update to 2.4.81.
2017-06-03 17:26:48 +02:00
Tobias Geerinckx-Rice a280232f41 gnu: mcelog: Update to 152.
* gnu/packages/linux.scm (mcelog): Update to 152.
2017-06-03 16:50:25 +02:00
Mark H Weaver e35a76f670 gnu: linux-libre@4.1: Update to 4.1.40.
* gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.40.
2017-06-03 01:51:01 -04:00
Ben Woodcroft 5b884348cc gnu: ruby-test-unit: Update to 3.2.4.
* gnu/packages/ruby.scm (ruby-test-unit): Update to 3.2.4.
2017-06-02 22:59:03 -05:00
Ben Woodcroft 3fd577e3c5 gnu: ruby-gem-hadar: Update to 1.9.1.
* gnu/packages/ruby.scm (ruby-gem-hadar): Update to 1.9.1.
[propagated-inputs]: Remove ruby-sdoc, add ruby-yard.
[native-inputs]: Remove bundler.
2017-06-02 22:59:03 -05:00
Ben Woodcroft fc29d5e61b gnu: ruby-sdoc: Relax dependency requirement versions.
* gnu/packages/ruby.scm (ruby-sdoc)[arguments]: Relax dependency requirement
versions.
2017-06-02 22:58:46 -05:00
Ben Woodcroft fb4074897b gnu: bundler: Update to 1.15.1.
* gnu/packages/ruby.scm (bundler): Update to 1.15.1.
2017-06-02 21:46:45 -05:00
Ben Woodcroft 9a7017ebd5 gnu: ruby-minitest-4: Exclude failing tests.
gnu/packages/ruby.scm (ruby-minitest-4): Exclude failing tests.
2017-06-02 21:41:59 -05:00
Ben Woodcroft b4092cb801 gnu: ruby-minitest: Update to 5.10.2.
* gnu/packages/ruby.scm (ruby-minitest): Update to 5.10.2.
2017-06-02 21:41:59 -05:00
Ben Woodcroft a281accec5 gnu: ruby-json: Update to 2.1.0.
* gnu/packages/ruby.scm (ruby-json): Update to 2.1.0.
2017-06-02 20:58:18 -05:00
Ludovic Courtès caa464ff44 gnu: grub: Run tests sequentially.
Reported by Maxim Cournoyer <maxim.cournoyer@gmail.com>
at <http://bugs.gnu.org/26936>.

* gnu/packages/bootloaders.scm (grub)[arguments]: Add #:parallel-tests?.
2017-06-03 00:55:04 +02:00
Marius Bakke 3416bed277 gnu: sudo: Update to 1.8.20p2.
* gnu/packages/admin.scm (sudo): Update to 1.8.20p2.
2017-06-03 00:28:18 +02:00
Marius Bakke 84a8ec13a6 gnu: re2: Update to 2017-06-01.
* gnu/packages/regex.scm (re2): Update to 2017-06-01.
2017-06-03 00:28:18 +02:00
ng0 531191d4db .mailmap: Add another alias for ng0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-03 00:19:25 +02:00
ng0 65441209b1 gnu: neomutt: Update to 20170602.
* gnu/packages/mail.scm (neomutt): Update to 20170602.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-03 02:09:45 +05:30
Leo Famulari 55af10fb98 gnu: ijs: Update to 9.21.0 and inherit from ghostscript.
* gnu/packages/ghostscript.scm (ijs): Update to 9.21.0.
[source, version, home-page]: Inherit from ghostscript.
2017-06-02 14:13:49 -04:00
Leo Famulari 1c09eb9948 gnu: ijs: Use modify-phases syntax.
* gnu/packages/ghostscript.scm (ijs)[arguments]: Use modify-phases.
2017-06-02 14:13:49 -04:00
Leo Famulari d6158fe70d gnu: ghostscript: Switch to Artifex Ghostcript and update to 9.21.
* gnu/packages/ghostscript.scm (ghostscript): Update to 9.21.
[source]: Fetch the source from Artifex.
[native-inputs]: Remove pkg-config.
[inputs]: Add jbig2dec and use libjpeg instead of libjpeg-8.
[arguments]: Add #:configure-flags.
[replacement]: Remove field.
(ghostcript/fixed): Remove variable.
* gnu/packages/patches/ghostscript-CVE-2017-8291.patch,
gnu/packages/patches/ghostscript-runpath.patch: Adjust to new upstream
source.
* gnu/packages/patches/ghostscript-CVE-2013-5653.patch,
gnu/packages/patches/ghostscript-CVE-2015-3228.patch,
gnu/packages/patches/ghostscript-CVE-2016-7976.patch,
gnu/packages/patches/ghostscript-CVE-2016-7978.patch,
gnu/packages/patches/ghostscript-CVE-2016-7979.patch,
gnu/packages/patches/ghostscript-CVE-2016-8602.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
2017-06-02 14:13:45 -04:00
Ludovic Courtès 36a9d3f10d substitute: Do not display the installed size.
* guix/scripts/substitute.scm (process-substitution): Do not show the
installed size in the "Downloading" message.
2017-06-02 18:47:07 +02:00
Ludovic Courtès dcfc6f213b ui: 'show-what-to-build' warns when we don't have enough disk space.
* guix/ui.scm (check-available-space): New procedure.
(show-what-to-build): Compute 'installed-size' and call
'check-available-space'.
2017-06-02 18:47:07 +02:00
Ludovic Courtès 65f224dc8d syscalls: Provide 'free-disk-space'.
* guix/build/syscalls.scm (free-disk-space): New procedure.
* guix/scripts/gc.scm (guix-gc)[ensure-free-space]: Use it instead of
'statfs'.
2017-06-02 18:47:07 +02:00
Ludovic Courtès d9bad2f082 ui: 'show-what-to-build' displays how much will be downloaded.
* guix/ui.scm (show-what-to-build)[download-size]
[display-download-size?]: New variables.
Add cases for when DISPLAY-DOWNLOAD-SIZE? is true.
2017-06-02 18:47:06 +02:00
Ludovic Courtès 2dc98729af derivations: 'derivation-prerequisites-to-build' returns <substitutable>.
* guix/derivations.scm (derivation-prerequisites-to-build): Rename
 #:substitutable? to #:substitutable-info.
[derivation-substitutable?]: Rename to...
[derivation-substitutable-info]: ... this.  Return a list of <substitutable>.
Second return value is now a list of <substitutable> instead of a list
of strings.
* guix/ui.scm (show-what-to-build)[substitutable?]: Rename to...
[substitutable-info]: ... this.
Adjust to new 'derivation-prerequisites-to-build' return value type.
* tests/derivations.scm ("derivation-prerequisites-to-build and
substitutes"): Adjust.
("derivation-prerequisites-to-build and substitutes, local build"):
Likewise.
2017-06-02 18:47:06 +02:00
Ludovic Courtès ef51ac21ee derivations: 'substitution-oracle' returns a <substitutable>.
* guix/derivations.scm (substitution-oracle): Use
'substitution-path-info' instead of 'substitution-paths'.  Turn SUBST
into a vhash from path to <substitutable>.  Change the returned
procedure to provide a <substitutable> instead of a Boolean.
* tests/derivations.scm ("substitution-oracle and #:substitute? #f"):
Mock 'substitutable-path-info' instead of 'substitutable-paths'.
2017-06-02 18:47:06 +02:00
John Darrington fb226b4351 gnu: Move vtk to image-processing.scm.
* gnu/packages/image-processing.scm (vtk): New variable.
* gnu/packages/vtk.scm: Delete file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Remove it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-06-02 18:47:06 +02:00
Ludovic Courtès 0c152cd6e3 tests: Remove 't-profile-alt-*-link' files.
Reported by myglc2 <myglc2@gmail.com>
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=27137#11>.

* tests/guix-package-net.sh: In the trap, remove $profile_alt-[0-9]*.
2017-06-02 18:47:06 +02:00
Leo Famulari 835a658281 gnu: mutt: Update to 1.8.3.
* gnu/packages/mail.scm (mutt): Update to 1.8.3.
2017-06-02 12:10:20 -04:00
Rutger Helling 1eacffb9bc gnu: Add archivemount
* gnu/packages/linux.scm (archivemount): New variable.
2017-06-02 12:02:37 -04:00
Rutger Helling 466073c063 gnu: Update retroarch to 1.6.0.
* gnu/packages/games.scm (retroarch): Update to 1.6.0.
2017-06-02 11:56:00 -04:00
Ludovic Courtès baf549df14 gnu: guile: Depend on 'bash-minimal' rather than 'bash'.
* gnu/packages/guile.scm (guile-2.0)[inputs]: Depend on BASH-MINIMAL
instead of BASH.
2017-06-02 17:22:06 +02:00
Ludovic Courtès 4cc80c946b gnu: bash-minimal: Simplify 'arguments' field.
* gnu/packages/bash.scm (bash-minimal)[arguments]: Remove 'let' and use
'substitute-keyword-arguments' directly.
2017-06-02 17:22:06 +02:00
Ludovic Courtès 704243e0c6 gnu: commencement: 'bash-final' inherits from 'bash-minimal'.
* gnu/packages/commencement.scm (bash-final): Inherit from BASH-MINIMAL
instead of BASH.
2017-06-02 17:22:06 +02:00
Roel Janssen b9a601d9db gnu: Add kaiju.
* gnu/packages/bioinformatics.scm (kaiju): New variable.
2017-06-02 12:38:23 +02:00
Ivan Vilata-i-Balaguer 99c63f3f07 gnu: python-gpg: Use explicit version 1.8.0 instead of GPGME's.
GPGME defines version 1.9.0, which isn't yet available for python-gnupg, whose
latest version is 1.8.0, so we use that explicitly instead.

Fixes <https://bugs.gnu.org/26610>.

* gnu/packages/gnupg.scm (python-gpg, python2-gpg): Use explicit version 1.8.0
instead of GPGME's version.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-01 23:21:20 -04:00
Ricardo Wurmus dd35abfeee gnu: Add uglify-js.
* gnu/packages/lisp.scm (uglify-js): New variable.
2017-06-01 23:32:23 +02:00
Ricardo Wurmus 52650a4d2e gnu: Add sbcl-cl-uglify-js.
* gnu/packages/lisp.scm (sbcl-cl-uglify-js): New variable.
2017-06-01 23:32:23 +02:00
Ricardo Wurmus 476b583fbf gnu: Add sbcl-iterate.
* gnu/packages/lisp.scm (sbcl-iterate): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus d0eec99a48 gnu: Add sbcl-parse-number.
* gnu/packages/lisp.scm (sbcl-parse-number): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus d00c96d727 gnu: Add sbcl-parse-js.
* gnu/packages/lisp.scm (sbcl-parse-js): New variable.
2017-06-01 23:30:28 +02:00
Ricardo Wurmus b693aa6e63 gnu: Add sbcl-cl-ppcre-unicode.
* gnu/packages/lisp.scm (sbcl-cl-ppcre-unicode): New variable.
2017-06-01 23:30:28 +02:00
ng0 dec63df4ff gnu: Add open-adventure.
* gnu/packages/games.scm (open-adventure): New variable.

Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2017-06-01 23:29:23 +02:00
Efraim Flashner 924e6ddf72 gnu: qt: Update to 5.9.0.
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtwebkit): Update to 5.9.0.
(qtbase)[source]: Remove bundled freetype, libpng, libjpeg, pcre2, xcb,
xkbcommon, zlib.
[inputs]: Remove pcre, add pcre2.
[arguments]: Add configure flag to use system pcre, update flag to not
compile examples.
(qtwayland)[source]: Remove examples in a snippet.
(qtlocation)[inputs]: add icu4c, openssl, zlib.
2017-06-01 22:38:38 +03:00
Arun Isaac 44636f57bc gnu: font-comic-neue: Prevent hidden files from being installed.
* gnu/packages/fonts.scm (font-comic-neue)[arguments]: Add
'delete-macosx-files' phase.
2017-06-02 00:11:46 +05:30
Brendan Tildesley 8c5ad44843 gnu: font-cns11643: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-cns16643): Switch to 'font-build-system'.
[outputs]: Combine all outputs into one.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 22:48:49 +05:30
Danny Milosavljevic 3f65c190d2 utils: Add helper for invoking programs.
* guix/build/utils.scm (invoke): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-06-01 19:06:34 +02:00
Brendan Tildesley ad37bed336 gnu: font-cns11643: Update to 98.1.20170524.
* gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20170524.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 22:23:03 +05:30
Marius Bakke 607b424f13 gnu: mariadb: Update to 10.1.24.
Release notes: https://mariadb.com/kb/en/mariadb/mariadb-10124-release-notes/

* gnu/packages/databases.scm (mariadb): Update to 10.1.24.
2017-06-01 17:48:09 +02:00
Marius Bakke a3e85a906a gnu: maim: Update to 5.4.63.
* gnu/packages/xdisorg.scm (maim): Update to 5.4.63.
2017-06-01 17:41:39 +02:00
Marius Bakke 85071d5a2d gnu: slop: Update to 6.3.40.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.40.
2017-06-01 17:40:44 +02:00
Marius Bakke 7fb5c2cfab gnu: notmuch: Update to 0.24.2.
* gnu/packages/mail.scm (notmuch): Update to 0.24.2.
2017-06-01 17:38:19 +02:00
Alex Griffin 532f09dff3 gnu: font-comic-neue: Add fontconfig alias.
* gnu/packages/fonts.scm (font-comic-neue): Add fontconfig alias for "Comic
Sans MS".
[arguments]: Add new 'install-conf' phase.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:38:18 +05:30
Alex Griffin b963d8c2e5 gnu: font-comic-neue: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-comic-neue): Switch to 'font-build-system'.
Re-indent.
[source]: Use url-fetch/zipbomb.
[native-inputs]: Remove dependency on unzip.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:36:52 +05:30
Brendan Tildesley a5ce48c8f5 gnu: font-cns11643-swjz: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-cns11643-swjz): Switch to 'font-build-system'.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:09:39 +05:30
Brendan Tildesley 7359cffaf8 gnu: par2cmdline: Update to 0.7.1.
* gnu/packages/backup.scm (par2cmdline): Update to 0.7.1.
[arguments]: Parallel tests work now; reenable them.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 20:04:03 +05:30
ng0 45d32e243a gnu: font-liberation: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-liberation): Switch to 'font-build-system'.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 15:17:05 +05:30
ng0 7f8e8ff811 gnu: font-dejavu: Fix the switch to 'font-build-system'.
This is a follow-up to commit 2e88401941.

* gnu/packages/fonts.scm (font-dejavu): Remove 'trivial-build-system' line.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 15:17:05 +05:30
ng0 278c608a25 gnu: font-awesome: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-awesome): Switch to 'font-build-system'.
[source]: The package was updated in place, so hash has changed.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-01 15:16:53 +05:30
Clément Lassieur 01d71f6222 gnu: sicp: Add the HTML version.
* gnu/packages/scheme.scm (sicp)[arguments]: Copy the HTML directory to the
output.
2017-06-01 11:04:37 +02:00
Alex Kost 3e9afff873 gnu: emacs-let-alist: Use 'emacs-build-system'.
* gnu/packages/emacs.scm (let-alist): Use 'emacs-build-system'.
[arguments, native-inputs]: Remove.
2017-06-01 10:56:11 +03:00
Alex Kost 79b3c9305a gnu: emacs-paredit: Use 'emacs-build-system'.
* gnu/packages/emacs.scm (paredit): Use 'emacs-build-system'.
[arguments, native-inputs]: Remove.
2017-06-01 10:56:11 +03:00
Alex Kost 3d01b2939f gnu: git-modes: Use 'emacs-build-system'.
* gnu/packages/emacs.scm (git-modes): Use 'emacs-build-system'.
[arguments, native-inputs]: Remove.
2017-06-01 10:56:11 +03:00
Sergei Trofimovich 9491227dcb gnu: python-file: Drop outdated patch.
* gnu/local.mk: Remove python-file-double-encoding-bug.patch
* gnu/packages/patches/python-file-double-encoding-bug.patch: Delete file.
* gnu/packages/python.scm (python-file)[source]:
Remove "python-file-double-encoding-bug.patch".

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-06-01 09:14:17 +02:00
Kei Kebreau e99039b5da gnu: Add python-xsge.
* gnu/packages/game-development.scm (python-xsge, python2-xsge): New
variables.
2017-05-31 20:45:43 -04:00
Alex Griffin b6726480e2 gnu: font-go: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-go): Switch to font-build-system.
Re-indent.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-31 23:29:44 +02:00
Alex Griffin 4a9140b1ee gnu: font-iosevka: Use 'font-build-system'.
Fixes <https://bugs.gnu.org/27172>.

* gnu/packages/fonts.scm (font-iosevka): Switch to font-build-system.
[source]: Use url-fetch/zipbomb.
[native-inputs]: Remove dependency on unzip.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-31 23:25:49 +02:00
Alex Griffin 046175cd4e build: font: Support font collection files.
* guix/build/font-build-system.scm (install): Support TrueType
Collection (TTC) and OpenType Collection (OTC) files.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-31 23:24:41 +02:00
Danny Milosavljevic 203a9455c4 file-systems: Improve error reporting.
Suggested by Chris Marusich <cmmarusich@gmail.com>.
Fixes <https://bugs.gnu.org/27143>.

* gnu/build/file-systems.scm (read-iso9660-primary-volume-descriptor):
Improve error reporting.
2017-05-31 21:13:15 +02:00
Danny Milosavljevic 1c25d6d06e doc: Fix qemu-system-x86_64 example.
Reported by Fox <firefox@firemail.cc>.
Fixes <https://bugs.gnu.org/27052>.

* doc/guix.texi (Running GuixSD in a VM): Fix qemu-system-x86_64 example.
2017-05-31 19:48:21 +02:00
Danny Milosavljevic cdc701ea48 gnu: build: Improve comments.
* gnu/build/file-systems.scm (iso9660-superblock-volume-name):
Add clarifying comment.
2017-05-31 19:38:49 +02:00
Kei Kebreau 1ed398d192 gnu: gnumeric: Update to 1.12.34.
* gnu/packages/gnome.scm (gnumeric): Update to 1.12.34.
[native-inputs]: Add docbook-xml and itstool.
2017-05-31 12:25:06 -04:00
Leo Famulari 1c797d4bfb gnu: go@1.8: Update to 1.8.3 [fixes CVE-2017-8932].
* gnu/packages/golang.scm (go-1.8): Update to 1.8.3.
2017-05-31 11:54:57 -04:00
Roel Janssen 76ab3141f5 gnu: scons: Update to 2.5.1.
* gnu/packages/python.scm (scons): Update to 2.5.1.
2017-05-31 17:40:16 +02:00
Alex Griffin 208abecabf gnu: font-iosevka: Update to 1.12.5.
* gnu/packages/fonts.scm (font-iosevka): Update to 1.12.5.  Re-indent.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Alex Griffin 406c46e20a gnu: font-go: Update to 20170330-1.f03a046.
* gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ethan R. Jones d5fa27774c gnu: Add mediainfo.
* gnu/packages/video.scm (mediainfo): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ethan R. Jones e0c407074e gnu: Add libmediainfo
* gnu/packages/video.scm (libmediainfo): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ethan R. Jones 17ce0d45bd gnu: Add libzen.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* gnu/packages/cpp.scm (libzen): New varible.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-31 17:08:45 +02:00
Ludovic Courtès 3e89491741 tests: Fix race condition in 'container-excursion*' test.
* tests/containers.scm ("container-excursion*"): Move (namespace pid)
call before (kill pid SIGKILL).
2017-05-31 17:08:45 +02:00
Tobias Geerinckx-Rice bbc4167995 gnu: dovecot: Update to 2.2.30.1.
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.1.
2017-05-31 15:54:42 +02:00
Ricardo Wurmus ae44ebb90e gnu: synfigstudio: Fix crash on opening files.
* gnu/packages/animation.scm (synfigstudio)[arguments]: Add "wrap-program"
phase.
2017-05-31 08:27:45 +02:00
Leo Famulari b0415c0361 gnu: openldap: Fix CVE-2017-9287.
* gnu/packages/patches/openldap-CVE-2017-9287.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/openldap.scm (openldap)[replacement]: New field.
(openldap/fixed): New variable.
2017-05-30 18:15:23 -04:00
Maxim Cournoyer facac29280 build-system/gnu: 'compress-documentation' phase handles double symlinks.
The compress-documentation phase was breaking recursive symbolic links used
for manuals, which was made visible by the `find-files' call in the recently
added `manual-database' profile hook.  See <http://bugs.gnu.org/26771>.

* guix/build/gnu-build-system.scm (compress-documentation)
[points-to-symbolic-link?]: New procedure.
[maybe-compress-directory]: Use `points-to-symbolic-link?' to filter out
symbolic links that shouldn't be retargetted, and re-order the calls to
`retarget-symlink' and `documentation-compressor'.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 21:56:20 +02:00
Sergei Trofimovich a30188f561 gnu: bash-minimal: Override keywords from 'bash'.
'bash-minimal' is a package derived from 'bash' package.  'bash-minimal'
is supposed to override keywords from 'bash', but does not do it due to
ordering issue.

This patch moves #:modules last.

Fixes the bootstrap failure reported by rennes and Manolis Ragkousis and
tracked down by Andy Wingo in
<https://lists.gnu.org/archive/html/guix-devel/2017-05/msg00010.html>.

* gnu/packages/bash.scm (bash-minimal)[arguments]: Move #:modules
after (package-arguments bash).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 21:20:19 +02:00
Tobias Geerinckx-Rice 8e33bc1816 gnu: dovecot: Update to 2.2.30.
* gnu/packages/mail.scm (dovecot): Update to 2.2.30.
2017-05-30 21:09:35 +02:00
Ricardo Wurmus ee33f9a742 gnu: libtasn1: Update to 4.12.
* gnu/packages/tls.scm (libtasn1): Update to 4.12.
2017-05-30 20:30:35 +02:00
Marius Bakke 6b7f1b6ce9 gnu: sudo: Unbundle zlib.
* gnu/packages/admin.scm (sudo)[source]: Add 'snippet'.
[inputs]: Add ZLIB.
2017-05-30 19:49:19 +02:00
Marius Bakke cab1c11741 gnu: Add xsel.
* gnu/packages/xdisorg.scm (xsel): New variable.
2017-05-30 19:47:50 +02:00
Leo Famulari 6e82fb2c27 gnu: graphicsmagick: Remove bundled libraries from source checkout.
Fixes <https://bugs.gnu.org/27120>.

* gnu/packages/imagemagick.scm (graphicsmagick)[source]: Add a snippet
to delete bundled libraries.
[version]: Bump the package revision counter to 3.
2017-05-30 13:33:15 -04:00
Kei Kebreau dfb0323db0 gnu: shotwell: Update to 0.26.1.
* gnu/packages/gnome.scm (shotwell): Update to 0.26.1.
[inputs]: Add libgdata.
2017-05-30 13:13:16 -04:00
Kei Kebreau adc5cb1b49 gnu: Add libgdata.
* gnu/packages/gnome.scm (libgdata): New variable.
* gnu/packages/patches/libgdata-fix-tests.patch,
gnu/packages/patches/libgdata-glib-duplicate-tests.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2017-05-30 13:13:16 -04:00
André Miranda ed2b7cb2f9 gnu: Add 'git-remote-gcrypt' package
* gnu/packages/version-control.scm (git-remote-gcrypt): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 18:08:38 +02:00
Ludovic Courtès f0a0b58bfa daemon: Report hash mismatches in a cleaner way.
Suggested by Hartmut Goebel.

* nix/libstore/build.cc (DerivationGoal::registerOutputs): Report hash
mismatches on 3 lines for clarity.
(SubstitutionGoal::finished): Likewise.
2017-05-30 18:08:37 +02:00
Christopher Baines a88d41d11c doc: Move the NGinx service configuration documentation together.
* doc/guix.texi (Web Services): Add documentation for
  nginx-upstream-configuration and nginx-location-configuration.
  (VPN Services): Remove documentation for nginx-upstream-configuration and
  nginx-location-configuration.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 18:08:37 +02:00
Ludovic Courtès 41db5a7563 activation: Change permissions on /root to #o700.
Reported by Alex Griffin <a@ajgrf.com>.
Fixes <http://bugs.gnu.org/27135>.

* gnu/build/activation.scm (add-user): When UID is zero, add 'chmod'
call.
* gnu/tests/base.scm (run-basic-test)["permissions on /root"]: New test.
2017-05-30 18:08:37 +02:00
Christopher Baines 151cb9738a git-download: Fix 'git-predicate' to use absolute paths.
git ls-files will return paths relative to the repository directory. This
commit prepends the repository directory to those paths when calling lstat,
such that 'git-predicate' works if the current working directory is not the
repository directory.

* guix/git-download.scm (git-predicate): Prepend repository directory to the
  file path when calling lstat.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 18:08:37 +02:00
Ricardo Wurmus 294739b5b8 gnu: libntlm: Update to 1.4.
* gnu/packages/gsasl.scm (libntlm): Update to 1.4.
2017-05-30 17:57:48 +02:00
Marius Bakke eea879d74c gnu: sudo: Update to 1.8.20p1 [fixes CVE-2017-1000367].
* gnu/packages/admin.scm (sudo): Update to 1.8.20p1.
2017-05-30 17:40:23 +02:00
Alex Kost 91762db6fe gnu: emacs-debbugs: Install missing file.
This is a followup to commit d879685176.

* gnu/packages/emacs.scm (emacs-debbugs)[arguments]: Include ".wsdl"
along with ".el" and ".info".
2017-05-30 18:30:39 +03:00
Alex Kost f753c28299 doc: htmlxref: Fix link to Emacs-Guix manual.
Reported-by: Ludovic Courtès <ludo@gnu.org>

This fixes a regression introduced by commit
8ca0c88a89.

* doc/htmlxref.cnf (EMACS_GUIX): Fix the link to 'html_node'.
2017-05-30 18:30:39 +03:00
Ricardo Wurmus d2ac5e2975 build-system/cmake: Add support for cross compilation.
Fixes <https://bugs.gnu.org/26897>.

* guix/build-system/gnu.scm: Export standard-cross-packages.
* guix/build-system/cmake.scm (cmake-cross-build): New procedure.
(lower): Add support for cross-builds.
* guix/build/cmake-build-system.scm (configure): Handle "target" argument.
2017-05-30 16:52:55 +02:00
Ricardo Wurmus 93c103ab59 gnu: classpath-devel: Ensure initial heap size is less than maximum.
Fixes <https://bugs.gnu.org/27142>.

* gnu/packages/java.scm (classpath-devel)[arguments]: Pass Xms option with a
value lower than Xmx.
2017-05-30 15:56:25 +02:00
Ludovic Courtès 27fd13c3c2 download: Work around GnuTLS bug with UTF-8 certificate file names.
Reported by Mark H Weaver <mhw@netris.org>
at <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26948#17>.

* guix/build/download.scm (set-certificate-credentials-x509-trust-file!*):
New procedure.
(make-credendials-with-ca-trust-files): Use it instead of
'set-certificate-credentials-x509-trust-file!'.
2017-05-30 13:24:55 +02:00
Sergei Trofimovich 8a9b08b503 gnu: openssl: Delete ELF files from tarball.
Otherwise building openssl fails: substitute can't decode binary ELF file:

  ice-9/boot-9.scm:760:25: In procedure dispatch-exception:
  ice-9/boot-9.scm:760:25: Throw to key `decoding-error' with args
  `("peek-char" "input decoding error" 84 #<input: test/ssltest_old 15>)'.

* gnu/packages/tls.scm (openssl)[source]: Add 'snippet'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-30 10:09:03 +02:00
Alex Griffin 98b9732cb8 gnu: asciinema: Update to 1.4.0.
* gnu/packages/terminals.scm (asciinema): Update to 1.4.0.
[source]: Use pypi-uri.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-29 22:37:34 +05:30
Leo Famulari 4a897c4990 gnu: jasper: Update to 2.0.13.
* gnu/packages/image.scm (jasper): Update to 2.0.13.
[source]: Use GitHub URL and set the file-name. Remove
'jasper-CVE-2017-6850.patch'.
* gnu/packages/patches/jasper-CVE-2017-6850.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-05-29 12:52:30 -04:00
Ludovic Courtès be99170ddb gnu: cross-base: Turn '%xgcc' into a macro.
Previously:

  ./pre-inst-env guile -c '(use-modules (gnu packages gcc))'

would fail due to circular dependencies.

* gnu/packages/cross-base.scm (%xgcc): Turn into a macro.
2017-05-29 13:46:25 +02:00
Efraim Flashner 0f3847bfd8 gnu: Add translate-shell.
* gnu/packages/dictionaries.scm (translate-shell): New variable.
2017-05-29 13:25:38 +03:00
Ludovic Courtès 0b8e89f6bb gnu: libtiff@4.0.8: Fix source URL.
* gnu/packages/image.scm (libtiff-4.0.8)[origin]: Use 'ftp://' not
'http://'.
2017-05-29 11:52:19 +02:00
Efraim Flashner 5a6527e43d byzanz: Add file-name for source.
* gnu/packages/gnome.scm (byzanz)[source]: Add file-name field.
2017-05-29 10:16:45 +03:00
Ricardo Wurmus ff647c3d38 gnu: glibc: Move i686 patch to source field.
This is a rewrite of changes introduced by commits
b2fd8f6367,
c2e4f14ac8,
441e99d433 and
d03b34cf19.

* gnu/packages/base.scm (glibc/linux)[source]: Add i686 patch.
[arguments]: Remove conditional patch application from build phase.
[native-inputs]: Remove patch.
(glibc/hurd)[arguments]: Inherit pre-configure build phase from glibc/linux.
* gnu/packages/commencement.scm (glibc-final-with-bootstrap-bash)[native-inputs]:
Remove patch.
2017-05-29 06:14:11 +02:00
Ben Woodcroft 0d2b2fd4f4 gnu: diamond: Update to 0.9.3.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.3.
2017-05-28 21:06:06 -04:00
Leo Famulari 4fed93a1a3 doc: Fix typo.
* doc/guix.texi (USB Stick Installation): Fix typo.
2017-05-28 20:34:10 -04:00
Marius Bakke 6f8cda185e Merge branch 'master' into staging 2017-05-28 23:47:25 +02:00
Marius Bakke 6c1db130a8 gnu: parallel: Update to 20170522.
* gnu/packages/parallel.scm (parallel): Update to 20170522.
2017-05-28 23:45:41 +02:00
Christopher Baines a8d0c9cbcc gnu: Add emacs-direnv.
* gnu/packages/emacs.scm (emacs-direnv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-28 23:13:40 +02:00
ng0 78dfc9e2dd gnu: Add spectrwm.
* gnu/packages/wm.scm (spectrwm): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-28 23:13:40 +02:00
James Richardson ce67601564 gnu: Add emacs-restclient.
* gnu/packages/emacs.scm (emacs-restclient): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-28 23:13:39 +02:00
Ludovic Courtès 8902d0f267 scripts: Set thread names.
This allows 'guix publish' threads as well as 'guix substitute' and
'guix offload' processes to be properly labeled in 'top', 'pstree', etc.

* guix/workers.scm (worker-thunk): Add #:thread-name parameter and honor it.
(make-pool): Likewise.
* guix/scripts/publish.scm (http-write): Add calls to 'set-thread-name'
in bodies of 'call-with-new-thread'.
(guix-publish): Call 'set-thread-name'.   Pass #:thread-name to 'make-pool'.
* guix/scripts/offload.scm (guix-offload): Call 'set-thread-name'.
* guix/scripts/substitute.scm (guix-substitute): Likewise.
2017-05-28 23:13:39 +02:00
Ludovic Courtès aa401f9ba6 syscalls: Add 'thread-name' and 'set-thread-name'.
* guix/build/syscalls.scm (PR_SET_NAME, PR_GET_NAME)
(%max-thread-name-length): New variables.
(%prctl, set-thread-name, thread-name): New procedures.
* tests/syscalls.scm ("set-thread-name"): New test.
2017-05-28 23:13:39 +02:00
Leo Famulari 2b95f24721 gnu: certbot, python-acme: Update to 0.14.2.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.2.
2017-05-28 15:33:08 -04:00
Leo Famulari 0fd0bb56a8 gnu: rxvt-unicode: Disable an unwanted code execution vector.
* gnu/packages/patches/rxvt-unicode-escape-sequences.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/xdisorg.scm (rxvt-unicode)[source]: Use it.
2017-05-28 14:41:46 -04:00
Leo Famulari 5cd0122e60 gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.
This is a followup to commit 2ac2b17251.

* gnu/local.mk (dist_patch_DATA): Fix typo.
2017-05-28 14:34:43 -04:00
Leo Famulari 22e6656d25 gnu: libtiff: Update replacement to 4.0.8 [security fixes].
See 'ChangeLog' in the source distribution for more information about
the bugs and security issues fixed in this release.

* gnu/packages/image.scm (libtiff)[replacement]: Replace with libtiff-4.0.8.
(libtiff/fixed): Replace with ...
(libtiff-4.0.8): New variable.
* gnu/packages/patches/libtiff-CVE-2017-7593.patch,
gnu/packages/patches/libtiff-CVE-2017-7594.patch,
gnu/packages/patches/libtiff-multiple-UBSAN-crashes.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-05-28 14:34:43 -04:00
Marius Bakke 4953c33316 gnu: libtasn1: Remove obsolete patch.
This is a followup to 6a09628cb1.
(picked from the wrong branch, sorry!)

* gnu/packages/tls.scm (libtasn1)[source]: Remove upstreamed patch.
* gnu/packages/patches/libtasn1-CVE-2017-6891.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-05-28 19:16:43 +02:00
Marius Bakke ccd7daae4c gnu: Remove workaround for <https://bugs.gnu.org/26238>.
* gnu/packages/base.scm (coreutils-8.27): Remove variable.
* gnu/system.scm (%base-packages): Change back to COREUTILS.
2017-05-28 19:08:54 +02:00
Marius Bakke 6a09628cb1 gnu: libtasn1: Update to 4.11.
* gnu/packages/tls.scm (libtasn1): Update to 4.11.
2017-05-28 19:08:47 +02:00
Marius Bakke f0c6dda640 gnu: binutils: Update to 2.28.
* gnu/packages/base.scm (binutils): Update to 2.28.
[source]<patches>: Remove upstreamed patch.
[arguments]<#:configure-flags>: Remove "--disable-werror"
* gnu/packages/patches/binutils-mips-bash-bug.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2017-05-28 19:08:40 +02:00
Tobias Geerinckx-Rice 3cae15023f gnu: offlineimap: Update to 7.1.1.
* gnu/packages/mail.scm (offlineimap): Update to 7.1.1.
2017-05-28 18:29:34 +02:00
Arun Isaac e46e0de1b5 gnu: font-bitstream-vera: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-bitstream-vera): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac 2e88401941 gnu: font-dejavu: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-dejavu): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac 5978658841 gnu: font-ubuntu: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-ubuntu): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac b2f89c19fc gnu: font-inconsolata: Use 'font-build-system'.
* gnu/packages/fonts.scm (font-inconsolata): Switch to 'font-build-system'.
2017-05-28 19:30:05 +05:30
Arun Isaac 3d90fa982b build-system: Add 'font-build-system'.
* Makefile.am (MODULES): Add 'guix/build-system/font.scm' and
  'guix/build/font-build-system.scm'.
* guix/build-system/font.scm: New file.
* guix/build/font-build-system.scm: New file.
* doc/guix.texi (Build Systems): Add 'font-build-system'.
2017-05-28 19:30:05 +05:30
Ricardo Wurmus 2ac2b17251 gnu: synfigstudio: Fix UI bug.
* gnu/packages/patches/synfigstudio-fix-ui-with-gtk3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add patch.
* gnu/packages/animation.scm (synfigstudio)[source]: Apply patch.
2017-05-28 15:59:52 +02:00
Andreas Enge 802907e423 gnu: pari-gp: Update to 2.9.2.
* gnu/packages/algebra.scm (pari-gp): Update to 2.9.2.
2017-05-28 15:57:17 +02:00
Leo Famulari 2dca204eb0 gnu: flex: Use the gzip-compressed tarball.
This reverts commit 77e2538eda and fetches the
gzip-compressed tarball.  We do this so that flex-boot0 will not require lzip.

* gnu/packages/flex.scm (flex)[source]: Fetch the '.tar.gz' tarball.
[native-inputs]: Remove lzip.
2017-05-28 09:56:14 -04:00
Marius Bakke 3803b069f6 gnu: gajim: Fix CVE-2016-10376.
* gnu/packages/patches/gajim-CVE-2016-10376.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (gajim)[source]: Use it.
2017-05-28 13:18:24 +02:00
Ben Woodcroft ca40d4e7c5 gnu: diamond: Update to 0.9.2.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.2.
2017-05-27 22:03:00 -04:00
Kei Kebreau 1622637bb7 gnu: Add liboauth.
* gnu/packages/web.scm (liboauth): New variable.
2017-05-27 20:29:37 -04:00
Ricardo Wurmus 21fea1d1a9 gnu: synfigstudio: Update to 1.2.0.
* gnu/packages/patches/synfig-build-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
* gnu/packages/animation.scm (etl): Update to 0.04.22.
(synfig): Update to 1.2.0.
[source]: Remove patch.
[arguments]: Remove obsolete build phases.
[propagated-inputs]: Add fftw.
(synfigstudio): Update to 1.2.0.
[source]: Remove unnecessary snippet.
[arguments]: Remove.
2017-05-27 22:37:48 +02:00
Muriithi Frederick Muriuki 65e7d52a0c gnu: Add python-radon
* gnu/packages/python.scm (python-radon, python2-radon): New variables.
2017-05-27 13:46:40 -04:00
ng0 574e4e16d8 gnu: Add florence.
* gnu/packages/accessibility.scm: New file.
* gnu/local.mk: (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-27 13:35:02 -04:00
Sergei Trofimovich 77e2538eda gnu: packages: flex: Add missing 'lzip' input.
* gnu/packages/flex.scm (flex)[native-inputs]: Add lzip.

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-27 10:06:57 -04:00
Adriano Peluso 16855482fd gnu: Add tryton.
* gnu/packages/tryton.scm (tryton): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:13 +05:30
Adriano Peluso 48174fb9aa gnu: Add trytond.
* gnu/packages/tryton.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/tryton.scm (trytond): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:12 +05:30
Adriano Peluso ecca63b654 gnu: Add python-relatorio.
* gnu/packages/python.scm (python-relatorio, python2-relatorio): New variables.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:12 +05:30
Adriano Peluso b208f71b9b gnu: Add python-genshi.
* gnu/packages/python.scm (python-genshi, python2-genshi): New variables.
 * gnu/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch: New file.
 * gnu/packages/patches/python-genshi-buildable-on-python-2.7.patch: New file.
 * gnu/packages/patches/python-genshi-disable-speedups-on-python-3.3.patch: New file.
 * gnu/packages/patches/python-genshi-fix-tests-on-python-3.5.patch: New file.
 * gnu/packages/patches/python-genshi-isstring-helper.patch: New file.
 * gnu/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch: New file.
 * gnu/local.mk (dist_patch_DATA): Add them.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:41:12 +05:30
Adriano Peluso ad2ef26073 gnu: Add python-sql.
* gnu/packages/python.scm (python-sql, python2-sql): New variables.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-27 18:12:34 +05:30
Danny Milosavljevic 3dba9b3782 gnu: build: Improve docstrings.
* gnu/build/file-systems.scm (iso9660-superblock?,
read-iso9660-superblock, iso9660-superblock-uuid): Improve docstrings.
2017-05-27 12:35:43 +02:00
Arun Isaac dc443f5149 gnu: emacs-exwm: Fix DISPLAY environment variable issue.
* gnu/packages/emacs.scm (emacs-exwm): Set DISPLAY environment variable in
  shell wrapper.
2017-05-27 15:20:12 +05:30
Julien Lepiller ba69e8f7ce gnu: Add knot-service-type.
* gnu/services/dns.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (DNS Services): New subsubsection.
2017-05-27 10:40:24 +02:00
Mark H Weaver 54d9479d8a Merge branch 'master' into core-updates 2017-05-27 03:39:12 -04:00
Mark H Weaver d771ba62f8 gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-05-27 03:06:39 -04:00
Mark H Weaver 12f37d6015 gnu: graphite2/fixed: Update to 1.3.10.
* gnu/packages/fontutils.scm (graphite2/fixed): Update to 1.3.10.  Remove
patches that have been incorporated upstream.
* gnu/packages/patches/graphite2-CVE-2017-5436.patch,
gnu/packages/patches/graphite2-check-code-point-limit.patch,
gnu/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch,
gnu/packages/patches/graphite2-non-linear-classes-even-number.patch: Delete
files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-05-27 00:22:10 -04:00
Marius Bakke 9df24909e2 Merge branch 'master' into staging 2017-05-27 03:55:24 +02:00
Mark H Weaver fdabfdbf8d gnu: linux-libre: Update to 4.11.3.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.3.
(%linux-libre-hash): Update hash.
2017-05-26 16:17:08 -04:00
Mark H Weaver cf86b917aa gnu: linux-libre@4.9: Update to 4.9.30.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.30.
2017-05-26 16:16:32 -04:00
Mark H Weaver 26f8e6f2eb gnu: linux-libre@4.4: Update to 4.4.70.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.70.
2017-05-26 16:15:51 -04:00
Leo Famulari dc1bd2b560 gnu: python-cryptography: Update to 1.8.2.
* gnu/packages/python.scm (python-cryptography, python2-cryptography,
python-cryptography-vectors, python2-cryptography-vectors):
Update to 1.8.2.
(python-cryptography, python2-cryptography)[propagated-inputs]: Add
python-asn1crypto and python-packaging. Remove python-pyasn1.
[native-inputs]: Remove python-pyasn1 and python-pyasn1-modules.
2017-05-26 14:47:43 -04:00
Leo Famulari c0f5b80295 gnu: Add python-packaging. 2017-05-26 14:47:42 -04:00
José Miguel Sánchez García 8347c12291 gnu: python-xcffib: Update to 0.5.1.
* gnu/packages/python.scm (python-xcffib): Update to 0.5.1.
[source]: Use 'pypi-uri'.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26 20:30:32 +02:00
José Miguel Sánchez García e46bf22391 gnu: python-xcffib: Fix libxcb.so.1 path.
* gnu/packages/python.scm (python-xcffib)[arguments]<#:phases>: Add phase to
embed full path to libxcb.so.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26 20:30:32 +02:00
Jan Nieuwenhuizen 7a0efa77a4 gnu: Add emacs-disable-mouse.
* gnu/packages/emacs.scm (emacs-disable-mouse): New variable.
2017-05-26 15:13:04 +02:00
Ludovic Courtès 52cabc6f87 gnu: guix: Adjust to 'gnutls' package renames.
This is a followup to a07007876a.

* gnu/packages/package-management.scm (guix)[propagated-inputs]: Use
GNUTLS instead of GNUTLS/GUILE-2.2.
(guile2.0-guix)[propagated-inputs]: Use GNUTLS/GUILE-2.0 instead of
GNUTLS.
2017-05-26 14:59:51 +02:00
Sergei Trofimovich 8b14773ab6 utils: Re-export 'delete'.
* guix/build/utils.scm: Reexport 'delete' binding.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2017-05-26 14:59:51 +02:00
Danny Milosavljevic 013e1e853b gnu: Add python-flask-migrate.
* gnu/packages/python.scm (python-flask-migrate,
python2-flask-migrate): New variables.
2017-05-26 11:59:49 +02:00
Danny Milosavljevic 75baf3193c gnu: Add python-flask-script.
* gnu/packages/python.scm (python-flask-script,
python2-flask-script): New variables.
2017-05-26 11:59:39 +02:00
Mark H Weaver e0775d2a01 gnu: Fix another call to cross-gcc.
This is a followup to commit 7b3318e34f.

* gnu/packages/make-bootstrap.scm (package-with-relocatable-glibc)
[native-inputs]: Fix 'cross-gcc' call.
* gnu/packages/cross-base.scm: Fix example 'cross-gcc' call in a comment.
2017-05-26 04:05:21 -04:00
Stefan Reichoer 37a5719642 gnu: Add multitail.
* gnu/packages/logging.scm (multitail): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-26 00:05:20 +02:00
Stefan Reichoer ca0e62bfe2 gnu: Add python-ansi2html.
* gnu/packages/python.scm (python-ansi2html, python2-ansi2html): New variables.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25 23:27:31 +02:00
Leo Famulari 09c36743fa gnu: Add python-asn1crypto.
* gnu/packages/crypto.scm (python-asn1crypto, python2-asn1crypto): New variables.
2017-05-25 15:39:36 -04:00
Clément Lassieur 1113386beb gnu: Add cpuid.
* gnu/packages/linux.scm (cpuid): New variable.
2017-05-25 21:38:20 +02:00
Leo Famulari 811e10281f gnu: openssl: Update to 1.0.2l.
* gnu/packages/tls.scm (openssl): Update to 1.0.2l.
2017-05-25 15:12:47 -04:00
Leo Famulari fc3a041674 gnu: openssl@1.1.0: Update to 1.1.0f.
* gnu/packages/tls.scm (openssl-next): Update to 1.1.0f.
2017-05-25 14:43:31 -04:00
Marius Bakke e3d59877e0 gnu: kodi: Update to 18.0_alpha-5-1a38948.
* gnu/packages/kodi.scm (kodi): Update to 18.0_alpha-5-1a38948.
2017-05-25 20:20:04 +02:00
ng0 103b7e7955 gnu: Add kbd-neo.
* gnu/packages/linux.scm (kbd-neo): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25 20:15:39 +02:00
ng0 fd7000fe33 gnu: kbd: Add 'native-search-paths'.
* gnu/packages/linux.scm (kbd)[native-search-paths]: Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-25 20:05:11 +02:00
Marius Bakke 2af3743bc2 gnu: strace: Update to 4.17.
* gnu/packages/linux.scm (strace): Update to 4.17.
2017-05-25 20:04:32 +02:00
Marius Bakke acc417ca36 gnu: slop: Update to 6.3.38.
* gnu/packages/xdisorg.scm (slop): Update to 6.3.38.
2017-05-25 20:04:32 +02:00
Arun Isaac 87c95cb242 gnu: emacs-exwm: Fix 'line too long' lint warning.
* gnu/packages/emacs.scm (emacs-exwm): Split line to fix 'line too long' lint
  warning.
2017-05-25 23:31:25 +05:30
Jan Nieuwenhuizen c10d887dd9 gnu: emacs-exwm: Update to 0.14.
* gnu/packages/emacs.scm (emacs-exwm): Update to 0.14.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-25 23:26:47 +05:30
Marius Bakke b94d20c688 gnu: sqlite: Update to 3.19.2.
* gnu/packages/databases.scm (sqlite): Update to 3.19.2.
2017-05-25 19:54:20 +02:00
Kei Kebreau ae40e02cd6 gnu: python-pyobject: Update to 3.24.1.
* gnu/packages/glib.scm (python-pyobject, python2-pyobject): Update to 3.24.1.
[arguments]: Remove field.
[native-inputs]: Add dbus.
2017-05-25 12:42:50 -04:00
Marius Bakke 60793e3732 gnu: webkitgtk: Update to 2.16.3 [fixes CVE-2017-{2496,2510,2539}].
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.3.
2017-05-25 18:04:13 +02:00
Ricardo Wurmus 3a62dd6b22 build-system: gnu: Fix cross-gcc call.
This is a follow-up to 7b3318e34f.

* guix/build-system/gnu.scm (standard-cross-packages): Use keyword arguments
in cross-gcc call.
2017-05-25 17:02:08 +02:00
Julien Lepiller 2f4c2df12e gnu: Add ocaml-ppx-jane.
* gnu/packages/ocaml.scm (ocaml-ppx-jane): New variable.
2017-05-25 14:48:15 +02:00
Julien Lepiller 5cd47fb05b gnu: Add ocaml-ppx-expect.
* gnu/packages/ocaml.scm (ocaml-ppx-expect): New variable.
2017-05-25 14:48:01 +02:00
Julien Lepiller f27522d6db gnu: Add ocaml-re.
* gnu/packages/ocaml.scm (ocaml-re): New variable.
2017-05-25 14:47:58 +02:00
Julien Lepiller 38cb1ec64b gnu: Add ocaml-ppx-fields-conv.
* gnu/packages/ocaml.scm (ocaml-ppx-fields-conv): New variable.
2017-05-25 14:47:56 +02:00
Julien Lepiller 9b8bc95747 gnu: Add ocaml-ppx-sexp-message.
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-message): New variable.
2017-05-25 14:47:54 +02:00
Julien Lepiller c64fecc20b gnu: Add ocaml-ppx-custom-printf.
* gnu/packages/ocaml.scm (ocaml-ppx-custom-printf): New variable.
2017-05-25 14:47:52 +02:00
Julien Lepiller 7ea5acc668 gnu: Add ocaml-ppx-fail.
* gnu/packages/ocaml.scm (ocaml-ppx-fail): New variable.
2017-05-25 14:47:50 +02:00
Julien Lepiller 5d6d7ab0cf gnu: Add ocaml-ppx-bin-prot.
* gnu/packages/ocaml.scm (ocaml-ppx-bin-prot): New variable.
2017-05-25 14:47:48 +02:00
Julien Lepiller 3674d7df2f gnu: Add ocaml-ppx-pipebang.
* gnu/packages/ocaml.scm (ocaml-ppx-pipebang): New variable.
2017-05-25 14:47:45 +02:00
Julien Lepiller 25941ca13b gnu: Add ocaml-ppx-sexp-value.
* gnu/packages/ocaml.scm (ocaml-ppx-sexp-value): New variable.
2017-05-25 14:47:22 +02:00
Ludovic Courtès a07007876a gnu: gnutls: Default to Guile 2.2.
* gnu/packages/tls.scm (gnutls)[arguments]: Remove
'--with-guile-site-dir' configure flag.
[inputs]: Use GUILE-2.2 instead of GUILE-2.0.
(gnutls/guile-2.2): Redefine using 'deprecated-package'.
(gnutls/guile-2.0): New variable.
2017-05-25 14:40:00 +02:00
Ludovic Courtès 696487d665 ld-wrapper: Read arguments from "response files".
Fixes <http://bugs.gnu.org/25882>.
Reported by Federico Beffa <beffa@fbengineering.ch>.

* gnu/packages/ld-wrapper.in (expand-arguments): New procedure.
(ld-wrapper): Use it.
2017-05-25 14:34:18 +02:00
Ludovic Courtès 20ed093977 pull: Catch '&missing-dependency-error' raised by 'source-module-closure'.
Fixes <http://bugs.gnu.org/26987>.
Reported by Mathieu Othacehe <m.othacehe@gmail.com>.

* guix/build/pull.scm (depends-on-guile-ssh?): Remove.
(has-all-its-dependencies?): New procedure.
(build-guix): Use it to filter source files.
2017-05-25 14:25:17 +02:00
Ludovic Courtès bfe5264aa1 modules: Raise an error when a dependency could not be found.
* guix/modules.scm (&missing-dependency-error): New error condition.
(source-module-dependencies): Raise it when 'search-path' returns #f.
* tests/modules.scm ("&missing-dependency-error"): New test.
2017-05-25 14:25:17 +02:00
Ludovic Courtès 4862a98be4 base64: Turn into a regular Guile module.
* guix/base64.scm: Replace 'library' form with 'define-module'.
2017-05-25 14:25:17 +02:00
Danny Milosavljevic faa6bdf8ad gnu: sunxi-tools: Build armhf target tools.
* gnu/packages/admin.scm (sunxi-tools)
[native-inputs]: Add cross-gcc, cross-libc.
[arguments]: Add "set-environment-up" phase.
Replace "build" phase.
Add "build-armhf" phase.
Update make-flags.
2017-05-25 11:37:29 +02:00
Danny Milosavljevic d169326908 gnu: Add python-behave-web-api.
Fixes <http://bugs.gnu.org/26906>.

* gnu/packages/python.scm (python-behave-web-api, python2-behave-web-api):
New variables.
2017-05-25 11:37:29 +02:00
Danny Milosavljevic 8ed1288938 gnu: Enable python-parse-type tests.
Fixes <http://bugs.gnu.org/26900>.

* gnu/packages/python.scm (python-parse-type)[arguments]: Enable tests.
Add phase "patch-tests".
[native-inputs]: Add python-pytest, python-pytest-runner.
[properties]: Add python2-variant.
(python2-parse-type): New variable.
2017-05-25 11:37:26 +02:00
Ricardo Wurmus 77c729baf2 gnu: warzone2100: Use modular Qt.
* gnu/packages/games.scm (warzone2100)[inputs]: Remove qt, add qtbase and
qtscript.
[arguments]: Add build phase "patch-for-qt5.8".
2017-05-25 10:47:39 +02:00
Ricardo Wurmus 864cc7ef56 gnu: tiled: Use modular Qt.
* gnu/packages/game-development.scm (tiled)[inputs]: Remove qt; add qtbase and
qtsvg.
[native-inputs]: Add qttools.
[arguments]: Override LRELEASE in translations.pro.
2017-05-25 10:22:26 +02:00
Ricardo Wurmus 5c7d62242a gnu: cmst: Use modular Qt.
* gnu/packages/connman.scm (cmst)[inputs]: Remove qt; add qtbase.
[native-inputs]: Remove qt; add qttools.
2017-05-25 10:22:26 +02:00
Ricardo Wurmus dd13aa90d6 gnu: vlc: Update to 2.2.6.
* gnu/packages/video.scm (vlc): Update to 2.2.6.
2017-05-25 09:26:23 +02:00
Ricardo Wurmus 2eb676819f gnu: qtox: Update to 1.10.1.
* gnu/packages/messaging.scm (qtox): Update to 1.10.1.
[inputs]: Remove libtoxcore and qt; add c-toxcore, qtbase, and qtsvg.
[native-inputs]: Remove qt; add qttools.
[build-system]: Change to cmake-build-system.
[arguments]: Remove configure phase replacement.
2017-05-25 08:48:44 +02:00
Roel Janssen 9619a95ed8 gnu: Add emacs-rainbow-mode.
* gnu/packages/emacs.scm (emacs-rainbow-mode): New variable.
2017-05-25 00:55:22 +02:00
Marius Bakke 7a0d78fc52 gnu: gnome-desktop: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.2.
2017-05-25 00:53:45 +02:00
Marius Bakke 62963f568e gnu: gnome-disk-utility: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.24.1.
2017-05-25 00:53:45 +02:00
Marius Bakke 539f52de6d gnu: gnome-maps: Update to 3.24.3.
* gnu/packages/geo.scm (gnome-maps): Update to 3.24.3.
2017-05-25 00:53:45 +02:00
Marius Bakke ac89f213e3 gnu: gnome-mines: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 3.24.0.
2017-05-25 00:53:45 +02:00
Marius Bakke 34a8af2d9d gnu: gnome-sudoku: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-sudoku): Update to 3.24.0.
2017-05-25 00:53:45 +02:00
Marius Bakke e20d997fbf gnu: gnome-terminal: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.24.2.
2017-05-25 00:53:44 +02:00
Marius Bakke becd37043a gnu: libgweather: Update to 3.24.0.
* gnu/packages/gnome.scm (libgweather): Update to 3.24.0.
2017-05-25 00:53:44 +02:00
Marius Bakke 6481cad754 gnu: gnome-settings-daemon: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.2.
2017-05-25 00:53:44 +02:00
Marius Bakke 9bf10a7424 gnu: devhelp: Update to 3.24.0.
* gnu/packages/gnome.scm (devhelp): Update to 3.24.0.
2017-05-25 00:53:44 +02:00
Marius Bakke aad56d0e21 gnu: totem: Update to 3.24.0.
* gnu/packages/gnome.scm (totem): Update to 3.24.0.
2017-05-25 00:53:44 +02:00
Marius Bakke 16c2b151a3 gnu: epiphany: Update to 3.24.2.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.2.
2017-05-25 00:53:43 +02:00
Marius Bakke 380cb96e35 gnu: zenity: Update to 3.24.0.
* gnu/packages/gnome.scm (zenity): Update to 3.24.0.
2017-05-25 00:42:43 +02:00
Marius Bakke de20d91058 gnu: mutter: Update to 3.24.2.
* gnu/packages/gnome.scm (mutter): Update to 3.24.2.
2017-05-25 00:42:43 +02:00
Marius Bakke 743aebd78d gnu: evolution-data-server: Update to 3.24.2.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.2.
[build-system]: Change to CMAKE-BUILD-SYSTEM.
[arguments]<#:configure-flags>: Adjust accordingly. Enable introspection.
<#:phases>: Patch tests after unpack.
[native-inputs]: Change PYTHON to PYTHON-WRAPPER.
[inputs]: Add MIT-KRB5 and OPENLDAP.
2017-05-25 00:42:23 +02:00
Leo Famulari 596649313c gnu: libtasn1: Incorporate grafted changes.
* gnu/packages/tls.scm (libtasn1)[replacement]: Remove field.
[source]: Use "libtasn1-CVE-2017-6891.patch".
(libtasn1/fixed): Remove variable.
2017-05-24 18:15:05 -04:00
Leo Famulari 38f1163c95 Merge branch 'master' into core-updates 2017-05-24 18:02:27 -04:00
Tobias Geerinckx-Rice 631ced1b5b gnu: libconfuse: Update to 3.1.
* gnu/packages/wm.scm (libconfuse): Update to 3.1.
[source, home-page]: Change to new home page.
2017-05-24 23:52:05 +02:00
Tobias Geerinckx-Rice 8675ae15b7 gnu: mcelog: Update to 151.
* gnu/packages/linux.scm (mcelog): Update to 151.
2017-05-24 23:52:04 +02:00
Ricardo Wurmus 8ea169d074 gnu: arm-none-eabi-toolchain: Include libstdc++.
* gnu/packages/embedded.scm (arm-none-eabi-toolchain)[propagated-inputs]: Add
libstdc++.
2017-05-24 23:29:51 +02:00
Ricardo Wurmus 9cdf48728e gnu: arm-none-eabi-toolchain: Provide union of all inputs at the output.
* gnu/packages/embedded.scm (arm-none-eabi-toolchain)[arguments]: Make the
union of all inputs available at the output.
2017-05-24 23:29:44 +02:00
Ricardo Wurmus 1a1e83366d gnu: Add libstdc++-arm-none-eabi.
* gnu/packages/embedded.scm (make-libstdc++-arm-none-eabi): New procedure.
2017-05-24 23:29:41 +02:00
Ricardo Wurmus 6a34e2ae28 gnu: avr-gcc-4.9: Use gcc-4.9 as base compiler.
* gnu/packages/avr.scm (avr-gcc-4.9): Pass gcc-4.9 to "cross-gcc".
2017-05-24 23:29:35 +02:00
Ricardo Wurmus 7b3318e34f gnu: Allow overriding of xgcc package in cross-gcc.
* gnu/packages/cross-base.scm (cross-gcc-arguments): Take extra "xgcc"
argument.
(cross-gcc): Use keyword arguments; take optional "xgcc" argument.
* gnu/packages/embedded.scm (gcc-arm-none-eabi-4.9, propeller-gcc, gcc-vc4):
Use keyword arguments.
* gnu/packages/avr.scm (avr-gcc-4.9): Likewise.
2017-05-24 23:29:20 +02:00
Ricardo Wurmus 9b91fb32f8 gnu: brdf-explorer: Update to 1.0.0-1.5b2cd46f3.
* gnu/packages/graphics.scm (brdf-explorer): Update to 1.0.0-1.5b2cd46f3.
[source]: Use git-fetch method.
[arguments]: Adjust configure phase.
[native-inputs]: Replace qt with qttools.
[inputs]: Replace qt with qtbase.
2017-05-24 23:25:49 +02:00
Marius Bakke 8f37813e8a gnu: gdm: Update to 3.24.2.
* gnu/packages/gnome.scm (gdm): Update to 3.24.2.
2017-05-24 23:23:17 +02:00
Marius Bakke 44da12be48 gnu: gnome-control-center: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.2.
2017-05-24 23:23:17 +02:00
Marius Bakke ce1e6de076 gnu: gnome-shell: Update to 3.24.2.
* gnu/packages/patches/gnome-shell-CVE-2017-8288.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gnome.scm (gnome-shell): Update to 3.24.2.
[source]: Remove patch.
2017-05-24 23:22:39 +02:00
Marius Bakke ac8f1ce477 gnu: nautilus: Update to 3.24.1.
* gnu/packages/gnome.scm (nautilus): Update to 3.24.1.
2017-05-24 22:59:50 +02:00
Marius Bakke 44b1e86db2 gnu: gnome-calendar: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-calendar): Update to 3.24.2.
2017-05-24 22:59:49 +02:00
Marius Bakke 6e2fc6c7f6 gnu: gnome-dictionary: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.24.0.
2017-05-24 22:59:49 +02:00
Marius Bakke bc91a80c79 gnu: gnome-tweak-tool: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.0.
2017-05-24 22:59:49 +02:00
Marius Bakke a5b5fcaead gnu: gnome-shell-extensions: Update to 3.24.2.
* gnu/packages/gnome.scm (gnome-shell-extensions): Update to 3.24.2.
2017-05-24 22:59:49 +02:00
Marius Bakke 2c2da7ec0c gnu: gnome-calculator: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-calculator): Update to 3.24.0.
[inputs]: Add MPC.
2017-05-24 22:59:49 +02:00
Leo Famulari ff51a87cae gnu: libtasn1: Fix CVE-2017-6891.
* gnu/packages/patches/libtasn1-CVE-2017-6891.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/tls.scm (libtasn1)[replacement]: New field.
(libtasn1/fixed): New variable.
2017-05-24 16:57:40 -04:00
Tobias Geerinckx-Rice 4ed390a0e7 gnu: sane-backends-minimal: Run most tests.
* gnu/packages/scanner.scm (sane-backends-minimal)[arguments]: Add a
‘disable-failing-tests’ phase to do just that, and run the rest.
2017-05-24 22:54:39 +02:00
Tobias Geerinckx-Rice 4febd4b0f4 gnu: sane-backends-minimal, sane-backends: Update to 1.0.27.
* gnu/packages/scanner.scm (sane-backends-minimal): Update to 1.0.27.
[source]: Use (what should be) a more stable download URI.
2017-05-24 22:54:39 +02:00
Ricardo Wurmus 9f64f7e631 gnu: suil: Use qtbase instead of qt-4.
* gnu/packages/audio.scm (suil)[inputs]: Replace qt-4 with qtbase.
[arguments]: Add configure flags that are needed for qtbase.
2017-05-24 22:48:35 +02:00
Ricardo Wurmus 523544d3d1 gnu: qtractor: Use modular Qt.
* gnu/packages/music.scm (qtractor)[inputs]: Remove qt, add qtbase and
qtx11extras.
[native-inputs]: Add qttools.
2017-05-24 22:48:34 +02:00
Ricardo Wurmus 09a1a6e111 gnu: qtractor: Update to 0.8.2.
* gnu/packages/music.scm (qtractor): Update to 0.8.2.
2017-05-24 22:48:34 +02:00
Marius Bakke 155f0d69d1 gnu: gnome-system-monitor: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-system-monitor): Update to 3.24.0.
2017-05-24 22:39:58 +02:00
Marius Bakke 9ec3a14788 gnu: gtksourceview: Update to 3.24.2.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.2.
2017-05-24 22:39:47 +02:00
Leo Famulari 5e0ddfba7c gnu: python-pyasn1: Update to 0.2.3.
* gnu/packages/python.scm (python-pyasn1, python2-pyasn1): Update to 0.2.3.
2017-05-24 16:35:54 -04:00
Leo Famulari 37c04f9184 gnu: python-idna: Update to 2.5.
* gnu/packages/python.scm (python-idna, python2-idna): Update to 2.5.
[source]: Use pypi-uri.
2017-05-24 16:35:53 -04:00
Leo Famulari ff7da7e04d gnu: asn1c: Update to 0.9.28.
* gnu/packages/tls.scm (asn1c): Update to 0.9.28.
2017-05-24 16:35:49 -04:00
Marius Bakke 36747eb0da Merge branch 'master' into staging 2017-05-24 22:12:13 +02:00
Marius Bakke ffaf5cbd36 gnu: libsoup: Update to 2.58.1.
* gnu/packages/gnome.scm (libsoup): Update to 2.58.1.
[arguments]<#:configure-flags>: Specify HTTPD module directory.
[arguments]<#:phases>: Don't load mod_mpm_prefork for tests.
2017-05-24 21:53:10 +02:00
Marius Bakke 6d836f4d83 gnu: vala: Update to 0.36.3.
* gnu/packages/gnome.scm (vala): Update to 0.36.3.
2017-05-24 21:53:10 +02:00
Marius Bakke 8e8fefb622 gnu: gvfs: Update to 1.32.1.
* gnu/packages/gnome.scm (gvfs): Update to 1.32.1.
2017-05-24 21:53:10 +02:00
Marius Bakke 15d34a18c3 gnu: libcroco: Update to 0.6.12.
* gnu/packages/gnome.scm (libcroco/fixed): Remove variable.
(libcroco): Update to 0.6.12.
[source]: Use patches from LIBCROCO/FIXED.
[replacement]: Remove field.
2017-05-24 21:53:10 +02:00
Marius Bakke 9d5aadb35d gnu: pango: Update to 1.40.6.
* gnu/packages/gtk.scm (pango): Update to 1.40.6.
2017-05-24 21:53:09 +02:00
Marius Bakke df54e0b3d2 gnu: atk: Update to 2.24.0.
* gnu/packages/gtk.scm (atk): Update to 2.24.0.
2017-05-24 21:53:09 +02:00
Marius Bakke feaf6a1407 gnu: at-spi2-core: Update to 2.24.1.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.24.1.
2017-05-24 21:53:09 +02:00
Marius Bakke 048813966a gnu: at-spi2-atk: Update to 2.24.1.
* gnu/packages/gtk.scm (at-spi2-atk): Update to 2.24.1.
2017-05-24 21:53:09 +02:00
Marius Bakke fcbf05f9a2 gnu: mate-themes: Update to 3.22.11.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.11.
2017-05-24 21:53:09 +02:00
Marius Bakke 9a1100ca52 gnu: gtk+: Update to 3.22.15.
* gnu/packages/gtk.scm (gtk+): Update to 3.22.15.
2017-05-24 21:53:08 +02:00
Marius Bakke db167f8273 gnu: glibmm: Update to 2.50.1.
* gnu/packages/glib.scm (glibmm): Update to 2.50.1.
2017-05-24 21:53:08 +02:00
Marius Bakke 6a5751650e gnu: glib: Update to 2.52.2.
* gnu/packages/glib.scm (glib): Update to 2.52.2.
2017-05-24 21:53:08 +02:00
Marius Bakke f3fc65f9d6 gnu: libva: Update to 1.8.2.
* gnu/packages/video.scm (libva): Update to 1.8.2.
2017-05-24 21:49:32 +02:00
Marius Bakke 0b7b8fb045 gnu: gnome-themes-standard: Update to 3.22.3.
* gnu/packages/gnome.scm (gnome-themes-standard): Update to 3.22.3.
2017-05-24 21:35:19 +02:00
Marius Bakke 8773600542 gnu: clutter-gst: Update to 3.0.24.
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.24.
2017-05-24 21:35:19 +02:00
Marius Bakke 6a88e4ee64 gnu: clutter: Update to 1.26.2.
* gnu/packages/gnome.scm (clutter): Update to 1.26.2.
2017-05-24 21:35:19 +02:00
Marius Bakke 356f0cef4b gnu: libchamplain: Update to 0.12.15.
* gnu/packages/gnome.scm (libchamplain): Update to 0.12.15.
2017-05-24 21:35:18 +02:00
Marius Bakke afd8e16b15 gnu: libgee: Update to 0.20.0.
* gnu/packages/gnome.scm (libgee): Update to 0.20.0.
2017-05-24 21:35:18 +02:00
Marius Bakke 6206db897b gnu: libgtop: Update to 2.36.0.
* gnu/packages/gnome.scm (libgtop): Update to 2.36.0.
2017-05-24 20:40:12 +02:00
Marius Bakke 0ef48cd99e gnu: tracker: Update to 1.12.0.
* gnu/packages/gnome.scm (tracker): Update to 1.12.0.
[inputs]: Add JSON-GLIB and LIBSOUP.
2017-05-24 20:37:57 +02:00
Marius Bakke 4063a40a4b gnu: gnome-autoar: Update to 0.2.2.
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.2.
2017-05-24 20:29:15 +02:00
Marius Bakke 47b93ae5bf gnu: libgnomekbd: Update to 3.22.0.1.
* gnu/packages/gnome.scm (libgnomekbd): Update to 3.22.0.1.
2017-05-24 20:25:43 +02:00
Ricardo Wurmus 9269ce4925 gnu: mit-krb5: Enable parallel build and tests.
* gnu/packages/kerberos.scm (mit-krb5)[arguments]: Enable parallel building
and parallel tests.
2017-05-24 20:11:57 +02:00
Ricardo Wurmus 3154e2025b gnu: mit-krb5: Update to 1.15.1.
* gnu/packages/kerberos.scm (mit-krb5): Update to 1.15.1.
2017-05-24 20:11:57 +02:00
Kei Kebreau 144f94d0a2 gnu: gjs: Update to 1.48.3.
* gnu/packages/gnome.scm (gjs): Update to 1.48.3.
[source]: Remove snippet.
[arguments]: Disable failing tests.
[propagated-inputs]: Use mozjs-38 instead of mozjs-24; add cairo.
2017-05-24 11:57:21 -04:00
Marius Bakke 03bcf7c317 gnu: diffutils: Update to 3.6.
* gnu/packages/base.scm (diffutils): Update to 3.6.
2017-05-24 17:45:56 +02:00
Marius Bakke 3c74a74ea2 gnu: glog: Update to 0.3.5.
* gnu/packages/logging.scm (glog): Update to 0.3.5.
[source]: Switch to tarball download.
2017-05-24 17:45:18 +02:00
Marius Bakke 2133f19378 gnu: maim: Update to 5.4.62.
* gnu/packages/xdisorg.scm (maim): Update to 5.4.62.
2017-05-24 17:45:17 +02:00
Marius Bakke 460e72c7b7 gnu: slop: Update to 5.3.38.
* gnu/packages/xdisorg.scm (slop): Update to 5.3.38.
2017-05-24 17:45:17 +02:00
Ricardo Wurmus c4ec1ae010 gnu: samba: Update to 4.6.4 [security fixes].
Fixes CVE-2017-7494.

* gnu/packages/samba.scm (samba): Update to 4.6.4.
2017-05-24 16:39:31 +02:00
Ricardo Wurmus d1a914082b Merge branch 'master' into core-updates 2017-05-24 12:05:47 +02:00
José Miguel Sánchez García 80f78e8f6f gnu: python-cairocffi: Update to 0.8.0.
* gnu/packages/python.scm (python-cairocffi): Update to 0.8.0.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-24 15:12:31 +05:30
José Miguel Sánchez García 3015d4556f gnu: python-cairocffi: Update source and home-page URIs.
* gnu/packages/python.scm (python-cairocffi)[source]: Update URI.
[home-page]: Update URI.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-24 15:12:31 +05:30
Ludovic Courtès 737397355c publish: Do not bake the same item several times.
Before this patch, there was a possibility that we'd queue several
baking tasks for the same item.  The first one would bake the item but
subsequent tasks wouldn't check whether the item had been baked in the
meantime and would re-bake it.

* guix/scripts/publish.scm (render-narinfo/cached): Don't call
'bake-narinfo+nar' when (file-exists? cached).
2017-05-24 11:17:42 +02:00
Kei Kebreau 962d017158 gnu: gobject-introspection: Update to 1.52.1.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.52.1.
2017-05-23 21:44:46 -04:00
nee ae54843433 gnu: Add crawl-tiles.
* gnu/packages/games.scm (crawl-tiles): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-05-24 05:15:21 +05:30
Ludovic Courtès 807ba51950 guix package: Swallow EPIPE upon 'guix package --list-generations'.
Fixes <http://bugs.gnu.org/27017>.
Reported by Alex Vong <alexvong1995@gmail.com>.

* guix/scripts/package.scm (process-query) <'list-generations>: Wrap
body in 'leave-on-EPIPE'.
2017-05-23 23:57:28 +02:00
Efraim Flashner 59d0f067ff packages: Add aarch64-linux to %supported-systems.
* guix/packages.scm (%supported-systems): Add aarch64-linux.
(%hydra-supported-systems): Remove aarch64-linux.
2017-05-23 21:51:36 +03:00
Leo Famulari db375739da nls: Update 'da' translation. 2017-05-23 13:36:58 -04:00
Adriano Peluso 3271dd71a5 mailmap: Update entries for Adriano Peluso
* .mailmap: Add new entry for Adriano Peluso

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-05-23 13:29:58 -04:00
Jelle Licht ea584538ac gnu: node: Use unbundled dependencies.
* gnu/packages/node.scm (node)[inputs]: Add c-ares and http-parser.
[arguments]: Add configure flags for using system libraries.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-23 18:27:35 +02:00
Jelle Licht 1fdb883082 gnu: node: Update to 7.10.0.
* gnu/packages/node.scm (node): Update to 7.10.0.
(node)[arguments]: Disabled more tests.
* gnu/packages/patches/node-9077.patch: Delete incompatible patch file.
Recreate patch file from node pull request 9077.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-23 17:55:59 +02:00
Nicolas Goaziou a7a7186ce6 gnu: Add MuseScore.
* gnu/packages/music.scm (musescore): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-23 13:35:44 +02:00
Arun Isaac b1d32ec0e2 gnu: emacs-auctex: Add arguments to work with new `install' phase.
* gnu/packages/emacs.scm (emacs-auctex)[arguments]: Add #:include and
  #:exclude arguments.
2017-05-23 06:12:49 +05:30
Arun Isaac e8cefe1103 gnu: emacs-slime: Add arguments to work with new `install' phase.
* gnu/packages/emacs.scm (emacs-slime)[arguments]: Add #:include and #:exclude
  arguments.
2017-05-23 06:12:49 +05:30
Arun Isaac d879685176 build-system: emacs: Install only a subset of files.
* guix/build/emacs-build-system.scm (install): Install files matching
  #:include while excluding files matching #:exclude.
* guix/build-system/emacs.scm (emacs-build): Add keyword arguments #:include
  and #:exclude.
2017-05-23 06:12:43 +05:30
Marius Bakke 0dc4a498a3 install: Add 'passwd' to installation image.
* gnu/system/install.scm (installation-os): Add SHADOW in package list.
2017-05-23 01:22:22 +02:00
Arun Isaac d0a26f3a68 build: emacs: Fix `store-file->elisp-source-file'.
This prevents a ".el.el" extension for source files with no version number in
their file name.

* guix/build/emacs-build-system.scm (store-file->elisp-source-file): Remove
  ".el" extension from file name before splitting to name and version.
2017-05-23 04:35:06 +05:30
Arun Isaac 5ae59eb6d9 guix: lint: Slightly simplify `check-source-file-name'.
* guix/scripts/lint.scm (check-source-file-name): Implement file name matching
  with regular expression.
2017-05-23 04:35:06 +05:30
Arun Isaac ad25e9962e gnu: lint: Fix typo.
* guix/scripts/lint.scm (check-source-file-name): Fix wrong return value in
  docstring.
2017-05-23 04:35:06 +05:30
Ben Woodcroft b608765a2c gnu: diamond: Update to 0.9.1.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.1.
2017-05-22 21:17:41 +01:00
Mathieu Othacehe a6b055d453 mailmap: Add an entry for Mathieu Othacehe.
This avoids duplicated entries with Othacehe in uppercase.
2017-05-22 21:50:05 +02:00
Marius Bakke 657fb6c947 gnu: sqlite: Update to 3.19.0.
* gnu/packages/databases.scm (sqlite): Update to 3.19.0.
2017-05-22 20:42:51 +02:00
Marius Bakke 9b5fccbc48 gnu: libidn2: Update to 2.0.2.
* gnu/packages/libidn.scm (libidn2): Update to 2.0.2.
[source]: The tarball is now ".lz" compressed.
[native-inputs]: Add LZIP.
2017-05-22 20:42:50 +02:00
Ricardo Wurmus 9117448e76 gnu: Remove GCJ.
* gnu/packages/patches/gcj-arm-mode.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Delete it.
* gnu/packages/gcc.scm (javac.in, gcj, ecj-bootstrap): Remove variables.
2017-05-22 18:56:35 +02:00
Ricardo Wurmus e441fc564b gnu: ant: Implement in terms of ant/java8.
* gnu/packages/java.scm (ant): Inherit from ant/java8.
2017-05-22 18:56:35 +02:00
Ricardo Wurmus 8bbd040840 gnu: Add ant/java8.
* gnu/packages/java.scm (ant/java8): New variable.
2017-05-22 18:56:35 +02:00
Ricardo Wurmus 5c7952fbf4 gnu: ant: Move after bootstrap packages.
* gnu/packages/java.scm (ant): Move package.
2017-05-22 18:56:35 +02:00
Ricardo Wurmus e7a5d73ea9 gnu: ant: Delete bundled jars.
* gnu/packages/java.scm (ant)[source]: Delete bundled jars in a snippet.
2017-05-22 18:56:35 +02:00
Ricardo Wurmus fded0c69dd gnu: ant: Inherit from ant-bootstrap.
* gnu/packages/java.scm (ant)[build-system]
[home-page][synopsis][description][license]: Remove fields.
[arguments]: Adapt arguments of ant-bootstrap package.
2017-05-22 18:56:35 +02:00
Ricardo Wurmus fc6e27271d gnu: clojure: Move below bootstrap packages.
* gnu/packages/java.scm (clojure): Move package.
2017-05-22 18:56:34 +02:00
Ricardo Wurmus 5490480c42 gnu: java-swt: Move below the bootstrap packages.
* gnu/packages/java.scm (java-swt): Move the package.
2017-05-22 18:56:34 +02:00
Ricardo Wurmus e2098e2d58 gnu: icedtea-7: Use icedtea-6 for bootstrapping.
* gnu/packages/java.scm (icedtea-7)[source]: Remove Makefile.in patch to link
with GCJ libs.
[arguments]: Remove (ice-9 rdelim) module; adjust configure flags; do not add
GCJ headers to CPATH in build phase "set-additional-paths".
[native-inputs]: Remove gcj and ant; add icedtea-6 and ant-bootstrap.  Remove
autoconf and automake.
(icedtea-8)[native-inputs]: Delete "icedtea" from the inherited inputs, not
"gcj".
2017-05-22 18:56:34 +02:00
Ricardo Wurmus 9841931668 gnu: Add icedtea-6.
* gnu/packages/java.scm (icedtea-6): New variable.
2017-05-22 18:56:34 +02:00
Ricardo Wurmus 1bf56c7233 gnu: Add ecj-javac-on-jamvm-wrapper-final.
* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper-final): New variable.
2017-05-22 18:56:34 +02:00
Ricardo Wurmus 8c6091e3a6 gnu: Add jamvm.
* gnu/packages/java.scm (jamvm): New variable.
2017-05-22 18:56:33 +02:00
Ricardo Wurmus 72885a4c8f gnu: Add classpath-devel.
* gnu/packages/java.scm (classpath-devel): New variable.
2017-05-22 18:56:33 +02:00
Ricardo Wurmus 7292d69419 gnu: Add ecj-javac-on-jamvm-wrapper.
* gnu/packages/java.scm (ecj-javac-on-jamvm-wrapper): New variable.
2017-05-22 18:56:33 +02:00
Ricardo Wurmus 04d7cae2c4 gnu: Add classpath-jamvm-wrappers.
* gnu/packages/java.scm (classpath-jamvm-wrappers): New variable.
2017-05-22 18:56:33 +02:00
Ricardo Wurmus 5f4402c7a3 gnu: Add jamvm-bootstrap.
* gnu/packages/java.scm (jamvm-bootstrap): New variable.
2017-05-22 18:56:33 +02:00
Ricardo Wurmus d3551e861e gnu: Add classpath.
* gnu/packages/java.scm (classpath): New variable.
2017-05-22 18:56:33 +02:00
Ricardo Wurmus 6a5829d995 gnu: Add ecj-javac-wrapper.
* gnu/packages/java.scm (ecj-javac-wrapper): New variable.
2017-05-22 18:56:32 +02:00
Ricardo Wurmus 5461721fa0 gnu: Add ecj-bootstrap.
* gnu/packages/java.scm (ecj-bootstrap): New variable.
2017-05-22 18:56:32 +02:00
Ricardo Wurmus 5783bd7730 gnu: Add ant-bootstrap.
* gnu/packages/java.scm (ant-bootstrap): New variable.
2017-05-22 18:56:32 +02:00
Ricardo Wurmus 57f6c50db1 gnu: Add sablevm.
* gnu/packages/java.scm (sablevm): New variable.
2017-05-22 18:56:32 +02:00
Ricardo Wurmus 2551fee8a0 gnu: Add sablevm-classpath.
* gnu/packages/java.scm (sablevm-classpath): New variable.
2017-05-22 18:56:32 +02:00
Ricardo Wurmus e1ae3587d2 gnu: Add jikes.
* gnu/packages/java.scm (jikes): New variable.
2017-05-22 18:55:34 +02:00
Ricardo Wurmus 296b3c631c gnu: Add r-edaseq.
* gnu/packages/bioinformatics.scm (r-edaseq): New variable.
2017-05-22 18:54:59 +02:00
Ricardo Wurmus 7b46532779 gnu: Add r-deseq.
* gnu/packages/bioinformatics.scm (r-deseq): New variable.
2017-05-22 18:54:59 +02:00
Ricardo Wurmus d4b83651d1 gnu: Add r-aroma-light.
* gnu/packages/bioinformatics.scm (r-aroma-light): New variable.
2017-05-22 18:54:58 +02:00
Marius Bakke fd3782d13b Merge branch 'version-0.13.0' 2017-05-22 18:25:01 +02:00
Marius Bakke 52d2a2be1f gnu: vte-ng: Update to 0.48.3.a.
* gnu/packages/gnome.scm (vte-ng): Update to 0.48.3.a.
2017-05-22 15:28:59 +02:00
Marius Bakke b7c0c756da gnu: gexiv2: Update to 0.10.6.
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.6.
2017-05-22 15:17:12 +02:00
Marius Bakke 123e816816 gnu: dconf-editor: Update to 3.22.3.
* gnu/packages/gnome.scm (dconf-editor): Update to 3.22.3.
2017-05-22 15:17:08 +02:00
Marius Bakke e6a36cf2f3 gnu: aisleriot: Update to 3.22.2.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.2.
2017-05-22 15:17:01 +02:00
Marius Bakke f2da7c861b gnu: vte: Update to 0.48.3.
* gnu/packages/gnome.scm (vte): Update to 0.48.3.
2017-05-22 15:16:40 +02:00
Marius Bakke e4cddbbcac Merge branch 'master' into staging 2017-05-22 14:56:50 +02:00
Ben Woodcroft 74297231be gnu: fraggenescan: Update to 1.30.
* gnu/packages/bioinformatics.scm (fraggenescan): Update to 1.30.
[arguments]: Update patching of paths, install procedure.  Add new test
case.
2017-05-22 11:44:20 +01:00
Ben Woodcroft 7569613076 gnu: roary: Update to 3.8.2.
* gnu/packages/bioinformatics.scm (roary): Update to 3.8.2.
2017-05-22 11:44:20 +01:00
Ben Woodcroft 3cbfc149c3 gnu: taxtastic: Update to 0.6.4.
* gnu/packages/bioinformatics.scm (taxtastic): Update to 0.6.4.
[source]: Use PyPI URI.
2017-05-22 11:44:19 +01:00
Roel Janssen b458413721 gnu: r-mutationalpatterns: Update to 1.2.1.
* gnu/packages/bioinformatics.scm (r-mutationalpatterns): Update to 1.2.1.
2017-05-22 09:44:08 +02:00
Mathieu Othacehe 65efb3c031 bootloader: extlinux: Add a warning message on top of generated conf file.
* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Warn users about
  the fact that the configuration file is automatically generated.
2017-05-21 18:56:03 +02:00
Marius Bakke f1d1ef71ea gnu: v4l-utils: Update to 1.12.5.
* gnu/packages/video.scm (v4l-utils): Update to 1.12.5.
2017-05-21 17:12:48 +02:00
Marius Bakke cfa7473c2b gnu: x265: Update to 2.4.
* gnu/packages/video.scm (x265): Update to 2.4.
2017-05-21 17:12:48 +02:00
Marius Bakke 3bc45ad460 gnu: vlc: Update to 2.2.5.1.
* gnu/packages/video.scm (vlc): Update to 2.2.5.1.
[source]: Remove obsolete snippet.
2017-05-21 17:12:48 +02:00
Marius Bakke ba58886a8c gnu: libaacs: Update to 0.9.0.
* gnu/packages/video.scm (libaacs): Update to 0.9.0.
2017-05-21 17:12:48 +02:00
Ben Woodcroft ef81341f0e gnu: diamond: Update to 0.9.0.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.0.
[license]: Change to AGPL3+.
2017-05-21 16:08:03 +01:00
Ben Woodcroft 88682c9a72 gnu: fasttree: Update to 2.1.10.
* gnu/packages/bioinformatics.scm (fasttree): Update to 2.1.10.
2017-05-21 15:42:08 +01:00
Ben Woodcroft abc08cbae6 gnu: python-biom-format: Update to 2.1.6.
* gnu/packages/bioinformatics.scm (python-biom-format): Update to 2.1.6.
[propagated-inputs]: Add python-pandas.
2017-05-21 15:42:08 +01:00
Ben Woodcroft c522f57e22 gnu: python-future: Update to 0.16.0.
* gnu/packages/python.scm (python-future): Update to 0.16.0.
2017-05-21 15:42:08 +01:00
Marius Bakke 1d0aa4d8c2 gnu: ccid: Update to 1.4.27.
* gnu/packages/security-token.scm (ccid): Update to 1.4.27.
2017-05-21 16:37:54 +02:00
Marius Bakke 20d2e1faa9 gnu: fio: Update to 2.20.
* gnu/packages/benchmark.scm (fio): Update to 2.20.
[arguments]<#:phases>: Drop removed script from 'move-outputs' phase.
2017-05-21 16:33:42 +02:00
Marius Bakke 31044e6ff2 gnu: nano: Update to 2.8.4.
* gnu/packages/nano.scm (nano): Update to 2.8.4.
2017-05-21 16:17:01 +02:00
Marius Bakke 18f61e002b gnu: vim: Update to 8.0.0600.
* gnu/packages/vim.scm (vim, vim-full): Update to 8.0.0600.
2017-05-21 14:34:45 +02:00
Marius Bakke 8b1ff6f0ab gnu: vim-full: Disable failing test.
* gnu/packages/vim.scm (vim-full)[arguments]<#:phases>: Add substitution.
2017-05-21 14:34:45 +02:00
Mark H Weaver 718448e176 gnu: linux-libre: Update to 4.11.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.2.
(%linux-libre-hash): Update hash.
2017-05-21 02:03:32 -04:00
Mark H Weaver a08691dfbb gnu: linux-libre: Remove CONFIG_SMC from x86 kernel configurations.
This removes support for the "shared memory communications over RDMA" (SMC-R)
networking protocol, which was added in 4.11 without the knowledge of the RDMA
maintainers, and which is thought to contain significant security flaws.  For
details, see <https://lwn.net/Articles/723081> and
<https://lwn.net/Articles/723070>.

* gnu/packages/aux-files/linux-libre/4.11-x86_64.conf,
gnu/packages/aux-files/linux-libre/4.11-i686.conf: Disable CONFIG_SMC.

723#	0001-gnu-libevent-2.0-Add-fix-from-upstream.patch
2017-05-21 01:47:09 -04:00
Mark H Weaver 519fd6c367 gnu: linux-libre@4.9: Update to 4.9.29.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.29.
2017-05-21 01:45:21 -04:00
Mark H Weaver ec8d69ebfe gnu: linux-libre@4.4: Update to 4.4.69.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.69.
2017-05-21 01:44:25 -04:00
Ludovic Courtès 9f8d6eb24a gnu: unionfs-fuse-static: Remove 'unionfsctl' executable.
This avoids pulling in glibc & co.  Fixes a regression introduced in
2f861edf5c (the 'unionfsctl' executable
did not exist in unionfs-fuse 0.26).

* gnu/packages/linux.scm (unionfs-fuse/static)[arguments]
<post-install>: Remove 'unionfsctl' binary.
2017-05-21 01:14:51 +02:00
Marius Bakke 9a1bfe7648 vm: Increase default disk size to account for ESP partition.
Fixes a test regression introduced by ecf5d53769.

* gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70MiB.
2017-05-21 01:07:12 +02:00
Leo Famulari fda33e495b gnu: ghostscript: Add TODO comment about bundled jbig2dec.
* gnu/packages/ghostscript.scm (ghostscript): Add comment.
2017-05-20 16:26:29 -04:00
Leo Famulari 10cb88f85c gnu: jbig2dec: Fix CVE-2017-{7885,7975,7976}.
* gnu/packages/patches/jbig2dec-CVE-2017-7885.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7975.patch,
gnu/packages/patches/jbig2dec-CVE-2017-7976.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/image.scm (jbig2dec)[source]: Use them.
2017-05-20 16:26:29 -04:00
Marius Bakke fefd4c197f gnu: pcsc-lite: Update to 1.8.21.
* gnu/packages/security-token.scm (pcsc-lite): Update to 1.8.21.
2017-05-20 21:42:58 +02:00
Leo Famulari 12eecbf0bb gnu: icedtea@3: Add aarch32-drop.
* gnu/packages/java.scm (icedtea-8)[native-inputs]: Add aarch32-drop.
2017-05-20 14:57:22 -04:00
Leo Famulari db531f734a gnu: icedtea@3: Update to 3.4.0 [security fixes].
Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.

* gnu/packages/java.scm (icedtea-8): Update to 3.4.0.
2017-05-20 14:57:22 -04:00
Leo Famulari b17bd261b0 gnu: imagemagick: Update to 6.9.8-6.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.8-6.
2017-05-20 14:06:20 -04:00
Leo Famulari 40fd5600a2 download: Prune the ImageMagick mirror list.
These sites' TLS certificates are invalid.

* guix/download.scm (%mirrors) <imagemagick>: Remove
mirrors-{au,ru,uk}.go-parts.com.
2017-05-20 14:06:20 -04:00
Ludovic Courtès 82ce81ba06 gnu: guix: Add 'guile2.0-guix'.
* gnu/packages/package-management.scm (guile2.0-guix): New variable.
2017-05-20 20:00:53 +02:00
Ludovic Courtès 74460d1121 gnu: libssh, guile-ssh: Add a "debug" output.
* gnu/packages/ssh.scm (libssh)[outputs]: New field.
(guile-ssh)[outputs]: New field.
2017-05-20 19:49:36 +02:00
Ludovic Courtès d6bf931cb2 pack: Use 'guile2.0-json' when building with Guile 2.0.
Fixes <http://bugs.gnu.org/27005>.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.

Fixes a regression introduced in commit
2252f087d4.

* guix/scripts/pack.scm (docker-image)[json]: New variable.
[build]: Use it.
2017-05-20 14:30:01 +02:00
Leo Famulari d30ce4a7e2 gnu: icedtea@2: Update to 2.6.10 [security fixes].
Fixes CVE-2017-{3509,3511,3512,3514,3526,3533,3539,3544}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.10.
2017-05-19 21:40:26 -04:00
ng0 cc5a76a74c gnu: Add loksh.
* gnu/packages/shells.scm (loksh): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-20 02:42:04 +02:00
Leo Famulari 70f8242b13 gnu: dropbear: Update to 2017.75 [fixes CVE-2017-{9078,9079}].
* gnu/packages/ssh.scm (dropbear): Update to 2017.75.
2017-05-19 20:32:26 -04:00
Brendan Tildesley 1326166ebe gnu: calibre: Don't create uninstaller.
* gnu/packages/ebook.scm (calibre)[arguments]<#:phases>. Add 'patch-source' phase.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:21 +02:00
Brendan Tildesley affaf98f77 gnu: calibre: Add exhaustive license list.
* gnu/packages/ebook.scm (calibre): Add exhaustive license list.
(chmlib)[license]: Use license: prefix.

Co-authored-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:21 +02:00
Brendan Tildesley 9b7dcc2703 gnu: calibre: Add missing dependencies.
* gnu/packages/ebook.scm (calibre)[inputs]: Add poppler, python2-dnspython,
and python2-pygments.
[arguments]: Remove old TODO comments. libwmf and psutil are no longer used.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:21 +02:00
Brendan Tildesley eeba7d3a07 gnu: calibre: Unbundle chardet.
* gnu/packages/ebook.scm (calibre)[source]: Delete bundled chardet.
[inputs]: Add python2-chardet.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:21 +02:00
Brendan Tildesley b3399a0985 gnu: calibre: Unbundle liberation fonts.
*gnu/packages/ebook.scm (calibre)[source]: Delete liberation .ttf files.
[native-inputs]: Add font-liberation.
[arguments]: Calibre still references the bundled fonts, so we install the
packaged fonts to the directory the bundled fonts would have been.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:21 +02:00
Brendan Tildesley 29ec085170 gnu: calibre: Unbundle python2-markdown.
* gnu/packages/ebook.scm (calibre)[snippet]: Replace python references to
bundled markdown with packaged. Remove markdown from source.
[inputs]: Add python2-markdown as a dependency.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:21 +02:00
Brendan Tildesley d94a99ec66 gnu: calibre: Import unbundle feedparser patch from debian.
* gnu/packages/ebook.scm (calibre)[source]: Reference new patch file.
[inputs]: Add python2-feedparser as an input.
* gnu/packages/patches/calibre-use-packaged-feedparser.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:20 +02:00
Brendan Tildesley 7010d231db gnu: calibre: Import dont-load-icons patch from debian.
* gnu/packages/patches/calibre-dont-load-remote-icons.patch: New file.
* gnu/packages/ebooks.scm (calibre)[source]: Add reference to patch file.
* gnu/local.mk (dist_path_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:20 +02:00
Brendan Tildesley cd6171c1b4 gnu: calibre: Update to 2.85.1.
* gnu/packages/ebooks.scm (calibre): Update to 2.85.1.
* gnu/packages/patches/calibre-drop-unrar.patch: Delete incompatible patch
file. Recreate debian patch file from the latest calibre git revision.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-19 23:49:20 +02:00
Ludovic Courtès b55dd31660 system: Use Guile 2.2 rather than 2.0 in %BASE-PACKAGES.
* gnu/system.scm (%base-packages): Change GUILE-2.0 to GUILE-2.2.
2017-05-19 23:38:52 +02:00
Marius Bakke 41fa164aa0 gnu: python-pyqt@4: Update to 4.12.
* gnu/packages/qt.scm (python-pyqt-4): Update to 4.12.
[source]: Adjust URI to file rename.
2017-05-19 21:33:43 +02:00
Marius Bakke 5ac3a671d8 gnu: python-pyqt: Update to 5.8.2.
* gnu/packages/qt.scm (python-pyqt): Update to 5.8.2.
2017-05-19 21:24:11 +02:00
Marius Bakke f6da41b54d gnu: python-sip: Update to 4.19.2.
* gnu/packages/qt.scm (python-sip): Update to 4.19.2.
2017-05-19 21:24:11 +02:00
Marius Bakke 8ea98ee10c doc: Update for UEFI systems.
* doc/guix.texi (USB Stick Installation): Mention UEFI.
(Preparing for Installation): Add notes about EFI System Partition, and
mounting partitions before init.
(Proceeding with the Installation): Mention the GRUB-EFI package.
(Using the Configuration System): Lightweight desktop is now a UEFI system.
(GRUB Configuration): Expand on package field. Add indexes.
* gnu/system/examples/lightweight-desktop.tmpl: Adjust to native EFI configuration.
2017-05-19 13:52:49 +02:00
Marius Bakke ecf5d53769 vm: Add UEFI loader to disk images.
* gnu/build/vm.scm (install-efi): New procedure.
(initialize-hard-disk): Generate EFI blob when ESP is present.
* gnu/system/vm.scm (qemu-image): Append 40MiB EFI System Partition.
2017-05-19 12:59:25 +02:00
Marius Bakke 4d415f0c3c vm: Support creating FAT partitions.
* gnu/build/vm.scm (create-ext-file-system, create-fat-file-system): New procedures.
(format-partition): Use them. Error for unknown file systems.
* gnu/system/vm.scm (qemu-image): Include DOSFSTOOLS.
* gnu/system/linux-initrd.scm (base-initrd): Always add nls_is8859-1.ko.
2017-05-19 12:59:25 +02:00
Marius Bakke 01cc84dade vm: Support arbitrary partition flags.
* gnu/build/vm.scm (<partition>): Change BOOTABLE? to FLAGS.
(initialize-partition-table): Pass each flag to parted.
(initialize-hard-disk): Locate boot partition.
* gnu/system/vm.scm (qemu-image): Adjust partition flags.
2017-05-19 12:59:25 +02:00
Ludovic Courtès e7fbd49132 gnu: guile-ssh: Fix potential double-free/use-after-free issue.
Fixes <http://bugs.gnu.org/26976>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/packages/patches/guile-ssh-double-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ssh.scm (guile-ssh)[source](patches): Add it.
2017-05-19 10:50:20 +02:00
Ludovic Courtès 7afc2aabdf modules: Add more source-less modules.
* guix/modules.scm (%source-less-modules): New variable.
(source-module-dependencies): Use it.
2017-05-19 10:45:12 +02:00
Ludovic Courtès ffa5e0a6d2 publish: Fix narinfo rendering for already-compressed items.
Fixes <http://bugs.gnu.org/26975>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/publish.scm (bake-narinfo+nar): Pass #f as the 2nd
argument to 'stat' and properly handle #f.
* tests/publish.scm (wait-for-file): New procedure.
("with cache"): Remove 'wait-for-file' procedure.
("with cache, uncompressed"): New test.
2017-05-18 21:35:35 +02:00
Tobias Geerinckx-Rice acf82a1152 gnu: btrfs-progs: Update to 4.11.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.11.
2017-05-18 18:55:11 +02:00
Tobias Geerinckx-Rice 4d2e1d1442 gnu: mcelog: Update to 150.
* gnu/packages/linux.scm (mcelog): Update to 150.
2017-05-18 18:55:11 +02:00
Efraim Flashner 8cf6a63382 gnu: nano: Update to 2.8.3.
* gnu/packages/nano.scm (nano): Update to 2.8.3.
2017-05-18 19:13:10 +03:00
Ludovic Courtès 27c81fcb86 lint: inputs-should-be-native: Add "cmake".
Suggested by Nicolas Goaziou <mail@nicolasgoaziou.fr>.

* guix/scripts/lint.scm (check-inputs-should-be-native)[input-names]:
Add "cmake".
2017-05-18 14:22:03 +02:00
Pjotr Prins 2b18ad054c gnu: Add gemma.
* gnu/packages/bioinformatics.scm (gemma): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-18 14:22:03 +02:00
Kyle Meyer f69c29f76d gnu: Add emacs-helm-projectile.
* gnu/packages/emacs.scm (emacs-helm-projectile): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-18 14:22:03 +02:00
Kyle Meyer 03cc1cf35b gnu: Add emacs-helm-swoop.
* gnu/packages/emacs.scm (emacs-helm-swoop): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-18 14:22:03 +02:00
Kyle Meyer 12e72d2a12 gnu: emacs-helm: Update to 2.7.0.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.7.0.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-18 14:22:03 +02:00
Kyle Meyer 51ef4af6b3 gnu: emacs-async: Update to 1.9.2.
* gnu/packages/emacs.scm (emacs-async): Update to 1.9.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-18 14:22:02 +02:00
Mathieu Othacehe 7fb6a9d3a6 bootloader: extlinux: Remove syslinux-bootloader.
* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader
  that was forgotten in 8ad37ad7b.
2017-05-18 12:10:03 +02:00
Mathieu Othacehe 8ad37ad7b6 bootloader: extlinux: Remove undefined symbols from export list.
* gnu/bootloader/extlinux.scm (export): Remove syslinux-bootloader,
  extlinux-configuration, syslinux-configuration.
2017-05-18 12:00:23 +02:00
Ludovic Courtès 22ef06b801 union: Gracefully handle dangling symlinks in the input.
Fixes <http://bugs.gnu.org/26949>.
Reported by Pjotr Prins <pjotr.public12@thebird.nl>.

* guix/build/union.scm (file-is-directory?): Return #f when FILE does
not exist or is a dangling symlink.
(file=?): Pass #f as a second argument to 'stat'; return #f when both
ST1 or ST2 is #f.
* tests/profiles.scm (test-equalm): New macro.
("union vs. dangling symlink"): New test.
2017-05-18 11:38:48 +02:00
Ludovic Courtès 41f76ae08a services: user-homes: Do not create home directories marked as no-create.
Fixes a bug whereby GuixSD would create the /nonexistent directory, from
user 'nobody', even though it has 'create-home-directory?' set to #f.

* gnu/build/activation.scm (activate-users+groups): Add comment for
\#:create-home?.
(activate-user-home)[ensure-user-home]: Skip when CREATE-HOME? is #f or
SYSTEM? is #t.
* gnu/tests/base.scm (run-basic-test)["no extra home directories"]: New
tests.
2017-05-18 10:55:16 +02:00
Efraim Flashner a20e00ddaf gnu: qt: Update to 5.8.0.
* gnu/packages/qt.scm (qtbase, qtsvg, qtimageformats, qtx11extras,
qtxmlpatterns, qtdeclarative, qtconnectivity, qtwebsockets, qtsensors,
qtmultimedia, qtwayland, qtserialport, qtserialbus, qtwebchannel,
qtlocation, qttools, qtscript, qtquickcontrols, qtquickcontrols2,
qtgraphicaleffects, qtgamepad, qtscxml, qtpurchasing, qtcanvas3d,
qtcharts, qtdatavis3d, qtwebkit): Update to 5.8.0.
(qtdeclarative-render2d)[properties]: New field, package has been
absorbed by qtdeclarative and thus marked as superseded by it.
2017-05-18 10:17:42 +03:00
Efraim Flashner 4e825e2da3 gnu: qtbase: Update configure flags.
* gnu/packages/qt.scm (qtbase)[arguments]: Change the configure flags to
not use the precompiled headers. Enable x86_64 special hardware
instructions which have runtime detection.
2017-05-18 09:55:28 +03:00
Efraim Flashner 04f8decf1f gnu: qtbase: Don't use bundled double-conversion.
* gnu/packages/qt.scm (qtbase)[inputs]: Add double-conversion.
2017-05-18 09:52:49 +03:00
Efraim Flashner 45f5bc0e74 gnu: qtconnectivity: Fix building on armhf and aarch64.
* gnu/packages/qt.scm (qtconnectivity)[arguments]: Add a phase to remove
a test which fails on arm hardware.
2017-05-18 09:51:23 +03:00
Efraim Flashner 7c5cf7a29d gnu: qtscript: Fix building on aarch64.
* gnu/packages/patches/qtscript-disable-tests.patch: New file.
* gnu/packages/qt.scm (qtscript)[source]: Use it.
* gnu/local.am (dist_patch_DATA): Register it.
2017-05-18 09:49:43 +03:00
Kei Kebreau b81b8943cf gnu: openttd: Update to 1.7.0.
* gnu/packages/games.scm (openttd): Update to 1.7.0.
2017-05-17 21:55:01 -04:00
Leo Famulari 0be20a8353 gnu: gnupg: Update to 2.1.21.
This release fixes a keyring corruption bug introduced in 2.1.20. See
<https://lists.gnupg.org/pipermail/gnupg-announce/2017q2/000405.html> for more
information.

* gnu/packages/gnupg.scm (gnupg): Update to 2.1.21.
2017-05-17 21:48:29 -04:00
Leo Famulari 89c83e8c3e gnu: npth: Update to 1.4.
* gnu/packages/gnupg.scm (npth): Update to 1.4.
2017-05-17 21:48:29 -04:00
Leo Famulari b193fb2851 gnu: shadow: Update to 4.5.
This fixes a regression introduced by the fix for CVE-2017-2616.
See <https://github.com/shadow-maint/shadow/pull/72> for more information.

* gnu/packages/admin.scm (shadow): Update to 4.5.
[source]: Remove patches.
* gnu/packages/patches/shadow-4.4-su-snprintf-fix.patch,
gnu/packages/patches/shadow-CVE-2017-2616.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
2017-05-17 21:20:29 -04:00
Kei Kebreau 6aa095f10c gnu: manaplus: Update to 1.7.5.14.
* gnu/packages/games.scm (manaplus): Update to 1.7.5.14.
[inputs]: Remove physfs.
2017-05-17 21:06:59 -04:00
Kei Kebreau e28cb7a5f5 gnu: gamine: Update to 1.5.
* gnu/packages/games.scm (gamine): Update to 1.5.
2017-05-17 19:18:34 -04:00
ng0 45433bb03d gnu: mc: Add unzip to inputs.
* gnu/packages/mc.scm (mc)[inputs]: Add unzip.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-18 01:00:53 +02:00
Marius Bakke c80cd4dfb4 install: Enable SSH in installation image.
* gnu/system/install.scm (%installation-services): Add OPENSSH-SERVICE-TYPE.
* doc/guix.texi (Preparing for Installation)[Networking]: Document it.
2017-05-18 01:00:53 +02:00
Marius Bakke 07bf68ed09 services: openssh: Don't depend on networking.
* gnu/services/ssh.scm (openssh-shepherd-service): Drop requirement.
2017-05-18 01:00:52 +02:00
Kei Kebreau 32199e9aa6 gnu: fizmo: Update to 0.8.4.
* gnu/packages/games.scm (fizmo): Update to 0.8.4.
[inputs]: Add freetype; change sdl to sdl2.
2017-05-17 17:35:38 -04:00
Kei Kebreau ec84c7870e gnu: gnubg: Update to 1.05.
* gnu/packages/games.scm (gnubg): Update to 1.05.
2017-05-17 17:33:35 -04:00
Mark H Weaver 05bf7f507a gnu: linux-libre: Update to 4.11.1.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.1.
(%linux-libre-hash): Update hash.
2017-05-17 14:56:18 -04:00
Mark H Weaver d6a02184f4 gnu: linux-libre@4.9: Update to 4.9.28.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.28.
2017-05-17 14:55:41 -04:00
Mark H Weaver 42ba7b6f2f gnu: linux-libre@4.4: Update to 4.4.68.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.68.
2017-05-17 14:54:53 -04:00
Leo Famulari 4b236c88ea maint: The 'release' target builds a VM image.
* gnu/system/examples/vm-image.tmpl: New file.
* Makefile.am (GUIXSD_VM_SYSTEMS, GUIXSD_VM_IMAGE_BASE,
GUIXSD_VM_IMAGE_SIZE): New variables.
(release): Add logic to build a VM image.
(EXAMPLES): Add 'gnu/system/examples/vm-image.tmpl'.
* doc/guix.texi (Running GuixSD in a VM, Installing GuixSD in a VM): Mention the
pre-built VM image.
2017-05-17 14:12:51 -04:00
Christopher Baines e7ee50f2d2 gnu: bzip2: Patch bzip2 utilities.
* gnu/packages/compression.scm (bzip2)[arguments]: Add patch-script phase to
  remove absolute reference to /bin/rm.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-17 16:57:05 +02:00
Christopher Baines 03bc86b8f4 gnu: bzip2: Use 'modify-phases' syntax.
* gnu/packages/compression.scm (bzip2)[arguments]: Use 'modify-phases' syntax.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-17 16:56:53 +02:00
Christopher Baines 872a6fd988 gnu: tailon: Use absolute paths for commands.
* gnu/packages/logging.scm (tailon)[arguments]: Patch commands.py to reference
  grep, awk, sed and tail by absolute paths.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-05-17 16:50:41 +02:00
Ludovic Courtès 411ba51189 gnu: Add gspell.
* gnu/packages/patches/gspell-dash-test.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gspell): New variable.

Co-authored-by: humanitiesNerd <catonano@gmail.com>
2017-05-17 16:20:06 +02:00
Ludovic Courtès 6d35b1c99c gnu: aspell: 'dict-dir' set to ~/.guix-profile/lib/aspell or $ASPELL_DICT_DIR.
See <https://bugs.gnu.org/25836> for background.

* gnu/packages/patches/aspell-default-dict-dir.patch: New file.
* gnu/packages/aspell.scm (aspell)[source](patches): New field.
[native-search-paths]: New field.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-05-17 16:20:06 +02:00
Alex Kost be62e2224a build: Compile stackage only if 'guile-json' is available.
Fixes <http://bugs.gnu.org/26860>.
This is a followup to commit 3089b5d3f5.

* Makefile.am (MODULES): Move "guix/scripts/import/stackage.scm" within
'if HAVE_GUILE_JSON'.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-17 16:20:06 +02:00
Nicolas Goaziou 102a0e88cd gnu: emacs-org: Update to 20170515.
* gnu/packages/emacs.scm (emacs-org): Update emacs-org.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-17 16:20:06 +02:00
Marius Bakke 5afc737363 gnu: mes: Don't fail when (%current-target-system) is #f.
* gnu/packages/mes.scm (mes)[native-inputs]: Test string equality differently.
2017-05-17 16:14:01 +02:00
Leo Famulari e7620b649c gnu: qemu: Fix CVE-2017-7493.
* gnu/packages/patches/qemu-CVE-2017-7493.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/qemu.scm (qemu)[source]: Use it.
2017-05-17 07:45:01 -04:00
Ben Woodcroft 8d171471cf gnu: ruby-rack: Update to 2.0.3.
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.3.
2017-05-17 10:29:38 +02:00
Leo Famulari 44a0591b2b gnu: certbot, python-acme: Update to 0.14.1.
* gnu/packages/tls.scm (certbot, python-acme, python2-acme): Update to 0.14.1.
2017-05-16 22:51:25 -04:00
Ben Woodcroft 21aecec1a9 gnu: ruby-concurrent: Update to 1.0.5.
* gnu/packages/ruby.scm (ruby-concurrent): Update to 1.0.5.
* gnu/packages/patches/ruby-concurrent-test-arm.patch: Adjust accordingly.
2017-05-17 00:28:56 +02:00
Ben Woodcroft 473f34cbdc gnu: bundler: Update to 1.14.6.
* gnu/packages/ruby.scm (bundler): Update to 1.14.6.
2017-05-17 00:28:56 +02:00
Jan Nieuwenhuizen e0bb0a81ec gnu: mes: Update to 0.6.
* gnu/packages/mes.scm (mes): Update to 0.6.
2017-05-17 00:00:05 +02:00
Ben Woodcroft 98bb983ca7 gnu: ruby: Update to 2.4.0.
* gnu/packages/ruby.scm (ruby): Update to 2.4.0.
(ruby-2.3): New variable.
2017-05-16 23:43:18 +02:00
Maxim Cournoyer 516bfed7a3 profiles: Add elapsed time to manual-database hook to output message.
* guix/profiles.scm (manual-database): Add elapsed time to manual-database
hook to output message.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-05-16 23:10:10 +02:00
Julien Lepiller 16dcac5b26 gnu: php: Update to 7.1.5.
* gnu/packages/php.scm (php): Update to 7.1.5.
[arguments]: Remove a no longer relevant test fix.
2017-05-16 22:43:34 +02:00
Ricardo Wurmus 441e99d433 gnu: glibc/hurd: Do not apply i686 patch.
This is a follow-up to commit c2e4f14ac8.

* gnu/packages/base.scm (glibc/hurd)[arguments]: Override pre-configure phase
with a copy that does not include the patch application.
2017-05-16 22:37:31 +02:00
Ricardo Wurmus 711a0dcefa gnu: glibc/hurd: Use modify-phases syntax.
* gnu/packages/base.scm (glibc/hurd)[arguments]: Use modify-phases syntax.
2017-05-16 22:37:31 +02:00
Kei Kebreau 231e48d6db gnu: emacspeak: Update to 46.0.
* gnu/packages/emacs.scm (emacspeak): Update to 46.0.
[source]: Add snippet to delete pre-compiled Emacs Lisp files.
[arguments]: Adjust phases for the update.
2017-05-16 16:02:59 -04:00
Ricardo Wurmus 17a69cf623 import cran: Check if pkg-config is needed.
* guix/import/cran.scm (needs-pkg-config?): New procedure.
(description->package): Use it.
2017-05-16 21:43:35 +02:00
Ricardo Wurmus a0f43208cb import cran: Refactor "needs-zlib?".
* guix/import/cran.scm (tarball-files-match-pattern?): New procedure.
(needs-zlib?): Implement in terms of "tarball-files-match-pattern?".
2017-05-16 21:43:15 +02:00
Ricardo Wurmus ff8c179ab6 import cran: Export package predicates.
* guix/import/cran.scm (cran-package?, bioconductor-package?,
bioconductor-data-package?, bioconductor-experiment-package?): Export
procedures.
2017-05-16 21:42:18 +02:00
Ricardo Wurmus daaa270ecc import cran: Add predicate for Bioconductor experiment packages.
* guix/import/cran.scm (bioconductor-experiment-package?): New variable.
2017-05-16 21:40:39 +02:00
Ricardo Wurmus c9ffa91fd3 import cran: Exclude experiment packages in predicate "bioconductor-package?".
* guix/import/cran.scm (bioconductor-package?): Exclude experiment packages,
because they cannot be updated with the default bioconductor updater.
2017-05-16 21:40:03 +02:00
Ricardo Wurmus 7c9fcb0825 import cran: Fetch DESCRIPTION files from Github mirror.
* guix/import/cran.scm (%bioconductor-svn-url): Remove variable.
(bioconductor-mirror-url): New procedure.
(fetch-description): Take a REPOSITORY symbol instead of a BASE-URL string.
(cran->guix-package): Pass REPOSITORY symbol to "fetch-description".
(latest-cran-release, latest-bioconductor-release): Adjust accordingly.
(bioconductor-package?): Update comment about SVN.
2017-05-16 21:39:06 +02:00
Efraim Flashner ca05bc0e1e gnu: tor: Update to 0.3.0.7.
* gnu/packages/tor.scm (tor): Update to 0.3.0.7.
2017-05-16 22:26:22 +03:00
Ricardo Wurmus 6db77c7ca1 gnu: java-stringtemplate: Get closer to fixing tests.
* gnu/packages/java.scm (java-stringtemplate)[arguments]: Set test-dir and
override default test target.  Keep tests disabled because they fail for
unknown reasons.
[inputs]: Add java-junit.
2017-05-16 15:18:17 +02:00
Ricardo Wurmus 1345eeb03a gnu: Rename stringtemplate4-4.0.6 to java-stringtemplate-4.0.6.
* gnu/packages/java.scm (stringtemplate4-4.0.6): Rename this...
(java-stringtemplate-4.0.6): ...to this.
(antlr3)[propagated-inputs]: Adjust accordingly.
2017-05-16 15:18:17 +02:00
Ricardo Wurmus 64b7efc0db gnu: Rename stringtemplate4 to java-stringtemplate.
* gnu/packages/java.scm (stringtemplate4): Rename this...
(java-stringtemplate): ...to this.
(stringtemplate4-4.0.6)[inherit]: Adjust accordingly.
(antlr3)[inputs]: Likewise.
2017-05-16 15:18:17 +02:00
Ricardo Wurmus f4aa4cfe00 gnu: stringtemplate4: Prettify "generate-grammar" phase.
* gnu/packages/java.scm (stringtemplate4)[arguments]: Rewrite
"generate-grammar" phase to use "with-directory-excursion" and to report
success or failure.
2017-05-16 15:18:17 +02:00
Ricardo Wurmus 407df789cf gnu: stringtemplate4: Inherit from java-stringtemplate-3.
* gnu/packages/java.scm (stringtemplate4)[inherit]: Add
"java-stringtemplate-3" as parent.
[home-page, synopsis, description, license]: Inherit from parent.
2017-05-16 15:18:17 +02:00
Ricardo Wurmus b101b4e8c1 gnu: java-stringtemplate-3: Use return value in build phase.
* gnu/packages/java.scm (java-stringtemplate-3)[arguments]: Let
build phase "generate-grammar" return success or failure.
2017-05-16 15:18:17 +02:00
Ricardo Wurmus 2fcda6d291 gnu: java-stringtemplate-3: Enable tests.
* gnu/packages/java.scm (java-stringtemplate-3)[arguments]: Enable tests; add
build phase to fix tests.
2017-05-16 15:18:16 +02:00
Ricardo Wurmus 129d926d26 gnu: java-stringtemplate-3: Do not hardcode version string.
* gnu/packages/java.scm (java-stringtemplate-3)[arguments]: Take current
version string.
2017-05-16 15:18:16 +02:00
Ricardo Wurmus e44112e1a5 gnu: Rename stringtemplate3 to java-stringtemplate-3.
* gnu/packages/java.scm (stringtemplate3): Replace this...
(java-stringtemplate-3): ...with this.
[name]: Change to "java-stringtemplate".
(stringtemplate4)[inputs]: Adjust accordingly.
(stringtemplate4-4.0.6)[inputs]: Likewise.
(antlr3)[inputs, propagated-inputs]: Likewise.
(antlr3-3.3)[propagated-inputs, arguments]: Likewise.
(antlr3-3.1)[propagated-inputs]: Likewise.
2017-05-16 15:18:16 +02:00
Andy Patterson 8a3814cdc5 doc: Update the documentation for the asdf build systems.
* doc/guix.texi (Build Systems): Remove the no-longer relevant parts about
naming inputs.  Add documentation for the new parameters #:asd-system-name and
 #:test-asd-file.
2017-05-16 15:18:16 +02:00
Andy Patterson 0383afa02a build-system/asdf: Handle tests defined in external systems.
* guix/build-system/asdf.scm (asdf-build): Add a #:test-asd-file argument.
[builder]: Pass it to the build system.
(package-with-build-system)[transform]: Strip it from source systems' arguments.
* guix/build/asdf-build-system.scm (check): Pass the fully qualified path to
it on to the test-system procedure.
* guix/build/lisp-utils.scm (test-system): Load the file, or otherwise one of
the often used names for it, before running the tests.  Adjust the docstring
accordingly.
2017-05-16 15:18:16 +02:00
Andy Patterson f56da605d8 gnu: sbcl-slynk-boot0: Give the package an appropriate name.
* gnu/packages/lisp.scm (sbcl-slynk-boot0)[name]: Change it to reflect the
bootstrap status of the package.
[arguments]<#:asd-system-name>: Add the appropriate value.
(sbcl-slynk-arglists)[arguments]: Set the appropriate #:asd-file and forcibly
unset #:asd-system-name.
(sbcl-slynk)[name]: Change it to the variable name.
(cl-slynk)[name]: Likewise.
2017-05-16 15:18:16 +02:00
Andy Patterson 4209c31b8f build-system/asdf: Retain references to source files for binary outputs.
In support of long-running programs in which the users would like to be able
to jump to the source of a definition of any of the dependencies (itself
included) of the program.

* guix/build/asdf-build-system.scm (library-outputs): Move from here ...
* guix/build/lisp-utils.scm (library-outputs): ... to here.
(build-program): Accept dependency-prefixes argument, to allow the caller to
specify references which should be retained.  Default to the library's output.
(build-image): Likewise.
(generate-executable): Likewise.
* gnu/packages/lisp.scm (sbcl-stumpwm+slynk, sbcl-slynk, sbcl-stumpwm): Adjust
accordingly to the new interface.
(sbcl-stumpwm+slynk)[native-inputs]: Move to ...
[inputs]: ... here.
2017-05-16 15:18:16 +02:00
Andy Patterson b9afcb9ed4 build-system/asdf: Simplify the use of lisp-eval-program.
Accept a list of statements, each run within its own `--eval' argument. This
allows statements to use reader package namespacing after a package has been
loaded.

* guix/build/lisp-utils.scm (spread-statements): New procedure.
(lisp-invoke): Rename to ...
(lisp-invocation): ... this. Use spread-statements. Change interface to accept
list of statements instead of a single statement.
(asdf-load-all-systems): Simplify returned statements.
(compile-system): Simplify the program passed to `lisp-eval-program'.
(test-system): Likewise.
(generate-executable-for-system): Likewise. Accept the full symbol describing
the asdf operation to use.
(generate-executable): Document the change.
(build-program, build-image): Use the new interface.
2017-05-16 15:18:15 +02:00
Ricardo Wurmus ac2592536d gnu: Add cl-unicode.
* gnu/packages/lisp.scm (sbcl-cl-unicode-base, sbcl-cl-unicode)
(ecl-cl-unicode, cl-unicode): New variables.

Co-Authored-By: Andy Patterson <ajpatter@uwarerloo.ca>
2017-05-16 15:18:15 +02:00
Andy Patterson 40f56176c5 build-system/asdf: Handle unusually-named systems.
* guix/build/lisp-utils.scm (valid-char-set): New variable.
(normalize-string): New procedure.
(compiled-system): Truncate the name of a system which contains slashes.
(generate-system-definition, make-asd-file): Use `normalize-string' to alter
the names of the created system and its dependencies.
* guix/build/asdf-build-system.scm (create-asd-file): Normalize the name of
the asd file being created.
2017-05-16 15:18:15 +02:00
Andy Patterson 0186a463d0 build-system/asdf: Always pre-load the system's definition file.
* guix/build-system/asdf.scm (asdf-build)[builder]: Pass a default
`#:asd-file' argument to the build procedure, using the system's name.
* guix/build/asdf-build-system.scm (build, check): Adjust to assume that
`asd-file' will always be a string.
* guix/build/lisp-utils.scm (compile-system, system-dependencies)
(test-system): Likewise.
2017-05-16 15:18:15 +02:00
Andy Patterson 457702b1d9 build-system/asdf: Pass the system name as an argument to the builder.
* guix/build-system/asdf.scm (asdf-build): Use the user-defined system name,
or calculate it from the package's full name.
[builder]: Pass the value along to the build procedure.
(package-with-build-system): Remove #:asd-system-name from source packages'
arguments.
* guix/build/asdf-build-system.scm: Adjust accordingly.
* guix/build/lisp-utils.scm (remove-lisp-from-name): Delete variable.
2017-05-16 15:18:15 +02:00
Andy Patterson b4c9f0c50d build-system/asdf: Parameterize the lisp type and implementation globally.
* guix/build-system/asdf.scm (asdf-build)[builder]: Parameterize %lisp-type
and %lisp before invoking the build procedure. Don't pass #:lisp-type as an
argument to said procedure.
* guix/build/asdf-build-system.scm: Adjust accordingly.
(source-install-prefix): Rename to %lisp-source-install-prefix.
* guix/build/lisp-utils.scm: Adjust accordingly.
(%lisp-type): New parameter.
(bundle-install-prefix): Rename to %bundle-install-prefix.
* gnu/packages/lisp.scm: Adjust accordingly.
2017-05-16 15:18:15 +02:00
Andy Patterson 6de91ba2a1 build-system/asdf: Make #:lisp a package argument.
* guix/build-system/asdf.scm (lower): Change argument name to `lisp-type'.
(asdf-build): Change argument name to `lisp-type'.  Remove `lisp' as an
argument to the returned procedure.  Change the argument passed to build
phases to `lisp-type'.
* guix/build/asdf-build-system.scm (copy-source, build, check)
(create-asd-file, symlink-asd-files, cleanup-files, strip): Respect
`lisp-type` argument.
* gnu/packages/lisp.scm (sbcl-stumpwm, sbcl-stumpwm+slynk): Likewise.
2017-05-16 15:18:15 +02:00
Andy Patterson 26a16d37ff build-system/asdf: Keep ecl's generated archive files.
This may be necessary to produce programs or images with ecl.

* guix/build/asdf-build-system.scm (cleanup-files): Don't delete .a files.
2017-05-16 15:18:14 +02:00
Andy Patterson 0e1371be09 build-system/asdf: Don't rename inputs.
* guix/build-system/asdf.scm (package-with-build-system)[transform]: Use updated
`new-inputs' procedure for inputs and native-inputs.
<rewrite>: Don't rename inputs.
<new-propagated-inputs>: Draw from package-inputs and package-native-inputs
for source packages.  Use the original package's propagated-inputs otherwise.
<new-inputs>: Convert into a function to be used to transform inputs and
native-inputs.
* gnu/packages/lisp.scm (sbcl-fiveam, sbcl-bordeaux-threads)
(sbcl-flexi-streams, sbcl-cl-ppcre, sbcl-stumpwm, sbcl-slynk-arglists)
(sbcl-slynk-fancy-inspector): Don't prefix input names.
2017-05-16 15:18:14 +02:00
Andy Patterson 35189728cd build-system/asdf: Use asdf to determine dependencies.
This removes the need for conventions to determine which inputs are run-time
dependencies, and also the need to specify "special" dependencies.

* guix/build/lisp-utils.scm (patch-asd-file, lisp-dependencies)
(wrap-perform-method): Remove them.
(inputs->asd-file-map, system-dependencies, generate-system-definition)
(generate-dependency-links, make-asd-file): New procedures.
(lisp-eval-program): Add an error if no lisp matches.
(compile-system): Don't use asdf's in-built asd-file generator.
2017-05-16 15:18:14 +02:00
Andy Patterson 290bf612bb gnu: cl-stumpwm: Build the library in "lib" and the program in "bin".
* gnu/packages/lisp.scm (sbcl-stumpwm)[outputs]: Remove "bin" and add "lib".
[arguments]<#:phases>: Change the target of `build-program' to the "out"
output. Likewise, change the target of the desktop file generation.
(sbcl-stumpwm+slynk)[inputs]: Use the "lib" output of sbcl-stumpwm.
2017-05-16 15:18:14 +02:00
Andy Patterson 6c76ce39ac build-system/asdf: Make it possible to use "lib" as the build output.
* guix/build/asdf-build-system.scm (library-output): New procedure.
(copy-source, build, check, patch-asd-files, symlink-asd-files)
(cleanup-files): Use it.
(copy-files-to-output): Rework to take an output instead of an outputs and
string pair.
(install, copy-source): Use the new method.
2017-05-16 15:18:14 +02:00
Andy Patterson bc389c20a9 build-system/asdf: Rename %install-prefix to %source-install-prefix.
* guix/build/lisp-utils.scm (%install-prefix): Rename to
%source-install-prefix.
(build-install-prefix): Use it.
* guix/build/asdf-build-system.scm (source-install-prefix)
(%system-install-prefix, source-directory, copy-source): Likewise.
2017-05-16 15:18:14 +02:00
Andy Patterson 75e8b3af69 gnu: cl-slynk: Explain some naming choices.
* gnu/packages/lisp.scm (sbcl-slynk-boot0): Add comments explaining its
purpose and the reason its package-name must differ from its name.
2017-05-16 15:18:13 +02:00
Andy Patterson 14afc7b89c gnu: cl-slynk: Clarify the description.
* gnu/packages/lisp.scm (sbcl-slynk-boot0)[description]: Describe slime.
2017-05-16 15:18:13 +02:00
Ludovic Courtès 7ee7ee16ea gnu: guix: Update snapshot.
* gnu/packages/package-management.scm (guix): Update to ce92d26.
2017-05-16 15:14:33 +02:00
Mathieu Othacehe 5641dffb07 scripts: system: Display bootloader name in "list-generations".
* guix/scripts/system.scm (display-system-generation): Display
  bootloader name.
2017-05-16 14:41:02 +02:00
Mathieu Othacehe 3241f7ff92 scripts: system: Adapt "switch-generation" to new bootloader API.
* guix/scripts/system.scm (reinstall-grub): Rename to
  reinstall-bootloader. Read boot-device and boot-type from parameters file to
  be able to restore the correct bootloader on specified device.
  Factorize bootloader installation code by calling install-bootloader.
 (system-bootloader-name): New procedure.
 (switch-to-system-generation): Adapt.
2017-05-16 14:41:02 +02:00
Mathieu Othacehe 1229d328fb scripts: system: Adapt "init" to new bootloader API.
* guix/scripts/system.scm (install): Pass installer a new
argument. Rename other arguments.
Call install-bootloader instead of install-grub*.
(perform-action): Adapt.
2017-05-16 14:41:02 +02:00
Mathieu Othacehe 3042c5d8bb scripts: system: Adapt "reconfigure" to new bootloader API.
* guix/scripts/system.scm (install-grub*): Rename to install-bootloader.  Use
keys to pass arguments.  Pass a new argument, "installer-drv" which is a script
in store dealing with bootloader-specific install actions.  Also call
"install-boot-config" to install the bootloader config file.

(install-bootloader-derivation): New procedure.  It returns a derivation that
builds a file containing "install-procedure" gexp.

(perform-action): Build install-proc derivation and call install-bootloader
with the resulting file.  Stop adding GRUB to PATH as bootloaders are called in
install-proc with direct store paths.
2017-05-16 14:41:01 +02:00
Mathieu Othacehe bcaf67c44f bootloader: Add bootloader name to boot-parameters record.
* gnu/system.scm (<boot-parameters>)[name]: New field.
(boot-parameters-boot-name): Ditto.
(operating-system-boot-parameters-file): Add new field.
(operating-system-boot-parameters): Ditto.
(read-boot-parameters): Ditto.
2017-05-16 14:41:01 +02:00
Mathieu Othacehe 9121ce553d bootloader: Adapt vm to new bootloader API.
* gnu/build/install.scm (install-boot-config): New procedure.
  (install-grub): Move to (gnu bootloader grub).
* gnu/build/vm.scm (register-bootcfg-root): Rename register-grub.cfg-root and
  adjust accordingly.
  (initialize-hard-disk): Takes a bootloader-package, bootcfg, bootcfg-location and
  bootloader-installer procedure. Adjust accordingly.
* gnu/system/vm.scm (qemu-image): Adjust to initialize-hard-disk.
  (system-disk-image, system-qemu-image, system-qemu-image/shared-store):
  Adjust to qemu-image.
2017-05-16 14:41:01 +02:00
Mathieu Othacehe b09a8da4a2 bootloader: Add extlinux support.
* gnu/bootloader.scm: New file.
* gnu/bootloader/extlinux.scm: New file.
* gnu/bootloader/grub.scm: New file.
* gnu/local.mk: Build new files.
* gnu/system.scm: Adapt to new bootloader api.
* gnu/scripts/system.scm: Adapt to new bootloader api.
* gnu.scm: Remove (gnu system grub) and replace by (gnu bootloader) and (gnu
bootloader grub) modules.
* gnu/system/grub.scm: Moved content to gnu/bootloader/grub.scm.
* gnu/system/vm: Replace (gnu system grub) module by (gnu bootloader).
* gnu/tests.scm: Ditto.
* gnu/tests/nfs.scm: Ditto.
2017-05-16 14:41:01 +02:00
Leo Famulari 664ac384be gnu: netpbm: Update to 10.78.3.
* gnu/packages/netpbm.scm (netpbm): Update to 10.78.3.
[arguments]: Disable the tests 'ps-alt-roundtrip.test' and
'pbm-misc-converters.test'. Update the RGB-file path substitution.
WIP: Disable the tests 'jpeg-roundtrip.test' and 'pbmtext.test'.
2017-05-15 17:13:33 -04:00
Leo Famulari 5e54f4adda gnu: flex-2.6.1: Remove variable.
* gnu/packages/flex.scm (flex-2.6.1): Remove variable.
* gnu/packages/bootloaders.scm (grub, dtc): Use flex instead of flex-2.6.1.
* gnu/packages/embedded.scm (propeller-binutils, binutils-vc4): Likewise.
* gnu/packages/maths.scm (scotch): Likewise.
* gnu/packages/wine.scm (wine): Likewise.
2017-05-15 17:07:12 -04:00
Leo Famulari 93fabf5996 gnu: flex: Update to 2.6.4.
* gnu/packages/flex.scm (flex): Update to 2.6.4.
2017-05-15 17:07:12 -04:00
Leo Famulari 662a7ac3c6 gnu: freetype: Update to 2.8.
* gnu/packages/fontutils.scm (freetype): Update to 2.8.
2017-05-15 16:38:43 -04:00
Marius Bakke 0789280f04 gnu: mesa: Update to 17.0.6.
* gnu/packages/gl.scm (mesa): Update to 17.0.6.
2017-05-14 17:54:33 +02:00
Kei Kebreau 86c44e7230 gnu: mutter: Update to 3.24.1.
* gnu/packages/gnome.scm (mutter): Update to 3.24.1.
[source]: Use a release tarball instead of a git checkout.
[arguments]: Enable wayland and the native backend. Add "use-elogind"
phase. Remove "autoreconf" phase.
[propagated-inputs]: Remove wayland and wayland-protocols.
[inputs]: Add elogind and libxtst.
2017-05-14 17:30:11 +02:00
Kei Kebreau 17cf06c385 gnu: gnome-session: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-session): Update to 3.24.1.
2017-05-14 17:30:11 +02:00
Kei Kebreau a158cfd00b gnu: gnome-control-center: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-control-center): Update to 3.24.1.
2017-05-14 17:30:10 +02:00
Kei Kebreau 6ebccb845f gnu: gnome-online-accounts: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-online-accounts): Update to 3.24.0.
2017-05-14 17:30:10 +02:00
Kei Kebreau f8cb2fbf5e gnu: gnome-bluetooth: Update to 3.20.1.
* gnu/packages/gnome.scm (gnome-bluetooth): Update to 3.20.1.
2017-05-14 17:30:10 +02:00
Kei Kebreau 521cdb4bbf gnu: gnome-desktop: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-desktop): Update to 3.24.1.
2017-05-14 17:30:09 +02:00
Kei Kebreau 31860852cd gnu: cogl: Enable wayland support.
* gnu/packages/gnome.scm (cogl)[inputs]: Add wayland.
[arguments]: Add "--enable-wayland-egl-platform" and
"--enable-wayland-egl-server".
2017-05-14 17:30:09 +02:00
Kei Kebreau 982b357478 gnu: gtk+: Enable wayland backend.
* gnu/packages/gtk.scm (gtk+)[propagated-inputs]: Add libxkbcommon,
mesa, wayland and wayland-protocols.
[arguments]: Add "--enable-wayland-backend" and "--enable-x11-backend"
to #:configure-flags.
2017-05-14 17:30:08 +02:00
Kei Kebreau eb6f315b04 gnu: epiphany: Update to 3.24.1.
* gnu/packages/gnome.scm (epiphany): Update to 3.24.1.
[inputs]: Add JSON-GLIB.
2017-05-14 17:26:57 +02:00
Kei Kebreau dbf0424d7b gnu: json-glib: Update to 1.2.8.
* gnu/packages/gnome.scm (json-glib): Update to 1.2.8.
[source]: Remove snippet.
2017-05-14 17:26:08 +02:00
Marius Bakke 61b1df6f27 Merge branch 'master' into staging 2017-05-14 17:21:46 +02:00
Marius Bakke bdb8267680 Merge commit '28ee4d41edf072776777ff3f83aef8502df909e5' into staging 2017-05-14 17:21:22 +02:00
Marius Bakke 3590a6b5cf gnu: bluez: Update to 5.45.
* gnu/packages/linux.scm (bluez): Update to 5.45.
2017-05-12 20:15:38 +02:00
Leo Famulari 2a75ec1567 gnu: librsvg: Update to 2.40.17.
* gnu/packages/gnome.scm (librsvg): Update to 2.40.17.
2017-05-09 23:51:51 -04:00
Sergei Trofimovich a8f2544911 gnu: sbcl: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26843>.

* gnu/packages/lisp.scm (sbcl): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:51:49 +02:00
Sergei Trofimovich bc81e6cae4 gnu: go-1.4: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26840>.

* gnu/packages/golang.scm (go-1.4): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:51:32 +02:00
Sergei Trofimovich 47babd445a gnu: zip: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26842>.

* gnu/packages/zip.scm (zip): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-09 17:51:27 +02:00
Sergei Trofimovich 809bc3948e gnu: gs-fonts: Add missing module imports.
Fixes <https://bugs.gnu.org/26805>.

* gnu/packages/ghostscript.scm (gs-fonts): Add missing modules to
%modify-phases call: gnu-build-system, utils, srfi-1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 21:01:24 +02:00
Sergei Trofimovich bba6bbba03 gnu: serf: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26808>.

* gnu/packages/web.scm (serf): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 20:22:01 +02:00
Sergei Trofimovich 7cfc200365 gnu: re2: Add missing '#:modules' imports.
Fixes <https://bugs.gnu.org/26813>.

* gnu/packages/regex.scm (re2): Add missing '#:modules' imports.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2017-05-07 20:21:33 +02:00
Kei Kebreau 28ee4d41ed gnu: gnome-settings-daemon: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-settings-daemon): Update to 3.24.1.
2017-05-02 13:01:54 -04:00
Kei Kebreau 796a0c0358 gnu: gsettings-desktop-schemas: Update to 3.24.0.
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.24.0.
2017-05-02 11:14:51 -04:00
rennes ed788c31cf gnu: libgc: Fix Check for Hurd systems.
* gnu/packages/bdw-gc.scm (libgc)[arguments]: On GNU/Hurd systems
add '--disable-gcj-support' to #:configure-flags. Adjust #:configure-flags
to disable GCJ support and pass the 'gctest' test.
2017-05-02 18:14:24 +03:00
Marius Bakke c854815c73 gnu: xkbcomp: Update to 1.4.0.
* gnu/packages/xorg.scm (xkbcomp-intermediate, xkbcomp): Update to 1.4.0.
2017-05-01 17:29:19 +02:00
Kei Kebreau 2df65d37a9 gnu: gnome-backgrounds: Update to 3.24.0.
* gnu/packages/gnome.scm (gnome-backgrounds): Update to 3.24.0.
2017-05-01 10:57:33 -04:00
Kei Kebreau e62a38d4ae gnu: file-roller: Update to 3.24.1.
* gnu/packages/gnome.scm (file-roller): Update to 3.24.1.
2017-05-01 10:46:27 -04:00
Kei Kebreau a5d8c7863c gnu: evince: Update to 3.24.0.
* gnu/packages/gnome.scm (evince): Update to 3.24.0.
2017-05-01 10:42:48 -04:00
Kei Kebreau f18f4364d8 Merge commit '2ff8dea' into gnome-updates 2017-04-30 13:58:06 -04:00
Kei Kebreau dc4b64ae3f gnu: eog: Update to 3.24.1.
* gnu/packages/gnome.scm (eog): Update to 3.24.1.
2017-04-29 17:47:24 -04:00
Kei Kebreau ac5c4346eb gnu: dbus: Update to 1.10.18.
* gnu/packages/glib.scm (dbus): Update to 1.10.18.
2017-04-28 11:47:07 -04:00
Marius Bakke 4a4e60f433 gnu: boost: Update to 1.64.0.
* gnu/packages/boost.scm (boost): Update to 1.64.0.
2017-04-26 17:35:20 +02:00
Marius Bakke b4a6497ca3 gnu: harfbuzz: Update to 1.4.6.
* gnu/packages/gtk.scm (harfbuzz): Update to 1.4.6.
2017-04-26 17:34:39 +02:00
Efraim Flashner f98adb1cb3 gnu: libidn2: Update to 2.0.1.
* gnu/packages/libidn.scm (libidn2): Update to 2.0.1.
[source]: Download from main GNU server.
[arguments]: Remove 'create-pkgconfig-file phase.
2017-04-23 19:12:42 +03:00
Ludovic Courtès 78dea6f1d4 gnu: ld-wrapper: Build with Guile 2.2.
Reported by Sergei Trofimovich <slyfox@inbox.ru>.

* gnu/packages/base.scm (make-ld-wrapper): Change #:guile to default to
GUILE-2.2.
* gnu/packages/commencement.scm (ld-wrapper): Define in terms of
'make-ld-wrapper' such that #:guile-for-build and #:guile are the same.
2017-04-20 23:58:14 +02:00
Kei Kebreau 8785f02591 gnu: at-spi2-core: Update to 2.24.0.
* gnu/packages/gtk.scm (at-spi2-core): Update to 2.24.0.
2017-04-19 20:30:32 -04:00
Efraim Flashner a55fbab722 gnu: libiconv: Update to 1.15.
* gnu/packages/base.scm (libiconv): Update to 1.15.
[source]: Remove snippet.
2017-04-18 06:38:01 +03:00
Efraim Flashner ecc5bc33a3 gnu: bc: Use 'modify-phases' syntax.
* gnu/packages/algebra.scm (bc)[arguments]: Use 'modify-phases' syntax.
2017-04-18 06:36:39 +03:00
Efraim Flashner 8e71d6612d gnu: libgpg-error: Update to 1.27.
* gnu/packages/gnupg.scm (libgpg-error): Update to 1.27.
2017-04-18 06:36:39 +03:00
Efraim Flashner 0c1a9438dd gnu: libsigsegv: Use 'modify-phases' syntax.
* gnu/packages/libsigsegv.scm (libsigsegv)[arguments]: Use
'modify-phases' syntax.
2017-04-18 06:36:39 +03:00
Efraim Flashner 74f04d8556 gnu: libsigsegv: Update to 2.11.
* gnu/packages/libsigsegv.scm (libsigsegv): Update to 2.11.
2017-04-18 06:36:38 +03:00
Efraim Flashner 6d7228465e gnu: less: Update to 487.
* gnu/packages/less.scm (less): Update to 487.
2017-04-18 06:36:38 +03:00
Roel Janssen 36de968554 gnu: glib: Update to 2.52.1.
* gnu/packages/glib.scm (glib): Update to 2.52.1.
2017-04-17 23:57:36 +02:00
Mathieu Othacehe b100e0e89e gnu: libunistring: Fix make check issues on multi-core machines.
* gnu/packages/patches/libunistring-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/libunistring.scm (libunistring)[patches]: Add a reference
to previous patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17 21:35:38 +02:00
Mathieu Othacehe da8e256a52 gnu: findutils: Fix make check issues on multi-core machines.
* gnu/packages/patches/findutils-gnulib-multi-core.patch: New file.
* gnu/local.mk (dist_patch): Add previous patch.
* gnu/packages/base.scm (findutils)[patches]: Add a reference
to the previous patch.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17 21:35:32 +02:00
Mathieu Othacehe 1ae93fc983 build: Add two missing patches to local.mk.
gnu/local.mk (dist_patch): Add gettext-multi-core.patch and
gettext-gnulib-multi-core.patch.

Commit 480da86d09 ommited them.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-17 21:35:25 +02:00
Sergei Trofimovich dd58c53399 gnu: glibc/linux: Re-enable parallel build.
Parallel build failure was fixed upstream as:
https://sourceware.org/git/?p=glibc.git;a=commitdiff;h=e8b6be0016f131c2ac72bf3213eabdb59800e63b

* gnu/packages/base.scm (glibc/linux): Re-enable parallel build.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-16 09:18:02 -04:00
Leo Famulari c8a3dea847 packages: Enable threaded compression of source tarballs.
This provides a ~2x speedup when using 4 threads.

* guix/packages.scm (patch-and-repack)[build]: Invoke xz with
'--threads=0' when re-packing tarballs.
2017-04-15 18:34:59 -04:00
Sergei Trofimovich dc4ebebd61 gnu: libffi: Fix builds on Alpha.
* gnu/packages/patches/libffi-3.2.1-complex_alpha.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/libffi.scm (libffi)[source]: Use it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-13 14:44:27 +02:00
Sergei Trofimovich bd54c5e3fa gnu: gcc: Adjust for "alpha-linux".
This change allows cross-building packages by just
using --target=alpha-unknown-linux-gnu re2c:

  $ ./pre-inst-env guix build --target=alpha-unknown-linux-gnu re2c
  $ file /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c
  /gnu/store/p1z9iszzb4ng0vzc535sc2ha33ax24l6-re2c-0.16/bin/re2c: \
      ELF 64-bit LSB executable, Alpha (unofficial), version 1 (SYSV), dynamically linked, \
      interpreter /gnu/store/0z5d6z3hh41w7z5g2g82zlnwgpbj0i1a-glibc-cross-alpha-unknown-linux-gnu-2.24/lib/ld-linux.so.2, \
      for GNU/Linux 3.2.0, not stripped

GCC for alpha uses 'GLIBC_DYNAMIC_LINKER<TAB>"/lib/ld-linux.so.2"'

* gnu/packages/gcc.scm (gcc-4.7)[arguments]: Fix GLIBC_DYNAMIC_LINKER
substitution when delimiter is a tab.

Signed-off-by: Sergei Trofimovich <slyfox@inbox.ru>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-13 14:40:48 +02:00
Mathieu Othacehe 480da86d09 gnu: gettext: Fix make check issues on multi-core machines.
* gnu/packages/patches/gettext-gnulib-multi-core.patch: New file.
* gnu/packages/patches/gettext-multi-core.patch: New file.
* gnu/packages/gettext.scm (gettext-minimal)[patches]: Add a reference
to the two previous patches.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-13 14:22:57 +02:00
Marius Bakke 139272f44f gnu: pkg-config: Update to 0.29.2.
* gnu/packages/pkg-config.scm (%pkg-config): Update to 0.29.2.
2017-04-13 01:29:55 +02:00
Leo Famulari 56fb1421be gnu: pango: Update to 1.40.5.
* gnu/packages/gtk.scm (pango): Update to 1.40.5.
2017-04-11 00:33:49 -04:00
Ludovic Courtès 1cbd63f205 gnu: coreutils: Update to 8.27.
* gnu/packages/base.scm (coreutils): Update to 8.27.
[source](patches): Remove "coreutils-fix-cross-compilation.patch" and
add "coreutils-cut-huge-range-test.patch".
[native-inputs]: Remove "coreutils-cut-huge-range-test.patch".
[arguments]: Remove 'patch-cut-test' phase.  Remove #:parallel-tests?.
* gnu/local.mk (dist_patch_DATA): Remove
"coreutils-fix-cross-compilation.patch".
* gnu/packages/patches/coreutils-fix-cross-compilation.patch: Remove.
* gnu/packages/patches/coreutils-cut-huge-range-test.patch: Adjust.
2017-04-08 23:27:08 +02:00
Ludovic Courtès 34d624cef5 gnu: Build derivations with Guile 2.2 by default.
* gnu/packages/guile.scm (guile-2.0/fixed): Remove.
(guile-2.2)[source]: Switch from tar.lz to tar.xz.
(guile-2.2/fixed): New variable.
* gnu/packages/commencement.scm (guile-final): Use GUILE-2.2/FIXED
instead of GUILE-2.2/FIXED.
(canonical-package): Mention 2.2 instead of 2.0.
2017-04-08 23:27:08 +02:00
Leo Famulari 27695e22df gnu: libarchive: Update to 3.3.1.
* gnu/packages/backup.scm (libarchive): Update to 3.3.1.
2017-04-08 13:38:57 -04:00
rennes b81d11e580 gnu: grep: Fix for gnulib library.
* gnu/packages/patches/grep-gnulib-lock.patch: New file.
* gnu/packages/base.scm (grep)[source]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2017-04-08 19:04:44 +03:00
Leo Famulari a33d518e24 gnu: curl: Update to 7.53.1.
* gnu/packages/curl.scm (curl): Update to 7.53.1.
2017-04-07 10:45:43 -04:00
Leo Famulari 8fda37bca1 gnu: libpng: Update to 1.6.29.
* gnu/packages/image.scm (libpng): Update to 1.6.29.
2017-04-06 23:23:46 -04:00
Marius Bakke 70800cd634 gnu: sqlite: Update to 3.18.0.
* gnu/packages/databases.scm (sqlite): Update to 3.18.0.
2017-04-03 16:07:32 +02:00
Marius Bakke 28938febd5 gnu: lzip: Correct hash.
This is a followup to dede644945.

* gnu/packages/compression.scm (lzip)[source]: Use hash of ".gz" tarball
instead of ".lz".
2017-04-03 16:07:28 +02:00
Marius Bakke dede644945 gnu: lzip: Update to 1.18.
* gnu/packages/compression.scm (lzip): Update to 1.18.
2017-04-03 15:35:09 +02:00
Marius Bakke 7134ac4cc7 gnu: libpthread-stubs: Update to 0.4.
* gnu/packages/xorg.scm (libpthread-stubs): Update to 0.4.
2017-04-03 15:27:24 +02:00
Marius Bakke 8c85cb1b9f gnu: file: Update to 5.30.
* gnu/packages/file.scm (file): Update to 5.30.
2017-04-03 15:12:10 +02:00
Marius Bakke 821072e22b gnu: gdbm: Update to 1.13.
* gnu/packages/databases.scm (gdbm): Update to 1.13.
2017-04-03 14:56:52 +02:00
Marius Bakke ab58ec0d95 gnu: perl: Update to 5.24.1.
* gnu/packages/perl.scm (perl): Update to 5.24.1.
2017-04-03 14:52:59 +02:00
Marius Bakke 1f044d7a91 gnu: ed: Update to 1.14.2.
* gnu/packages/ed.scm (ed): Update to 1.14.2.
2017-04-03 14:51:49 +02:00
Leo Famulari fb203578f6 gnu: gnutls: Update to 3.5.10.
* gnu/packages/tls.scm (gnutls): Update to 3.5.10.
2017-04-02 20:10:08 -04:00
837 changed files with 131288 additions and 36199 deletions
+2 -1
View File
@@ -77,7 +77,8 @@
(eval . (put 'container-excursion 'scheme-indent-function 1))
(eval . (put 'eventually 'scheme-indent-function 1))
;; Recognize '~', '+', and '$', as used for gexps, as quotation symbols.
(eval . (put 'call-with-progress-reporter 'scheme-indent-function 1))
;; This notably allows '(' in Paredit to not insert a space when the
;; preceding symbol is one of these.
(eval . (modify-syntax-entry ?~ "'"))
+15 -8
View File
@@ -1,6 +1,7 @@
# This list is used to avoid multiple name/email instances of the same
# contributors reported by "git log" and "git shortlog" commands.
Adriano Peluso <catonano@gmail.com>
Al McElrath <hello@yrns.org> <hello@atonesir.com>
Alex Sassmannshausen <alex@pompo.co> <alex.sassmannshausen@gmail.com>
Alexander I. Grafov <grafov@gmail.com>
@@ -32,21 +33,26 @@ Joshua Grant <tadni@riseup.net> <gzg@riseup.net>
Joshua Grant <tadni@riseup.net> <jgrant@parenthetical.io>
Joshua Grant <tadni@riseup.net> <tadnimi@gmail.com>
Joshua Grant <tadni@riseup.net> <youlysses@riseup.net>
Kei Kebreau <kei@openmailbox.org>
Kei Kebreau <kei@openmailbox.org> <kkebreau@posteo.net>
Leo Famulari <leo@famulari.name> <lfamular@gmail.com>
Ludovic Courtès <ludo@gnu.org> <ludovic.courtes@inria.fr>
Marek Benc <dusxmt@gmx.com> <merkur32@gmail.com>
Marius Bakke <mbakke@fastmail.com> <m.bakke@warwick.ac.uk>
Mathieu Lirzin <mthl@gnu.org> <mthl@openmailbox.org>
Mathieu Lirzin <mthl@gnu.org> <mathieu.lirzin@openmailbox.org>
Mathieu Othacehe <m.othacehe@gmail.com>
Nikita Karetnikov <nikita@karetnikov.org> <nikita.karetnikov@gmail.com>
ng0 <ng0@no-reply.pragmatique.xyz>
ng0 <ng0@no-reply.pragmatique.xyz> <contact.ng0@cryptolab.net>
ng0 <ng0@no-reply.pragmatique.xyz> <ng0@we.make.ritual.n0.is>
ng0 <ng0@no-reply.pragmatique.xyz> <ngillmann@runbox.com>
ng0 <ng0@no-reply.pragmatique.xyz> <niasterisk@grrlz.net>
ng0 <ng0@no-reply.pragmatique.xyz> <ng@niasterisk.space>
ng0 <ng0@no-reply.pragmatique.xyz> <ng0@libertad.pw>
ng0 <ng0@n0.is>
ng0 <ng0@n0.is> <ng0@infotropique.org>
ng0 <ng0@n0.is> <ng0@no-reply.infotropique.org>
ng0 <ng0@n0.is> <ng0@no-reply.pragmatique.xyz>
ng0 <ng0@n0.is> <ng0@pragmatique.xyz>
ng0 <ng0@n0.is> <contact.ng0@cryptolab.net>
ng0 <ng0@n0.is> <ng0@we.make.ritual.n0.is>
ng0 <ng0@n0.is> <ngillmann@runbox.com>
ng0 <ng0@n0.is> <niasterisk@grrlz.net>
ng0 <ng0@n0.is> <ng@niasterisk.space>
ng0 <ng0@n0.is> <ng0@libertad.pw>
Pjotr Prins <pjotr.guix@thebird.nl> <pjotr.public01@thebird.nl>
Pjotr Prins <pjotr.guix@thebird.nl> <pjotr.public12@thebird.nl>
Pjotr Prins <pjotr.guix@thebird.nl> <pjotr.public12@email>
@@ -60,6 +66,7 @@ Sou Bunnbu (宋文武) <iyzsong@gmail.com>
Sou Bunnbu (宋文武) <iyzsong@gmail.com> <iyzsong@member.fsf.org>
Stefan Reichör <stefan@xsteve.at>
Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
Theodoros Foradis <theodoros.for@openmailbox.org> <theodoros@foradis.org>
Thomas Danckaert <thomas.danckaert@gmail.com> <post@thomasdanckaert.be>
Tobias Geerinckx-Rice <me@tobias.gr> <tobias.geerinckx.rice@gmail.com>
Tomáš Čech <sleep_walker@gnu.org> <sleep_walker@suse.cz>
+10
View File
@@ -5,6 +5,7 @@
Copyright © 2012, 2013, 2014, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
Copyright © 2015, 2017 Mathieu Lirzin <mthl@gnu.org>
Copyright © 2017 Leo Famulari <leo@famulari.name>
Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
Copying and distribution of this file, with or without modification,
are permitted in any medium without royalty provided the copyright
@@ -61,3 +62,12 @@ after two weeks, and if youre confident, its OK to commit.
That last part is subject to being adjusted, allowing individuals to commit
directly on non-controversial changes on parts theyre familiar with.
* Using emacs-debbugs
Bug reports and patches are tracked using debbugs. If you are on emacs, you
can use emacs-debbugs.
List all open bug reports on guix-patches with
C-u M-x debbugs-gnu <RET> <RET> guix-patches <RET> n y
+50 -29
View File
@@ -6,6 +6,9 @@
# Copyright © 2016, 2017 Mark H Weaver <mhw@netris.org>
# Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
# Copyright © 2017 Leo Famulari <leo@famulari.name>
# Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
# Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
# Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
#
# This file is part of GNU Guix.
#
@@ -45,6 +48,7 @@ MODULES = \
guix/hash.scm \
guix/pk-crypto.scm \
guix/pki.scm \
guix/progress.scm \
guix/combinators.scm \
guix/memoization.scm \
guix/utils.scm \
@@ -65,6 +69,7 @@ MODULES = \
guix/gnu-maintenance.scm \
guix/upstream.scm \
guix/licenses.scm \
guix/git.scm \
guix/graph.scm \
guix/cache.scm \
guix/cve.scm \
@@ -76,6 +81,10 @@ MODULES = \
guix/build-system/cmake.scm \
guix/build-system/dub.scm \
guix/build-system/emacs.scm \
guix/build-system/font.scm \
guix/build-system/go.scm \
guix/build-system/meson.scm \
guix/build-system/minify.scm \
guix/build-system/asdf.scm \
guix/build-system/glib-or-gtk.scm \
guix/build-system/gnu.scm \
@@ -86,6 +95,8 @@ MODULES = \
guix/build-system/waf.scm \
guix/build-system/r.scm \
guix/build-system/ruby.scm \
guix/build-system/scons.scm \
guix/build-system/texlive.scm \
guix/build-system/trivial.scm \
guix/ftp-client.scm \
guix/http-client.scm \
@@ -94,13 +105,19 @@ MODULES = \
guix/store.scm \
guix/cvs-download.scm \
guix/svn-download.scm \
guix/i18n.scm \
guix/ui.scm \
guix/build/ant-build-system.scm \
guix/build/download.scm \
guix/build/download-nar.scm \
guix/build/cargo-build-system.scm \
guix/build/cmake-build-system.scm \
guix/build/dub-build-system.scm \
guix/build/emacs-build-system.scm \
guix/build/meson-build-system.scm \
guix/build/minify-build-system.scm \
guix/build/font-build-system.scm \
guix/build/go-build-system.scm \
guix/build/asdf-build-system.scm \
guix/build/git.scm \
guix/build/hg.scm \
@@ -112,12 +129,15 @@ MODULES = \
guix/build/ocaml-build-system.scm \
guix/build/r-build-system.scm \
guix/build/ruby-build-system.scm \
guix/build/scons-build-system.scm \
guix/build/texlive-build-system.scm \
guix/build/waf-build-system.scm \
guix/build/haskell-build-system.scm \
guix/build/store-copy.scm \
guix/build/utils.scm \
guix/build/union.scm \
guix/build/profiles.scm \
guix/build/compile.scm \
guix/build/pull.scm \
guix/build/rpath.scm \
guix/build/cvs.scm \
@@ -133,6 +153,7 @@ MODULES = \
guix/build/make-bootstrap.scm \
guix/search-paths.scm \
guix/packages.scm \
guix/import/print.scm \
guix/import/utils.scm \
guix/import/gnu.scm \
guix/import/snix.scm \
@@ -140,6 +161,7 @@ MODULES = \
guix/import/cran.scm \
guix/import/hackage.scm \
guix/import/elpa.scm \
guix/import/texlive.scm \
guix/scripts.scm \
guix/scripts/download.scm \
guix/scripts/perform-download.scm \
@@ -155,6 +177,7 @@ MODULES = \
guix/scripts/authenticate.scm \
guix/scripts/refresh.scm \
guix/scripts/system.scm \
guix/scripts/system/search.scm \
guix/scripts/lint.scm \
guix/scripts/challenge.scm \
guix/scripts/import/cran.scm \
@@ -162,8 +185,10 @@ MODULES = \
guix/scripts/import/nix.scm \
guix/scripts/import/hackage.scm \
guix/scripts/import/elpa.scm \
guix/scripts/import/texlive.scm \
guix/scripts/environment.scm \
guix/scripts/publish.scm \
guix/scripts/weather.scm \
guix/scripts/edit.scm \
guix/scripts/size.scm \
guix/scripts/graph.scm \
@@ -180,11 +205,13 @@ MODULES += \
guix/import/crate.scm \
guix/import/gem.scm \
guix/import/github.scm \
guix/import/gnome.scm \
guix/import/json.scm \
guix/import/pypi.scm \
guix/import/stackage.scm \
guix/scripts/import/crate.scm \
guix/scripts/import/gem.scm \
guix/scripts/import/json.scm \
guix/scripts/import/pypi.scm \
guix/scripts/import/stackage.scm
@@ -212,8 +239,9 @@ dist_noinst_DATA = guix/tests.scm guix/tests/http.scm
# Auxiliary files for packages.
AUX_FILES = \
gnu/packages/aux-files/emacs/guix-emacs.el \
gnu/packages/aux-files/linux-libre/4.11-i686.conf \
gnu/packages/aux-files/linux-libre/4.11-x86_64.conf \
gnu/packages/aux-files/linux-libre/4.14-arm.conf \
gnu/packages/aux-files/linux-libre/4.14-i686.conf \
gnu/packages/aux-files/linux-libre/4.14-x86_64.conf \
gnu/packages/aux-files/linux-libre/4.9-i686.conf \
gnu/packages/aux-files/linux-libre/4.9-x86_64.conf \
gnu/packages/aux-files/linux-libre/4.4-i686.conf \
@@ -236,18 +264,6 @@ nobase_dist_guilemodule_DATA = \
nobase_nodist_guilemodule_DATA = guix/config.scm
nobase_nodist_guileobject_DATA = $(GOBJECTS)
# Do we need to provide our own non-broken (srfi srfi-37) module?
if INSTALL_SRFI_37
nobase_nodist_guilemodule_DATA += srfi/srfi-37.scm
GOBJECTS += srfi/srfi-37.go
srfi/srfi-37.scm: srfi/srfi-37.scm.in
$(MKDIR_P) srfi
cp "$<" "$@"
endif INSTALL_SRFI_37
# Handy way to remove the .go files without removing all the rest.
clean-go:
-$(RM) -f $(GOBJECTS)
@@ -272,6 +288,7 @@ SCM_TESTS = \
tests/hash.scm \
tests/pk-crypto.scm \
tests/pki.scm \
tests/print.scm \
tests/sets.scm \
tests/modules.scm \
tests/gnu-maintenance.scm \
@@ -291,6 +308,7 @@ SCM_TESTS = \
tests/hackage.scm \
tests/cran.scm \
tests/elpa.scm \
tests/texlive.scm \
tests/store.scm \
tests/monads.scm \
tests/gexp.scm \
@@ -312,6 +330,7 @@ SCM_TESTS = \
tests/workers.scm \
tests/zlib.scm \
tests/file-systems.scm \
tests/uuid.scm \
tests/system.scm \
tests/services.scm \
tests/scripts-build.scm \
@@ -397,7 +416,7 @@ check-system: $(GOBJECTS) $(BOOTSTRAP_GUILE_TARBALLS)
# Public key used to sign substitutes from hydra.gnu.org & co.
dist_pkgdata_DATA = \
hydra.gnu.org.pub \
bayfront.guixsd.org.pub
berlin.guixsd.org.pub
# Bash completion file.
dist_bashcompletion_DATA = etc/completion/bash/guix
@@ -416,6 +435,7 @@ EXTRA_DIST = \
build-aux/hydra/evaluate.scm \
build-aux/hydra/gnu-system.scm \
build-aux/hydra/guix.scm \
build-aux/hydra/guix-modular.scm \
build-aux/check-available-binaries.scm \
build-aux/check-final-inputs-self-contained.scm \
build-aux/download.scm \
@@ -426,7 +446,6 @@ EXTRA_DIST = \
build-aux/run-system-tests.scm \
d3.v3.js \
graph.js \
srfi/srfi-37.scm.in \
srfi/srfi-64.scm \
srfi/srfi-64.upstream.scm \
tests/test.drv \
@@ -565,7 +584,7 @@ SOURCE_TARBALLS = \
$(foreach ext,tar.gz,$(PACKAGE_FULL_TARNAME).$(ext))
# Systems supported by Guix.
SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux
SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux armhf-linux aarch64-linux
# Guix binary tarballs.
BINARY_TARBALLS = \
@@ -578,17 +597,11 @@ GUIXSD_SUPPORTED_SYSTEMS ?= x86_64-linux i686-linux
GUIXSD_VM_SYSTEMS ?= x86_64-linux
# Prefix of the GuixSD installation image file name.
GUIXSD_IMAGE_BASE = guixsd-usb-install-$(PACKAGE_VERSION)
GUIXSD_IMAGE_BASE = guixsd-install-$(PACKAGE_VERSION)
# Prefix of the GuixSD VM image file name.
GUIXSD_VM_IMAGE_BASE = guixsd-vm-image-$(PACKAGE_VERSION)
# Size of the installation image (for x86_64 typically).
GUIXSD_INSTALLATION_IMAGE_SIZE ?= 950MiB
# Size of the VM image (for x86_64 typically).
GUIXSD_VM_IMAGE_SIZE ?= 2GiB
# The release process works in several phases:
#
# 0. We assume the developer created a 'vX.Y' tag.
@@ -632,22 +645,21 @@ release: dist
for system in $(GUIXSD_SUPPORTED_SYSTEMS) ; do \
image=`$(top_builddir)/pre-inst-env \
guix system disk-image \
--file-system-type=iso9660 \
--system=$$system \
--image-size=$(GUIXSD_INSTALLATION_IMAGE_SIZE) \
gnu/system/install.scm` ; \
if [ ! -f "$$image" ] ; then \
echo "failed to produced GuixSD installation image for $$system" >&2 ; \
exit 1 ; \
fi ; \
xz < "$$image" > "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.xz.tmp" ; \
mv "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.xz.tmp" \
"$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.xz" ; \
xz < "$$image" > "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.iso.xz.tmp" ; \
mv "$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.iso.xz.tmp" \
"$(releasedir)/$(GUIXSD_IMAGE_BASE).$$system.iso.xz" ; \
done
for system in $(GUIXSD_VM_SYSTEMS) ; do \
image=`$(top_builddir)/pre-inst-env \
guix system vm-image \
--system=$$system \
--image-size=$(GUIXSD_VM_IMAGE_SIZE) \
gnu/system/examples/vm-image.tmpl` ; \
if [ ! -f "$$image" ] ; then \
echo "failed to produced GuixSD VM image for $$system" >&2 ; \
@@ -707,6 +719,15 @@ hydra-jobs.scm: $(GOBJECTS)
"$(top_srcdir)/build-aux/hydra/gnu-system.scm" > "$@.tmp"
$(AM_V_at)mv "$@.tmp" "$@"
# Compute the Cuirass jobs and write them in the target file.
cuirass-jobs.scm: $(GOBJECTS)
$(AM_V_at)$(MKDIR_P) "`dirname "$@"`"
$(AM_V_GEN)$(top_builddir)/pre-inst-env "$(GUILE)" \
"$(top_srcdir)/build-aux/hydra/evaluate.scm" \
"$(top_srcdir)/build-aux/cuirass/gnu-system.scm" \
cuirass > "$@.tmp"
$(AM_V_at)mv "$@.tmp" "$@"
.PHONY: gen-ChangeLog gen-AUTHORS gen-tarball-version
.PHONY: assert-no-store-file-names assert-binaries-available
.PHONY: assert-final-inputs-self-contained
+801
View File
@@ -10,6 +10,807 @@ Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
Please send Guix bug reports to bug-guix@gnu.org.
* Changes in 0.14.0 (since 0.13.0)
** Package management
*** guix package displays how much will be downloaded
*** guix package warns about insufficient disk space
*** guix package now reports package collisions early on
*** guix package --search sorts results by relevance
*** guix pull now fetches code directly over Git using Guile-Git
*** Substitutes can be downloaded from servers equivalent to the authorized ones
*** New guix-daemon options: --listen, --timeout, --max-silent-time
*** New guix weather command
*** guix publish --cache now also caches uncompressed items
*** guix publish no longer removes live items from its cache
*** guix challenge now displays an overall summary
*** guix refresh no longer uses FTP for GNU and GNOME packages
*** guix refresh has a new -m or --manifest option
*** New refresh checker for guix lint
*** New json importer for guix import to simplify first packages
*** New texlive importer for guix import
** Distribution
*** GuixSD installation image is now available as ISO-9660
*** GuixSD installation image now includes an sshd service
*** New (gnu bootloaders) API, with support for U-Boot and extlinux
*** grub-configuration is deprecated in favor of bootloader-configuration
*** %desktop-services now includes NetworkManager instead of Wicd
*** The (uuid …) form can now specify FAT32 and ISO-9660 UUIDs
*** guix system now reports missing file system UUIDs and labels
*** guix system can provide hints when reporting unbound variables
*** New --file-system-type option for guix system disk-image
*** guix system disk-image can now creates ISO-9660 images
*** guix system vm-image & co. automatically estimate the image size
*** guix system vm now uses overlayfs instead of unionfs
*** guix system init displays a progress bar while copying files
*** TeX Live is now also available as a set of small texlive- packages
*** New guix system search command to search for services
*** New services
certbot, fcgiwrap, gdm, git-http, knot, libvirt, memcached, mongodb, mpd,
murmur, rsync, tailon, sysctl
*** 1211 new packages
0xffff, adms, aegisub, android-udev-rules, ant-apache-bcel, ant-junit,
archivemount, armagetronad, asco, aspell-dict-ca, atool, axoloti-patcher,
axoloti-runtime, bap, bismark, bitshuffle, blis, blis-haswell, blis-knl,
blis-sandybridge, bmon, cadaver, caja, capstone, cataclysm-dda, catcodec,
cheese, cinnamon-desktop, cl-unicode, cl-yale-haskell, classpath, cloc,
cmdtest, conda, coq-bignums, coq-coquelicot, coq-flocq, coq-gappa,
coq-interval, coq-mathcomp, cowsay, cpputest, cpuid, crawl-tiles, criu,
crypto++, cube, cubicle, ddate, deja-dup, dino, dirvish, discount,
disorderfs, dos2unix, dssi, ebtables, ecl-cl-unicode, eid-mw, eless,
emacs-2048-game, emacs-autothemer, emacs-base16-theme,
emacs-bash-completion, emacs-browse-at-remote, emacs-cnfonts,
emacs-company-quickhelp, emacs-dired-hacks, emacs-direnv,
emacs-disable-mouse, emacs-easy-kill, emacs-el2org, emacs-emamux,
emacs-engine-mode, emacs-erc-hl-nicks, emacs-evil-matchit, emacs-exwm-x,
emacs-ggtags, emacs-git-messenger, emacs-gitpatch, emacs-go-mode,
emacs-graphviz-dot-mode, emacs-helm-make, emacs-helm-projectile,
emacs-helm-swoop, emacs-highlight-stages, emacs-highlight-symbol,
emacs-idris-mode, emacs-inf-ruby, emacs-jinja2-mode, emacs-json-snatcher,
emacs-julia-mode, emacs-minitest, emacs-mustache, emacs-nix-mode,
emacs-olivetti, emacs-org-contrib, emacs-org-edit-latex,
emacs-org-pomodoro, emacs-org2web, emacs-pos-tip, emacs-prop-menu,
emacs-pyim, emacs-pyim-basedict, emacs-rainbow-mode, emacs-restclient,
emacs-rpm-spec-mode, emacs-rspec, emacs-sparql-mode, emacs-sr-speedbar,
emacs-switch-window, emacs-tablist, emacs-tiny, emacs-transmission,
emacs-tuareg, emacs-wgrep, emacs-which-key, emacs-writeroom,
emacs-yasnippet-snippets, eog-plugins, eolie, es-dump-restore, escpr, et,
f-seq, f2fs-tools, faba-icon-theme, fbreader, ffms2, five-or-more,
florence, font-dosis, font-fira-sans, font-lato, font-mathjax,
font-open-dyslexic, font-rachana, foo2zjs, foomatic-filters, footswitch,
fping, freehdl, frei0r-plugins, fstrm, fzy, gama, gavl, gemma, geomyidae,
gess, ghc-abstract-deque, ghc-abstract-par, ghc-aws, ghc-base-prelude,
ghc-boxes, ghc-chunked-data, ghc-conduit-combinators,
ghc-contravariant-extras, ghc-crypto-api, ghc-crypto-api-tests,
ghc-cryptohash-md5, ghc-cryptohash-sha1, ghc-data-hash, ghc-edisonapi,
ghc-edisoncore, ghc-edit-distance, ghc-either, ghc-entropy,
ghc-equivalence, ghc-erf, ghc-errors, ghc-fail, ghc-foldl,
ghc-geniplate-mirror, ghc-gitrev, ghc-glob, ghc-hex, ghc-http-conduit,
ghc-http-date, ghc-http2, ghc-language-haskell-extract, ghc-math-functions,
ghc-monad-par, ghc-monad-par-extras, ghc-monadplus, ghc-monadrandom,
ghc-mono-traversable, ghc-murmur-hash, ghc-mwc-random, ghc-network-info,
ghc-pretty-hex, ghc-psqueues, ghc-puremd5, ghc-rebase, ghc-simple-sendfile,
ghc-statistics, ghc-stmonadtrans, ghc-strict, ghc-test-framework-th,
ghc-tuple-th, ghc-uuid, ghc-uuid-types, ghc-vector-algorithms,
ghc-vector-builder, ghc-vector-th-unbox, ghc-wai-conduit, ghc-warp,
ghc-warp-tls, ghostscript-with-cups, git-remote-gcrypt, git-repo,
glusterfs, gnome-clocks, gnome-default-applications, gnome-planner,
gnome-todo, gnome-video-effects, gnucobol, gnutls-dane,
go-github-com-audriusbutkevicius-cli,
go-github-com-audriusbutkevicius-go-nat-pmp,
go-github-com-audriusbutkevicius-kcp-go,
go-github-com-audriusbutkevicius-pfilter, go-github-com-bkaradzic-go-lz4,
go-github-com-calmh-du, go-github-com-calmh-xdr,
go-github-com-ccding-go-stun,
go-github-com-chmduquesne-rollinghash-adler32,
go-github-com-d4l3k-messagediff, go-github-com-edsrzf-mmap-go,
go-github-com-gobwas-glob, go-github-com-gogo-protobuf,
go-github-com-gogo-protobuf-protoc-gen-gogo,
go-github-com-golang-groupcache-lru, go-github-com-golang-snappy,
go-github-com-jackpal-gateway, go-github-com-kardianos-osext,
go-github-com-kballard-go-shellquote, go-github-com-lib-pq,
go-github-com-minio-sha256-simd, go-github-com-oschwald-geoip2-golang,
go-github-com-oschwald-maxminddb-golang, go-github-com-petermattis-goid,
go-github-com-pkg-errors, go-github-com-rcrowley-go-metrics,
go-github-com-sasha-s-go-deadlock, go-github-com-stathat-go,
go-github-com-syndtr-goleveldb, go-github-com-templexxx-cpufeat,
go-github-com-templexxx-reedsolomon, go-github-com-templexxx-xor,
go-github-com-thejerf-suture, go-github-com-tjfoc-gmsm-sm4,
go-github-com-vitrun-qart-coding, go-github-com-vitrun-qart-gf256,
go-github-com-vitrun-qart-qr, go-github-com-xtaci-smux,
go-github-com-zillode-notify, go-golang-org-x-crypto-bcrypt,
go-golang-org-x-crypto-blowfish, go-golang-org-x-crypto-cast5,
go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-tea, go-golang-org-x-crypto-twofish,
go-golang-org-x-crypto-xtea, go-golang-org-x-net-bpf,
go-golang-org-x-net-context, go-golang-org-x-net-internal-iana,
go-golang-org-x-net-ipv4, go-golang-org-x-net-ipv6,
go-golang-org-x-net-proxy, go-golang-org-x-sys-unix,
go-golang-org-x-text-transform, go-golang-org-x-text-unicode-norm,
go-golang-org-x-time-rate, godot, gpa, gpick, grfcodec, groff-minimal,
grub-hybrid, gsound, gspell, gst-transcoder, gst123, guile-colorized,
guile-dsv, guile-libctl, guile-ncurses-with-gpm, guile-wiredtiger,
guile2.0-bytestructures, guile2.0-git, guile2.0-gnutls, guile2.0-guix,
guile2.0-lib, gwl, harminv, hdf-java, heimdall, ht, hugin,
hunspell-dict-en, hunspell-dict-en-au, hunspell-dict-en-ca,
hunspell-dict-en-gb, hunspell-dict-en-gb-ize, hunspell-dict-en-us,
hunspell-dict-fr, hunspell-dict-fr-moderne, hunspell-dict-fr-reforme1990,
hunspell-dict-fr-toutesvariantes, ibutils, icedtea-web, igraph, ikiwiki,
imb-openmpi, imp, infiniband-diags, jamvm, java-aopalliance,
java-aqute-bnd-annotation, java-aqute-bndlib, java-aqute-libg,
java-assertj, java-bouncycastle-bcpkix, java-bouncycastle-bcprov, java-bsh,
java-classpathx-servletapi, java-cofoja, java-commons-bcel,
java-commons-beanutils, java-commons-collections, java-commons-csv,
java-commons-jexl, java-datanucleus-javax-persistence,
java-eclipse-jetty-http, java-eclipse-jetty-http, java-eclipse-jetty-io,
java-eclipse-jetty-io, java-eclipse-jetty-jmx, java-eclipse-jetty-jmx,
java-eclipse-jetty-perf-helper, java-eclipse-jetty-security,
java-eclipse-jetty-security, java-eclipse-jetty-server,
java-eclipse-jetty-server, java-eclipse-jetty-servlet,
java-eclipse-jetty-servlet, java-eclipse-jetty-test-helper,
java-eclipse-jetty-util, java-eclipse-jetty-util,
java-fasterxml-jackson-annotations, java-fasterxml-jackson-core,
java-fasterxml-jackson-databind, java-fasterxml-jackson-dataformat-xml,
java-fasterxml-jackson-dataformat-yaml,
java-fasterxml-jackson-modules-base-jaxb, java-fest-assert, java-fest-test,
java-fest-util, java-geronimo-xbean-reflect, java-guice,
java-guice-servlet, java-hdrhistogram, java-iq80-snappy, java-javaewah,
java-javax-inject, java-jboss-javassist, java-jboss-jms-api-spec,
java-jbzip2, java-jcommander, java-jdom, java-jeromq, java-jgit, java-jgit,
java-jmock-junit4, java-jmock-legacy, java-jnacl, java-kafka-clients,
java-lmax-disruptor, java-log4j-1.2-api, java-log4j-core, java-lz4,
java-mail, java-microemulator-cldc, java-mvel2, java-ops4j-base-io,
java-ops4j-base-lang, java-ops4j-base-monitors, java-ops4j-base-spi,
java-ops4j-base-store, java-ops4j-base-util, java-ops4j-base-util-property,
java-ops4j-pax-exam-core, java-ops4j-pax-exam-core-junit,
java-ops4j-pax-exam-core-spi, java-ops4j-pax-tinybundles, java-osgi-cmpn,
java-osgi-dto, java-osgi-framework, java-osgi-namespace-contract,
java-osgi-namespace-extender, java-osgi-namespace-service,
java-osgi-resource, java-osgi-service-cm,
java-osgi-service-component-annotations, java-osgi-service-jdbc,
java-osgi-service-log, java-osgi-service-metatype-annotations,
java-osgi-service-packageadmin, java-osgi-service-repository,
java-osgi-service-resolver, java-osgi-util-function,
java-osgi-util-promise, java-osgi-util-tracker, java-picard, java-picard,
java-plexus-archiver, java-plexus-classworlds,
java-plexus-container-default, java-plexus-container-default-bootstrap,
java-plexus-io, java-powermock-api-easymock, java-powermock-api-support,
java-powermock-core, java-powermock-modules-junit4,
java-powermock-modules-junit4-common, java-powermock-reflect,
java-slf4j-api, java-slf4j-simple, java-snakeyaml, java-snappy,
java-snappy, java-stax2-api, java-stringtemplate, java-stringtemplate,
java-testng, java-tomcat, java-tukaani-xz, java-woodstox-core,
java-xerial-core, javacc, javacc, jmtpfs, jo, john-the-ripper-jumbo,
js-datatables, js-es5-shim, js-highlight, js-html5shiv, js-json2,
js-mathjax, js-respond, js-selectize, js-strftime, kaiju, kallisto,
kbd-neo, kde-frameworkintegration, kdelibs4support, kdewebkit, keepassxc,
kentutils, khtml, kjs, kjsembed, kmediaplayer, kodi-cli, kross, leocad,
libdmtx, libdvbpsi, libebml, libechonest, libfabric, libgc-back-pointers,
libgdata, libgxps, libinfinity, liblinebreak, libmatekbd, libmatemixer,
libmatroska, libmd, libmediainfo, libnet, libngspice, liboauth, libproxy,
libserialport, libsignal-protocol-c, libsigrok, libsigrokdecode, libzen,
libzip, linenoise, linkchecker, linux-libre-arm-omap2plus, livemedia-utils,
loksh, lollypop, ltris, lua5.1-bitop, lv2-devel, lxc, lxqt-build-tools,
lziprecover, marco, masscan, mate, mate-applets, mate-control-center,
mate-media, mate-panel, mate-session-manager, mate-settings-daemon,
mate-terminal, mediainfo, meep, memcached, mescc-tools, mgba, minicom,
mksh, mkvtoolnix, monero, monero-core, mongodb, motti, mpb, mtr, mujs,
multitail, musescore, mygui, ncurses-with-gpm, network-manager-openvpn,
newsboat, nftables, nginx-documentation, ngspice, nlohmann-json-cpp, nml,
nototools, nxbelld, nzbget, ocaml-async, ocaml-async-extra,
ocaml-async-kernel, ocaml-async-rpc-kernel, ocaml-async-unix,
ocaml-camomile, ocaml-core, ocaml-core-kernel, ocaml-cstruct,
ocaml-easy-format, ocaml-ezjsonm, ocaml-graph, ocaml-hex, ocaml-jbuilder,
ocaml-lambda-term, ocaml-ocplib-endian, ocaml-piqi, ocaml-piqilib,
ocaml-ppx-bin-prot, ocaml-ppx-custom-printf, ocaml-ppx-expect,
ocaml-ppx-fail, ocaml-ppx-fields-conv, ocaml-ppx-jane, ocaml-ppx-pipebang,
ocaml-ppx-sexp-message, ocaml-ppx-sexp-value, ocaml-re, ocaml-uri,
ocaml-utop, ocaml-uuidm, ocaml-zed, ogre, ois, oksh, opari2,
open-adventure, openfoam, openmolar, openmpi-thread-multiple, openmw,
openrct2, openscenegraph, opensm, optcomp, os-prober, otf2, packagekit,
paml, papagayo, papi, parcimonie, pass-git-helper, pdsh,
perl-archive-extract, perl-b-keywords, perl-browser-open, perl-carp-always,
perl-cgi-session, perl-clone-pp, perl-convert-binhex,
perl-crypt-random-source, perl-data, perl-data-perl, perl-data-printer,
perl-data-record, perl-devel-cycle, perl-devel-hide, perl-file-basedir,
perl-file-configdir, perl-file-desktopentry, perl-file-mimeinfo,
perl-file-sharedir-dist, perl-gnupg-interface, perl-hash-fieldhash,
perl-html-scrubber, perl-html-tidy, perl-importer, perl-libintl-perl,
perl-libtime-parsedate, perl-libtime-period, perl-list-moreutils-xs,
perl-lwp-online, perl-mailtools, perl-math-random-isaac,
perl-math-random-isaac-xs, perl-math-random-secure, perl-mime-tools,
perl-moox, perl-moox-cmd, perl-moox-configfromfile,
perl-moox-file-configdir, perl-moox-handlesvia, perl-moox-late,
perl-moox-options, perl-net-dbus, perl-net-dbus-glib, perl-net-idn-encode,
perl-params-validationcompiler, perl-parse-recdescent,
perl-proc-invokeeditor, perl-ref-util-xs, perl-regexp-util,
perl-sort-naturally, perl-specio, perl-sub-info, perl-term-size-any,
perl-term-size-perl, perl-term-table, perl-test-command,
perl-test-cpan-meta, perl-test-cpan-meta-json, perl-test-eol,
perl-test-file-sharedir-dist, perl-test-memory-cycle, perl-test-notabs,
perl-test-taint, perl-test2-bundle-extended, perl-test2-plugin-nowarnings,
perl-text-markdown-discount, perl-text-template, perl-tree-xpathengine,
perl-type-tie, perl-type-tiny, perl-type-tiny-xs, perl-types-path-tiny,
perl-xml-filter-buffertext, perl-xml-handler-yawriter, perl-xml-sax-writer,
perl-xml-twig, perl-xml-xpathengine, perl-yaml-libyaml, phylip, pidentd,
plink-ng, pngcrush, polyml, premake, prison, procenv, protobuf-c, psm,
pt-scotch32, pulsemixer, pulseview, pydf, python-anaconda-client,
python-ansi2html, python-apache-libcloud, python-apispec,
python-asn1crypto, python-attrs, python-automat, python-backpack,
python-backports-csv, python-behave-web-api, python-betamax-matchers,
python-bottle, python-capstone, python-capturer, python-cbor, python-clf,
python-clyent, python-coloredlogs, python-colormath, python-conda,
python-constantly, python-dukpy, python-editdistance, python-flaky,
python-flasgger, python-flask-httpauth, python-flask-migrate,
python-flask-principal, python-flask-script, python-flex, python-genshi,
python-ghp-import, python-grako, python-graphviz,
python-guzzle-sphinx-theme, python-honcho, python-html5-parser,
python-humanfriendly, python-igraph, python-incremental,
python-internetarchive, python-jsonpatch, python-jsonpatch,
python-jsonpointer, python-jsonrpclib-pelix, python-linecache2,
python-lmdb, python-lzstring, python-m2r, python-marshmallow,
python-misaka, python-networkx2, python-nose-randomly, python-nose-timer,
python-numpy-next, python-packaging, python-parameterized, python-pastel,
python-pbr-minimal, python-pendulum, python-pkginfo, python-py-ubjson,
python-py2bit, python-pyaes, python-pyalsaaudio, python-pycanberra,
python-pyclipper, python-pydiff, python-pydot, python-pynacl,
python-pyodbc, python-pyqrcode, python-pyqt+qscintilla, python-pysocks,
python-pytest-capturelog, python-pytzdata, python-qscintilla, python-radon,
python-ratelimiter, python-regex, python-relatorio, python-rencode,
python-rfc3987, python-ruamel.yaml, python-schedule, python-schema,
python-schema, python-setuptools-scm-git-archive, python-smmap2,
python-spectra, python-sphinxcontrib-websupport, python-sql, python-sure,
python-swagger-spec-validator, python-tornado-http-auth, python-tqdm,
python-traceback2, python-twine, python-uniseg, python-uritemplate,
python-validate-email, python-verboselogs, python-xapian-bindings,
python-xenon, python-xsge, python2-anaconda-client, python2-aniso8601,
python2-ansi2html, python2-apache-libcloud, python2-apispec,
python2-asn1crypto, python2-attrs, python2-automat, python2-backpack,
python2-backports-csv, python2-behave-web-api, python2-betamax-matchers,
python2-booleanoperations, python2-bottle, python2-capstone,
python2-capturer, python2-clf, python2-clyent, python2-coloredlogs,
python2-colormath, python2-conda, python2-constantly, python2-couleur,
python2-defcon, python2-dukpy, python2-flaky, python2-flasgger,
python2-flask-httpauth, python2-flask-migrate, python2-flask-principal,
python2-flask-script, python2-flex, python2-genshi, python2-ghp-import,
python2-grako, python2-graphviz, python2-guzzle-sphinx-theme,
python2-honcho, python2-html5-parser, python2-htseq, python2-httpretty,
python2-humanfriendly, python2-incremental, python2-internetarchive,
python2-jsonpatch, python2-jsonpatch, python2-jsonpointer,
python2-jsonrpclib-pelix, python2-libmpsse, python2-linecache2,
python2-lmdb, python2-lzstring, python2-m2r, python2-marshmallow,
python2-misaka, python2-neo4j-driver, python2-networkx2,
python2-nose-randomly, python2-nose-timer, python2-numpy-next,
python2-packaging, python2-parameterized, python2-parse-type,
python2-pastel, python2-pbr-minimal, python2-pendulum, python2-pgpdump,
python2-pkginfo, python2-py2neo, python2-pyaes, python2-pyalsaaudio,
python2-pyclipper, python2-pydiff, python2-pydot, python2-pyodbc,
python2-pyopengl, python2-pysocks, python2-pytest-capturelog,
python2-pytzdata, python2-radon, python2-ratelimiter, python2-rednose,
python2-regex, python2-relatorio, python2-rencode,
python2-requests-toolbelt, python2-rfc3987, python2-roca-detect,
python2-ruamel.yaml, python2-schedule, python2-schema, python2-schema,
python2-setuptools-scm-git-archive, python2-smmap2, python2-spectra,
python2-sql, python2-steadymark, python2-sure,
python2-swagger-spec-validator, python2-tqdm, python2-traceback2,
python2-twine, python2-ufolib, python2-uniseg, python2-uritemplate,
python2-validate-email, python2-verboselogs, python2-xenon, python2-xsge,
qgpgme, qjson, qmidiroute, qscintilla, qtnetworkauth, qtremoteobjects,
qtspeech, quagga, qucs, qucs-s, r-annotationfilter, r-annotationhub,
r-aroma-light, r-auc, r-bbmle, r-bindr, r-bindrcpp, r-biovizbase, r-blob,
r-broom, r-calibrate, r-circlize, r-compare, r-complexheatmap,
r-copynumber, r-corrplot, r-crosstalk, r-cvst, r-dbplyr, r-ddalpha,
r-dendextend, r-deseq, r-dexseq, r-dimred, r-directlabels,
r-dirichletmultinomial, r-distillery, r-drr, r-edaseq, r-emdbook, r-energy,
r-ensembldb, r-erma, r-extremes, r-fastmatch, r-fastseg, r-fdrtool, r-ff,
r-ffbase, r-fit-models, r-fitdistrplus, r-fithic, r-forcats, r-gage,
r-genomicfiles, r-getoptlong, r-ggally, r-ggbio, r-ggdendro, r-ggrepel,
r-globaloptions, r-glue, r-gower, r-gprofiler, r-gqtlbase, r-gqtlstats,
r-gviz, r-gwascat, r-hardyweinberg, r-hitc, r-homo-sapiens, r-inline,
r-interactivedisplaybase, r-ipred, r-keggrest, r-ksamples, r-laeken,
r-lava, r-ldblock, r-limsolve, r-lmoments, r-lmtest, r-lpsolve,
r-lubridate, r-methylkit, r-mice, r-organismdbi, r-pcapp, r-pdist,
r-performanceanalytics, r-pkgconfig, r-png, r-powerlaw, r-prettyunits,
r-prodlim, r-progress, r-proxy, r-psych, r-qvalue, r-rcpproll, r-recipes,
r-reshape, r-rgraphviz, r-rlang, r-rmpi, r-rmtstat, r-rmysql, r-robust,
r-rook, r-rrcov, r-rsofia, r-shape, r-shiny, r-sm, r-snpstats, r-sp,
r-sparql, r-stringdist, r-suppdists, r-sushi, r-tgconfig, r-tgstat,
r-tidyselect, r-timedate, r-vcd, r-vioplot, r-xts, radare2, retux,
ritornello, rmath-standalone, roguebox-adventures, rosegarden, rss-bridge,
rtl-sdr, ruby-code-statistics, ruby-highline, ruby-httpclient,
ruby-multi-json, ruby-options, ruby-progress_bar, ruby-rubyzip, s-shell,
sakura, sbcl-cl-ppcre-unicode, sbcl-cl-uglify-js, sbcl-cl-unicode,
sbcl-iterate, sbcl-parse-js, sbcl-parse-number, scons-python2,
scorep-openmpi, scotch32, sigrok-cli, sigrok-firmware-fx2lafw,
simplescreenrecorder, smu, snd, sooperlooper, sorcer, spectrwm, spiped,
sqlite-with-fts3, stgit, syncthing, tadbit, texlive-bin, texlive-dvips,
texlive-fontname, texlive-fonts-amsfonts, texlive-fonts-cm,
texlive-fonts-ec, texlive-fonts-knuth-lib, texlive-fonts-latex,
texlive-fonts-rsfs, texlive-fonts-stmaryrd, texlive-fonts-txfonts,
texlive-generic-babel-english, texlive-generic-dehyph-exptl,
texlive-generic-epsf, texlive-generic-hyph-utf8, texlive-generic-ifxetex,
texlive-generic-pdftex, texlive-generic-tex-ini-files,
texlive-generic-unicode-data, texlive-latex-acmart, texlive-latex-acronym,
texlive-latex-amscls, texlive-latex-amsfonts, texlive-latex-amsmath,
texlive-latex-amsrefs, texlive-latex-anysize, texlive-latex-appendix,
texlive-latex-babel, texlive-latex-base, texlive-latex-bigfoot,
texlive-latex-blindtext, texlive-latex-capt-of, texlive-latex-changebar,
texlive-latex-cmap, texlive-latex-colortbl, texlive-latex-cyrillic,
texlive-latex-dinbrief, texlive-latex-draftwatermark, texlive-latex-eepic,
texlive-latex-enumitem, texlive-latex-environ, texlive-latex-eqparbox,
texlive-latex-eso-pic, texlive-latex-etoolbox, texlive-latex-expdlist,
texlive-latex-fancybox, texlive-latex-fancyhdr, texlive-latex-fancyvrb,
texlive-latex-filecontents, texlive-latex-filemod, texlive-latex-float,
texlive-latex-fncychap, texlive-latex-fontspec, texlive-latex-footmisc,
texlive-latex-framed, texlive-latex-g-brief, texlive-latex-galois,
texlive-latex-gcite, texlive-latex-geometry, texlive-latex-graphics,
texlive-latex-hyperref, texlive-latex-ifplatform, texlive-latex-jknapltx,
texlive-latex-l3kernel, texlive-latex-l3packages, texlive-latex-lh,
texlive-latex-listings, texlive-latex-mdwtools, texlive-latex-multirow,
texlive-latex-natbib, texlive-latex-oberdiek, texlive-latex-overpic,
texlive-latex-parskip, texlive-latex-pdfpages, texlive-latex-polyglossia,
texlive-latex-preview, texlive-latex-psfrag, texlive-latex-psnfss,
texlive-latex-pstool, texlive-latex-seminar, texlive-latex-subfigure,
texlive-latex-supertabular, texlive-latex-tabulary,
texlive-latex-threeparttable, texlive-latex-titlesec, texlive-latex-tools,
texlive-latex-trimspaces, texlive-latex-type1cm, texlive-latex-ucs,
texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth,
texlive-latex-wasysym, texlive-latex-wrapfig, texlive-latex-xcolor,
texlive-luatex-lualibs, texlive-metafont-base, texlive-metapost,
texlive-tex-plain, texlive-tex-texinfo, texlive-tiny, thc-ipv6, tidyp,
tklib, tmuxifier, tome4, toxic, translate-shell, trim-galore, tryton,
trytond, u-boot-odroid-c2, uglify-js, uim, uim-gtk, uim-qt, unbound,
unshield, vcsh, vim-fugitive, virtuoso-ose, vpnc-scripts, websockify,
wget2, wine-next, wine64, xautolock, xautomation, xdg-user-dirs,
xf86-video-freedreno, xmobar, xpra, xsel, xxd, xyce-parallel, xyce-serial,
z3, zathura-pdf-mupdf
*** 1403 package updates
0ad-data@0.0.22-alpha, 0ad@0.0.22-alpha, acct@6.6.4,
adwaita-icon-theme@3.26.0, aisleriot@3.22.4, allegro@5.2.2.0, alot@0.5.1,
alsa-lib@1.1.4.1, alsa-plugins@1.1.4, alsa-utils@1.1.4,
american-fuzzy-lop@2.49b, ansible@2.4.1.0, ant@1.10.1, apr-util@1.6.1,
apr@1.6.3, ardour@5.12, aria2@1.33.1, arm-none-eabi-nano-toolchain@6.4.0,
arm-none-eabi-toolchain@6.4.0, artanis@0.2.1-3, asciinema@1.4.0,
asn1c@0.9.28, aspell-dict-en@2017.01.22-0, at-spi2-atk@2.24.1,
at-spi2-core@2.24.1, atk@2.24.0, attica@5.39.0, audacity@2.2.0,
augeas@1.8.1, autoconf-archive@2017.09.28, autoconf@2.69, automake@1.15.1,
avr-binutils@2.28, awesome@4.2, awscli@1.11.185, babl@0.1.30, baloo@5.39.0,
baobab@3.26.1, bash-completion@2.7, bcftools@1.5, bdb@6.2.32, bdftopcf@1.1,
beets@1.4.5, biber@2.7, bigloo@4.3a, bind@9.11.2,
binutils-static-stripped-tarball@2.28, binutils@2.28, bison@3.0.4,
bitcoin-core@0.15.1, blast+@2.6.0, blender@2.79, bluefish@2.2.10,
bluez-qt@5.39.0, bluez@5.47, boost@1.64.0, borg@1.1.3, bowtie@2.3.2,
brasero@3.12.2, breeze-icons@5.39.0, bspwm@0.9.3, btrfs-progs-static@4.14,
btrfs-progs@4.14, bundler@1.15.4, busybox@1.26.2, bwa@0.7.17,
c-ares@1.13.0, c-toxcore@0.1.10, cairo-xcb@1.14.10, cairo@1.14.10,
calcurse@4.2.2, calf@0.90.0, calibre@3.11.1, capnproto@0.6.1, catimg@2.4.0,
cbatticon@1.6.6, ccid@1.4.28, cd-hit@4.6.8, cdogs-sdl@0.6.6,
certbot@0.19.0, check@0.11.0, chess@6.2.5, chromaprint@1.4.2, clang@3.6.2,
clang@3.7.1, clang@3.8.1, clang@3.9.1, claws-mail@3.15.1, clisp@2.49-60,
clustal-omega@1.2.4, clutter-gst@3.0.24, clutter@1.26.2, cmark@0.28.0,
cmocka@1.1.1, coda@2.18.3, conkeror@1.1.0, connman@1.35, coq@8.7.0,
coreutils-minimal@8.27, coreutils@8.27, cppcheck@1.81, cpphs@1.20.8,
cpupower@4.14.3, crawl@0.20.1, csound@6.09.1, cuirass@0.0.1-10.9cfea9f,
cups-filters@1.17.7, cups-minimal@2.2.4, cups@2.2.4, curl@7.55.1,
curl@7.57.0, cutadapt@1.14, cvs-fast-export@1.43, darktable@2.2.5,
datamash@1.2, dbus@1.10.22, dconf-editor@3.26.2, dconf@0.26.1,
dealii-openmpi@8.5.1, dealii@8.5.1, deeptools@2.5.1, dejagnu@1.6.1,
deutex@5.0.0, devhelp@3.26.0, di@4.44, dialog@1.3-20170509, diamond@0.9.13,
diffoscope@88, diffutils@3.6, ding-libs@0.6.1, dlib@19.7, dnsmasq@2.78,
dovecot@2.2.33.2, drumkv1@0.8.5, dtc@1.4.5, dub@1.5.0, dunst@1.2.0,
e2fsck-static@1.43.6, e2fsprogs@1.43.6, ed@1.14.2, edi@0.5.1, efl@1.20.6,
electrum@3.0, elixir@1.5.2, elogind@232.4, emacs-adaptive-wrap@0.5.1,
emacs-ahungry-theme@1.8.0, emacs-async@1.9.2, emacs-auctex@11.91.0,
emacs-cider@0.15.0, emacs-cyberpunk-theme@1.19, emacs-ebuild-mode@1.37,
emacs-elfeed@2.2.0, emacs-emms@4.4, emacs-ess@16.10, emacs-evil@1.2.13,
emacs-exwm@0.15, emacs-f@0.19.0, emacs-guix@0.3.3, emacs-helm@2.8.5,
emacs-hl-todo@1.8.0, emacs-hydra@0.14.0, emacs-iedit@0.9.9.9,
emacs-lua-mode@20151025.1-652e299cb, emacs-magit-popup@2.12.0,
emacs-markdown-mode@2.3, emacs-minimal@25.3, emacs-neotree@0.5.2,
emacs-no-x-toolkit@25.3, emacs-no-x@25.3, emacs-org@20171116,
emacs-pdf-tools@0.80, emacs-queue@0.2, emacs-s@1.12.0, emacs-slime@2.20,
emacs-undo-tree@0.6.6, emacs-visual-fill-column@1.11,
emacs-with-editor@2.7.0, emacs-yaml-mode@0.0.13, emacs-yasnippet@0.12.2,
emacs@25.3, emacspeak@46.0, enlightenment@0.22.1, eog@3.26.2,
epiphany@3.24.4, erlang@20.1, ethtool@4.13, etl@0.04.22,
eudev-with-hwdb@3.2.2, eudev@3.2.2, evince@3.26.0,
evolution-data-server@3.24.3, exfat-utils@1.2.7, exim@4.89.1, exiv2@0.26,
expat@2.2.1, extra-cmake-modules@5.39.0, eyed3@0.8, fabric@1.13.2,
fasttree@2.1.10, faust@0.9.90, faust@2.1.0, fdisk@2.0.0a1, feh@2.22.2,
ffmpeg@3.3.5, ffmpeg@3.4, file-roller@3.26.2, file@5.30, filezilla@3.27.1,
fio@3.2, fish-guix@0.1.2.1, fish@2.7.0, fizmo@0.8.4, flex@2.6.4,
fluidsynth@1.1.8, font-cns11643@98.1.20170524, font-gnu-unifont@10.0.06,
font-go@20170330-1.f03a046, font-google-noto@20170403, font-hack@3.000,
font-iosevka@1.12.5, fontconfig@2.12.3, fontforge@20170731, fossil@2.2,
fraggenescan@1.30, freeciv@2.5.7, freedoom@0.11.3, freefall@4.14.3,
freeipmi@1.5.7, freetype@2.8, freexl@1.0.4, fuse-exfat@1.2.7, gajim@0.16.8,
gamine@1.5, ganv@1.5.4-1.12f7d6b04,
gcc-cross-sans-libc-arm-none-eabi@6.4.0, gcc-objc++@4.9.4,
gcc-objc++@5.4.0, gcc-objc++@6.4.0, gcc-objc++@7.2.0, gcc-objc@4.9.4,
gcc-objc@5.4.0, gcc-objc@6.4.0, gcc-objc@7.2.0, gcc-toolchain@6.4.0,
gcc-toolchain@7.2.0, gcc@4.9.4, gcc@5.4.0, gcc@6.4.0, gcc@7.2.0,
gcl@2.6.12-1.5956140, gcompris@17.05, gd@2.2.5, gdb-arm-none-eabi@8.0.1,
gdb@8.0.1, gdbm@1.13, gdk-pixbuf+svg@2.36.10, gdk-pixbuf@2.36.10,
gdm@3.24.2, gedit@3.22.1, geoclue@2.4.7, getmail@5.4, gexiv2@0.10.6,
gfortran@6.4.0, gfortran@7.2.0, ghc-aeson-qq@0.8.2, ghc-alex@3.2.3,
ghc-array@0.5.2.0, ghc-asn1-encoding@0.9.5, ghc-asn1-types@0.3.2,
ghc-async@2.1.1.1, ghc-auto-update@0.1.4, ghc-base-orphans@0.6,
ghc-blaze-builder@0.4.0.2, ghc-conduit@1.2.12.1, ghc-happy@1.19.8,
ghc-http-client-tls@0.3.4.1, ghc-http-client@0.5.6.1,
ghc-tasty-rerun@1.1.7, ghc-wai-extra@3.0.13.1, ghc-wai@3.2.1.1,
ghc-x11@1.8, ghc-xmonad-contrib@0.13, ghc@8.0.2, ghostscript-with-x@9.21,
ghostscript@9.21, giac-xcas@1.4.9-33, git-modes@1.2.6, git@2.15.1,
gjs@1.48.6, glade@3.20.2, glib-networking@2.54.1, glib@2.52.3,
glibmm@2.50.1, global@6.5.7, glog@0.3.5, glpk@4.63, gnome-autoar@0.2.2,
gnome-backgrounds@3.26.2, gnome-bluetooth@3.20.1, gnome-calculator@3.26.0,
gnome-calendar@3.26.2, gnome-control-center@3.24.3, gnome-desktop@3.24.2,
gnome-dictionary@3.24.0, gnome-disk-utility@3.26.2, gnome-keyring@3.20.1,
gnome-klotski@3.22.2, gnome-maps@3.26.2, gnome-mines@3.26.0,
gnome-mpv@0.13, gnome-online-accounts@3.24.3, gnome-session@3.24.1,
gnome-settings-daemon@3.24.3, gnome-shell-extensions@3.24.3,
gnome-shell@3.24.3, gnome-sudoku@3.26.0, gnome-system-monitor@3.26.0,
gnome-terminal@3.26.2, gnome-themes-standard@3.22.3,
gnome-tweak-tool@3.24.1, gnome@3.24.3, gnuastro@0.4, gnucash@2.6.18,
gnumeric@1.12.36, gnupg@1.4.22, gnupg@2.0.30, gnupg@2.2.3, gnurl@7.56.1-2,
gnutls@3.5.13, go@1.9.2, gobby@0.5.0, gobject-introspection@1.52.1,
goffice@0.10.36, gparted@0.30.0, gperf@3.1, gptfdisk@1.0.3,
graphicsmagick@1.3.26, graphite2@1.3.10, graphviz@2.40.1, grilo@0.3.3,
gsettings-desktop-schemas@3.24.1, gsl@2.4, gst-libav@1.12.3,
gst-plugins-bad@1.12.3, gst-plugins-base@1.12.3, gst-plugins-good@1.12.3,
gst-plugins-ugly@1.12.3, gstreamer@1.12.3, gtk+@3.22.21, gtkmm@3.22.0,
gtksourceview@3.24.4, guile-git@0.0-4.951a32c, guile-gnome@2.16.5,
guile-lib@0.2.5.1, guile-rsvg@2.18.1-0.05c6a2f, guile-ssh@0.11.2,
guile-static-stripped-tarball@2.2.2, guile-static-stripped@2.2.2,
guile-wisp@0.9.8, guile2.0-ssh@0.11.2, guile2.2-gnutls@3.5.13,
guile2.2-lib@0.2.5.1, guile2.2-ssh@0.11.2, guile@2.0.14, guile@2.2.2,
guile@2.2.3, guitarix-lv2@0.36.1, guitarix@0.36.1, guix@0.13.0-14.91c9b5d,
gvfs@1.32.1, gzochi@0.11.1, harfbuzz@1.5.1, hdf4-alt@4.2.13, hdf4@4.2.13,
hdf5-parallel-openmpi@1.8.19, hdf5@1.8.19, hicolor-icon-theme@0.17,
higan@106, hop@3.1.0-pre2, hplip@3.17.10, htseq@0.9.1, htslib@1.5,
httpd@2.4.27, hubbub@0.3.4, hunspell@1.6.1, hwloc@1.11.8, hyperrogue@10.0g,
i3-wm@4.14.1, ibus-libpinyin@1.9.2, ibus@1.5.17, icecat@52.3.0-gnu1,
icedtea@3.6.0, idr@2.0.3, ijs@9.21, imagemagick@6.9.9-23,
ingen@0.0.0-2.cc4a4db33, iproute2@4.14.1, irssi@1.0.5, isl@0.18,
iso-codes@3.76, isync@1.3.0, jack2@1.9.11-RC1, jasper@2.0.14,
java-htsjdk@2.3.0, java-jmock@2.8.2, java-swt@4.7.1a, jellyfish@2.2.7,
jemalloc@5.0.1, json-glib@1.2.8, jsoncpp@1.8.2, julia@0.6.0,
kactivities-stats@5.39.0, kactivities@5.39.0, kapidox@5.39.0,
karchive@5.39.0, kauth@5.39.0, kbookmarks@5.39.0, kcmutils@5.39.0,
kcodecs@5.39.0, kcompletion@5.39.0, kconfig@5.39.0, kconfigwidgets@5.39.0,
kcoreaddons@5.39.0, kcrash@5.39.0, kdbusaddons@5.39.0, kdeclarative@5.39.0,
kded@5.39.0, kdesignerplugin@5.39.0, kdesu@5.39.0, kdevelop@5.1.2,
kdevplatform@5.1.2, kdnssd@5.39.0, kdoctools@5.39.0, kemoticons@5.39.0,
kfilemetadata@5.39.0, kglobalaccel@5.39.0, kguiaddons@5.39.0, khal@0.9.8,
ki18n@5.39.0, kicad-library@4.0.6, kicad@4.0-2.5f4599f, kiconthemes@5.39.0,
kidletime@5.39.0, kimageformats@5.39.0, kinit@5.39.0, kio@5.39.0,
kitemmodels@5.39.0, kitemviews@5.39.0, kjobwidgets@5.39.0,
knewstuff@5.39.0, knot@2.6.3, knotifications@5.39.0, knotifyconfig@5.39.0,
kodi@18.0_alpha-7-67fd70f, kpackage@5.39.0, kparts@5.39.0, kpeople@5.39.0,
kplotting@5.39.0, kpty@5.39.0, krunner@5.39.0, kservice@5.39.0,
ksyntaxhighlighting@5.39.0, ktexteditor@5.39.0, ktextwidgets@5.39.0,
kunitconversion@5.39.0, kwallet@5.39.0, kwayland@5.39.0,
kwidgetsaddons@5.39.0, kwindowsystem@5.39.0, kxmlgui@5.39.0,
kxmlrpcclient@5.39.0, lame@3.100, lapack@3.7.1, ldb@1.3.0, ldc@0.17.4,
ldc@1.1.1, leptonica@1.74.4, letsencrypt@0.19.0, lftp@4.8.3, libaacs@0.9.0,
libarchive@3.3.1, libass@0.14.0, libassuan@2.4.4, libbluray@1.0.1,
libcdr@0.1.4, libchamplain@0.12.16, libconfuse@3.2.1, libcroco@0.6.12,
libcss@0.7.0, libdom@0.3.2, libdrm@2.4.83, libdvdnav@5.0.3,
libetonyek@0.1.7, libevent@2.1.8, libextractor@1.6, libexttextcat@3.4.5,
libffcall@2.0, libfilezilla@0.11.1, libfreehand@0.1.2, libgcrypt@1.7.8,
libgee@0.20.0, libgit2@0.26.0, libgnome-games-support@1.2.3,
libgnomekbd@3.22.0.1, libgpg-error@1.27, libgtop@2.38.0,
libgweather@3.26.1, libidn2@2.0.2, libidn2@2.0.4, libinput-minimal@1.7.3,
libinput@1.7.3, libjaylink@0.1.0-2.699b700, libjpeg-turbo@1.5.2,
libksysguard@5.11.2, liblangtag@0.6.2, libmateweather@1.18.1,
libmicrohttpd@0.9.57, libmspack@0.6, libmwaw@0.3.12, libnftnl@1.0.8,
libnl@3.4.0, libnsgif@0.2.0, libnspsl@0.1.2, libntlm@1.4, libodfgen@0.1.6,
libpagemaker@0.0.3, libpeas@1.22.0, libpinyin@2.1.0, libpipeline@1.4.2,
libpng@1.2.59, libpng@1.6.29, libpsl@0.19.1, libpthread-stubs@0.4,
libpwquality@1.4.0, libraw@0.18.5, libreoffice@5.3.7.2, libressl@2.6.3,
librevenge@0.0.4, librsvg@2.40.18, libsigsegv@2.11, libsodium@1.0.15,
libsoup@2.60.2, libspectre@0.2.8, libssh@0.7.5, libstaroffice@0.0.5,
libstdc++-doc@5.4.0, libsvgtiny@0.1.6, libtasn1@4.12, libtiff@4.0.8,
libtorrent-rasterbar@1.1.5, libuninameslist@20170807, libunwind@1.2.1,
liburcu@0.10.0, libuv@1.14.1, libva@1.8.3, libvirt@3.7.0, libvisio@0.1.6,
libwacom@0.25, libwapcaplet@0.4.0, libwebp@0.6.1, libwnck@3.24.1,
libwpd@0.10.2, libwpg@0.3.2, libwps@0.4.7, libxcursor@1.1.15,
libxfont@2.0.3, libxres@1.2.0, libzmf@0.0.2, lightning@2.1.2,
lilypond@2.19.63, limnoria@2017.10.01, linux-libre-arm-generic@4.14.3,
linux-libre@4.14.3, linux-libre@4.4.103, linux-libre@4.9.66, lirc@0.10.1,
llvm@3.8.1, llvm@3.9.1, lmdb@0.9.21, lua@5.2.4, lua@5.3.4,
lvm2-static@2.02.176, lvm2@2.02.176, lynx@2.8.9dev.15, lz4@1.8.0,
lzip@1.18, magit@2.11.0, mailutils@3.4, maim@5.4.68, man-db@2.7.6.1,
man-pages@4.14, manaplus@1.7.6.10, mariadb@10.1.26, mate-desktop@1.18.0,
mate-icon-theme@1.18.2, mate-menus@1.18.0, mate-themes@3.22.13,
maxima@5.41.0, mbedtls-apache@2.6.0, mcelog@154, mercurial@4.4.1, mes@0.11,
mesa-headers@17.2.1, mesa@17.2.1, meson@0.43.0, metabat@2.12.1,
mg@20170401, minetest@0.4.16, miniupnpc@2.0.20171102, miso@0.5.4,
mit-krb5@1.15.1, mobile-broadband-provider-info@20170310,
modemmanager-qt@5.39.0, moe@1.9, moka-icon-theme@5.3.6, moreutils@0.61,
mosh@1.3.2, mozjs@24.2.0, mozjs@38.2.1.rc0, mpd@0.20.11, mpg123@1.25.7,
mpv@0.27.0, multiqc@1.3, munge@0.5.13, musl@1.1.18, mutt@1.9.1,
mutter@3.24.4, mysql@5.7.20, nano@2.9.1, nasm@2.13.01, nautilus@3.24.2.1,
ncmpcpp@0.8.1, neofetch@3.3.0, neomutt@20171027, net-tools@1.60-0.479bb4a,
netpbm@10.78.3, netsurf@3.7, network-manager-applet@1.8.4,
network-manager@1.8.4, networkmanager-qt@5.39.0, nginx@1.12.2, nim@0.17.0,
nmap@7.60, nnn@1.5, no-more-secrets@0.3.3, node@8.9.1,
notmuch-addrlookup-c@8-1.88f156d, notmuch@0.25.2, npth@1.5, nsgenbind@0.5,
nspr@4.17, nss-certs@3.34.1, nss-pam-ldapd@0.9.8, nss@3.34,
ntfs-3g@2017.3.23, nyacc@0.82.4, ocaml-findlib@1.7.3, ocaml@4.02.3,
offlineimap@7.1.4, ola@0.10.5, openh264@1.7.0, openjpeg@2.3.0,
openldap@2.4.45, openmpi@1.10.7, openntpd@6.2p3, openocd@0.10.0,
openssh@7.6p1, openssl@1.0.2l, openssl@1.0.2m, openssl@1.1.0g,
openttd@1.7.1, openvpn@2.4.4, opus-tools@0.1.10, opus@1.2.1, orc@0.4.28,
orca@3.26.0, orfm@0.7.1, osip@5.0.0, owncloud-client@2.3.4,
oxygen-icons@5.39.0, p11-kit@0.23.9, p4est-openmpi@2.0, p4est@2.0,
pango@1.40.12, par2cmdline@0.7.4, parallel@20171122, pari-gp@2.9.3,
pcb@4.0.2, pciutils@3.5.5, pcsc-lite@1.8.22, perf@4.14.3,
perl-anyevent-i3@0.17, perl-anyevent@7.14, perl-business-ismn@1.131,
perl-carp-clan@6.06, perl-catalyst-runtime@5.90115,
perl-class-inspector@1.31, perl-class-tiny@1.006, perl-config-any@0.32,
perl-context-preserve@0.02, perl-cpan-meta-check@0.014,
perl-crypt-openssl-bignum@0.08, perl-data-dumper-concise@2.023,
perl-datetime-event-ical@0.13, perl-datetime-event-recurrence@0.19,
perl-datetime-format-flexible@0.28, perl-datetime-format-natural@1.05,
perl-datetime-format-strptime@1.73, perl-datetime-format-w3cdtf@0.07,
perl-datetime-locale@1.16, perl-datetime-set@0.3900,
perl-datetime-timezone@2.13, perl-datetime@1.43, perl-dbd-mysql@4.043,
perl-devel-stacktrace-ashtml@0.15, perl-devel-stacktrace@2.03,
perl-devel-symdump@2.18, perl-email-mime-contenttype@1.022,
perl-email-mime@1.946, perl-email-sender@1.300031, perl-email-simple@2.214,
perl-extutils-pkgconfig@1.16, perl-file-find-rule-perl@1.15,
perl-file-path@2.13, perl-file-remove@1.57,
perl-file-sharedir-install@0.11, perl-file-sharedir@1.104,
perl-geo-ip@1.51, perl-getopt-long-descriptive@0.100, perl-html-lint@2.26,
perl-html-template@2.97, perl-html-tree@5.07, perl-http-cookies@6.04,
perl-image-exiftool@10.55, perl-json-any@1.39, perl-list-moreutils@0.426,
perl-log-log4perl@1.49, perl-mime-charset@1.012.2, perl-mime-types@2.14,
perl-modern-perl@1.20170117, perl-module-scandeps@1.24,
perl-moosex-types-datetime@0.13, perl-mro-compat@0.13, perl-net-dns@1.13,
perl-net-server@2.009, perl-net-ssleay@1.81, perl-parse-yapp@1.2,
perl-regexp-common@2017060201, perl-safe-isa@1.000008,
perl-sub-exporter-progressive@0.001013, perl-test-harness@3.39,
perl-test-leaktrace@0.16, perl-test-script@1.20,
perl-test-www-mechanize-psgi@0.37, perl-test-www-mechanize@1.48,
perl-text-table@1.133, perl-tie-cycle@1.225, perl-tk@804.034,
perl-unicode-utf8@0.62, perl-uri-find@20160806, perl-www-mechanize@1.86,
perl-xml-atom@0.42, perl-xml-libxml@2.0132, perl-xml-namespacesupport@1.12,
perl@5.26.0, petsc-complex-openmpi@3.8.0, petsc-complex@3.8.0,
petsc-openmpi@3.8.0, petsc@3.8.0, php@7.1.12, pkg-config@0.29.2,
plasma-framework@5.39.0, pngcrunch@1.8.13, poppler-qt4@0.59.0,
poppler-qt5@0.59.0, poppler@0.59.0, postgresql@10.1, postgresql@9.6.6,
potrace@1.15, powertabeditor@2.0.0-alpha10, powertop@2.9, presentproto@1.1,
proplib@0.0.0-2.4c46ecbe7, prosody@0.10.0, proteinortho@5.16b,
protobuf@3.5.0, pspp@1.0.1, pulseaudio@11.0, pv@1.6.6, pybitmessage@0.6.2,
python-acme@0.19.0, python-alembic@0.9.5, python-aniso8601@1.3.0,
python-arrow@0.10.0, python-astroid@1.5.3, python-autopep8@1.3.2,
python-biom-format@2.1.6, python-biopython@1.70, python-botocore@1.7.9,
python-cairocffi@0.8.0, python-cffi@1.11.2, python-chardet@3.0.4,
python-cleo@0.6.1, python-click-log@0.2.0, python-click-threading@0.4.3,
python-configargparse@0.12.0, python-cryptography-vectors@2.0.3,
python-cryptography@2.0.3, python-cython@0.27, python-decorator@4.1.2,
python-django@1.10.8, python-docutils@0.14, python-efl@1.20.0,
python-file@5.30, python-fonttools@3.15.1, python-future@0.16.0,
python-gst@1.12.3, python-h5py@2.7.0, python-hacking@0.13.0,
python-html5lib@1.0b10, python-hy@0.13.0, python-icalendar@4.0.0,
python-idna@2.5, python-ipython@5.3.0, python-jinja2@2.9.6,
python-libvirt@3.7.0, python-lxml@3.8.0, python-lz4@0.10.1,
python-matplotlib-documentation@2.0.2, python-matplotlib@2.0.2,
python-minimal@3.5.3, python-mock@2.0.0, python-mutagen@1.38,
python-nbformat@4.3.0, python-netaddr@0.7.19, python-netcdf4@1.2.9,
python-notmuch@0.25.2, python-numexpr@2.6.4, python-orator@0.9.7,
python-paramiko@2.1.2, python-parsedatetime@2.4, python-pbr@3.0.1,
python-peewee@2.10.2, python-pep8@1.7.0, python-plastid@0.4.8,
python-prompt-toolkit@1.0.15, python-protobuf@3.4.0,
python-psycopg2@2.7.3.1, python-pyaml@17.7.2, python-pyasn1@0.2.3,
python-pycodestyle@2.3.1, python-pyflakes@1.0.0, python-pygit2@0.26.0,
python-pygments@2.2.0, python-pygobject@3.24.1, python-pyicu@1.9.8,
python-pyjwt@1.5.3, python-pylast@2.0.0, python-pylint@1.7.2,
python-pyopenssl@17.3.0, python-pyparsing@2.2.0, python-pyqt@5.9,
python-pysam@0.11.2.2, python-pytz@2017.3, python-pyxb@1.2.6,
python-requests-toolbelt@0.8.0, python-requests@2.13.0, python-rpy2@2.9.0,
python-s3transfer@0.1.11, python-scikit-learn@0.19.1, python-scipy@0.19.1,
python-sge-pygame@1.5.1, python-sip@4.19.3, python-sphinx-rtd-theme@0.2.4,
python-sphinx@1.6.3, python-sqlparse@0.2.4, python-sympy@1.1.1,
python-tmx@1.10, python-tox@2.8.1, python-twisted@17.1.0,
python-unidecode@0.04.21, python-vobject@0.9.5, python-xcffib@0.5.1,
python2-alembic@0.9.5, python2-arrow@0.10.0, python2-astroid@1.5.3,
python2-autopep8@1.3.2, python2-biom-format@2.1.6, python2-biopython@1.70,
python2-botocore@1.7.9, python2-bx-python@0.7.3, python2-cairocffi@0.8.0,
python2-cffi@1.11.2, python2-chardet@3.0.4, python2-cleo@0.6.1,
python2-cliapp@1.20170823, python2-configargparse@0.12.0,
python2-cryptography-vectors@2.0.3, python2-cryptography@2.0.3,
python2-cython@0.27, python2-decorator@4.1.2, python2-django@1.10.8,
python2-docutils@0.14, python2-efl@1.20.0, python2-file@5.30,
python2-flake8@2.5.4, python2-fonttools@3.15.1, python2-future@0.16.0,
python2-gst@1.12.3, python2-h5py@2.7.0, python2-hacking@0.13.0,
python2-html5lib@1.0b10, python2-hy@0.13.0, python2-idna@2.5,
python2-ipython@5.3.0, python2-jinja2@2.9.6, python2-libvirt@3.7.0,
python2-lxml@3.8.0, python2-lz4@0.10.1,
python2-matplotlib-documentation@2.0.2, python2-matplotlib@2.0.2,
python2-mutagen@1.38, python2-nbformat@4.3.0, python2-netaddr@0.7.19,
python2-netcdf4@1.2.9, python2-notmuch@0.25.2, python2-numexpr@2.6.4,
python2-orator@0.9.7, python2-paramiko@2.1.2, python2-parsedatetime@2.4,
python2-pbr@3.0.1, python2-peewee@2.10.2, python2-pep8@1.7.0,
python2-plastid@0.4.8, python2-prompt-toolkit@1.0.15,
python2-protobuf@3.4.0, python2-psycopg2@2.7.3.1, python2-pyaml@17.7.2,
python2-pyasn1@0.2.3, python2-pycodestyle@2.3.1, python2-pygit2@0.26.0,
python2-pygments@2.2.0, python2-pygobject@3.24.1, python2-pyicu@1.9.8,
python2-pyjwt@1.5.3, python2-pylast@2.0.0, python2-pylint@1.7.2,
python2-pyopenssl@17.3.0, python2-pyparsing@2.2.0, python2-pyqt@5.9,
python2-pysam@0.11.2.2, python2-pytest@3.0.7, python2-pytz@2017.3,
python2-pyxb@1.2.6, python2-rpython@0.2.1, python2-s3transfer@0.1.11,
python2-scikit-learn@0.19.1, python2-scipy@0.19.1,
python2-sge-pygame@1.5.1, python2-sip@4.19.3,
python2-sphinx-rtd-theme@0.2.4, python2-sqlparse@0.2.4,
python2-sympy@1.1.1, python2-tmx@1.10, python2-tox@2.8.1,
python2-ttystatus@0.35, python2-twisted@17.1.0, python2-unidecode@0.04.21,
python2-unittest2@1.1.0, python2-vobject@0.9.5, python2-xcffib@0.5.1,
python@3.5.3, pzstd@1.3.2, qemu-minimal@2.10.1, qemu@2.10.1,
qsyncthingtray@0.5.8, qt@5.9.3, qtbase@5.9.3, qtcanvas3d@5.9.3,
qtcharts@5.9.3, qtconnectivity@5.9.3, qtdatavis3d@5.9.3,
qtdeclarative@5.9.3, qtgamepad@5.9.3, qtgraphicaleffects@5.9.3,
qtimageformats@5.9.3, qtlocation@5.9.3, qtmultimedia@5.9.3, qtox@1.13.0,
qtpurchasing@5.9.3, qtquickcontrols2@5.9.3, qtquickcontrols@5.9.3,
qtractor@0.8.4, qtscript@5.9.3, qtscxml@5.9.3, qtsensors@5.9.3,
qtserialbus@5.9.3, qtserialport@5.9.3, qtsvg@5.9.3, qttools@5.9.3,
qtwayland@5.9.3, qtwebchannel@5.9.3, qtwebkit@5.9.1, qtwebsockets@5.9.3,
qtx11extras@5.9.3, qtxmlpatterns@5.9.3, qutebrowser@0.11.0, r-ade4@1.7-8,
r-affy@1.56.0, r-affyio@1.48.0, r-annotate@1.56.1, r-annotationdbi@1.40.0,
r-annotationforge@1.20.0, r-ape@5.0, r-backports@1.1.1,
r-bamsignals@1.10.0, r-batchjobs@1.7, r-bh@1.65.0-1, r-bigmemory@4.5.31,
r-biobase@2.38.0, r-bioccheck@1.14.0, r-biocgenerics@0.24.0,
r-biocinstaller@1.28.0, r-biocparallel@1.12.0, r-biocstyle@2.6.0,
r-biocviews@1.46.0, r-biomart@2.34.0, r-biostrings@2.46.0, r-bit64@0.9-7,
r-bookdown@0.5, r-boot@1.3-20, r-bsgenome@1.46.0, r-car@2.1-6,
r-caret@6.0-77, r-category@2.44.0, r-checkmate@1.8.5, r-chipseq@1.28.0,
r-chron@2.3-51, r-commonmark@1.4, r-copywriter@2.10.0, r-cowplot@0.9.1,
r-crayon@1.3.4, r-curl@3.0, r-data-table@1.10.4-3, r-dbi@0.7,
r-delayedarray@0.4.1, r-desc@1.1.1, r-deseq2@1.18.1, r-devtools@1.13.4,
r-dnacopy@1.52.0, r-doparallel@1.0.11, r-dplyr@0.7.4, r-edger@3.20.1,
r-evaluate@0.10.1, r-fastcluster@1.1.24, r-fastica@1.2-1, r-flexmix@2.3-14,
r-foreign@0.8-69, r-formatr@1.5, r-formula@1.2-2, r-gdata@2.18.0,
r-gdtools@0.1.6, r-genefilter@1.60.0, r-geneplotter@1.56.0,
r-genomation@1.10.0, r-genomationdata@1.10.0, r-genomeinfodb@1.14.0,
r-genomeinfodbdata@0.99.1, r-genomicalignments@1.14.1,
r-genomicfeatures@1.30.0, r-genomicranges@1.30.0, r-getopt@1.20.1,
r-ggbeeswarm@0.6.0, r-git2r@0.19.0, r-glmnet@2.0-13, r-go-db@3.5.0,
r-googlesheets@0.2.2, r-gostats@2.44.0, r-graph@1.56.0, r-gridextra@2.3,
r-grohmm@1.12.0, r-gseabase@1.40.1, r-hmisc@4.0-3, r-hms@0.4.0,
r-htmltools@0.3.6, r-htmlwidgets@0.9, r-httpuv@1.3.5, r-httr@1.3.1,
r-igraph@1.1.2, r-impute@1.52.0, r-iranges@2.12.0, r-irlba@2.3.1,
r-jsonlite@1.5, r-knitr@1.17, r-knitrbootstrap@1.0.1, r-lambda-r@1.2,
r-lazyeval@0.2.1, r-limma@3.34.2, r-lme4@1.1-14, r-maldiquant@1.17,
r-matrix@1.2-12, r-mclust@5.4, r-mgcv@1.8-22, r-minimal@3.4.3,
r-motifrg@1.22.0, r-msnbase@2.4.0, r-msnid@1.12.1, r-multitaper@1.0-14,
r-mutationalpatterns@1.4.1, r-mzid@1.16.0, r-mzr@2.12.0, r-openssl@0.9.9,
r-optparse@1.4.4, r-org-ce-eg-db@3.5.0, r-org-dm-eg-db@3.5.0,
r-org-hs-eg-db@3.5.0, r-org-mm-eg-db@3.5.0, r-pbapply@1.3-3,
r-pcamethods@1.70.0, r-plotly@4.7.1, r-plotrix@3.6-6, r-pracma@2.1.1,
r-preprocesscore@1.40.0, r-protgenerics@1.10.0, r-pryr@0.1.3,
r-purrr@0.2.4, r-qtl@1.41-6, r-quantreg@5.34, r-r-utils@2.6.0, r-r6@2.2.2,
r-ranger@0.8.0, r-rann@2.5.1, r-rbgl@1.54.0, r-rcas@1.3.4, r-rcpp@0.12.14,
r-rcpparmadillo@0.8.100.1.0, r-rcppeigen@0.3.3.3.1, r-rcppprogress@0.4,
r-readr@1.1.1, r-rhdf5@2.22.0, r-rhtslib@1.10.0, r-rmarkdown@1.8,
r-robustbase@0.92-8, r-rsamtools@1.30.0, r-rsqlite@2.0, r-rstudioapi@0.7,
r-rtracklayer@1.38.0, r-s4vectors@0.16.0, r-scales@0.5.0,
r-segmented@0.5-2.2, r-seqinr@3.4-5, r-seqlogo@1.44.0, r-seqminer@6.0,
r-seqpattern@1.10.0, r-servr@0.8, r-sfsmisc@1.1-1, r-shortread@1.36.0,
r-sn@1.5-1, r-spams@2.6-2017-03-22, r-sparsem@1.77, r-statmod@1.4.30,
r-stringi@1.1.6, r-summarizedexperiment@1.8.0, r-sva@3.26.0,
r-svglite@1.2.1, r-systempiper@1.12.0, r-tclust@1.3-1, r-tibble@1.3.4,
r-tidyr@0.7.2, r-topgo@2.30.0, r-tximport@1.6.0,
r-variantannotation@1.24.2, r-vegan@2.4-4, r-vgam@1.0-4, r-vsn@3.46.0,
r-wgcna@1.61, r-withr@2.1.0, r-xml@3.98-1.9, r-xvector@0.18.0,
r-zlibbioc@1.24.0, r@3.4.3, rapidjson@1.1.0, raul@0.8.9-1.4db870b2b,
rcas-web@0.0.4, rdma-core@14, re2@2017-11-01, readline@7.0,
red-eclipse@1.5.8-2, redis@4.0.2, rest@0.8.1, retroarch@1.6.9,
rhythmbox@3.4.2, roary@3.11.0, rofi@1.4.2, rpm@4.13.0.2,
ruby-activesupport@5.1.4, ruby-arel@8.0.0, ruby-bio-commandeer@0.4.0,
ruby-builder@3.2.3, ruby-byebug@9.0.6, ruby-coderay@1.1.2,
ruby-concurrent@1.0.5, ruby-connection-pool@2.2.1,
ruby-cucumber-core@2.0.0, ruby-daemons@1.2.4, ruby-debug-inspector@0.0.3,
ruby-diff-lcs@1.3, ruby-domain-name@0.5.20170404, ruby-eventmachine@1.2.5,
ruby-ffi@1.9.18, ruby-fivemat@1.3.5, ruby-gem-hadar@1.9.1,
ruby-gherkin@4.1.3, ruby-git@1.3.0, ruby-introspection@0.0.4,
ruby-json-pure@2.1.0, ruby-json@2.1.0, ruby-libxml@3.0.0,
ruby-listen@3.1.5, ruby-lumberjack@1.0.12, ruby-mail@2.6.6,
ruby-method-source@0.9.0, ruby-mini-portile@2.2.0,
ruby-minitest-bacon@1.0.3, ruby-minitest-bonus-assertions@3.0,
ruby-minitest-hooks@1.4.1, ruby-minitest@5.10.3, ruby-nenv@0.3.0,
ruby-net-http-digest-auth@1.4.1, ruby-net-http-persistent@3.0.0,
ruby-net-ssh@4.1.0, ruby-nokogiri-diff@0.2.0-1.a38491e4,
ruby-nokogiri@1.8.0, ruby-notiffany@0.1.1, ruby-ox@2.6.0,
ruby-packnga@1.0.4, ruby-pg@0.21.0, ruby-pkg-config@1.2.5, ruby-pry@0.11.1,
ruby-puma@3.9.1, ruby-rack@2.0.3, ruby-rake-compiler@1.0.4,
ruby-rb-fsevent@0.10.2, ruby-rb-inotify@0.9.10, ruby-redcarpet@3.4.0,
ruby-redcloth@4.3.2, ruby-rjb@1.5.5, ruby-rspec-core@3.5.4,
ruby-rspec@3.5.0, ruby-sequel@4.49.0, ruby-shoulda-matchers@3.1.2,
ruby-simplecov-html@0.10.1, ruby-slop@4.5.0, ruby-tdiff@0.3.3-1.b662a604,
ruby-term-ansicolor@1.6.0, ruby-test-unit@3.2.5, ruby-thor@0.19.4,
ruby-thread-safe@0.3.6, ruby-timecop@0.9.1, ruby-tins@1.15.0,
ruby-tzinfo@1.2.3, ruby-useragent@0.16.8, ruby-utils@0.9.0, ruby@2.2.8,
ruby@2.3.5, ruby@2.4.2, samba@4.7.3, samplv1@0.8.5, samtools@1.5,
sane-backends-minimal@1.0.27, sane-backends@1.0.27, sassc@3.4.5,
schismtracker@20170910, scons@3.0.1, screen@4.6.2, scribus@1.5.3,
sddm@0.16.0, sdl2@2.0.7, sdparm@1.10, shadow@4.5, shellcheck@0.4.6,
shotwell@0.27.1, signify@23, signing-party@2.6,
slepc-complex-openmpi@3.8.0, slepc-complex@3.8.0, slepc-openmpi@3.8.0,
slepc@3.8.0, slop@7.3.49, slurm@16.05.11, smartmontools@6.6,
snakemake@4.2.0, solid@5.39.0, sonnet@5.39.0, speedtest-cli@1.0.7,
spice-protocol@0.12.13, spin2cpp@3.6.3, sqlite@3.19.3, sshfs-fuse@2.10,
sshoot@1.2.6, sshuttle@0.78.3, sssd@1.16.0, stellarium@0.16.0, strace@4.20,
subread@1.6.0, subversion@1.8.19, sudo@1.8.21p2, suil@0.10.0,
suitesparse@4.5.5, supertuxkart@0.9.3, swig@3.0.12, synfig@1.2.0,
synfigstudio@1.2.0, synthv1@0.8.5, taglib@1.11.1, tailon@1.3.0,
talloc-static@2.1.10, talloc@2.1.10, taxtastic@0.6.4, tcpdump@4.9.2,
tdb@1.3.15, teckit@2.5.7, terminology@1.1.1, tevent@0.9.34, texinfo@6.3,
texinfo@6.5, texlive@2017, the-silver-searcher@2.0.0, thefuck@3.19,
threadweaver@5.39.0, tidy-html@5.6.0, tig@2.3.0, tiled@1.0.3, time@1.8,
tint2@0.14.6, tlp@1.0, tmux@2.6, tomb@2.4, tor@0.3.1.9,
totem-pl-parser@3.10.8, totem@3.26.0, tracker@1.12.3,
tremc@0.9.0-1.9755b50, tzdata@2017b, u-boot-am335x_boneblack@2017.11,
u-boot-malta@2017.11, u-boot-vexpress_ca9x4@2017.11, units@2.16,
util-linux@2.30.1, util-macros@1.19.1, utox@0.16.1, v4l-utils@1.12.5,
vala@0.36.3, vdirsyncer@0.16.3, vifm@0.9, vigra@1.11.1, vim-full@8.0.1300,
vim@8.0.1300, virt-manager@1.4.3, virt-viewer@5.0, vlc@2.2.8,
vsearch@2.6.0, vte-ng@0.50.2.a, vte@0.50.2, wayland-protocols@1.9,
wcslib@5.17, webkitgtk@2.18.3, weechat@2.0, weston@3.0.0, wget@1.19.2,
whois@5.2.18, wimlib@1.12.0, wireshark@2.4.3, wxmaxima@17.05.1,
wxwidgets-gtk2@3.0.3, x265@2.4, xclip@0.13, xf86-input-libinput@0.26.0,
xf86-input-wacom@0.34.2, xf86-video-ati@7.10.0,
xf86-video-intel@2.99.917-8-c899057, xf86-video-openchrome@0.6.0,
xkbcomp@1.4.0, xkeyboard-config@2.21, xmonad@0.13, xonsh@0.5.12,
xorg-server-xwayland@1.19.5, xorg-server@1.19.5, xorriso@1.4.8,
xscreensaver@5.37, xterm@330, yadifa@2.2.6, yoshimi@1.5.3, you-get@0.4.995,
youtube-dl@2017.12.02, zenity@3.24.0, zerofree@1.1.0,
zile-on-guile@2.4.14-0.fd09781, zile@2.4.14, zsh@5.4.2, zstd@1.3.2,
zynaddsubfx@3.0.2
** Programming interfaces
*** New build systems: font, meson, minify, scons, texlive
*** cmake-build-system now supports cross-compilation
*** Various improvements to asdf-build-system, emacs-build-system,
ant-build-system, and go-build-system
*** patches field of <origin> can now contain any lowerable object
*** (gnu system vm) has a new make-iso9660-image procedure
*** openssh-service-type can now be extended with new authorized keys
*** rottlog-service-type can now be extended with new log-rotations
*** network-manager-service-type now supports VPN plugins
*** <service-type> now has a description field, used by guix system search
*** New virtual-machine form in (gnu system vm)
*** New (gnu system uuid) module, which defines a disjoint <uuid> type
*** New (guix progress) module
** Noteworthy bug fixes
*** GuixSD no longer creates setuid binaries in /gnu/store
(<https://bugs.gnu.org/28751>)
*** /root is no longer world-readable (<http://bugs.gnu.org/27135>)
*** guix publish no longer leaks memory (<https://bugs.gnu.org/28784>)
*** Missing cursor icons in GNOME could cause crashes
(<https://bugs.gnu.org/25958>)
*** Setuid programs now honor the system timezone
(<https://bugs.gnu.org/29212>)
*** Clients honor the daemons max-silent-time
(<https://bugs.gnu.org/27157>)
*** guix substitute honors substitute expiry time again
(<https://lists.gnu.org/archive/html/guix-devel/2017-07/msg00179.html>)
*** Several portability fixes for aarch64
** Native language support
Updated translations: da (Danish), fr (French)
* Changes in 0.13.0 (since 0.12.0)
** Package management
+19 -19
View File
@@ -1,42 +1,42 @@
-*- mode: org -*-
[[http://www.gnu.org/software/guix/][GNU Guix]] (IPA: /ɡiːks/) is a purely functional package manager, and
associated free software distribution, for the [[http://www.gnu.org/gnu/gnu.html][GNU system]]. In addition
[[https://www.gnu.org/software/guix/][GNU Guix]] (IPA: /ɡiːks/) is a purely functional package manager, and
associated free software distribution, for the [[https://www.gnu.org/gnu/gnu.html][GNU system]]. In addition
to standard package management features, Guix supports transactional
upgrades and roll-backs, unprivileged package management, per-user
profiles, and garbage collection.
It provides [[http://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded
It provides [[https://www.gnu.org/software/guile/][Guile]] Scheme APIs, including a high-level embedded
domain-specific languages (EDSLs) to describe how packages are to be
built and composed.
A user-land free software distribution for GNU/Linux comes as part of
Guix.
Guix is based on the [[http://nixos.org/nix/][Nix]] package manager.
Guix is based on the [[https://nixos.org/nix/][Nix]] package manager.
* Requirements
GNU Guix currently depends on the following packages:
- [[http://gnu.org/software/guile/][GNU Guile 2.2.x or 2.0.x]], version 2.0.9 or later
- [[http://gnupg.org/][GNU libgcrypt]]
- [[http://www.gnu.org/software/make/][GNU Make]]
- optionally [[http://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
- optionally [[http://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support
- [[https://gnu.org/software/guile/][GNU Guile 2.2.x or 2.0.x]], version 2.0.9 or later
- [[https://gnupg.org/][GNU libgcrypt]]
- [[https://www.gnu.org/software/make/][GNU Make]]
- optionally [[https://savannah.nongnu.org/projects/guile-json/][Guile-JSON]], for the 'guix import pypi' command
- optionally [[https://www.gnutls.org][GnuTLS]] compiled with guile support enabled, for HTTPS support
in the 'guix download' command. Note that 'guix import pypi' requires
this functionality.
Unless `--disable-daemon' was passed, the following packages are needed:
- [[http://sqlite.org/][SQLite 3]]
- [[https://sqlite.org/][SQLite 3]]
- [[http://www.bzip.org][libbz2]]
- [[http://gcc.gnu.org][GCC's g++]]
- [[https://gcc.gnu.org][GCC's g++]]
When `--disable-daemon' was passed, you instead need the following:
- [[http://nixos.org/nix/][Nix]]
- [[https://nixos.org/nix/][Nix]]
* Installation
@@ -44,7 +44,7 @@ See the manual for the installation instructions, either by running
info -f doc/guix.info "Installation"
or by checking the [[http://www.gnu.org/software/guix/manual/guix.html#Installation][web copy of the manual]].
or by checking the [[https://www.gnu.org/software/guix/manual/guix.html#Installation][web copy of the manual]].
For information on installation from a Git checkout, please see the section
"Building from Git" in the manual.
@@ -109,7 +109,7 @@ Join #guix on irc.freenode.net.
* Guix & Nix
GNU Guix is based on [[http://nixos.org/nix/][the Nix package manager]]. It implements the same
GNU Guix is based on [[https://nixos.org/nix/][the Nix package manager]]. It implements the same
package deployment paradigm, and in fact it reuses some of its code.
Yet, different engineering decisions were made for Guix, as described
below.
@@ -132,7 +132,7 @@ the store. Guix produces such derivations, which are then interpreted
by the daemon to perform the build. Thus, Guix derivations can use
derivations produced by Nix (and vice versa).
With Nix and the [[http://nixos.org/nixpkgs][Nixpkgs]] distribution, package composition happens at
With Nix and the [[https://nixos.org/nixpkgs][Nixpkgs]] distribution, package composition happens at
the Nix language level, but builders are usually written in Bash.
Conversely, Guix encourages the use of Scheme for both package
composition and builders. Likewise, the core functionality of Nix is
@@ -141,13 +141,13 @@ but exposes all the API as Scheme.
* Related software
- [[http://nixos.org][Nix, Nixpkgs, and NixOS]], functional package manager and associated
- [[https://nixos.org][Nix, Nixpkgs, and NixOS]], functional package manager and associated
software distribution, are the inspiration of Guix
- [[http://www.gnu.org/software/stow/][GNU Stow]] builds around the idea of one directory per prefix, and a
- [[https://www.gnu.org/software/stow/][GNU Stow]] builds around the idea of one directory per prefix, and a
symlink tree to create user environments
- [[http://www.pvv.ntnu.no/~arnej/store/storedoc_6.html][STORE]] shares the same idea
- [[https://www.pvv.ntnu.no/~arnej/store/storedoc_6.html][STORE]] shares the same idea
- [[https://live.gnome.org/OSTree/][GNOME's OSTree]] allows bootable system images to be built from a
specified set of packages
- The [[http://www.gnu.org/s/gsrc/][GNU Source Release Collection]] (GSRC) is a user-land software
- The [[https://www.gnu.org/s/gsrc/][GNU Source Release Collection]] (GSRC) is a user-land software
distribution; unlike Guix, it relies on core tools available on the
host system
+59 -11
View File
@@ -97,6 +97,13 @@ Guile major version (2.0 or 2.2), or #f if none of the packages matches."
"guile2.2-ssh"
"guile2.0-ssh"))
(define guile-git
(package-for-current-guile "guile-git"
"guile2.0-git"))
(define guile-bytestructures
(package-for-current-guile "guile-bytestructures"
"guile2.0-bytestructures"))
;; The actual build procedure.
@@ -148,19 +155,42 @@ files."
#~(begin
(use-modules (guix build pull))
(let ((json (string-append #$guile-json "/share/guile/site/"
#$(effective-version))))
(letrec-syntax ((maybe-load-path
(syntax-rules ()
((_ item rest ...)
(let ((tail (maybe-load-path rest ...)))
(if (string? item)
(cons (string-append item
"/share/guile/site/"
#$(effective-version))
tail)
tail)))
((_)
'()))))
(set! %load-path
(cons* json
(string-append #$guile-ssh "/share/guile/site/"
#$(effective-version))
%load-path))
(append
(maybe-load-path #$guile-json #$guile-ssh
#$guile-git #$guile-bytestructures)
%load-path)))
(letrec-syntax ((maybe-load-compiled-path
(syntax-rules ()
((_ item rest ...)
(let ((tail (maybe-load-compiled-path rest ...)))
(if (string? item)
(cons (string-append item
"/lib/guile/"
#$(effective-version)
"/site-ccache")
tail)
tail)))
((_)
'()))))
(set! %load-compiled-path
(cons* json
(string-append #$guile-ssh "/lib/guile/"
#$(effective-version)
"/site-ccache")
%load-compiled-path)))
(append
(maybe-load-compiled-path #$guile-json #$guile-ssh
#$guile-git #$guile-bytestructures)
%load-compiled-path)))
;; XXX: The 'guile-ssh' package prior to Guix commit 92b7258 was
;; broken: libguile-ssh could not be found. Work around that.
@@ -194,10 +224,28 @@ files."
(current-error-port)
(%make-void-port "w")))))
(unless guile-git
;; XXX: Guix before February 2017 lacks a 'guile-git' package altogether.
;; If we try to upgrade anyway, the logic in (guix scripts pull) will not
;; build (guix git), which will leave us with an unusable 'guix pull'. To
;; avoid that, fail early.
(format (current-error-port)
"\
Your installation is too old and lacks a '~a' package.
Please upgrade to an intermediate version first, for instance with:
guix pull --url=https://git.savannah.gnu.org/cgit/guix.git/snapshot/v0.13.0.tar.gz
\n"
(match (effective-version)
("2.0" "guile2.0-git")
(_ "guile-git")))
(exit 1))
(mlet %store-monad ((guile (guile-for-build)))
(gexp->derivation "guix-latest" builder
#:modules '((guix build pull)
(guix build utils)
(guix build compile)
;; Closure of (guix modules).
(guix modules)
+48 -78
View File
@@ -17,20 +17,13 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(use-modules (system base target)
(system base message)
(ice-9 match)
(use-modules (ice-9 match)
(ice-9 threads)
(srfi srfi-1)
(guix build compile)
(guix build utils))
(define warnings
;; FIXME: 'format' is missing because it reports "non-literal format
;; strings" due to the fact that we use 'G_' instead of '_'. We'll need
;; help from Guile to solve this.
'(unsupported-warning unbound-variable arity-mismatch))
(define host (getenv "host"))
(define srcdir (getenv "srcdir"))
(define (relative-file file)
@@ -52,61 +45,38 @@
(or (not (file-exists? go))
(file-mtime<? go file))))
(define (file->module file)
(let* ((relative (relative-file file))
(module-path (string-drop-right relative 4)))
(map string->symbol
(string-split module-path #\/))))
;;; To work around <http://bugs.gnu.org/15602> (FIXME), we want to load all
;;; files to be compiled first. We do this via resolve-interface so that the
;;; top-level of each file (module) is only executed once.
(define (load-module-file file)
(let ((module (file->module file)))
(format #t " LOAD ~a~%" module)
(resolve-interface module)))
(cond-expand
(guile-2.2 (use-modules (language tree-il optimize)
(language cps optimize)))
(else #f))
(define %default-optimizations
;; Default optimization options (equivalent to -O2 on Guile 2.2).
(cond-expand
(guile-2.2 (append (tree-il-default-optimization-options)
(cps-default-optimization-options)))
(else '())))
(define %lightweight-optimizations
;; Lightweight optimizations (like -O0, but with partial evaluation).
(let loop ((opts %default-optimizations)
(result '()))
(match opts
(() (reverse result))
((#:partial-eval? _ rest ...)
(loop rest `(#t #:partial-eval? ,@result)))
((kw _ rest ...)
(loop rest `(#f ,kw ,@result))))))
(define (optimization-options file)
(if (string-contains file "gnu/packages/")
%lightweight-optimizations ;build faster
'()))
(define (compile-file* file output-mutex)
(let ((go (scm->go file)))
(with-mutex output-mutex
(format #t " GUILEC ~a~%" go)
(force-output))
(mkdir-p (dirname go))
(with-fluids ((*current-warning-prefix* ""))
(with-target host
(lambda ()
(compile-file file
#:output-file go
#:opts `(#:warnings ,warnings
,@(optimization-options file))))))))
(define* (parallel-job-count #:optional (flags (getenv "MAKEFLAGS")))
"Return the number of parallel jobs as determined by FLAGS, the flags passed
to 'make'."
(match flags
(#f (current-processor-count))
(flags
(let ((initial-flags (string-tokenize flags)))
(let loop ((flags initial-flags))
(match flags
(()
;; Note: GNU make prior to version 4.2 would hide "-j" flags from
;; $MAKEFLAGS. Thus, check for a "--jobserver" flag here and
;; assume we're using all cores if specified.
(if (any (lambda (flag)
(string-prefix? "--jobserver" flag))
initial-flags)
(current-processor-count) ;GNU make < 4.2
1)) ;sequential make
(("-j" (= string->number count) _ ...)
(if (integer? count)
count
(current-processor-count)))
((head tail ...)
(if (string-prefix? "-j" head)
(match (string-drop head 2)
(""
(current-processor-count))
((= string->number count)
(if (integer? count)
count
(current-processor-count))))
(loop tail)))))))))
;; Install a SIGINT handler to give unwind handlers in 'compile-file' an
;; opportunity to run upon SIGINT and to remove temporary output files.
@@ -116,16 +86,16 @@
(match (command-line)
((_ . files)
(let ((files (filter file-needs-compilation? files)))
(for-each load-module-file files)
(let ((mutex (make-mutex)))
;; Make sure compilation related modules are loaded before starting to
;; compile files in parallel.
(compile #f)
(par-for-each (lambda (file)
(compile-file* file mutex))
files)))))
;;; Local Variables:
;;; eval: (put 'with-target 'scheme-indent-function 1)
;;; End:
(compile-files srcdir (getcwd)
(filter file-needs-compilation? files)
#:workers (parallel-job-count)
#:host host
#:report-load (lambda (file total completed)
(when file
(format #t " LOAD ~a~%" file)
(force-output)))
#:report-compilation (lambda (file total completed)
(when file
(format #t " GUILEC ~a~%"
(scm->go file))
(force-output))))))
+47
View File
@@ -0,0 +1,47 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
;;;
;;; This file defines build jobs for the Cuirass continuation integration
;;; tool.
;;;
(include-from-path "build-aux/hydra/gnu-system.scm")
(use-modules ((guix licenses)
#:select (license? license-name license-uri license-comment)))
(define (cuirass-jobs store arguments)
"Return Cuirass jobs."
(map hydra-job->cuirass-job (hydra-jobs store arguments)))
(define (hydra-job->cuirass-job hydra-job)
(let ((name (car hydra-job))
(job ((cdr hydra-job))))
(lambda _ (acons #:job-name (symbol->string name)
(map symbol-alist-entry->keyword-alist-entry job)))))
(define (symbol-alist-entry->keyword-alist-entry entry)
(cons (symbol->keyword (car entry)) (entry->sexp-entry (cdr entry))))
(define (entry->sexp-entry o)
(match o
((? license?) `((name . (license-name o))
(uri . ,(license-uri o))
(comment . ,(license-comment o))))
(_ o)))
+16 -4
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26,6 +27,12 @@
(ice-9 pretty-print)
(ice-9 format))
(define %top-srcdir
(and=> (assq-ref (current-source-location) 'filename)
(lambda (file)
(canonicalize-path
(string-append (dirname file) "/../..")))))
(define %user-module
;; Hydra user module.
(let ((m (make-module)))
@@ -70,7 +77,7 @@ Otherwise return THING."
;; Without further ado...
(match (command-line)
((command file)
((command file cuirass? ...)
;; Load FILE, a Scheme file that defines Hydra jobs.
(let ((port (current-output-port)))
(save-module-excursion
@@ -96,7 +103,12 @@ Otherwise return THING."
;; Call the entry point of FILE and print the resulting job sexp.
(pretty-print
(match ((module-ref %user-module 'hydra-jobs) store '())
(match ((module-ref %user-module
(if (equal? cuirass? "cuirass")
'cuirass-jobs
'hydra-jobs))
store `((guix
. ((file-name . ,%top-srcdir)))))
(((names . thunks) ...)
(map (lambda (job thunk)
(format (current-error-port) "evaluating '~a'... " job)
@@ -107,8 +119,8 @@ Otherwise return THING."
names thunks)))
port))))
((command _ ...)
(format (current-error-port) "Usage: ~a FILE
Evaluate the Hydra jobs defined in FILE.~%"
(format (current-error-port) "Usage: ~a FILE [cuirass]
Evaluate the Hydra or Cuirass jobs defined in FILE.~%"
command)
(exit 1)))
+54 -14
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Jan Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -162,7 +163,14 @@ system.")
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:disk-image-size
(* 1024 MiB))))))
(* 1024 MiB)))))
(->job 'iso9660-image
(run-with-store store
(mbegin %store-monad
(set-guile-for-build (default-guile))
(system-disk-image installation-os
#:file-system-type
"iso9660")))))
'()))
(define (system-test-jobs store system)
@@ -243,12 +251,36 @@ all its dependencies, and ready to be installed on non-GuixSD distributions.")
"Return a job for PACKAGE on SYSTEM, or #f if this combination is not
valid."
(cond ((member package base-packages)
#f)
(package-job store (symbol-append 'base. (job-name package))
package system))
((supported-package? package system)
(package-job store (job-name package) package system))
(let ((drv (package-derivation store package system
#:graft? #f)))
(and (substitutable-derivation? drv)
(package-job store (job-name package)
package system))))
(else
#f)))))
(define (all-packages)
"Return the list of packages to build."
(define (adjust package result)
(cond ((package-replacement package)
(cons* package ;build both
(package-replacement package)
result))
((package-superseded package)
result) ;don't build it
(else
(cons package result))))
(fold-packages adjust
(fold adjust '() ;include base packages
(match (%final-inputs)
(((labels packages _ ...) ...)
packages)))
#:select? (const #t))) ;include hidden packages
;;;
;;; Hydra entry point.
@@ -259,6 +291,8 @@ valid."
(define subset
(match (assoc-ref arguments 'subset)
("core" 'core) ; only build core packages
("hello" 'hello) ; only build hello
(((? string?) (? string?) ...) 'list) ; only build selected list of packages
(_ 'all))) ; build everything
(define (cross-jobs system)
@@ -303,17 +337,7 @@ valid."
(case subset
((all)
;; Build everything, including replacements.
(let ((all (fold-packages
(lambda (package result)
(cond ((package-replacement package)
(cons* package
(package-replacement package)
result))
((package-superseded package)
result) ;don't build it
(else
(cons package result))))
'()))
(let ((all (all-packages))
(job (lambda (package)
(package->job store package
system))))
@@ -329,6 +353,22 @@ valid."
package system))
%core-packages)
(cross-jobs system)))
((hello)
;; Build hello package only.
(if (string=? system (%current-system))
(let ((hello (specification->package "hello")))
(list (package-job store (job-name hello) hello system)))
'()))
((list)
;; Build selected list of packages only.
(if (string=? system (%current-system))
(let* ((names (assoc-ref arguments 'subset))
(packages (map specification->package names)))
(map (lambda (package)
(package-job store (job-name package)
package system))
packages))
'()))
(else
(error "unknown subset" subset))))
%hydra-supported-systems)))
+104
View File
@@ -0,0 +1,104 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
;;;
;;; This file defines a continuous integration job to build the same modular
;;; Guix as 'guix pull', which is defined in (guix self).
;;;
;; Attempt to use our very own Guix modules.
(eval-when (compile load eval)
;; Ignore any available .go, and force recompilation. This is because our
;; checkout in the store has mtime set to the epoch, and thus .go files look
;; newer, even though they may not correspond.
(set! %fresh-auto-compile #t)
(and=> (assoc-ref (current-source-location) 'filename)
(lambda (file)
(let ((dir (canonicalize-path
(string-append (dirname file) "/../.."))))
(format (current-error-port) "prepending ~s to the load path~%"
dir)
(set! %load-path (cons dir %load-path))))))
(use-modules (guix store)
(guix config)
(guix utils)
(guix grafts)
((guix packages) #:select (%hydra-supported-systems))
(guix derivations)
(guix monads)
(guix gexp)
(guix self)
((guix licenses) #:prefix license:)
(srfi srfi-1)
(srfi srfi-26)
(ice-9 match))
;; XXX: Debugging hack: since `hydra-eval-guile-jobs' redirects the output
;; port to the bit bucket, let us write to the error port instead.
(setvbuf (current-error-port) _IOLBF)
(set-current-output-port (current-error-port))
(define* (build-job store source version system)
"Return a Hydra job a list building the modular Guix derivation from SOURCE
for SYSTEM. Use VERSION as the version identifier."
(lambda ()
`((derivation . ,(derivation-file-name
(parameterize ((%graft? #f))
(run-with-store store
(lower-object (compiled-guix source
#:version version))))))
(description . "Modular Guix")
(long-description
. "This is the modular Guix package as produced by 'guix pull'.")
(license . ,license:gpl3+)
(home-page . ,%guix-home-page-url)
(maintainers . (,%guix-bug-report-address)))))
(define (hydra-jobs store arguments)
"Return Hydra jobs."
(define systems
(match (filter-map (match-lambda
(('system . value) value)
(_ #f))
arguments)
((lst ..1)
lst)
(_
(list (%current-system)))))
(define guix-checkout
(assq-ref arguments 'guix))
(define version
(or (assq-ref guix-checkout 'revision)
"0.unknown"))
(let ((file (assq-ref guix-checkout 'file-name)))
(format (current-error-port) "using checkout ~s (~s)~%"
guix-checkout file)
(map (lambda (system)
(let ((name (string->symbol
(string-append "guix." system))))
`(,name
. ,(build-job store file version system))))
%hydra-supported-systems)))
+22 -33
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -43,13 +43,10 @@
(use-modules (guix store)
(guix packages)
(guix utils)
(guix grafts)
(guix derivations)
(guix build-system gnu)
(gnu packages version-control)
(gnu packages package-management)
(gnu packages imagemagick)
(gnu packages graphviz)
(gnu packages man)
(srfi srfi-1)
(srfi srfi-26)
(ice-9 match))
@@ -63,36 +60,15 @@
#:optional (package-derivation package-derivation))
"Convert PACKAGE to an alist suitable for Hydra."
`((derivation . ,(derivation-file-name
(package-derivation store package system)))
(parameterize ((%graft? #f))
(package-derivation store package system
#:graft? #f))))
(description . ,(package-synopsis package))
(long-description . ,(package-description package))
(license . ,(package-license package))
(home-page . ,(package-home-page package))
(maintainers . ("bug-guix@gnu.org"))))
(define (tarball-package checkout)
"Return a package that does `make distcheck' from CHECKOUT, a directory
containing a Git checkout of Guix."
(let ((guix (@@ (gnu packages package-management) guix)))
(dist-package (package
(inherit guix)
(arguments (package-arguments guix))
(native-inputs `(("imagemagick" ,imagemagick)
,@(package-native-inputs guix))))
checkout
#:phases
'(modify-phases %dist-phases
(add-before 'build 'build-daemon
;; Build 'guix-daemon' first so that help2man
;; successfully creates 'guix-daemon.1'.
(lambda _
(let ((n (number->string
(parallel-job-count))))
(zero? (system* "make"
"nix/libstore/schema.sql.hh"
"guix-daemon" "-j" n)))))))))
(define (hydra-jobs store arguments)
"Return Hydra jobs."
(define systems
@@ -109,9 +85,22 @@ containing a Git checkout of Guix."
(define guix-checkout
(assq-ref arguments 'guix))
(let ((guix (assq-ref guix-checkout 'file-name)))
(let ((file (assq-ref guix-checkout 'file-name)))
(format (current-error-port) "using checkout ~s (~s)~%"
guix-checkout guix)
guix-checkout file)
`((tarball . ,(cute package->alist store
(tarball-package guix)
(%current-system))))))
(dist-package guix file)
(%current-system)))
,@(map (lambda (system)
(let ((name (string->symbol
(string-append "guix." system))))
`(,name
. ,(cute package->alist store
(package
(inherit guix)
(version "latest")
(source file))
system))))
%hydra-supported-systems))))
+4 -7
View File
@@ -2,6 +2,7 @@
# GNU Guix --- Functional package management for GNU
# Copyright © 2012, 2013, 2014, 2015, 2017 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2017 Eric Bavier <bavier@cray.com>
#
# This file is part of GNU Guix.
#
@@ -50,13 +51,9 @@ NIX_LIBEXEC_DIR="@abs_top_builddir@/nix/scripts" # for 'guix-authenticate'
export NIX_ROOT_FINDER NIX_SUBSTITUTERS NIX_LIBEXEC_DIR
NIX_BUILD_HOOK="$abs_top_builddir/nix/scripts/offload"
if [ -x "$NIX_BUILD_HOOK" ]
then
export NIX_BUILD_HOOK
else
# No offloading support.
unset NIX_BUILD_HOOK
fi
@BUILD_DAEMON_OFFLOAD_TRUE@export NIX_BUILD_HOOK
@BUILD_DAEMON_OFFLOAD_FALSE@# No offloading support.
@BUILD_DAEMON_OFFLOAD_FALSE@unset NIX_BUILD_HOOK
# The 'guix-register' program.
GUIX_REGISTER="$abs_top_builddir/guix-register"
+8 -6
View File
@@ -8,7 +8,7 @@ AC_INIT([GNU Guix],
[https://www.gnu.org/software/guix/])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.12 gnu silent-rules subdir-objects \
AM_INIT_AUTOMAKE([1.14 gnu silent-rules subdir-objects \
color-tests parallel-tests -Woverride -Wno-portability])
# Enable silent rules by default.
@@ -52,7 +52,7 @@ AC_MSG_CHECKING([for the store directory])
AC_MSG_RESULT([$storedir])
AC_ARG_ENABLE([daemon],
[AS_HELP_STRING([--disable-daemon], [build the Nix daemon (C++)])],
[AS_HELP_STRING([--disable-daemon], [do not build the Nix daemon (C++)])],
[guix_build_daemon="$enableval"],
[guix_build_daemon="yes"])
@@ -100,6 +100,12 @@ if test "x$have_gnutls" != "xyes"; then
AC_MSG_ERROR([The Guile bindings of GnuTLS are missing; please install them.])
fi
dnl Check for Guile-Git.
GUILE_MODULE_AVAILABLE([have_guile_git], [(git)])
if test "x$have_guile_git" != "xyes"; then
AC_MSG_ERROR([Guile-Git is missing; please install it.])
fi
dnl Guile-JSON is used in various places.
GUILE_MODULE_AVAILABLE([have_guile_json], [(json)])
AM_CONDITIONAL([HAVE_GUILE_JSON], [test "x$have_guile_json" = "xyes"])
@@ -107,10 +113,6 @@ AM_CONDITIONAL([HAVE_GUILE_JSON], [test "x$have_guile_json" = "xyes"])
dnl Make sure we have a full-fledged Guile.
GUIX_ASSERT_GUILE_FEATURES([regex posix socket net-db threads])
dnl Check whether (srfi srfi-37) works, and provide our own if it doesn't.
GUIX_CHECK_SRFI_37
AM_CONDITIONAL([INSTALL_SRFI_37], [test "x$ac_cv_guix_srfi_37_broken" = xyes])
dnl Decompressors, for use by the substituter and other modules.
AC_PATH_PROG([GZIP], [gzip])
AC_PATH_PROG([BZIP2], [bzip2])
+36 -10
View File
@@ -31,7 +31,13 @@ choice.
@section Building from Git
If you want to hack Guix itself, it is recommended to use the latest
version from the Git repository. When building Guix from a checkout,
version from the Git repository:
@example
git clone https://git.savannah.gnu.org/git/guix.git
@end example
When building Guix from a checkout,
the following packages are required in addition to those mentioned in
the installation instructions (@pxref{Requirements}).
@@ -292,11 +298,7 @@ This mailing list is backed by a Debbugs instance accessible at
of submissions. Each message sent to that mailing list gets a new
tracking number assigned; people can then follow up on the submission by
sending email to @code{@var{NNN}@@debbugs.gnu.org}, where @var{NNN} is
the tracking number. When sending a patch series, please first send one
message to @email{guix-patches@@gnu.org}, and then send subsequent
patches to @email{@var{NNN}@@debbugs.gnu.org} to make sure they are kept
together. See @uref{https://debbugs.gnu.org/Advanced.html, the Debbugs
documentation}, for more information.
the tracking number (@pxref{Sending a Patch Series}).
Please write commit logs in the ChangeLog format (@pxref{Change Logs,,,
standards, GNU Coding Standards}); you can check the commit history for
@@ -306,6 +308,12 @@ Before submitting a patch that adds or modifies a package definition,
please run through this check list:
@enumerate
@item
If the authors of the packaged software provide a cryptographic
signature for the release tarball, make an effort to verify the
authenticity of the archive. For a detached GPG signature file this
would be done with the @code{gpg --verify} command.
@item
Take some time to provide an adequate synopsis and description for the
package. @xref{Synopses and Descriptions}, for some guidelines.
@@ -422,7 +430,25 @@ Please follow our code formatting rules, possibly running the
When posting a patch to the mailing list, use @samp{[PATCH] @dots{}} as
a subject. You may use your email client or the @command{git
send-email} command. We prefer to get patches in plain text messages,
either inline or as MIME attachments. You are advised to pay attention if
your email client changes anything like line breaks or indentation which
could potentially break the patches.
send-email} command (@pxref{Sending a Patch Series}). We prefer to get
patches in plain text messages, either inline or as MIME attachments.
You are advised to pay attention if your email client changes anything
like line breaks or indentation which could potentially break the
patches.
When a bug is resolved, please close the thread by sending an email to
@email{@var{NNN}-done@@debbugs.gnu.org}.
@unnumberedsubsec Sending a Patch Series
@anchor{Sending a Patch Series}
@cindex patch series
@cindex @code{git send-email}
@cindex @code{git-send-email}
When sending a patch series (e.g., using @code{git send-email}), please
first send one message to @email{guix-patches@@gnu.org}, and then send
subsequent patches to @email{@var{NNN}@@debbugs.gnu.org} to make sure
they are kept together. See
@uref{https://debbugs.gnu.org/Advanced.html, the Debbugs documentation}
for more information.
@c Debbugs bug: https://debbugs.gnu.org/db/15/15361.html
+3540 -475
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -221,7 +221,7 @@ easejs node ${GS}/easejs/manual/
EMACS_GUIX = https://alezost.github.io/guix.el/manual/latest
emacs-guix mono ${EMACS_GUIX}/emacs-guix.html
emacs-guix node ${EMACS_GUIX}/html_node/index.html
emacs-guix node ${EMACS_GUIX}/html_node/
emacs-muse node ${GS}/emacs-muse/manual/muse.html
emacs-muse node ${GS}/emacs-muse/manual/html_node/
+3
View File
@@ -158,6 +158,9 @@ _guix_complete ()
else
_guix_complete_available_package "$word_at_point"
fi
elif _guix_is_command "download"
then
_guix_complete_file
elif _guix_is_command "system"
then
case $COMP_CWORD in
-2
View File
@@ -7,6 +7,4 @@ start on runlevel [2345]
stop on runlevel [016]
task
exec @localstatedir@/guix/profiles/per-user/root/guix-profile/bin/guix-daemon --build-users-group=guixbuild
+99 -5
View File
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Joshua S. Grant <jgrant@parenthetical.io>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -18,6 +19,14 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu)
#:use-module (guix i18n)
#:use-module (guix utils)
#:use-module (srfi srfi-34)
#:use-module (srfi srfi-35)
#:use-module (ice-9 match)
#:use-module (guix packages)
#:use-module (gnu packages)
#:use-module (gnu services)
#:export (use-package-modules
use-service-modules
use-system-modules))
@@ -34,7 +43,8 @@
'((gnu system)
(gnu system mapped-devices)
(gnu system file-systems)
(gnu system grub) ; 'grub-configuration'
(gnu bootloader)
(gnu bootloader grub)
(gnu system pam)
(gnu system shadow) ; 'user-account'
(gnu system linux-initrd)
@@ -50,13 +60,97 @@
(module-use! i (resolve-interface m))))
%public-modules)))
(define (%try-use-modules modules location make-hint)
"Attempt to load all of MODULES. Report errors as coming from LOCATION, a
<location> record, and use MAKE-HINT to produce a fix hint."
(define (location->string loc)
(match loc
(#f "")
(($ <location> file line column)
(format #f "~a:~a:~a: " file line column))))
(for-each (lambda (module)
(catch 'misc-error
(lambda ()
(process-use-modules `((,module))))
(lambda _
(raise
(apply
make-compound-condition
(condition
(&message
(message (format #f (G_ "module ~a not found")
module))))
(condition
(&error-location (location location)))
(or (and=> (make-hint module) list)
'()))))))
modules))
(define (package-module-hint module)
(define last-name
(match module
((_ ... last)
(symbol->string last))))
(match (find-packages-by-name last-name)
(()
(condition
(&fix-hint
(hint (G_ "\
You may use @command{guix package --show=foo | grep location} to search
for the location of package @code{foo}.
If you get the line @code{location: gnu/packages/bar.scm:174:2},
add @code{bar} to the @code{use-package-modules} form.")))))
((package _ ...)
(condition
(&fix-hint
(hint (format #f (G_ "\
Try adding @code{(use-package-modules ~a)}.")
(basename (location-file (package-location package))
".scm"))))))))
(define (service-module-hint module)
(define last-name
(match module
((_ ... last)
last)))
(match (lookup-service-types last-name)
(()
(condition
(&fix-hint
(hint (format #f (G_ "\
You may use @command{guix system search ~a} to search for a service
matching @code{~a}.
If you get the line @code{location: gnu/services/foo.scm:188:2},
add @code{foo} to the @code{use-service-modules} form.")
last-name last-name)))))
((package _ ...)
(condition
(&fix-hint
(hint (format #f (G_ "\
Try adding @code{(use-service-modules ~a)}.")
(basename (location-file (service-type-location package))
".scm"))))))))
(define-syntax-rule (try-use-modules hint modules ...)
(eval-when (expand load eval)
(%try-use-modules '(modules ...)
(source-properties->location
(current-source-location))
hint)))
(define-syntax-rule (use-package-modules module ...)
(use-modules (gnu packages module) ...))
(try-use-modules package-module-hint
(gnu packages module) ...))
(define-syntax-rule (use-service-modules module ...)
(use-modules (gnu services module) ...))
(try-use-modules service-module-hint
(gnu services module) ...))
(define-syntax-rule (use-system-modules module ...)
(use-modules (gnu system module) ...))
(try-use-modules (const #f) ;no hint
(gnu system module) ...))
;;; gnu.scm ends here
+12 -8
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,13 +29,16 @@
;;; Code:
(define %artwork-repository
(origin
(method git-fetch)
(uri (git-reference
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
(commit "6998d30")))
(sha256
(base32
"0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j"))))
(let ((commit "6998d30425289b087c64f63e7415df2241e591db"))
(origin
(method git-fetch)
(uri (git-reference
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
(commit commit)))
(file-name (string-append "guix-artwork-" (string-take commit 7)
"-checkout"))
(sha256
(base32
"0k7j3pj9s3zqiqmfkapypssvzx3f12yr0cc2rbzxqfii0b4clp1j")))))
;;; artwork.scm ends here
+165
View File
@@ -0,0 +1,165 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 David Craven <david@craven.ch>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu bootloader)
#:use-module (guix discovery)
#:use-module (guix records)
#:use-module (guix ui)
#:use-module (srfi srfi-1)
#:export (menu-entry
menu-entry?
menu-entry-label
menu-entry-device
menu-entry-linux
menu-entry-linux-arguments
menu-entry-initrd
menu-entry-device-mount-point
bootloader
bootloader?
bootloader-name
bootloader-package
bootloader-installer
bootloader-configuration-file
bootloader-configuration-file-generator
bootloader-configuration
bootloader-configuration?
bootloader-configuration-bootloader
bootloader-configuration-target
bootloader-configuration-menu-entries
bootloader-configuration-default-entry
bootloader-configuration-timeout
bootloader-configuration-theme
bootloader-configuration-terminal-outputs
bootloader-configuration-terminal-inputs
bootloader-configuration-serial-unit
bootloader-configuration-serial-speed
bootloader-configuration-additional-configuration
%bootloaders
lookup-bootloader-by-name))
;;;
;;; Menu-entry record.
;;;
(define-record-type* <menu-entry>
menu-entry make-menu-entry
menu-entry?
(label menu-entry-label)
(device menu-entry-device ; file system uuid, label, or #f
(default #f))
(device-mount-point menu-entry-device-mount-point
(default #f))
(linux menu-entry-linux)
(linux-arguments menu-entry-linux-arguments
(default '())) ; list of string-valued gexps
(initrd menu-entry-initrd)) ; file name of the initrd as a gexp
;;;
;;; Bootloader record.
;;;
;; The <bootloader> record contains fields expressing how the bootloader
;; should be installed. Every bootloader in gnu/bootloader/ directory
;; has to be described by this record.
(define-record-type* <bootloader>
bootloader make-bootloader
bootloader?
(name bootloader-name)
(package bootloader-package)
(installer bootloader-installer)
(configuration-file bootloader-configuration-file)
(configuration-file-generator bootloader-configuration-file-generator))
;;;
;;; Bootloader configuration record.
;;;
;; The <bootloader-configuration> record contains bootloader independant
;; configuration used to fill bootloader configuration file.
(define-record-type* <bootloader-configuration>
bootloader-configuration make-bootloader-configuration
bootloader-configuration?
(bootloader bootloader-configuration-bootloader) ; <bootloader>
(device bootloader-configuration-device ; string
(default #f))
(target %bootloader-configuration-target ; string
(default #f))
(menu-entries bootloader-configuration-menu-entries ; list of <boot-parameters>
(default '()))
(default-entry bootloader-configuration-default-entry ; integer
(default 0))
(timeout bootloader-configuration-timeout ; seconds as integer
(default 5))
(theme bootloader-configuration-theme ; bootloader-specific theme
(default #f))
(terminal-outputs bootloader-configuration-terminal-outputs ; list of symbols
(default '(gfxterm)))
(terminal-inputs bootloader-configuration-terminal-inputs ; list of symbols
(default '()))
(serial-unit bootloader-configuration-serial-unit ; integer | #f
(default #f))
(serial-speed bootloader-configuration-serial-speed ; integer | #f
(default #f))
(additional-configuration bootloader-configuration-additional-configuration ; record
(default #f)))
(define (bootloader-configuration-target config)
(or (%bootloader-configuration-target config)
(let ((device (bootloader-configuration-device config)))
(when device
(warning
(G_ "The 'device' field of bootloader configurations is deprecated.~%"))
(warning (G_ "Use 'target' instead.~%")))
device)))
;;;
;;; Bootloaders.
;;;
(define (bootloader-modules)
"Return the list of bootloader modules."
(all-modules (map (lambda (entry)
`(,entry . "gnu/bootloader"))
%load-path)))
(define %bootloaders
;; The list of publically-known bootloaders.
(delay (fold-module-public-variables (lambda (obj result)
(if (bootloader? obj)
(cons obj result)
result))
'()
(bootloader-modules))))
(define (lookup-bootloader-by-name name)
"Return the bootloader called NAME."
(or (find (lambda (bootloader)
(eq? name (bootloader-name bootloader)))
(force %bootloaders))
(leave (G_ "~a: no such bootloader~%") name)))
+132
View File
@@ -0,0 +1,132 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 David Craven <david@craven.ch>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu bootloader extlinux)
#:use-module (gnu bootloader)
#:use-module (gnu system)
#:use-module (gnu packages bootloaders)
#:use-module (guix gexp)
#:use-module (guix monads)
#:use-module (guix records)
#:use-module (guix utils)
#:export (extlinux-bootloader
extlinux-bootloader-gpt))
(define* (extlinux-configuration-file config entries
#:key
(system (%current-system))
(old-entries '()))
"Return the U-Boot configuration file corresponding to CONFIG, a
<u-boot-configuration> object, and where the store is available at STORE-FS, a
<file-system> object. OLD-ENTRIES is taken to be a list of menu entries
corresponding to old generations of the system."
(define all-entries
(append entries (bootloader-configuration-menu-entries config)))
(define (menu-entry->gexp entry)
(let ((label (menu-entry-label entry))
(kernel (menu-entry-linux entry))
(kernel-arguments (menu-entry-linux-arguments entry))
(initrd (menu-entry-initrd entry)))
#~(format port "LABEL ~a
MENU LABEL ~a
KERNEL ~a
FDTDIR ~a/lib/dtbs
INITRD ~a
APPEND ~a
~%"
#$label #$label
#$kernel (dirname #$kernel) #$initrd
(string-join (list #$@kernel-arguments)))))
(define builder
#~(call-with-output-file #$output
(lambda (port)
(let ((timeout #$(bootloader-configuration-timeout config)))
(format port "# This file was generated from your GuixSD configuration. Any changes
# will be lost upon reconfiguration.
UI menu.c32
PROMPT ~a
TIMEOUT ~a~%"
(if (> timeout 0) 1 0)
;; timeout is expressed in 1/10s of seconds.
(* 10 timeout))
#$@(map menu-entry->gexp all-entries)
#$@(if (pair? old-entries)
#~((format port "~%")
#$@(map menu-entry->gexp old-entries)
(format port "~%"))
#~())))))
(gexp->derivation "extlinux.conf" builder))
;;;
;;; Install procedures.
;;;
(define dd
#~(lambda (bs count if of)
(zero? (system* "dd"
(string-append "bs=" (number->string bs))
(string-append "count=" (number->string count))
(string-append "if=" if)
(string-append "of=" of)))))
(define (install-extlinux mbr)
#~(lambda (bootloader device mount-point)
(let ((extlinux (string-append bootloader "/sbin/extlinux"))
(install-dir (string-append mount-point "/boot/extlinux"))
(syslinux-dir (string-append bootloader "/share/syslinux")))
(for-each (lambda (file)
(install-file file install-dir))
(find-files syslinux-dir "\\.c32$"))
(unless (and (zero? (system* extlinux "--install" install-dir))
(#$dd 440 1 (string-append syslinux-dir "/" #$mbr) device))
(error "failed to install SYSLINUX")))))
(define install-extlinux-mbr
(install-extlinux "mbr.bin"))
(define install-extlinux-gpt
(install-extlinux "gptmbr.bin"))
;;;
;;; Bootloader definitions.
;;;
(define extlinux-bootloader
(bootloader
(name 'extlinux)
(package syslinux)
(installer install-extlinux-mbr)
(configuration-file "/boot/extlinux/extlinux.conf")
(configuration-file-generator extlinux-configuration-file)))
(define extlinux-bootloader-gpt
(bootloader
(inherit extlinux-bootloader)
(installer install-extlinux-gpt)))
+154 -108
View File
@@ -2,6 +2,7 @@
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -18,7 +19,7 @@
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu system grub)
(define-module (gnu bootloader grub)
#:use-module (guix store)
#:use-module (guix packages)
#:use-module (guix derivations)
@@ -28,10 +29,12 @@
#:use-module (guix download)
#:use-module (gnu artwork)
#:use-module (gnu system)
#:use-module (gnu system file-systems)
#:use-module (gnu bootloader)
#:use-module (gnu system uuid)
#:autoload (gnu packages bootloaders) (grub)
#:autoload (gnu packages compression) (gzip)
#:autoload (gnu packages gtk) (guile-cairo guile-rsvg)
#:autoload (gnu packages guile) (guile-2.2)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)
#:use-module (srfi srfi-1)
@@ -50,15 +53,11 @@
%background-image
%default-theme
grub-configuration
grub-configuration?
grub-configuration-device
grub-configuration-grub
grub-bootloader
grub-efi-bootloader
grub-mkrescue-bootloader
menu-entry
menu-entry?
grub-configuration-file))
grub-configuration))
;;; Commentary:
;;;
@@ -69,12 +68,15 @@
(define (strip-mount-point mount-point file)
"Strip MOUNT-POINT from FILE, which is a gexp or other lowerable object
denoting a file name."
(if (string=? mount-point "/")
file
#~(let ((file #$file))
(if (string-prefix? #$mount-point file)
(substring #$file #$(string-length mount-point))
file))))
(match mount-point
((? string? mount-point)
(if (string=? mount-point "/")
file
#~(let ((file #$file))
(if (string-prefix? #$mount-point file)
(substring #$file #$(string-length mount-point))
file))))
(#f file)))
(define-record-type* <grub-image>
grub-image make-grub-image
@@ -106,64 +108,37 @@ denoting a file name."
(color-highlight '((fg . yellow) (bg . black)))
(color-normal '((fg . light-gray) (bg . black))))) ;XXX: #x303030
(define-record-type* <grub-configuration>
grub-configuration make-grub-configuration
grub-configuration?
(grub grub-configuration-grub ; package
(default (@ (gnu packages bootloaders) grub)))
(device grub-configuration-device) ; string
(menu-entries grub-configuration-menu-entries ; list
(default '()))
(default-entry grub-configuration-default-entry ; integer
(default 0))
(timeout grub-configuration-timeout ; integer
(default 5))
(theme grub-configuration-theme ; <grub-theme>
(default %default-theme))
(terminal-outputs grub-configuration-terminal-outputs ; list of symbols
(default '(gfxterm)))
(terminal-inputs grub-configuration-terminal-inputs ; list of symbols
(default '()))
(serial-unit grub-configuration-serial-unit ; integer | #f
(default #f))
(serial-speed grub-configuration-serial-speed ; integer | #f
(default #f)))
(define-record-type* <menu-entry>
menu-entry make-menu-entry
menu-entry?
(label menu-entry-label)
(device menu-entry-device ; file system uuid, label, or #f
(default #f))
(device-mount-point menu-entry-device-mount-point
(default "/"))
(linux menu-entry-linux)
(linux-arguments menu-entry-linux-arguments
(default '())) ; list of string-valued gexps
(initrd menu-entry-initrd)) ; file name of the initrd as a gexp
;;;
;;; Background image & themes.
;;;
(define (bootloader-theme config)
"Return user defined theme in CONFIG if defined or %default-theme
otherwise."
(or (bootloader-configuration-theme config) %default-theme))
(define* (svg->png svg #:key width height)
"Build a PNG of HEIGHT x WIDTH from SVG."
(gexp->derivation "grub-image.png"
(with-imported-modules '((gnu build svg))
#~(begin
;; We need these two libraries.
(add-to-load-path (string-append #+guile-rsvg
"/share/guile/site/"
(effective-version)))
(add-to-load-path (string-append #+guile-cairo
"/share/guile/site/"
(effective-version)))
;; Note: Guile-RSVG & co. are now built for Guile 2.2, so we use 2.2 here.
;; TODO: Remove #:guile-for-build when 2.2 has become the default.
(mlet %store-monad ((guile (package->derivation guile-2.2 #:graft? #f)))
(gexp->derivation "grub-image.png"
(with-imported-modules '((gnu build svg))
#~(begin
;; We need these two libraries.
(add-to-load-path (string-append #+guile-rsvg
"/share/guile/site/"
(effective-version)))
(add-to-load-path (string-append #+guile-cairo
"/share/guile/site/"
(effective-version)))
(use-modules (gnu build svg))
(svg->png #+svg #$output
#:width #$width
#:height #$height)))))
(use-modules (gnu build svg))
(svg->png #+svg #$output
#:width #$width
#:height #$height)))
#:guile-for-build guile)))
(define* (grub-background-image config #:key (width 1024) (height 768))
"Return the GRUB background image defined in CONFIG with a ratio of
@@ -171,7 +146,8 @@ WIDTH/HEIGHT, or #f if none was found."
(let* ((ratio (/ width height))
(image (find (lambda (image)
(= (grub-image-aspect-ratio image) ratio))
(grub-theme-images (grub-configuration-theme config)))))
(grub-theme-images
(bootloader-theme config)))))
(if image
(svg->png (grub-image-file image)
#:width width #:height height)
@@ -212,14 +188,14 @@ system string---e.g., \"x86_64-linux\"."
""))
(define (setup-gfxterm config font-file)
(if (memq 'gfxterm (grub-configuration-terminal-outputs config))
#~(format #f "if loadfont ~a; then
(if (memq 'gfxterm (bootloader-configuration-terminal-outputs config))
#~(format #f "if loadfont ~a; then
setup_gfxterm
fi~%" #$font-file)
""))
""))
(define (theme-colors type)
(let* ((theme (grub-configuration-theme config))
(let* ((theme (bootloader-theme config))
(colors (type theme)))
(string-append (symbol->string (assoc-ref colors 'fg)) "/"
(symbol->string (assoc-ref colors 'bg)))))
@@ -266,10 +242,10 @@ fi~%"
is a string that can be inserted in grub.cfg."
(let* ((symbols->string (lambda (list)
(string-join (map symbol->string list) " ")))
(outputs (grub-configuration-terminal-outputs config))
(inputs (grub-configuration-terminal-inputs config))
(unit (grub-configuration-serial-unit config))
(speed (grub-configuration-serial-speed config))
(outputs (bootloader-configuration-terminal-outputs config))
(inputs (bootloader-configuration-terminal-inputs config))
(unit (bootloader-configuration-serial-unit config))
(speed (bootloader-configuration-serial-speed config))
;; Respectively, GRUB_TERMINAL_OUTPUT and GRUB_TERMINAL_INPUT,
;; as documented in GRUB manual section "Simple Configuration
@@ -324,7 +300,7 @@ code."
(match device
;; Preferably refer to DEVICE by its UUID or label. This is more
;; efficient and less ambiguous, see <http://bugs.gnu.org/22281>.
((? bytevector? uuid)
((? uuid? uuid)
(format #f "search --fs-uuid --set ~a"
(uuid->string device)))
((? string? label)
@@ -332,50 +308,41 @@ code."
(#f
#~(format #f "search --file --set ~a" #$file)))))
(define (boot-parameters->menu-entry conf)
"Convert a <boot-parameters> instance to a corresponding <menu-entry>."
(menu-entry
(label (boot-parameters-label conf))
(device (boot-parameters-store-device conf))
(device-mount-point (boot-parameters-store-mount-point conf))
(linux (boot-parameters-kernel conf))
(linux-arguments (boot-parameters-kernel-arguments conf))
(initrd (boot-parameters-initrd conf))))
(define* (grub-configuration-file config entries
#:key
(system (%current-system))
(old-entries '()))
"Return the GRUB configuration file corresponding to CONFIG, a
<grub-configuration> object, and where the store is available at STORE-FS, a
<file-system> object. OLD-ENTRIES is taken to be a list of menu entries
corresponding to old generations of the system."
<bootloader-configuration> object, and where the store is available at
STORE-FS, a <file-system> object. OLD-ENTRIES is taken to be a list of menu
entries corresponding to old generations of the system."
(define all-entries
(append (map boot-parameters->menu-entry entries)
(grub-configuration-menu-entries config)))
(define entry->gexp
(match-lambda
(($ <menu-entry> label device device-mount-point
linux arguments initrd)
(append entries (bootloader-configuration-menu-entries config)))
(define (menu-entry->gexp entry)
(let ((device (menu-entry-device entry))
(device-mount-point (menu-entry-device-mount-point entry))
(label (menu-entry-label entry))
(kernel (menu-entry-linux entry))
(arguments (menu-entry-linux-arguments entry))
(initrd (menu-entry-initrd entry)))
;; Here DEVICE is the store and DEVICE-MOUNT-POINT is its mount point.
;; Use the right file names for LINUX and INITRD in case
;; Use the right file names for KERNEL and INITRD in case
;; DEVICE-MOUNT-POINT is not "/", meaning that the store is on a
;; separate partition.
(let ((linux (strip-mount-point device-mount-point linux))
(initrd (strip-mount-point device-mount-point initrd)))
(let ((kernel (strip-mount-point device-mount-point kernel))
(initrd (strip-mount-point device-mount-point initrd)))
#~(format port "menuentry ~s {
~a
linux ~a ~a
initrd ~a
}~%"
#$label
#$(grub-root-search device linux)
#$linux (string-join (list #$@arguments))
#$initrd)))))
#$(grub-root-search device kernel)
#$kernel (string-join (list #$@arguments))
#$initrd))))
(mlet %store-monad ((sugar (eye-candy config
(menu-entry-device (first all-entries))
(menu-entry-device
(first all-entries))
(menu-entry-device-mount-point
(first all-entries))
#:system system
@@ -391,17 +358,96 @@ corresponding to old generations of the system."
(format port "
set default=~a
set timeout=~a~%"
#$(grub-configuration-default-entry config)
#$(grub-configuration-timeout config))
#$@(map entry->gexp all-entries)
#$(bootloader-configuration-default-entry config)
#$(bootloader-configuration-timeout config))
#$@(map menu-entry->gexp all-entries)
#$@(if (pair? old-entries)
#~((format port "
submenu \"GNU system, old configurations...\" {~%")
#$@(map entry->gexp (map boot-parameters->menu-entry old-entries))
#$@(map menu-entry->gexp old-entries)
(format port "}~%"))
#~()))))
(gexp->derivation "grub.cfg" builder)))
;;;
;;; Install procedures.
;;;
(define install-grub
#~(lambda (bootloader device mount-point)
;; Install GRUB on DEVICE which is mounted at MOUNT-POINT.
(let ((grub (string-append bootloader "/sbin/grub-install"))
(install-dir (string-append mount-point "/boot")))
;; Tell 'grub-install' that there might be a LUKS-encrypted /boot or
;; root partition.
(setenv "GRUB_ENABLE_CRYPTODISK" "y")
(unless (zero? (system* grub "--no-floppy"
"--boot-directory" install-dir
device))
(error "failed to install GRUB (BIOS)")))))
(define install-grub-efi
#~(lambda (bootloader efi-dir mount-point)
;; Install GRUB onto the EFI partition mounted at EFI-DIR, for the
;; system whose root is mounted at MOUNT-POINT.
(let ((grub-install (string-append bootloader "/sbin/grub-install"))
(install-dir (string-append mount-point "/boot")))
;; Tell 'grub-install' that there might be a LUKS-encrypted /boot or
;; root partition.
(setenv "GRUB_ENABLE_CRYPTODISK" "y")
(unless (zero? (system* grub-install "--boot-directory" install-dir
"--efi-directory" efi-dir))
(error "failed to install GRUB (EFI)")))))
;;;
;;; Bootloader definitions.
;;;
(define grub-bootloader
(bootloader
(name 'grub)
(package grub)
(installer install-grub)
(configuration-file "/boot/grub/grub.cfg")
(configuration-file-generator grub-configuration-file)))
(define* grub-efi-bootloader
(bootloader
(inherit grub-bootloader)
(installer install-grub-efi)
(name 'grub-efi)
(package grub-efi)))
(define* grub-mkrescue-bootloader
(bootloader
(inherit grub-efi-bootloader)
(package grub-hybrid)))
;;;
;;; Compatibility macros.
;;;
(define-syntax grub-configuration
(syntax-rules (grub)
((_ (grub package) fields ...)
(if (eq? package grub)
(bootloader-configuration
(bootloader grub-bootloader)
fields ...)
(bootloader-configuration
(bootloader grub-efi-bootloader)
fields ...)))
((_ fields ...)
(bootloader-configuration
(bootloader grub-bootloader)
fields ...))))
;;; grub.scm ends here
+47
View File
@@ -0,0 +1,47 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 David Craven <david@craven.ch>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu bootloader u-boot)
#:use-module (gnu bootloader extlinux)
#:use-module (gnu bootloader)
#:use-module (gnu system)
#:use-module (gnu packages bootloaders)
#:use-module (guix gexp)
#:use-module (guix monads)
#:use-module (guix records)
#:use-module (guix utils)
#:export (u-boot-bootloader))
(define install-u-boot
#~(lambda (bootloader device mount-point)
(if bootloader
(error "Failed to install U-Boot"))))
;;;
;;; Bootloader definitions.
;;;
(define u-boot-bootloader
(bootloader
(inherit extlinux-bootloader)
(name 'u-boot)
(package #f)
(installer install-u-boot)))
+5 -14
View File
@@ -130,14 +130,15 @@ properties. Return #t on success."
;; 'useradd' fails with "Cannot determine your user name" if the root
;; account doesn't exist. Thus, for bootstrapping purposes, create that
;; one manually.
(begin
(let ((home (or home "/root")))
(call-with-output-file "/etc/shadow"
(cut format <> "~a::::::::~%" name))
(call-with-output-file "/etc/passwd"
(cut format <> "~a:x:~a:~a:~a:~a:~a~%"
name "0" "0" comment home shell))
(chmod "/etc/shadow" #o600)
(copy-account-skeletons (or home "/root"))
(copy-account-skeletons home)
(chmod home #o700)
#t)
;; Use 'useradd' from the Shadow package.
@@ -312,6 +313,7 @@ they already exist."
(false-if-exception (delete-file file)))
(format #t "populating /etc from ~a...~%" etc)
(mkdir-p "/etc")
;; Create the /etc/ssl -> /run/current-system/profile/etc/ssl symlink. This
;; symlink, to a target outside of the store, probably doesn't belong in the
@@ -351,24 +353,13 @@ they already exist."
;; Place where setuid programs are stored.
"/run/setuid-programs")
(define (link-or-copy source target)
"Attempt to make TARGET a hard link to SOURCE; if it fails, fall back to
copy SOURCE to TARGET."
(catch 'system-error
(lambda ()
(link source target))
(lambda args
;; Perhaps SOURCE and TARGET live in a different file system, so copy
;; SOURCE.
(copy-file source target))))
(define (activate-setuid-programs programs)
"Turn PROGRAMS, a list of file names, into setuid programs stored under
%SETUID-DIRECTORY."
(define (make-setuid-program prog)
(let ((target (string-append %setuid-directory
"/" (basename prog))))
(link-or-copy prog target)
(copy-file prog target)
(chown target 0 0)
(chmod target #o6555)))
+114 -155
View File
@@ -19,15 +19,16 @@
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu build file-systems)
#:use-module (gnu system uuid)
#:use-module (gnu system file-systems)
#:use-module (guix build utils)
#:use-module (guix build bournish)
#:use-module (guix build syscalls)
#:use-module ((guix build syscalls)
#:hide (file-system-type))
#:use-module (rnrs io ports)
#:use-module (rnrs bytevectors)
#:use-module (ice-9 match)
#:use-module (ice-9 rdelim)
#:use-module (ice-9 format)
#:use-module (ice-9 regex)
#:use-module (system foreign)
#:autoload (system repl repl) (start-repl)
#:use-module (srfi srfi-1)
@@ -41,9 +42,6 @@
find-partition-by-luks-uuid
canonicalize-device-spec
uuid->string
string->uuid
bind-mount
mount-flags->bit-mask
@@ -89,20 +87,6 @@ takes a bytevector and returns #t when it's a valid superblock."
(and (magic? block)
block)))))))))
(define (sub-bytevector bv start size)
"Return a copy of the SIZE bytes of BV starting from offset START."
(let ((result (make-bytevector size)))
(bytevector-copy! bv start result 0 size)
result))
(define (latin1->string bv terminator)
"Return a string of BV, a latin1 bytevector, or #f. TERMINATOR is a predicate
that takes a number and returns #t when a termination character is found."
(let ((bytes (take-while (negate terminator) (bytevector->u8-list bv))))
(if (null? bytes)
#f
(list->string (map integer->char bytes)))))
(define null-terminated-latin1->string
(cut latin1->string <> zero?))
@@ -190,10 +174,6 @@ if DEVICE does not contain a btrfs file system."
;; <http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-107.pdf>.
(define-syntax %fat32-endianness
;; Endianness of fat file systems.
(identifier-syntax (endianness little)))
(define (fat32-superblock? sblock)
"Return #t when SBLOCK is a fat32 superblock."
(bytevector=? (sub-bytevector sblock 82 8)
@@ -208,19 +188,13 @@ if DEVICE does not contain a btrfs file system."
"Return the Volume ID of a fat superblock SBLOCK as a 4-byte bytevector."
(sub-bytevector sblock 67 4))
(define (fat32-uuid->string uuid)
"Convert fat32 UUID, a 4-byte bytevector, to its string representation."
(let ((high (bytevector-uint-ref uuid 0 %fat32-endianness 2))
(low (bytevector-uint-ref uuid 2 %fat32-endianness 2)))
(format #f "~:@(~x-~x~)" low high)))
(define (fat32-superblock-volume-name sblock)
"Return the volume name of SBLOCK as a string of at most 11 characters, or
#f if SBLOCK has no volume name. The volume name is a latin1 string.
Trailing spaces are trimmed."
(string-trim-right (latin1->string (sub-bytevector sblock 71 11) (lambda (c) #f)) #\space))
(define (check-fat32-file-system device)
(define (check-fat-file-system device)
"Return the health of a fat file system on DEVICE."
(match (status:exit-val
(system* "fsck.vfat" "-v" "-a" device))
@@ -228,6 +202,33 @@ Trailing spaces are trimmed."
(1 'errors-corrected)
(_ 'fatal-error)))
;;;
;;; FAT16 file systems.
;;;
(define (fat16-superblock? sblock)
"Return #t when SBLOCK is a fat16 boot record."
(bytevector=? (sub-bytevector sblock 54 8)
(string->utf8 "FAT16 ")))
(define (read-fat16-superblock device)
"Return the raw contents of DEVICE's fat16 superblock as a bytevector, or
#f if DEVICE does not contain a fat16 file system."
(read-superblock device 0 62 fat16-superblock?))
(define (fat16-superblock-uuid sblock)
"Return the Volume ID of a fat superblock SBLOCK as a 4-byte bytevector."
(sub-bytevector sblock 39 4))
(define (fat16-superblock-volume-name sblock)
"Return the volume name of SBLOCK as a string of at most 11 characters, or
#f if SBLOCK has no volume name. The volume name is a latin1 string.
Trailing spaces are trimmed."
(string-trim-right (latin1->string (sub-bytevector sblock 43 11)
(lambda (c) #f))
#\space))
;;;
;;; ISO9660 file systems.
@@ -236,7 +237,7 @@ Trailing spaces are trimmed."
;; <http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-119.pdf>.
(define (iso9660-superblock? sblock)
"Return #t when SBLOCK is a iso9660 superblock."
"Return #t when SBLOCK is an iso9660 volume descriptor."
(bytevector=? (sub-bytevector sblock 1 6)
;; Note: "\x01" is the volume descriptor format version
(string->utf8 "CD001\x01")))
@@ -245,43 +246,46 @@ Trailing spaces are trimmed."
"Find and read the first primary volume descriptor, starting at OFFSET.
Return #f if not found."
(let* ((sblock (read-superblock device offset 2048 iso9660-superblock?))
(type-code (if sblock (array-ref sblock 0) 255)))
(type-code (if sblock
(bytevector-u8-ref sblock 0)
(error (format #f
"Could not read ISO9660 primary
volume descriptor from ~s"
device)))))
(match type-code
(255 #f) ; Volume Descriptor Set Terminator.
(1 sblock) ; Primary Volume Descriptor
(_ (read-iso9660-primary-volume-descriptor device (+ offset 2048))))))
(define (read-iso9660-superblock device)
"Return the raw contents of DEVICE's iso9660 superblock as a bytevector, or
#f if DEVICE does not contain a iso9660 file system."
"Return the raw contents of DEVICE's iso9660 primary volume descriptor
as a bytevector, or #f if DEVICE does not contain an iso9660 file system."
;; Start reading at sector 16.
(read-iso9660-primary-volume-descriptor device (* 2048 16)))
;; Since we are not sure that the device contains an ISO9660 filesystem,
;; we have to find that out first.
(if (read-superblock device (* 2048 16) 2048 iso9660-superblock?)
(read-iso9660-primary-volume-descriptor device (* 2048 16))
#f)) ; Device does not contain an iso9660 filesystem.
(define (iso9660-superblock-uuid sblock)
"Return the modification time of a iso9660 superblock SBLOCK as a bytevector."
"Return the modification time of an iso9660 primary volume descriptor
SBLOCK as a bytevector. If that's not set, returns the creation time."
;; Drops GMT offset for compatibility with Grub, blkid and /dev/disk/by-uuid.
;; Compare Grub: "2014-12-02-19-30-23-00".
;; Compare blkid result: "2014-12-02-19-30-23-00".
;; Compare /dev/disk/by-uuid entry: "2014-12-02-19-30-23-00".
(sub-bytevector sblock 830 16))
(define (iso9660-uuid->string uuid)
"Given an UUID bytevector, return its timestamp string."
(define (digits->string bytes)
(latin1->string bytes (lambda (c) #f)))
(let* ((year (sub-bytevector uuid 0 4))
(month (sub-bytevector uuid 4 2))
(day (sub-bytevector uuid 6 2))
(hour (sub-bytevector uuid 8 2))
(minute (sub-bytevector uuid 10 2))
(second (sub-bytevector uuid 12 2))
(hundredths (sub-bytevector uuid 14 2))
(parts (list year month day hour minute second hundredths)))
(string-append (string-join (map digits->string parts)))))
(let* ((creation-time (sub-bytevector sblock 813 17))
(modification-time (sub-bytevector sblock 830 17))
(unset-time (make-bytevector 17 0))
(time (if (bytevector=? unset-time modification-time)
creation-time
modification-time)))
(sub-bytevector time 0 16))) ; strips GMT offset.
(define (iso9660-superblock-volume-name sblock)
"Return the volume name of SBLOCK as a string. The volume name is an ASCII
string. Trailing spaces are trimmed."
;; Note: Valid characters are of the set "[0-9][A-Z]_" (ECMA-119 Appendix A)
(string-trim-right (latin1->string (sub-bytevector sblock 40 32)
(lambda (c) #f)) #\space))
@@ -329,15 +333,16 @@ not valid header was found."
(define (disk-partitions)
"Return the list of device names corresponding to valid disk partitions."
(define (last-character str)
(string-ref str (- (string-length str) 1)))
(define (partition? name major minor)
;; Select device names that end in a digit, like libblkid's 'probe_all'
;; function does. Checking for "/sys/dev/block/MAJOR:MINOR/partition"
;; doesn't work for partitions coming from mapped devices.
(and (char-set-contains? char-set:digit (last-character name))
(> major 2))) ;ignore RAM disks and floppy disks
;; grub-mkrescue does some funny things for EFI support which
;; makes it a lot more difficult than one would expect to support
;; booting an ISO-9660 image from an USB flash drive.
;; For example there's a buggy (too small) hidden partition in it
;; which Linux mounts and then proceeds to fail while trying to
;; fall off the edge.
;; In any case, partition tables are supposed to be optional so
;; here we allow checking entire disks for file systems, too.
(> major 2)) ;ignore RAM disks and floppy disks
(call-with-input-file "/proc/partitions"
(lambda (port)
@@ -376,6 +381,10 @@ warning and #f as the result."
#f)
((= ENOMEDIUM errno) ;for removable media
#f)
((= EIO errno) ;unreadable hardware like audio CDs
(format (current-error-port)
"warning: failed to read from device '~a'~%" device)
#f)
(else
(apply throw args))))))))
@@ -404,7 +413,9 @@ partition field reader that returned a value."
(partition-field-reader read-btrfs-superblock
btrfs-superblock-volume-name)
(partition-field-reader read-fat32-superblock
fat32-superblock-volume-name)))
fat32-superblock-volume-name)
(partition-field-reader read-fat16-superblock
fat16-superblock-volume-name)))
(define %partition-uuid-readers
(list (partition-field-reader read-iso9660-superblock
@@ -414,7 +425,9 @@ partition field reader that returned a value."
(partition-field-reader read-btrfs-superblock
btrfs-superblock-uuid)
(partition-field-reader read-fat32-superblock
fat32-superblock-uuid)))
fat32-superblock-uuid)
(partition-field-reader read-fat16-superblock
fat16-superblock-uuid)))
(define read-partition-label
(cut read-partition-field <> %partition-label-readers))
@@ -435,12 +448,12 @@ was READ is = to the given value."
(partition-predicate read-partition-label string=?))
(define partition-uuid-predicate
(partition-predicate read-partition-uuid bytevector=?))
(partition-predicate read-partition-uuid uuid=?))
(define luks-partition-uuid-predicate
(partition-predicate
(partition-field-reader read-luks-header luks-header-uuid)
bytevector=?))
uuid=?))
(define (find-partition predicate)
"Return the first partition found that matches PREDICATE, or #f if none
@@ -459,60 +472,6 @@ were found."
(define find-partition-by-luks-uuid
(find-partition luks-partition-uuid-predicate))
;;;
;;; UUIDs.
;;;
(define-syntax %network-byte-order
(identifier-syntax (endianness big)))
(define (uuid->string uuid)
"Convert UUID, a 16-byte bytevector, to its string representation, something
like \"6b700d61-5550-48a1-874c-a3d86998990e\"."
;; See <https://tools.ietf.org/html/rfc4122>.
(let ((time-low (bytevector-uint-ref uuid 0 %network-byte-order 4))
(time-mid (bytevector-uint-ref uuid 4 %network-byte-order 2))
(time-hi (bytevector-uint-ref uuid 6 %network-byte-order 2))
(clock-seq (bytevector-uint-ref uuid 8 %network-byte-order 2))
(node (bytevector-uint-ref uuid 10 %network-byte-order 6)))
(format #f "~8,'0x-~4,'0x-~4,'0x-~4,'0x-~12,'0x"
time-low time-mid time-hi clock-seq node)))
(define %uuid-rx
;; The regexp of a UUID.
(make-regexp "^([[:xdigit:]]{8})-([[:xdigit:]]{4})-([[:xdigit:]]{4})-([[:xdigit:]]{4})-([[:xdigit:]]{12})$"))
(define (string->uuid str)
"Parse STR as a DCE UUID (see <https://tools.ietf.org/html/rfc4122>) and
return its contents as a 16-byte bytevector. Return #f if STR is not a valid
UUID representation."
(and=> (regexp-exec %uuid-rx str)
(lambda (match)
(letrec-syntax ((hex->number
(syntax-rules ()
((_ index)
(string->number (match:substring match index)
16))))
(put!
(syntax-rules ()
((_ bv index (number len) rest ...)
(begin
(bytevector-uint-set! bv index number
(endianness big) len)
(put! bv (+ index len) rest ...)))
((_ bv index)
bv))))
(let ((time-low (hex->number 1))
(time-mid (hex->number 2))
(time-hi (hex->number 3))
(clock-seq (hex->number 4))
(node (hex->number 5))
(uuid (make-bytevector 16)))
(put! uuid 0
(time-low 4) (time-mid 2) (time-hi 2)
(clock-seq 2) (node 6)))))))
(define* (canonicalize-device-spec spec #:optional (title 'any))
"Return the device name corresponding to SPEC. TITLE is a symbol, one of
@@ -522,8 +481,7 @@ the following:
\"/dev/sda1\";
• 'label', in which case SPEC is known to designate a partition label--e.g.,
\"my-root-part\";
• 'uuid', in which case SPEC must be a UUID (a 16-byte bytevector)
designating a partition;
• 'uuid', in which case SPEC must be a UUID designating a partition;
• 'any', in which case SPEC can be anything.
"
(define max-trials
@@ -569,9 +527,11 @@ the following:
(resolve find-partition-by-label spec identity))
((uuid)
(resolve find-partition-by-uuid
(if (string? spec)
(string->uuid spec)
spec)
(cond ((string? spec)
(string->uuid spec))
((uuid? spec)
(uuid-bytevector spec))
(else spec))
uuid->string))
(else
(error "unknown device title" title))))
@@ -582,7 +542,7 @@ the following:
(cond
((string-prefix? "ext" type) check-ext2-file-system)
((string-prefix? "btrfs" type) check-btrfs-file-system)
((string-suffix? "fat" type) check-fat32-file-system)
((string-suffix? "fat" type) check-fat-file-system)
(else #f)))
(if check-procedure
@@ -626,11 +586,8 @@ corresponds to the symbols listed in FLAGS."
(()
0))))
(define* (mount-file-system spec #:key (root "/root"))
"Mount the file system described by SPEC under ROOT. SPEC must have the
form:
(DEVICE TITLE MOUNT-POINT TYPE (FLAGS ...) OPTIONS CHECK?)
(define* (mount-file-system fs #:key (root "/root"))
"Mount the file system described by FS, a <file-system> object, under ROOT.
DEVICE, MOUNT-POINT, and TYPE must be strings; OPTIONS can be a string or #f;
FLAGS must be a list of symbols. CHECK? is a Boolean indicating whether to
@@ -656,34 +613,36 @@ run a file system check."
(if options
(string-append "," options)
"")))))
(match spec
((source title mount-point type (flags ...) options check?)
(let ((source (canonicalize-device-spec source title))
(mount-point (string-append root "/" mount-point))
(flags (mount-flags->bit-mask flags)))
(when check?
(check-file-system source type))
(let ((type (file-system-type fs))
(options (file-system-options fs))
(source (canonicalize-device-spec (file-system-device fs)
(file-system-title fs)))
(mount-point (string-append root "/"
(file-system-mount-point fs)))
(flags (mount-flags->bit-mask (file-system-flags fs))))
(when (file-system-check? fs)
(check-file-system source type))
;; Create the mount point. Most of the time this is a directory, but
;; in the case of a bind mount, a regular file or socket may be needed.
(if (and (= MS_BIND (logand flags MS_BIND))
(not (file-is-directory? source)))
(unless (file-exists? mount-point)
(mkdir-p (dirname mount-point))
(call-with-output-file mount-point (const #t)))
(mkdir-p mount-point))
;; Create the mount point. Most of the time this is a directory, but
;; in the case of a bind mount, a regular file or socket may be needed.
(if (and (= MS_BIND (logand flags MS_BIND))
(not (file-is-directory? source)))
(unless (file-exists? mount-point)
(mkdir-p (dirname mount-point))
(call-with-output-file mount-point (const #t)))
(mkdir-p mount-point))
(cond
((string-prefix? "nfs" type)
(mount-nfs source mount-point type flags options))
(else
(mount source mount-point type flags options)))
(cond
((string-prefix? "nfs" type)
(mount-nfs source mount-point type flags options))
(else
(mount source mount-point type flags options)))
;; For read-only bind mounts, an extra remount is needed, as per
;; <http://lwn.net/Articles/281157/>, which still applies to Linux 4.0.
(when (and (= MS_BIND (logand flags MS_BIND))
(= MS_RDONLY (logand flags MS_RDONLY)))
(let ((flags (logior MS_BIND MS_REMOUNT MS_RDONLY)))
(mount source mount-point type flags #f)))))))
;; For read-only bind mounts, an extra remount is needed, as per
;; <http://lwn.net/Articles/281157/>, which still applies to Linux 4.0.
(when (and (= MS_BIND (logand flags MS_BIND))
(= MS_RDONLY (logand flags MS_RDONLY)))
(let ((flags (logior MS_BIND MS_REMOUNT MS_RDONLY)))
(mount source mount-point type flags #f)))))
;;; file-systems.scm ends here
+8 -28
View File
@@ -22,8 +22,7 @@
#:use-module (guix build store-copy)
#:use-module (srfi srfi-26)
#:use-module (ice-9 match)
#:export (install-grub
install-grub-config
#:export (install-boot-config
evaluate-populate-directive
populate-root-file-system
reset-timestamps
@@ -39,36 +38,17 @@
;;;
;;; Code:
(define (install-grub grub.cfg device mount-point)
"Install GRUB with GRUB.CFG on DEVICE, which is assumed to be mounted on
MOUNT-POINT.
Note that the caller must make sure that GRUB.CFG is registered as a GC root
so that the fonts, background images, etc. referred to by GRUB.CFG are not
GC'd."
(install-grub-config grub.cfg mount-point)
;; Tell 'grub-install' that there might be a LUKS-encrypted /boot or root
;; partition.
(setenv "GRUB_ENABLE_CRYPTODISK" "y")
(unless (zero? (system* "grub-install" "--no-floppy"
"--boot-directory"
(string-append mount-point "/boot")
device))
(error "failed to install GRUB")))
(define (install-grub-config grub.cfg mount-point)
"Atomically copy GRUB.CFG into boot/grub/grub.cfg on the MOUNT-POINT. Note
that the caller must make sure that GRUB.CFG is registered as a GC root so
that the fonts, background images, etc. referred to by GRUB.CFG are not GC'd."
(let* ((target (string-append mount-point "/boot/grub/grub.cfg"))
(define (install-boot-config bootcfg bootcfg-location mount-point)
"Atomically copy BOOTCFG into BOOTCFG-LOCATION on the MOUNT-POINT. Note
that the caller must make sure that BOOTCFG is registered as a GC root so
that the fonts, background images, etc. referred to by BOOTCFG are not GC'd."
(let* ((target (string-append mount-point bootcfg-location))
(pivot (string-append target ".new")))
(mkdir-p (dirname target))
;; Copy GRUB.CFG instead of just symlinking it, because symlinks won't
;; Copy BOOTCFG instead of just symlinking it, because symlinks won't
;; work when /boot is on a separate partition. Do that atomically.
(copy-file grub.cfg pivot)
(copy-file bootcfg pivot)
(rename-file pivot target)))
(define (evaluate-populate-directive directive target)
+23 -40
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -21,15 +21,16 @@
#:use-module (rnrs io ports)
#:use-module (system repl error-handling)
#:autoload (system repl repl) (start-repl)
#:autoload (system base compile) (compile-file)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26)
#:use-module (ice-9 match)
#:use-module (ice-9 ftw)
#:use-module (guix build utils)
#:use-module (guix build syscalls)
#:use-module ((guix build syscalls)
#:hide (file-system-type))
#:use-module (gnu build linux-modules)
#:use-module (gnu build file-systems)
#:use-module (gnu system file-systems)
#:export (mount-essential-file-systems
linux-command-line
find-long-option
@@ -239,20 +240,10 @@ the last argument of `mknod'."
(filter-map string->number (scandir "/proc")))))
(define* (mount-root-file-system root type
#:key volatile-root? (unionfs "unionfs"))
#:key volatile-root?)
"Mount the root file system of type TYPE at device ROOT. If VOLATILE-ROOT?
is true, mount ROOT read-only and make it a union with a writable tmpfs using
UNIONFS."
(define (mark-as-not-killable pid)
;; Tell the 'user-processes' shepherd service that PID must be kept alive
;; when shutting down.
(mkdir-p "/root/etc/shepherd")
(let ((port (open-file "/root/etc/shepherd/do-not-kill" "a")))
(chmod port #o600)
(write pid port)
(newline port)
(close-port port)))
is true, mount ROOT read-only and make it a overlay with a writable tmpfs
using the kernel build-in overlayfs."
(if volatile-root?
(begin
(mkdir-p "/real-root")
@@ -260,24 +251,17 @@ UNIONFS."
(mkdir-p "/rw-root")
(mount "none" "/rw-root" "tmpfs")
;; Create the upperdir and the workdir of the overlayfs
(mkdir-p "/rw-root/upper")
(mkdir-p "/rw-root/work")
;; We want read-write /dev nodes.
(mkdir-p "/rw-root/dev")
(mount "none" "/rw-root/dev" "devtmpfs")
(mkdir-p "/rw-root/upper/dev")
(mount "none" "/rw-root/upper/dev" "devtmpfs")
;; Make /root a union of the tmpfs and the actual root. Use
;; 'max_files' to set a high RLIMIT_NOFILE for the unionfs process
;; itself. Failing to do that, we quickly run out of file
;; descriptors; see <http://bugs.gnu.org/17827>.
(unless (zero? (system* unionfs "-o"
"cow,allow_other,use_ino,suid,dev,max_files=65536"
"/rw-root=RW:/real-root=RO"
"/root"))
(error "unionfs failed"))
;; Make sure unionfs remains alive till the end. Because
;; 'fuse_daemonize' doesn't tell the PID of the forked daemon, we
;; have to resort to 'pidof' here.
(mark-as-not-killable (pidof unionfs)))
;; Make /root an overlay of the tmpfs and the actual root.
(mount "none" "/root" "overlay" 0
"lowerdir=/real-root,upperdir=/rw-root/upper,workdir=/rw-root/work"))
(begin
(check-file-system root type)
(mount root "/root" type)))
@@ -285,6 +269,7 @@ UNIONFS."
;; Make sure /root/etc/mtab is a symlink to /proc/self/mounts.
(false-if-exception
(delete-file "/root/etc/mtab"))
(mkdir-p "/root/etc")
(symlink "/proc/self/mounts" "/root/etc/mtab"))
(define (switch-root root)
@@ -349,19 +334,17 @@ supports kernel command-line options '--load', '--root', and '--repl'.
Mount the root file system, specified by the '--root' command-line argument,
if any.
MOUNTS must be a list suitable for 'mount-file-system'.
MOUNTS must be a list of <file-system> objects.
When VOLATILE-ROOT? is true, the root file system is writable but any changes
to it are lost."
(define root-mount-point?
(match-lambda
((device _ "/" _ ...) #t)
(_ #f)))
(define (root-mount-point? fs)
(string=? (file-system-mount-point fs) "/"))
(define root-fs-type
(or (any (match-lambda
((device _ "/" type _ ...) type)
(_ #f))
(or (any (lambda (fs)
(and (root-mount-point? fs)
(file-system-type fs)))
mounts)
"ext4"))
+1 -2
View File
@@ -152,8 +152,7 @@ for the process."
;; Mount user-specified file systems.
(for-each (lambda (file-system)
(mount-file-system (file-system->spec file-system)
#:root root))
(mount-file-system file-system #:root root))
mounts)
;; Jail the process inside the container's root file system.
+35 -4
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -25,6 +25,7 @@
#:export (marionette?
make-marionette
marionette-eval
wait-for-file
marionette-control
marionette-screen-text
wait-for-screen-text
@@ -164,6 +165,25 @@ QEMU monitor and to the guest's backdoor REPL."
(newline repl)
(read repl))))
(define* (wait-for-file file marionette
#:key (timeout 10) (read 'read))
"Wait until FILE exists in MARIONETTE; READ its content and return it. If
FILE has not shown up after TIMEOUT seconds, raise an error."
(match (marionette-eval
`(let loop ((i ,timeout))
(cond ((file-exists? ,file)
(cons 'success (call-with-input-file ,file ,read)))
((> i 0)
(sleep 1)
(loop (- i 1)))
(else
'failure)))
marionette)
(('success . result)
result)
('failure
(error "file didn't show up" file))))
(define (marionette-control command marionette)
"Run COMMAND in the QEMU monitor of MARIONETTE. COMMAND is a string such as
\"sendkey ctrl-alt-f1\" or \"screendump foo.ppm\" (info \"(qemu-doc)
@@ -242,9 +262,20 @@ PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded."
(#\. . "dot")
(#\, . "comma")
(#\; . "semicolon")
(#\' . "apostrophe")
(#\" . "shift-apostrophe")
(#\` . "grave_accent")
(#\bs . "backspace")
(#\tab . "tab")))
(define (character->keystroke chr keystrokes)
"Return the keystroke for CHR according to the keyboard layout defined by
KEYSTROKES."
(if (char-set-contains? char-set:upper-case chr)
(string-append "shift-" (string (char-downcase chr)))
(or (assoc-ref keystrokes chr)
(string chr))))
(define* (string->keystroke-commands str
#:optional
(keystrokes
@@ -253,9 +284,9 @@ PREDICATE, whichever comes first. Raise an error when TIMEOUT is exceeded."
to STR. KEYSTROKES is an alist specifying a mapping from characters to
keystrokes."
(string-fold-right (lambda (chr result)
(cons (string-append "sendkey "
(or (assoc-ref keystrokes chr)
(string chr)))
(cons (string-append
"sendkey "
(character->keystroke chr keystrokes))
result))
'()
str))
+6 -4
View File
@@ -60,11 +60,13 @@
(type "tmpfs")
(check? #f)))
(define passwd
(define accounts
;; This is for processes in the default user namespace but living in a
;; different mount namespace, so that they can lookup users.
(file-system-mapping
(source "/etc/passwd") (target source)))
(list (file-system-mapping
(source "/etc/passwd") (target source))
(file-system-mapping
(source "/etc/group") (target source))))
(define nscd-socket
(file-system-mapping
@@ -78,7 +80,7 @@
%network-file-mappings))
,@(if (and (memq 'mnt namespaces)
(not (memq 'user namespaces)))
(list passwd)
accounts
'())
,%store-mapping))) ;XXX: coarse-grain
(map file-system-mapping->bind-mount
+2 -2
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Andy Wingo <wingo@igalia.com>
;;;
;;; This file is part of GNU Guix.
@@ -50,7 +50,7 @@ dimensions of IN-SVG."
(define svg
(rsvg-handle-new-from-file in-svg))
(let-values (((origin-width origin-height)
(let-values (((origin-width origin-height em ex)
(rsvg-handle-get-dimensions svg)))
(let* ((surf (cairo-image-surface-create 'argb32
origin-width origin-height))
+117 -38
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Christopher Allan Webber <cwebber@dustycloud.org>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
@@ -26,7 +26,9 @@
#:use-module (guix build syscalls)
#:use-module (gnu build linux-boot)
#:use-module (gnu build install)
#:use-module (gnu system uuid)
#:use-module (guix records)
#:use-module ((guix combinators) #:select (fold2))
#:use-module (ice-9 format)
#:use-module (ice-9 match)
#:use-module (ice-9 regex)
@@ -46,9 +48,11 @@
partition-flags
partition-initializer
estimated-partition-size
root-partition-initializer
initialize-partition-table
initialize-hard-disk))
initialize-hard-disk
make-iso9660-image))
;;; Commentary:
;;;
@@ -71,19 +75,26 @@
output
(qemu (qemu-command)) (memory-size 512)
linux initrd
make-disk-image? (disk-image-size 100)
make-disk-image?
single-file-output?
(disk-image-size (* 100 (expt 2 20)))
(disk-image-format "qcow2")
(references-graphs '()))
"Run BUILDER, a Scheme file, into a VM running LINUX with INITRD, and copy
the result to OUTPUT.
the result to OUTPUT. If SINGLE-FILE-OUTPUT? is true, copy a single file from
/xchg to OUTPUT. Otherwise, copy the contents of /xchg to a new directory
OUTPUT.
When MAKE-DISK-IMAGE? is true, OUTPUT will contain a VM image of
DISK-IMAGE-SIZE MiB resulting from the execution of BUILDER, which may access
it via /dev/hda.
DISK-IMAGE-SIZE bytes resulting from the execution of BUILDER, which may
access it via /dev/hda.
REFERENCES-GRAPHS can specify a list of reference-graph files as produced by
the #:references-graphs parameter of 'derivation'."
(when make-disk-image?
(format #t "creating ~a image of ~,2f MiB...~%"
disk-image-format (/ disk-image-size (expt 2 20)))
(force-output)
(unless (zero? (system* "qemu-img" "create" "-f" disk-image-format
output
(number->string disk-image-size)))
@@ -129,8 +140,17 @@ the #:references-graphs parameter of 'derivation'."
;; When MAKE-DISK-IMAGE? is true, the image is in OUTPUT already.
(unless make-disk-image?
(mkdir output)
(copy-recursively "xchg" output)))
(if single-file-output?
(let ((graph? (lambda (name stat)
(member (basename name) references-graphs))))
(match (find-files "xchg" (negate graph?))
((result)
(copy-file result output))
(x
(error "did not find a single result file" x))))
(begin
(mkdir output)
(copy-recursively "xchg" output)))))
;;;
@@ -143,20 +163,15 @@ the #:references-graphs parameter of 'derivation'."
(size partition-size)
(file-system partition-file-system (default "ext4"))
(label partition-label (default #f))
(uuid partition-uuid (default #f))
(flags partition-flags (default '()))
(initializer partition-initializer (default (const #t))))
(define (fold2 proc seed1 seed2 lst) ;TODO: factorize
"Like `fold', but with a single list and two seeds."
(let loop ((result1 seed1)
(result2 seed2)
(lst lst))
(if (null? lst)
(values result1 result2)
(call-with-values
(lambda () (proc (car lst) result1 result2))
(lambda (result1 result2)
(loop result1 result2 (cdr lst)))))))
(define (estimated-partition-size graphs)
"Return the estimated size of a partition that can store the store items
given by GRAPHS, a list of file names produced by #:references-graphs."
;; Simply add a 25% overhead.
(round (* 1.25 (closure-size graphs))))
(define* (initialize-partition-table device partitions
#:key
@@ -192,8 +207,15 @@ actual /dev name based on DEVICE."
(cons (partition-options head offset index)
result))))))
(format #t "creating partition table with ~a partitions...\n"
(length partitions))
(format #t "creating partition table with ~a partitions (~a)...\n"
(length partitions)
(string-join (map (compose (cut string-append <> " MiB")
number->string
(lambda (size)
(round (/ size (expt 2. 20))))
partition-size)
partitions)
", "))
(unless (zero? (apply system* "parted" "--script"
device "mklabel" label-type
(options partitions offset)))
@@ -215,22 +237,26 @@ actual /dev name based on DEVICE."
(define MS_BIND 4096) ; <sys/mounts.h> again!
(define* (create-ext-file-system partition type
#:key label)
#:key label uuid)
"Create an ext-family filesystem of TYPE on PARTITION. If LABEL is true,
use that as the volume name."
use that as the volume name. If UUID is true, use it as the partition UUID."
(format #t "creating ~a partition...\n" type)
(unless (zero? (apply system* (string-append "mkfs." type)
"-F" partition
(if label
`("-L" ,label)
'())))
`(,@(if label
`("-L" ,label)
'())
,@(if uuid
`("-U" ,(uuid->string uuid))
'()))))
(error "failed to create partition")))
(define* (create-fat-file-system partition
#:key label)
#:key label uuid)
"Create a FAT filesystem on PARTITION. The number of File Allocation Tables
will be determined based on filesystem size. If LABEL is true, use that as the
volume name."
;; FIXME: UUID is ignored!
(format #t "creating FAT partition...\n")
(unless (zero? (apply system* "mkfs.fat" partition
(if label
@@ -239,13 +265,13 @@ volume name."
(error "failed to create FAT partition")))
(define* (format-partition partition type
#:key label)
#:key label uuid)
"Create a file system TYPE on PARTITION. If LABEL is true, use that as the
volume name."
(cond ((string-prefix? "ext" type)
(create-ext-file-system partition type #:label label))
(create-ext-file-system partition type #:label label #:uuid uuid))
((or (string-prefix? "fat" type) (string= "vfat" type))
(create-fat-file-system partition #:label label))
(create-fat-file-system partition #:label label #:uuid uuid))
(else (error "Unsupported file system."))))
(define (initialize-partition partition)
@@ -254,7 +280,8 @@ it, run its initializer, and unmount it."
(let ((target "/fs"))
(format-partition (partition-device partition)
(partition-file-system partition)
#:label (partition-label partition))
#:label (partition-label partition)
#:uuid (partition-uuid partition))
(mkdir-p target)
(mount (partition-device partition) target
(partition-file-system partition))
@@ -310,11 +337,11 @@ SYSTEM-DIRECTORY is the name of the directory of the 'system' derivation."
(unless register-closures?
(reset-timestamps target))))
(define (register-grub.cfg-root target bootcfg)
(define (register-bootcfg-root target bootcfg)
"On file system TARGET, register BOOTCFG as a GC root."
(let ((directory (string-append target "/var/guix/gcroots")))
(mkdir-p directory)
(symlink bootcfg (string-append directory "/grub.cfg"))))
(symlink bootcfg (string-append directory "/bootcfg"))))
(define (install-efi grub esp config-file)
"Write a self-contained GRUB EFI loader to the mounted ESP using CONFIG-FILE."
@@ -344,9 +371,55 @@ SYSTEM-DIRECTORY is the name of the directory of the 'system' derivation."
(string-append "boot/grub/grub.cfg=" config-file)))
(error "failed to create GRUB EFI image"))))
(define* (make-iso9660-image grub config-file os-drv target
#:key (volume-id "GuixSD_image") (volume-uuid #f)
register-closures? (closures '()))
"Given a GRUB package, creates an iso image as TARGET, using CONFIG-FILE as
GRUB configuration and OS-DRV as the stuff in it."
(let ((grub-mkrescue (string-append grub "/bin/grub-mkrescue"))
(target-store (string-append "/tmp/root" (%store-directory))))
(populate-root-file-system os-drv "/tmp/root")
(mount (%store-directory) target-store "" MS_BIND)
(when register-closures?
(display "registering closures...\n")
(for-each (lambda (closure)
(register-closure
"/tmp/root"
(string-append "/xchg/" closure)
;; XXX: Using deduplication causes cross device link errors.
#:deduplicate? #f))
closures))
(unless (zero? (apply system*
`(,grub-mkrescue "-o" ,target
,(string-append "boot/grub/grub.cfg=" config-file)
,(string-append "gnu/store=" os-drv "/..")
"etc=/tmp/root/etc"
"var=/tmp/root/var"
"run=/tmp/root/run"
;; /mnt is used as part of the installation
;; process, as the mount point for the target
;; filesystem, so create it.
"mnt=/tmp/root/mnt"
"--"
"-volid" ,(string-upcase volume-id)
,@(if volume-uuid
`("-volume_date" "uuid"
,(string-filter (lambda (value)
(not (char=? #\- value)))
(iso9660-uuid->string
volume-uuid)))
`()))))
(error "failed to create ISO9660 image"))))
(define* (initialize-hard-disk device
#:key
grub.cfg
bootloader-package
bootcfg
bootcfg-location
bootloader-installer
(grub-efi #f)
(partitions '()))
"Initialize DEVICE as a disk containing all the <partition> objects listed
@@ -375,7 +448,10 @@ passing it a directory name where it is mounted."
(display "mounting root partition...\n")
(mkdir-p target)
(mount (partition-device root) target (partition-file-system root))
(install-grub grub.cfg device target)
(install-boot-config bootcfg bootcfg-location target)
(when bootloader-installer
(display "installing bootloader...\n")
(bootloader-installer bootloader-package device target))
(when esp
;; Mount the ESP somewhere and install GRUB UEFI image.
@@ -388,11 +464,14 @@ passing it a directory name where it is mounted."
;; Create a tiny configuration file telling the embedded grub
;; where to load the real thing.
;; XXX This is quite fragile, and can prevent the image from booting
;; when there's more than one volume with this label present.
;; Reproducible almost-UUIDs could reduce the risk (not eliminate it).
(call-with-output-file grub-config
(lambda (port)
(format port
"insmod part_msdos~@
search --set=root --label gnu-disk-image~@
search --set=root --label GuixSD_image~@
configfile /boot/grub/grub.cfg~%")))
(display "creating EFI firmware image...")
@@ -402,8 +481,8 @@ passing it a directory name where it is mounted."
(delete-file grub-config)
(umount mount-point)))
;; Register GRUB.CFG as a GC root.
(register-grub.cfg-root target grub.cfg)
;; Register BOOTCFG as a GC root.
(register-bootcfg-root target bootcfg)
(umount target)))
+219 -111
View File
@@ -2,18 +2,20 @@
# Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
# Copyright © 2013, 2014, 2015, 2016, 2017 Andreas Enge <andreas@enge.fr>
# Copyright © 2016 Mathieu Lirzin <mthl@gnu.org>
# Copyright © 2013, 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
# Copyright © 2013, 2014, 2015, 2016, 2017 Mark H Weaver <mhw@netris.org>
# Copyright © 2016 Chris Marusich <cmmarusich@gmail.com>
# Copyright © 2016, 2017 Kei Kebreau <kei@openmailbox.org>
# Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
# Copyright © 2016, 2017 Rene Saavedra <rennes@openmailbox.org>
# Copyright © 2016 Adonay "adfeno" Felipe Nogueira <https://libreplanet.org/wiki/User:Adfeno> <adfeno@openmailbox.org>
# Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
# Copyright © 2016 Ben Woodcroft <donttrustben@gmail.com>
# Copyright © 2016, 2017 Alex Vong <alexvong1995@gmail.com>
# Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
# Copyright © 2016, 2017 Jan Nieuwenhuizen <janneke@gnu.org>
# Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
# Copyright © 2017 Clément Lassieur <clement@lassieur.org>
# Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
# Copyright © 2017 Gábor Boskovits <boskovits@gmail.com>
#
# This file is part of GNU Guix.
#
@@ -36,9 +38,14 @@
GNU_SYSTEM_MODULES = \
gnu.scm \
%D%/artwork.scm \
%D%/bootloader.scm \
%D%/bootloader/grub.scm \
%D%/bootloader/extlinux.scm \
%D%/bootloader/u-boot.scm \
%D%/packages.scm \
%D%/packages/abduco.scm \
%D%/packages/abiword.scm \
%D%/packages/accessibility.scm \
%D%/packages/acct.scm \
%D%/packages/acl.scm \
%D%/packages/admin.scm \
@@ -60,6 +67,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/autotools.scm \
%D%/packages/avahi.scm \
%D%/packages/avr.scm \
%D%/packages/axoloti.scm \
%D%/packages/backup.scm \
%D%/packages/base.scm \
%D%/packages/bash.scm \
@@ -81,7 +89,9 @@ GNU_SYSTEM_MODULES = \
%D%/packages/check.scm \
%D%/packages/chez.scm \
%D%/packages/ci.scm \
%D%/packages/cinnamon.scm \
%D%/packages/cmake.scm \
%D%/packages/cobol.scm \
%D%/packages/code.scm \
%D%/packages/commencement.scm \
%D%/packages/compression.scm \
@@ -91,7 +101,9 @@ GNU_SYSTEM_MODULES = \
%D%/packages/connman.scm \
%D%/packages/cook.scm \
%D%/packages/cpio.scm \
%D%/packages/cpp.scm \
%D%/packages/cppi.scm \
%D%/packages/cran.scm \
%D%/packages/cross-base.scm \
%D%/packages/crypto.scm \
%D%/packages/cryptsetup.scm \
@@ -121,6 +133,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/ebook.scm \
%D%/packages/ed.scm \
%D%/packages/education.scm \
%D%/packages/electronics.scm \
%D%/packages/elf.scm \
%D%/packages/elixir.scm \
%D%/packages/embedded.scm \
@@ -130,6 +143,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/enlightenment.scm \
%D%/packages/entr.scm \
%D%/packages/erlang.scm \
%D%/packages/fabric-management.scm \
%D%/packages/fcitx.scm \
%D%/packages/figlet.scm \
%D%/packages/file.scm \
@@ -142,6 +156,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/fonts.scm \
%D%/packages/fontutils.scm \
%D%/packages/fpga.scm \
%D%/packages/forth.scm \
%D%/packages/freedesktop.scm \
%D%/packages/freeipmi.scm \
%D%/packages/ftp.scm \
@@ -156,7 +171,6 @@ GNU_SYSTEM_MODULES = \
%D%/packages/gdb.scm \
%D%/packages/geo.scm \
%D%/packages/gettext.scm \
%D%/packages/gforth.scm \
%D%/packages/ghostscript.scm \
%D%/packages/gimp.scm \
%D%/packages/gkrellm.scm \
@@ -175,6 +189,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/gperf.scm \
%D%/packages/gprolog.scm \
%D%/packages/gps.scm \
%D%/packages/graph.scm \
%D%/packages/graphics.scm \
%D%/packages/graphviz.scm \
%D%/packages/groff.scm \
@@ -186,6 +201,10 @@ GNU_SYSTEM_MODULES = \
%D%/packages/gv.scm \
%D%/packages/gxmessage.scm \
%D%/packages/haskell.scm \
%D%/packages/haskell-check.scm \
%D%/packages/haskell-crypto.scm \
%D%/packages/haskell-web.scm \
%D%/packages/ham-radio.scm \
%D%/packages/hexedit.scm \
%D%/packages/hugs.scm \
%D%/packages/hurd.scm \
@@ -203,6 +222,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/irc.scm \
%D%/packages/iso-codes.scm \
%D%/packages/java.scm \
%D%/packages/javascript.scm \
%D%/packages/jemalloc.scm \
%D%/packages/jrnl.scm \
%D%/packages/julia.scm \
@@ -250,18 +270,19 @@ GNU_SYSTEM_MODULES = \
%D%/packages/man.scm \
%D%/packages/mail.scm \
%D%/packages/make-bootstrap.scm \
%D%/packages/markdown.scm \
%D%/packages/markup.scm \
%D%/packages/marst.scm \
%D%/packages/mate.scm \
%D%/packages/maths.scm \
%D%/packages/mc.scm \
%D%/packages/mcrypt.scm \
%D%/packages/medical.scm \
%D%/packages/mes.scm \
%D%/packages/messaging.scm \
%D%/packages/mingw.scm \
%D%/packages/mg.scm \
%D%/packages/microcom.scm \
%D%/packages/moe.scm \
%D%/packages/motti.scm \
%D%/packages/monitoring.scm \
%D%/packages/mono.scm \
%D%/packages/moreutils.scm \
@@ -304,6 +325,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/pdf.scm \
%D%/packages/pem.scm \
%D%/packages/perl.scm \
%D%/packages/perl-check.scm \
%D%/packages/perl-web.scm \
%D%/packages/photo.scm \
%D%/packages/php.scm \
@@ -311,6 +333,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/plotutils.scm \
%D%/packages/polkit.scm \
%D%/packages/popt.scm \
%D%/packages/profiling.scm \
%D%/packages/pth.scm \
%D%/packages/pulseaudio.scm \
%D%/packages/pumpio.scm \
@@ -318,7 +341,9 @@ GNU_SYSTEM_MODULES = \
%D%/packages/protobuf.scm \
%D%/packages/pv.scm \
%D%/packages/python.scm \
%D%/packages/qemu.scm \
%D%/packages/python-crypto.scm \
%D%/packages/python-web.scm \
%D%/packages/tryton.scm \
%D%/packages/qt.scm \
%D%/packages/ragel.scm \
%D%/packages/rails.scm \
@@ -350,10 +375,12 @@ GNU_SYSTEM_MODULES = \
%D%/packages/shells.scm \
%D%/packages/shellutils.scm \
%D%/packages/simh.scm \
%D%/packages/simulation.scm \
%D%/packages/skarnet.scm \
%D%/packages/skribilo.scm \
%D%/packages/slang.scm \
%D%/packages/smalltalk.scm \
%D%/packages/sml.scm \
%D%/packages/speech.scm \
%D%/packages/spice.scm \
%D%/packages/ssh.scm \
@@ -364,6 +391,7 @@ GNU_SYSTEM_MODULES = \
%D%/packages/suckless.scm \
%D%/packages/swig.scm \
%D%/packages/sync.scm \
%D%/packages/syncthing.scm \
%D%/packages/synergy.scm \
%D%/packages/syndication.scm \
%D%/packages/task-management.scm \
@@ -388,8 +416,8 @@ GNU_SYSTEM_MODULES = \
%D%/packages/version-control.scm \
%D%/packages/video.scm \
%D%/packages/vim.scm \
%D%/packages/virtualization.scm \
%D%/packages/vpn.scm \
%D%/packages/vtk.scm \
%D%/packages/w3m.scm \
%D%/packages/wdiff.scm \
%D%/packages/web.scm \
@@ -410,12 +438,13 @@ GNU_SYSTEM_MODULES = \
%D%/packages/xorg.scm \
%D%/packages/xfce.scm \
%D%/packages/zile.scm \
%D%/packages/zip.scm \
\
%D%/services.scm \
%D%/services/admin.scm \
%D%/services/audio.scm \
%D%/services/avahi.scm \
%D%/services/base.scm \
%D%/services/certbot.scm \
%D%/services/configuration.scm \
%D%/services/cuirass.scm \
%D%/services/cups.scm \
@@ -423,8 +452,10 @@ GNU_SYSTEM_MODULES = \
%D%/services/dbus.scm \
%D%/services/desktop.scm \
%D%/services/dict.scm \
%D%/services/dns.scm \
%D%/services/kerberos.scm \
%D%/services/lirc.scm \
%D%/services/virtualization.scm \
%D%/services/mail.scm \
%D%/services/mcron.scm \
%D%/services/messaging.scm \
@@ -433,9 +464,12 @@ GNU_SYSTEM_MODULES = \
%D%/services/shepherd.scm \
%D%/services/herd.scm \
%D%/services/pm.scm \
%D%/services/rsync.scm \
%D%/services/sddm.scm \
%D%/services/spice.scm \
%D%/services/ssh.scm \
%D%/services/sysctl.scm \
%D%/services/telephony.scm \
%D%/services/version-control.scm \
%D%/services/vpn.scm \
%D%/services/web.scm \
@@ -443,7 +477,6 @@ GNU_SYSTEM_MODULES = \
\
%D%/system.scm \
%D%/system/file-systems.scm \
%D%/system/grub.scm \
%D%/system/install.scm \
%D%/system/linux-container.scm \
%D%/system/linux-initrd.scm \
@@ -452,6 +485,7 @@ GNU_SYSTEM_MODULES = \
%D%/system/nss.scm \
%D%/system/pam.scm \
%D%/system/shadow.scm \
%D%/system/uuid.scm \
%D%/system/vm.scm \
\
%D%/build/activation.scm \
@@ -463,22 +497,29 @@ GNU_SYSTEM_MODULES = \
%D%/build/linux-initrd.scm \
%D%/build/linux-modules.scm \
%D%/build/marionette.scm \
%D%/build/shepherd.scm \
%D%/build/vm.scm \
\
%D%/tests.scm \
%D%/tests/admin.scm \
%D%/tests/audio.scm \
%D%/tests/base.scm \
%D%/tests/databases.scm \
%D%/tests/desktop.scm \
%D%/tests/dict.scm \
%D%/tests/nfs.scm \
%D%/tests/install.scm \
%D%/tests/mail.scm \
%D%/tests/messaging.scm \
%D%/tests/networking.scm \
%D%/tests/rsync.scm \
%D%/tests/ssh.scm \
%D%/tests/version-control.scm \
%D%/tests/virtualization.scm \
%D%/tests/web.scm
# Modules that do not need to be compiled.
MODULES_NOT_COMPILED += \
%D%/build/shepherd.scm \
%D%/build/svg.scm
patchdir = $(guilemoduledir)/%D%/packages/patches
@@ -487,7 +528,6 @@ dist_patch_DATA = \
%D%/packages/patches/a2ps-CVE-2001-1593.patch \
%D%/packages/patches/a2ps-CVE-2014-0466.patch \
%D%/packages/patches/abiword-explictly-cast-bools.patch \
%D%/packages/patches/abiword-wmf-version-lookup-fix.patch \
%D%/packages/patches/abiword-black-drawing-with-gtk322.patch \
%D%/packages/patches/acl-hurd-path-max.patch \
%D%/packages/patches/aegis-constness-error.patch \
@@ -496,13 +536,14 @@ dist_patch_DATA = \
%D%/packages/patches/aegis-test-fixup-1.patch \
%D%/packages/patches/aegis-test-fixup-2.patch \
%D%/packages/patches/agg-am_c_prototype.patch \
%D%/packages/patches/ansible-wrap-program-hack.patch \
%D%/packages/patches/antiword-CVE-2014-8123.patch \
%D%/packages/patches/apr-skip-getservbyname-test.patch \
%D%/packages/patches/artanis-fix-Makefile.in.patch \
%D%/packages/patches/aspell-default-dict-dir.patch \
%D%/packages/patches/ath9k-htc-firmware-binutils.patch \
%D%/packages/patches/ath9k-htc-firmware-gcc.patch \
%D%/packages/patches/ath9k-htc-firmware-objcopy.patch \
%D%/packages/patches/audacity-build-with-system-portaudio.patch \
%D%/packages/patches/automake-skip-amhello-tests.patch \
%D%/packages/patches/automake-regexp-syntax.patch \
%D%/packages/patches/automake-test-gzip-warning.patch \
@@ -511,14 +552,15 @@ dist_patch_DATA = \
%D%/packages/patches/awesome-reproducible-png.patch \
%D%/packages/patches/azr3.patch \
%D%/packages/patches/bash-completion-directories.patch \
%D%/packages/patches/bigloo-gc-shebangs.patch \
%D%/packages/patches/bcftools-regidx-unsigned-char.patch \
%D%/packages/patches/binutils-ld-new-dtags.patch \
%D%/packages/patches/binutils-loongson-workaround.patch \
%D%/packages/patches/binutils-mips-bash-bug.patch \
%D%/packages/patches/blast+-fix-makefile.patch \
%D%/packages/patches/byobu-writable-status.patch \
%D%/packages/patches/cairo-CVE-2016-9082.patch \
%D%/packages/patches/calibre-drop-unrar.patch \
%D%/packages/patches/calibre-no-updates-dialog.patch \
%D%/packages/patches/calibre-use-packaged-feedparser.patch \
%D%/packages/patches/catdoc-CVE-2017-11110.patch \
%D%/packages/patches/cdparanoia-fpic.patch \
%D%/packages/patches/cdrtools-3.01-mkisofs-isoinfo.patch \
%D%/packages/patches/ceph-disable-cpu-optimizations.patch \
@@ -526,9 +568,11 @@ dist_patch_DATA = \
%D%/packages/patches/ceph-skip-collect-sys-info-test.patch \
%D%/packages/patches/ceph-skip-unittest_blockdev.patch \
%D%/packages/patches/chicken-CVE-2017-6949.patch \
%D%/packages/patches/chicken-CVE-2017-11343.patch \
%D%/packages/patches/chmlib-inttypes.patch \
%D%/packages/patches/clang-libc-search-path.patch \
%D%/packages/patches/clang-3.8-libc-search-path.patch \
%D%/packages/patches/clisp-remove-failing-test.patch \
%D%/packages/patches/clucene-pkgconfig.patch \
%D%/packages/patches/clx-remove-demo.patch \
%D%/packages/patches/cmake-fix-tests.patch \
@@ -538,36 +582,43 @@ dist_patch_DATA = \
%D%/packages/patches/cool-retro-term-memory-leak-1.patch \
%D%/packages/patches/cool-retro-term-remove-non-free-fonts.patch \
%D%/packages/patches/coreutils-cut-huge-range-test.patch \
%D%/packages/patches/coreutils-fix-cross-compilation.patch \
%D%/packages/patches/cpio-CVE-2016-2037.patch \
%D%/packages/patches/cpufrequtils-fix-aclocal.patch \
%D%/packages/patches/cracklib-CVE-2016-6318.patch \
%D%/packages/patches/cracklib-fix-buffer-overflow.patch \
%D%/packages/patches/crawl-upgrade-saves.patch \
%D%/packages/patches/crda-optional-gcrypt.patch \
%D%/packages/patches/crossmap-allow-system-pysam.patch \
%D%/packages/patches/csound-header-ordering.patch \
%D%/packages/patches/crypto++-fix-dos-in-asn.1-decoders.patch \
%D%/packages/patches/clucene-contribs-lib.patch \
%D%/packages/patches/cube-nocheck.patch \
%D%/packages/patches/cursynth-wave-rand.patch \
%D%/packages/patches/cvs-2017-12836.patch \
%D%/packages/patches/cyrus-sasl-CVE-2013-4122.patch \
%D%/packages/patches/dblatex-remove-multirow.patch \
%D%/packages/patches/dbus-helper-search-path.patch \
%D%/packages/patches/deja-dup-use-ref-keyword-for-iter.patch \
%D%/packages/patches/dfu-programmer-fix-libusb.patch \
%D%/packages/patches/diffutils-gets-undeclared.patch \
%D%/packages/patches/doc++-include-directives.patch \
%D%/packages/patches/doc++-segfault-fix.patch \
%D%/packages/patches/doxygen-test.patch \
%D%/packages/patches/dtc-format-modifier.patch \
%D%/packages/patches/dtc-32-bits-check.patch \
%D%/packages/patches/dvd+rw-tools-add-include.patch \
%D%/packages/patches/elfutils-tests-ptrace.patch \
%D%/packages/patches/elixir-disable-failing-tests.patch \
%D%/packages/patches/einstein-build.patch \
%D%/packages/patches/emacs-exec-path.patch \
%D%/packages/patches/emacs-fix-scheme-indent-function.patch \
%D%/packages/patches/emacs-highlight-stages-add-gexp.patch \
%D%/packages/patches/emacs-scheme-complete-scheme-r5rs-info.patch \
%D%/packages/patches/emacs-source-date-epoch.patch \
%D%/packages/patches/erlang-man-path.patch \
%D%/packages/patches/eudev-rules-directory.patch \
%D%/packages/patches/eudev-conflicting-declaration.patch \
%D%/packages/patches/evilwm-lost-focus-bug.patch \
%D%/packages/patches/expat-CVE-2016-0718-fix-regression.patch \
%D%/packages/patches/fabric-tests.patch \
%D%/packages/patches/exiv2-CVE-2017-14860.patch \
%D%/packages/patches/exiv2-CVE-2017-14859-14862-14864.patch \
%D%/packages/patches/fastcap-mulGlobal.patch \
%D%/packages/patches/fastcap-mulSetup.patch \
%D%/packages/patches/fasthenry-spAllocate.patch \
@@ -577,81 +628,104 @@ dist_patch_DATA = \
%D%/packages/patches/fasthenry-spFactor.patch \
%D%/packages/patches/fcgi-2.4.0-gcc44-fixes.patch \
%D%/packages/patches/fcgi-2.4.0-poll.patch \
%D%/packages/patches/file-CVE-2017-1000249.patch \
%D%/packages/patches/findutils-localstatedir.patch \
%D%/packages/patches/findutils-gnulib-multi-core.patch \
%D%/packages/patches/findutils-test-xargs.patch \
%D%/packages/patches/flint-ldconfig.patch \
%D%/packages/patches/fltk-shared-lib-defines.patch \
%D%/packages/patches/fltk-xfont-on-demand.patch \
%D%/packages/patches/fontconfig-charwidth-symbol-conflict.patch \
%D%/packages/patches/fontconfig-path-max.patch \
%D%/packages/patches/fontforge-svg-modtime.patch \
%D%/packages/patches/foomatic-filters-CVE-2015-8327.patch \
%D%/packages/patches/foomatic-filters-CVE-2015-8560.patch \
%D%/packages/patches/freeimage-CVE-2015-0852.patch \
%D%/packages/patches/freeimage-CVE-2016-5684.patch \
%D%/packages/patches/freeimage-fix-build-with-gcc-5.patch \
%D%/packages/patches/freetype-CVE-2017-8105.patch \
%D%/packages/patches/freetype-CVE-2017-8287.patch \
%D%/packages/patches/fuse-overlapping-headers.patch \
%D%/packages/patches/gawk-shell.patch \
%D%/packages/patches/gcc-arm-bug-71399.patch \
%D%/packages/patches/gcc-arm-link-spec-fix.patch \
%D%/packages/patches/gcc-asan-powerpc-missing-include.patch \
%D%/packages/patches/gcc-cross-environment-variables.patch \
%D%/packages/patches/gcc-libvtv-runpath.patch \
%D%/packages/patches/gcc-strmov-store-file-names.patch \
%D%/packages/patches/gcc-4-compile-with-gcc-5.patch \
%D%/packages/patches/gcc-4.6-gnu-inline.patch \
%D%/packages/patches/gcc-4.9.3-mingw-gthr-default.patch \
%D%/packages/patches/gcc-5.0-libvtv-runpath.patch \
%D%/packages/patches/gcc-5-source-date-epoch-1.patch \
%D%/packages/patches/gcc-5-source-date-epoch-2.patch \
%D%/packages/patches/gcc-6-arm-none-eabi-multilib.patch \
%D%/packages/patches/gcc-6-cross-environment-variables.patch \
%D%/packages/patches/gcj-arm-mode.patch \
%D%/packages/patches/gdk-pixbuf-list-dir.patch \
%D%/packages/patches/gd-fix-gd2-read-test.patch \
%D%/packages/patches/gcc-6-source-date-epoch-1.patch \
%D%/packages/patches/gcc-6-source-date-epoch-2.patch \
%D%/packages/patches/gcr-disable-failing-tests.patch \
%D%/packages/patches/gcr-fix-collection-tests-to-work-with-gpg-21.patch \
%D%/packages/patches/gd-fix-tests-on-i686.patch \
%D%/packages/patches/gd-freetype-test-failure.patch \
%D%/packages/patches/gd-php-73968-Fix-109-XBM-reading.patch \
%D%/packages/patches/gegl-CVE-2012-4433.patch \
%D%/packages/patches/gemma-intel-compat.patch \
%D%/packages/patches/geoclue-config.patch \
%D%/packages/patches/gettext-multi-core.patch \
%D%/packages/patches/gettext-gnulib-multi-core.patch \
%D%/packages/patches/ghc-dont-pass-linker-flags-via-response-files.patch \
%D%/packages/patches/ghostscript-CVE-2013-5653.patch \
%D%/packages/patches/ghostscript-CVE-2015-3228.patch \
%D%/packages/patches/ghostscript-CVE-2016-7976.patch \
%D%/packages/patches/ghostscript-CVE-2016-7978.patch \
%D%/packages/patches/ghostscript-CVE-2016-7979.patch \
%D%/packages/patches/ghostscript-CVE-2016-8602.patch \
%D%/packages/patches/ghostscript-CVE-2017-8291.patch \
%D%/packages/patches/ghostscript-no-header-id.patch \
%D%/packages/patches/ghostscript-no-header-uuid.patch \
%D%/packages/patches/ghostscript-no-header-creationdate.patch \
%D%/packages/patches/ghostscript-runpath.patch \
%D%/packages/patches/glib-networking-ssl-cert-file.patch \
%D%/packages/patches/glib-tests-timer.patch \
%D%/packages/patches/glibc-CVE-2015-5180.patch \
%D%/packages/patches/glibc-CVE-2015-7547.patch \
%D%/packages/patches/glibc-CVE-2016-3075.patch \
%D%/packages/patches/glibc-CVE-2016-3706.patch \
%D%/packages/patches/glibc-CVE-2016-4429.patch \
%D%/packages/patches/glibc-CVE-2017-1000366-pt1.patch \
%D%/packages/patches/glibc-CVE-2017-1000366-pt2.patch \
%D%/packages/patches/glibc-CVE-2017-1000366-pt3.patch \
%D%/packages/patches/glibc-CVE-2017-15670-15671.patch \
%D%/packages/patches/glibc-bootstrap-system.patch \
%D%/packages/patches/glibc-ldd-x86_64.patch \
%D%/packages/patches/glibc-locales.patch \
%D%/packages/patches/glibc-memchr-overflow-i686.patch \
%D%/packages/patches/glibc-o-largefile.patch \
%D%/packages/patches/glibc-vectorized-strcspn-guards.patch \
%D%/packages/patches/glibc-versioned-locpath.patch \
%D%/packages/patches/glusterfs-use-PATH-instead-of-hardcodes.patch \
%D%/packages/patches/glog-gcc-5-demangling.patch \
%D%/packages/patches/gmp-arm-asm-nothumb.patch \
%D%/packages/patches/gmp-faulty-test.patch \
%D%/packages/patches/gnome-shell-CVE-2017-8288.patch \
%D%/packages/patches/gnome-tweak-tool-search-paths.patch \
%D%/packages/patches/gnucash-price-quotes-perl.patch \
%D%/packages/patches/gnutls-skip-trust-store-test.patch \
%D%/packages/patches/gnutls-skip-pkgconfig-test.patch \
%D%/packages/patches/gobject-introspection-absolute-shlib-path.patch \
%D%/packages/patches/gobject-introspection-cc.patch \
%D%/packages/patches/gobject-introspection-girepository.patch \
%D%/packages/patches/graphite2-CVE-2017-5436.patch \
%D%/packages/patches/graphite2-check-code-point-limit.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-11403+CVE-2017-14103.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-12935.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-12936.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-12937.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-13775.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-13776+CVE-2017-13777.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-14042.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-14165.patch \
%D%/packages/patches/graphicsmagick-CVE-2017-14649.patch \
%D%/packages/patches/graphite2-ffloat-store.patch \
%D%/packages/patches/graphite2-fix-32-bit-wrap-arounds.patch \
%D%/packages/patches/graphite2-non-linear-classes-even-number.patch \
%D%/packages/patches/grep-gnulib-lock.patch \
%D%/packages/patches/grep-timing-sensitive-test.patch \
%D%/packages/patches/groff-source-date-epoch.patch \
%D%/packages/patches/gsl-test-i686.patch \
%D%/packages/patches/gspell-dash-test.patch \
%D%/packages/patches/guile-1.8-cpp-4.5.patch \
%D%/packages/patches/guile-2.2-default-utf8.patch \
%D%/packages/patches/guile-bytestructures-name-clash.patch \
%D%/packages/patches/guile-default-utf8.patch \
%D%/packages/patches/guile-linux-syscalls.patch \
%D%/packages/patches/guile-present-coding.patch \
%D%/packages/patches/guile-relocatable.patch \
%D%/packages/patches/guile-rsvg-pkgconfig.patch \
%D%/packages/patches/guile-ssh-rexec-bug.patch \
%D%/packages/patches/guile-ssh-double-free.patch \
%D%/packages/patches/guile-emacs-fix-configure.patch \
%D%/packages/patches/gtk2-respect-GUIX_GTK2_PATH.patch \
%D%/packages/patches/gtk2-respect-GUIX_GTK2_IM_MODULE_FILE.patch \
%D%/packages/patches/gtk2-theme-paths.patch \
@@ -670,20 +744,31 @@ dist_patch_DATA = \
%D%/packages/patches/hdf-eos5-remove-gctp.patch \
%D%/packages/patches/hdf-eos5-fix-szip.patch \
%D%/packages/patches/hdf-eos5-fortrantests.patch \
%D%/packages/patches/heimdal-CVE-2017-6594.patch \
%D%/packages/patches/heimdal-CVE-2017-11103.patch \
%D%/packages/patches/hmmer-remove-cpu-specificity.patch \
%D%/packages/patches/higan-remove-march-native-flag.patch \
%D%/packages/patches/hop-linker-flags.patch \
%D%/packages/patches/httpd-CVE-2017-9798.patch \
%D%/packages/patches/hubbub-sort-entities.patch \
%D%/packages/patches/hurd-fix-eth-multiplexer-dependency.patch \
%D%/packages/patches/hydra-disable-darcs-test.patch \
%D%/packages/patches/icecat-avoid-bundled-libraries.patch \
%D%/packages/patches/icecat-bug-1348660-pt5.patch \
%D%/packages/patches/icecat-bug-1415133.patch \
%D%/packages/patches/icu4c-CVE-2017-7867-CVE-2017-7868.patch \
%D%/packages/patches/icu4c-CVE-2017-14952.patch \
%D%/packages/patches/icu4c-reset-keyword-list-iterator.patch \
%D%/packages/patches/id3lib-CVE-2007-4460.patch \
%D%/packages/patches/ilmbase-fix-tests.patch \
%D%/packages/patches/intltool-perl-compatibility.patch \
%D%/packages/patches/isl-0.11.1-aarch64-support.patch \
%D%/packages/patches/jasper-CVE-2017-6850.patch \
%D%/packages/patches/jacal-fix-texinfo.patch \
%D%/packages/patches/java-powermock-fix-java-files.patch \
%D%/packages/patches/jbig2dec-ignore-testtest.patch \
%D%/packages/patches/jbig2dec-CVE-2016-9601.patch \
%D%/packages/patches/jbig2dec-CVE-2017-7885.patch \
%D%/packages/patches/jbig2dec-CVE-2017-7975.patch \
%D%/packages/patches/jbig2dec-CVE-2017-7976.patch \
%D%/packages/patches/jq-CVE-2015-8863.patch \
%D%/packages/patches/kdbusaddons-kinit-file-name.patch \
%D%/packages/patches/khmer-use-libraries.patch \
@@ -698,6 +783,7 @@ dist_patch_DATA = \
%D%/packages/patches/kobodeluxe-manpage-minus-not-hyphen.patch \
%D%/packages/patches/kobodeluxe-midicon-segmentation-fault.patch \
%D%/packages/patches/kobodeluxe-graphics-window-signed-char.patch \
%D%/packages/patches/ktexteditor-5.39.0-autotests-dependencies.patch \
%D%/packages/patches/laby-make-install.patch \
%D%/packages/patches/lcms-CVE-2016-10165.patch \
%D%/packages/patches/ldc-disable-tests.patch \
@@ -707,6 +793,7 @@ dist_patch_DATA = \
%D%/packages/patches/liba52-link-with-libm.patch \
%D%/packages/patches/liba52-set-soname.patch \
%D%/packages/patches/liba52-use-mtune-not-mcpu.patch \
%D%/packages/patches/libarchive-CVE-2017-14166.patch \
%D%/packages/patches/libbase-fix-includes.patch \
%D%/packages/patches/libbase-use-own-logging.patch \
%D%/packages/patches/libbonobo-activation-test-race.patch \
@@ -714,7 +801,6 @@ dist_patch_DATA = \
%D%/packages/patches/libcroco-CVE-2017-7960.patch \
%D%/packages/patches/libcroco-CVE-2017-7961.patch \
%D%/packages/patches/libdrm-symbol-check.patch \
%D%/packages/patches/libetonyek-build-with-mdds-1.2.patch \
%D%/packages/patches/libevent-dns-tests.patch \
%D%/packages/patches/libevent-2.0-CVE-2016-10195.patch \
%D%/packages/patches/libevent-2.0-CVE-2016-10196.patch \
@@ -722,8 +808,10 @@ dist_patch_DATA = \
%D%/packages/patches/libevent-2.0-evbuffer-add-use-last-with-datap.patch \
%D%/packages/patches/libevent-2.1-dns-tests.patch \
%D%/packages/patches/libevent-2.1-skip-failing-test.patch \
%D%/packages/patches/libextractor-ffmpeg-3.patch \
%D%/packages/patches/libgit2-use-after-free.patch \
%D%/packages/patches/libgit2-0.25.1-mtime-0.patch \
%D%/packages/patches/libgdata-fix-tests.patch \
%D%/packages/patches/libgdata-glib-duplicate-tests.patch \
%D%/packages/patches/libffi-3.2.1-complex-alpha.patch \
%D%/packages/patches/libjxr-fix-function-signature.patch \
%D%/packages/patches/libjxr-fix-typos.patch \
%D%/packages/patches/liboop-mips64-deplibs-fix.patch \
@@ -736,48 +824,31 @@ dist_patch_DATA = \
%D%/packages/patches/libsndfile-armhf-type-checks.patch \
%D%/packages/patches/libsndfile-CVE-2017-8361-8363-8365.patch \
%D%/packages/patches/libsndfile-CVE-2017-8362.patch \
%D%/packages/patches/libssh-hostname-parser-bug.patch \
%D%/packages/patches/libssh2-fix-build-failure-with-gcrypt.patch \
%D%/packages/patches/libtar-CVE-2013-4420.patch \
%D%/packages/patches/libtar-CVE-2013-4420.patch \
%D%/packages/patches/libtasn1-CVE-2017-10790.patch \
%D%/packages/patches/libtheora-config-guess.patch \
%D%/packages/patches/libtiff-CVE-2016-10092.patch \
%D%/packages/patches/libtiff-CVE-2016-10093.patch \
%D%/packages/patches/libtiff-CVE-2016-10094.patch \
%D%/packages/patches/libtiff-CVE-2017-5225.patch \
%D%/packages/patches/libtiff-CVE-2017-7593.patch \
%D%/packages/patches/libtiff-CVE-2017-7594.patch \
%D%/packages/patches/libtiff-multiple-UBSAN-crashes.patch \
%D%/packages/patches/libtiff-assertion-failure.patch \
%D%/packages/patches/libtiff-divide-by-zero-ojpeg.patch \
%D%/packages/patches/libtiff-divide-by-zero-tiffcp.patch \
%D%/packages/patches/libtiff-divide-by-zero-tiffcrop.patch \
%D%/packages/patches/libtiff-divide-by-zero.patch \
%D%/packages/patches/libtiff-heap-overflow-pixarlog-luv.patch \
%D%/packages/patches/libtiff-heap-overflow-tif-dirread.patch \
%D%/packages/patches/libtiff-heap-overflow-tiffcp.patch \
%D%/packages/patches/libtiff-heap-overflow-tiffcrop.patch \
%D%/packages/patches/libtiff-invalid-read.patch \
%D%/packages/patches/libtiff-null-dereference.patch \
%D%/packages/patches/libtiff-tiffcp-underflow.patch \
%D%/packages/patches/libtiff-CVE-2016-10688.patch \
%D%/packages/patches/libtiff-CVE-2017-9936.patch \
%D%/packages/patches/libtiff-tiffgetfield-bugs.patch \
%D%/packages/patches/libtiff-tiffycbcrtorgb-integer-overflow.patch \
%D%/packages/patches/libtiff-tiffycbcrtorgbinit-integer-overflow.patch \
%D%/packages/patches/libtirpc-CVE-2017-8779.patch \
%D%/packages/patches/libtorrent-rasterbar-boost-compat.patch \
%D%/packages/patches/libtool-skip-tests2.patch \
%D%/packages/patches/libunwind-CVE-2015-3239.patch \
%D%/packages/patches/libunistring-gnulib-multi-core.patch \
%D%/packages/patches/libusb-0.1-disable-tests.patch \
%D%/packages/patches/libusb-for-axoloti.patch \
%D%/packages/patches/libvirt-CVE-2017-1000256.patch \
%D%/packages/patches/libvpx-CVE-2016-2818.patch \
%D%/packages/patches/libwmf-CAN-2004-0941.patch \
%D%/packages/patches/libwmf-CVE-2006-3376.patch \
%D%/packages/patches/libwmf-CVE-2007-0455.patch \
%D%/packages/patches/libwmf-CVE-2007-2756.patch \
%D%/packages/patches/libwmf-CVE-2007-3472.patch \
%D%/packages/patches/libwmf-CVE-2007-3473.patch \
%D%/packages/patches/libwmf-CVE-2007-3477.patch \
%D%/packages/patches/libwmf-CVE-2009-1364.patch \
%D%/packages/patches/libwmf-CVE-2009-3546.patch \
%D%/packages/patches/libwmf-CVE-2015-0848+CVE-2015-4588.patch \
%D%/packages/patches/libwmf-CVE-2015-4695.patch \
%D%/packages/patches/libwmf-CVE-2015-4696.patch \
%D%/packages/patches/libxcb-python-3.5-compat.patch \
%D%/packages/patches/libxml2-CVE-2016-4658.patch \
%D%/packages/patches/libxml2-CVE-2016-5131.patch \
%D%/packages/patches/libxml2-CVE-2017-0663.patch \
%D%/packages/patches/libxml2-CVE-2017-7375.patch \
%D%/packages/patches/libxml2-CVE-2017-7376.patch \
%D%/packages/patches/libxml2-CVE-2017-9047+CVE-2017-9048.patch \
%D%/packages/patches/libxml2-CVE-2017-9049+CVE-2017-9050.patch \
%D%/packages/patches/libxslt-generated-ids.patch \
%D%/packages/patches/libxslt-CVE-2016-4738.patch \
%D%/packages/patches/libxt-guix-search-paths.patch \
@@ -803,7 +874,6 @@ dist_patch_DATA = \
%D%/packages/patches/lvm2-static-link.patch \
%D%/packages/patches/lxsession-use-gapplication.patch \
%D%/packages/patches/lxterminal-CVE-2016-10369.patch \
%D%/packages/patches/lz4-fix-test-failures.patch \
%D%/packages/patches/make-impure-dirs.patch \
%D%/packages/patches/mars-install.patch \
%D%/packages/patches/mars-sfml-2.3.patch \
@@ -812,40 +882,43 @@ dist_patch_DATA = \
%D%/packages/patches/mcrypt-CVE-2012-4409.patch \
%D%/packages/patches/mcrypt-CVE-2012-4426.patch \
%D%/packages/patches/mcrypt-CVE-2012-4527.patch \
%D%/packages/patches/mesa-fix-32bit-test-failures.patch \
%D%/packages/patches/mesa-skip-disk-cache-test.patch \
%D%/packages/patches/mesa-wayland-egl-symbols-check-mips.patch \
%D%/packages/patches/metabat-remove-compilation-date.patch \
%D%/packages/patches/meson-for-build-rpath.patch \
%D%/packages/patches/metabat-fix-compilation.patch \
%D%/packages/patches/mhash-keygen-test-segfault.patch \
%D%/packages/patches/miniupnpc-CVE-2017-8798.patch \
%D%/packages/patches/mingw-w64-5.0rc2-gcc-4.9.3.patch \
%D%/packages/patches/mpc123-initialize-ao.patch \
%D%/packages/patches/module-init-tools-moduledir.patch \
%D%/packages/patches/mongodb-support-unknown-linux-distributions.patch \
%D%/packages/patches/mozjs17-aarch64-support.patch \
%D%/packages/patches/mozjs24-aarch64-support.patch \
%D%/packages/patches/mozjs38-pkg-config-version.patch \
%D%/packages/patches/mozjs38-shell-version.patch \
%D%/packages/patches/mozjs38-tracelogger.patch \
%D%/packages/patches/mozjs38-version-detection.patch \
%D%/packages/patches/multiqc-fix-git-subprocess-error.patch \
%D%/packages/patches/mumps-build-parallelism.patch \
%D%/packages/patches/mupdf-build-with-openjpeg-2.1.patch \
%D%/packages/patches/mupdf-CVE-2017-14685.patch \
%D%/packages/patches/mupdf-CVE-2017-14686.patch \
%D%/packages/patches/mupdf-CVE-2017-14687.patch \
%D%/packages/patches/mupdf-CVE-2017-15587.patch \
%D%/packages/patches/mupen64plus-ui-console-notice.patch \
%D%/packages/patches/musl-CVE-2016-8859.patch \
%D%/packages/patches/mutt-store-references.patch \
%D%/packages/patches/ncurses-CVE-2017-10684-10685.patch \
%D%/packages/patches/net-tools-bitrot.patch \
%D%/packages/patches/netcdf-date-time.patch \
%D%/packages/patches/netcdf-tst_h_par.patch \
%D%/packages/patches/netsurf-system-utf8proc.patch \
%D%/packages/patches/netsurf-y2038-tests.patch \
%D%/packages/patches/netsurf-longer-test-timeout.patch \
%D%/packages/patches/newsbeuter-CVE-2017-12904.patch \
%D%/packages/patches/newsbeuter-CVE-2017-14500.patch \
%D%/packages/patches/ngircd-handle-zombies.patch \
%D%/packages/patches/ninja-zero-mtime.patch \
%D%/packages/patches/node-9077.patch \
%D%/packages/patches/nss-disable-long-b64-tests.patch \
%D%/packages/patches/node-test-http2-server-rst-stream.patch \
%D%/packages/patches/nss-increase-test-timeout.patch \
%D%/packages/patches/nss-pkgconfig.patch \
%D%/packages/patches/ntfs-3g-CVE-2017-0358.patch \
%D%/packages/patches/nvi-assume-preserve-path.patch \
%D%/packages/patches/nvi-dbpagesize-binpower.patch \
%D%/packages/patches/nvi-db4.patch \
@@ -854,33 +927,40 @@ dist_patch_DATA = \
%D%/packages/patches/ocaml-CVE-2015-8869.patch \
%D%/packages/patches/ocaml-Add-a-.file-directive.patch \
%D%/packages/patches/ocaml-findlib-make-install.patch \
%D%/packages/patches/ocaml-graph-honor-source-date-epoch.patch \
%D%/packages/patches/omake-fix-non-determinism.patch \
%D%/packages/patches/ola-readdir-r.patch \
%D%/packages/patches/openscenegraph-ffmpeg3.patch \
%D%/packages/patches/openexr-missing-samples.patch \
%D%/packages/patches/openjpeg-CVE-2016-9850-CVE-2016-9851.patch \
%D%/packages/patches/openjpeg-CVE-2016-9572-CVE-2016-9573.patch \
%D%/packages/patches/openfoam-4.1-cleanup.patch \
%D%/packages/patches/openldap-CVE-2017-9287.patch \
%D%/packages/patches/openocd-nrf52.patch \
%D%/packages/patches/openssl-runpath.patch \
%D%/packages/patches/openssl-1.1.0-c-rehash-in.patch \
%D%/packages/patches/openssl-c-rehash-in.patch \
%D%/packages/patches/optipng-CVE-2017-1000229.patch \
%D%/packages/patches/orpheus-cast-errors-and-includes.patch \
%D%/packages/patches/osip-CVE-2017-7853.patch \
%D%/packages/patches/ots-no-include-missing-file.patch \
%D%/packages/patches/owncloud-disable-updatecheck.patch \
%D%/packages/patches/p7zip-CVE-2016-9296.patch \
%D%/packages/patches/p7zip-remove-unused-code.patch \
%D%/packages/patches/patchelf-page-size.patch \
%D%/packages/patches/patchelf-rework-for-arm.patch \
%D%/packages/patches/patchutils-xfail-gendiff-tests.patch \
%D%/packages/patches/patch-hurd-path-max.patch \
%D%/packages/patches/pcmanfm-CVE-2017-8934.patch \
%D%/packages/patches/pcre-CVE-2017-7186.patch \
%D%/packages/patches/pcre2-CVE-2017-7186.patch \
%D%/packages/patches/pcre2-CVE-2017-8786.patch \
%D%/packages/patches/perl-file-path-CVE-2017-6512.patch \
%D%/packages/patches/perl-autosplit-default-time.patch \
%D%/packages/patches/perl-dbd-mysql-CVE-2017-10788.patch \
%D%/packages/patches/perl-deterministic-ordering.patch \
%D%/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch \
%D%/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch \
%D%/packages/patches/perl-io-socket-ssl-openssl-1.0.2f-fix.patch \
%D%/packages/patches/perl-net-amazon-s3-moose-warning.patch \
%D%/packages/patches/perl-net-ssleay-disable-ede-test.patch \
%D%/packages/patches/perl-net-dns-resolver-programmable-fix.patch \
%D%/packages/patches/perl-no-sys-dirs.patch \
%D%/packages/patches/perl-module-pluggable-search.patch \
@@ -903,7 +983,11 @@ dist_patch_DATA = \
%D%/packages/patches/portmidi-modular-build.patch \
%D%/packages/patches/procmail-ambiguous-getline-debian.patch \
%D%/packages/patches/procmail-CVE-2014-3618.patch \
%D%/packages/patches/procmail-CVE-2017-16844.patch \
%D%/packages/patches/proot-test-fhs.patch \
%D%/packages/patches/psm-arch.patch \
%D%/packages/patches/psm-ldflags.patch \
%D%/packages/patches/psm-repro.patch \
%D%/packages/patches/pt-scotch-build-parallelism.patch \
%D%/packages/patches/pulseaudio-fix-mult-test.patch \
%D%/packages/patches/pulseaudio-longer-test-timeout.patch \
@@ -922,29 +1006,43 @@ dist_patch_DATA = \
%D%/packages/patches/python-3.5-fix-tests.patch \
%D%/packages/patches/python-3.5-getentropy-on-old-kernels.patch \
%D%/packages/patches/python-dendropy-fix-tests.patch \
%D%/packages/patches/python-file-double-encoding-bug.patch \
%D%/packages/patches/python-fix-tests.patch \
%D%/packages/patches/python-genshi-add-support-for-python-3.4-AST.patch \
%D%/packages/patches/python-genshi-buildable-on-python-2.7.patch \
%D%/packages/patches/python-genshi-disable-speedups-on-python-3.3.patch \
%D%/packages/patches/python-genshi-fix-tests-on-python-3.5.patch \
%D%/packages/patches/python-genshi-isstring-helper.patch \
%D%/packages/patches/python-genshi-stripping-of-unsafe-script-tags.patch \
%D%/packages/patches/python2-larch-coverage-4.0a6-compatibility.patch \
%D%/packages/patches/python-networkx2-reproducible-build.patch \
%D%/packages/patches/python-nose-timer-drop-ordereddict.patch \
%D%/packages/patches/python-parse-too-many-fields.patch \
%D%/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \
%D%/packages/patches/python-statsmodels-fix-tests.patch \
%D%/packages/patches/python-configobj-setuptools.patch \
%D%/packages/patches/python-cython-fix-tests-32bit.patch \
%D%/packages/patches/python-fake-factory-fix-build-32bit.patch \
%D%/packages/patches/python-faker-fix-build-32bit.patch \
%D%/packages/patches/python-pandas-skip-failing-tests.patch \
%D%/packages/patches/python-paste-remove-website-test.patch \
%D%/packages/patches/python-paste-remove-timing-test.patch \
%D%/packages/patches/python-pillow-freetype-2.7-test-failure.patch \
%D%/packages/patches/python-pygit2-disable-network-tests.patch \
%D%/packages/patches/python-pyopenssl-skip-network-test.patch \
%D%/packages/patches/python-pycrypto-CVE-2013-7459.patch \
%D%/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \
%D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \
%D%/packages/patches/python2-subprocess32-disable-input-test.patch \
%D%/packages/patches/qemu-CVE-2017-7493.patch \
%D%/packages/patches/python2-unittest2-remove-argparse.patch \
%D%/packages/patches/qemu-CVE-2017-15038.patch \
%D%/packages/patches/qemu-CVE-2017-15118.patch \
%D%/packages/patches/qemu-CVE-2017-15119.patch \
%D%/packages/patches/qemu-CVE-2017-15268.patch \
%D%/packages/patches/qemu-CVE-2017-15289.patch \
%D%/packages/patches/qt4-ldflags.patch \
%D%/packages/patches/qtscript-disable-tests.patch \
%D%/packages/patches/quagga-reproducible-build.patch \
%D%/packages/patches/quassel-fix-tls-check.patch \
%D%/packages/patches/quickswitch-fix-dmenu-check.patch \
%D%/packages/patches/rapicorn-isnan.patch \
%D%/packages/patches/raptor2-heap-overflow.patch \
%D%/packages/patches/ratpoison-shell.patch \
%D%/packages/patches/rcs-5.9.4-noreturn.patch \
%D%/packages/patches/readline-link-ncurses.patch \
@@ -953,34 +1051,34 @@ dist_patch_DATA = \
%D%/packages/patches/reptyr-fix-gcc-7.patch \
%D%/packages/patches/ripperx-missing-file.patch \
%D%/packages/patches/rpcbind-CVE-2017-8779.patch \
%D%/packages/patches/rpm-CVE-2014-8118.patch \
%D%/packages/patches/rsem-makefile.patch \
%D%/packages/patches/ruby-concurrent-ignore-broken-test.patch \
%D%/packages/patches/ruby-concurrent-test-arm.patch \
%D%/packages/patches/ruby-puma-ignore-broken-test.patch \
%D%/packages/patches/ruby-rack-ignore-failing-test.patch \
%D%/packages/patches/ruby-tzinfo-data-ignore-broken-test.patch\
%D%/packages/patches/rxvt-unicode-escape-sequences.patch \
%D%/packages/patches/scheme48-tests.patch \
%D%/packages/patches/scotch-test-threading.patch \
%D%/packages/patches/screen-fix-info-syntax-error.patch \
%D%/packages/patches/sdl-libx11-1.6.patch \
%D%/packages/patches/seq24-rename-mutex.patch \
%D%/packages/patches/shadow-4.4-su-snprintf-fix.patch \
%D%/packages/patches/shadow-CVE-2017-2616.patch \
%D%/packages/patches/shepherd-close-fds.patch \
%D%/packages/patches/shishi-fix-libgcrypt-detection.patch \
%D%/packages/patches/slim-session.patch \
%D%/packages/patches/slim-config.patch \
%D%/packages/patches/slim-sigusr1.patch \
%D%/packages/patches/slim-reset.patch \
%D%/packages/patches/slim-login.patch \
%D%/packages/patches/slurm-configure-remove-nonfree-contribs.patch \
%D%/packages/patches/sooperlooper-build-with-wx-30.patch \
%D%/packages/patches/spice-CVE-2016-9577.patch \
%D%/packages/patches/spice-CVE-2016-9578-1.patch \
%D%/packages/patches/spice-CVE-2016-9578-2.patch \
%D%/packages/patches/spice-CVE-2017-7506.patch \
%D%/packages/patches/steghide-fixes.patch \
%D%/packages/patches/superlu-dist-scotchmetis.patch \
%D%/packages/patches/swish-e-search.patch \
%D%/packages/patches/swish-e-format-security.patch \
%D%/packages/patches/synfig-build-fix.patch \
%D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \
%D%/packages/patches/t1lib-CVE-2010-2642.patch \
%D%/packages/patches/t1lib-CVE-2011-0764.patch \
%D%/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch \
@@ -992,7 +1090,6 @@ dist_patch_DATA = \
%D%/packages/patches/tcsh-fix-out-of-bounds-read.patch \
%D%/packages/patches/teensy-loader-cli-help.patch \
%D%/packages/patches/teeworlds-use-latest-wavpack.patch \
%D%/packages/patches/texlive-texmf-CVE-2016-10243.patch \
%D%/packages/patches/texi2html-document-encoding.patch \
%D%/packages/patches/texi2html-i18n.patch \
%D%/packages/patches/thefuck-test-environ.patch \
@@ -1004,6 +1101,7 @@ dist_patch_DATA = \
%D%/packages/patches/ttf2eot-cstddef.patch \
%D%/packages/patches/ttfautohint-source-date-epoch.patch \
%D%/packages/patches/tophat-build-with-later-seqan.patch \
%D%/packages/patches/totem-meson-easy-codec.patch \
%D%/packages/patches/tuxpaint-stamps-path.patch \
%D%/packages/patches/unrtf-CVE-2016-10091.patch \
%D%/packages/patches/unzip-CVE-2014-8139.patch \
@@ -1023,16 +1121,16 @@ dist_patch_DATA = \
%D%/packages/patches/util-linux-tests.patch \
%D%/packages/patches/upower-builddir.patch \
%D%/packages/patches/valgrind-enable-arm.patch \
%D%/packages/patches/vinagre-revert-1.patch \
%D%/packages/patches/vinagre-revert-2.patch \
%D%/packages/patches/virglrenderer-CVE-2017-6386.patch \
%D%/packages/patches/vorbis-tools-CVE-2014-9638+CVE-2014-9639.patch \
%D%/packages/patches/vorbis-tools-CVE-2014-9640.patch \
%D%/packages/patches/vorbis-tools-CVE-2015-6749.patch \
%D%/packages/patches/vpnc-script.patch \
%D%/packages/patches/vsearch-unbundle-cityhash.patch \
%D%/packages/patches/vte-CVE-2012-2738-pt1.patch \
%D%/packages/patches/vte-CVE-2012-2738-pt2.patch \
%D%/packages/patches/weechat-python.patch \
%D%/packages/patches/wget-CVE-2017-6508.patch \
%D%/packages/patches/wget-fix-504-test-timeout.patch \
%D%/packages/patches/wicd-bitrate-none-fix.patch \
%D%/packages/patches/wicd-get-selected-profile-fix.patch \
%D%/packages/patches/wicd-urwid-1.3.patch \
@@ -1043,16 +1141,20 @@ dist_patch_DATA = \
%D%/packages/patches/wordnet-CVE-2008-2149.patch \
%D%/packages/patches/wordnet-CVE-2008-3908-pt1.patch \
%D%/packages/patches/wordnet-CVE-2008-3908-pt2.patch \
%D%/packages/patches/wpa-supplicant-CVE-2017-13082.patch \
%D%/packages/patches/wpa-supplicant-fix-key-reuse.patch \
%D%/packages/patches/wpa-supplicant-fix-zeroed-keys.patch \
%D%/packages/patches/wpa-supplicant-fix-nonce-reuse.patch \
%D%/packages/patches/wpa-supplicant-krack-followups.patch \
%D%/packages/patches/xcb-proto-python3-print.patch \
%D%/packages/patches/xcb-proto-python3-whitespace.patch \
%D%/packages/patches/wxwidgets-fix-windowGTK.patch \
%D%/packages/patches/xdotool-fix-makefile.patch \
%D%/packages/patches/xf86-input-wacom-xorg-abi-25.patch \
%D%/packages/patches/xf86-video-ark-remove-mibstore.patch \
%D%/packages/patches/xf86-video-ast-remove-mibstore.patch \
%D%/packages/patches/xf86-video-geode-glibc-2.20.patch \
%D%/packages/patches/xf86-video-i128-remove-mibstore.patch \
%D%/packages/patches/xf86-video-mach64-glibc-2.20.patch \
%D%/packages/patches/xf86-video-siliconmotion-fix-ftbfs.patch \
%D%/packages/patches/xf86-video-tga-remove-mibstore.patch \
%D%/packages/patches/xfce4-panel-plugins.patch \
%D%/packages/patches/xfce4-session-fix-xflock4.patch \
@@ -1061,7 +1163,13 @@ dist_patch_DATA = \
%D%/packages/patches/xinetd-CVE-2013-4342.patch \
%D%/packages/patches/xmodmap-asprintf.patch \
%D%/packages/patches/libyaml-CVE-2014-9130.patch \
%D%/packages/patches/zathura-plugindir-environment-variable.patch
%D%/packages/patches/zathura-plugindir-environment-variable.patch \
%D%/packages/patches/zziplib-CVE-2017-5974.patch \
%D%/packages/patches/zziplib-CVE-2017-5975.patch \
%D%/packages/patches/zziplib-CVE-2017-5976.patch \
%D%/packages/patches/zziplib-CVE-2017-5978.patch \
%D%/packages/patches/zziplib-CVE-2017-5979.patch \
%D%/packages/patches/zziplib-CVE-2017-5981.patch
MISC_DISTRO_FILES = \
%D%/packages/ld-wrapper.in
+20 -8
View File
@@ -29,6 +29,7 @@
#:use-module ((guix build utils)
#:select ((package-name->name+version
. hyphen-separated-name->name+version)))
#:autoload (guix profiles) (packages->manifest)
#:use-module (ice-9 vlist)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1)
@@ -53,7 +54,8 @@
find-newest-available-packages
specification->package
specification->package+output))
specification->package+output
specifications->manifest))
;;; Commentary:
;;;
@@ -138,17 +140,19 @@ for system '~a'")
directory))
%load-path)))
(define (fold-packages proc init)
"Call (PROC PACKAGE RESULT) for each available package, using INIT as
the initial value of RESULT. It is guaranteed to never traverse the
same package twice."
(define* (fold-packages proc init
#:optional
(modules (all-modules (%package-module-path)))
#:key (select? (negate hidden-package?)))
"Call (PROC PACKAGE RESULT) for each available package defined in one of
MODULES that matches SELECT?, using INIT as the initial value of RESULT. It
is guaranteed to never traverse the same package twice."
(fold-module-public-variables (lambda (object result)
(if (and (package? object)
(not (hidden-package? object)))
(if (and (package? object) (select? object))
(proc object result)
result))
init
(all-modules (%package-module-path))))
modules))
(define find-packages-by-name
(let ((packages (delay
@@ -278,3 +282,11 @@ version; if SPEC does not specify an output, return OUTPUT."
(leave (G_ "package `~a' lacks output `~a'~%")
(package-full-name package)
sub-drv))))))
(define (specifications->manifest specs)
"Given SPECS, a list of specifications such as \"emacs@25.2\" or
\"guile:debug\", return a profile manifest."
;; This procedure exists mostly so users of 'guix package -m' don't have to
;; fiddle with multiple-value returns.
(packages->manifest
(map (compose list specification->package+output) specs)))
+4 -5
View File
@@ -2,6 +2,7 @@
;;; Copyright © 2014 Marek Benc <merkur32@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -50,13 +51,12 @@
(origin
(method url-fetch)
(uri
(string-append "http://abisource.org/downloads/" name "/" version
(string-append "https://www.abisource.com/downloads/" name "/" version
"/source/" name "-" version ".tar.gz"))
(sha256
(base32 "08imry821g81apdwym3gcs4nss0l9j5blqk31j5rv602zmcd9gxg"))
(patches
(search-patches "abiword-wmf-version-lookup-fix.patch"
"abiword-explictly-cast-bools.patch"
(search-patches "abiword-explictly-cast-bools.patch"
"abiword-black-drawing-with-gtk322.patch"))))
(build-system glib-or-gtk-build-system)
@@ -97,7 +97,6 @@
("libjpeg" ,libjpeg)
("libpng" ,libpng)
("librsvg" ,librsvg)
("libwmf" ,libwmf)
("libxml2" ,libxml2)
("libxslt" ,libxslt)
("ots" ,ots)
@@ -111,7 +110,7 @@
("glib:bin" ,glib "bin")
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(home-page "http://abisource.org/")
(home-page "https://www.abisource.com/")
(synopsis "Word processing program")
;; HACKERS: The comment below is here so that it shows up early in the
+121
View File
@@ -0,0 +1,121 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2017 Stefan Reichör <stefan@xsteve.at>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages accessibility)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
#:use-module (guix build-system glib-or-gtk)
#:use-module (gnu packages)
#:use-module (gnu packages xml)
#:use-module (gnu packages gnome)
#:use-module (gnu packages gstreamer)
#:use-module (gnu packages gtk)
#:use-module (gnu packages xorg)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages libusb))
(define-public florence
(package
(name "florence")
(version "0.6.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/florence/florence/" version
"/" name "-" version ".tar.bz2"))
(sha256
(base32
"07h9qm22krlwayhzvc391lr23vicw81s48g7rirvx1fj0zyr4aa2"))))
(build-system glib-or-gtk-build-system)
(arguments
`(#:configure-flags (list "--with-xtst"
"--without-docs"
"--with-notification")))
(inputs
`(("libxml2" ,libxml2)
("libglade" ,libglade)
("librsvg" ,librsvg)
("gstreamer" ,gstreamer)
("cairo" ,cairo)
("gtk+" ,gtk+)
("libxtst" ,libxtst)
("libxcomposite" ,libxcomposite)
("libnotify" ,libnotify)))
(native-inputs
`(("gettext-minimal" ,gettext-minimal)
("intltool" ,intltool)
("pkg-config" ,pkg-config)))
(home-page "http://florence.sourceforge.net/")
(synopsis "Extensible, scalable virtual keyboard for X11")
(description
"Florence is an extensible scalable virtual keyboard for X11.
It is useful for people who can't use a real hardware keyboard (for
example for people with disabilities), but you must be able to use
a pointing device (as a mouse, a trackball, a touchscreen or opengazer).
Florence stays out of your way when you don't need it: it appears on the
screen only when you need it. A timer-based auto-click input method is
available to help to click.")
;; The documentation is under FDL1.2, but we do not install the
;; documentation.
(license license:gpl2+)))
(define-public footswitch
(let ((commit "7cb0a9333a150c27c7e4746ee827765d244e567a"))
(package
(name "footswitch")
(version (git-version "0.1" "1" commit))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/rgerganov/footswitch")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "0mg1vr4a9vls5y435w7wdnr1vb5059gy60lvrdfjgzhd2wwf47iw"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("hidapi" ,hidapi)))
(arguments
`(#:tests? #f ; no tests
#:make-flags (list "CC=gcc")
#:phases (modify-phases %standard-phases
(delete 'configure)
;; Install target in the Makefile does not work for Guix
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out")
"/bin")))
(mkdir-p bin)
(install-file "footswitch" bin)
#t))))))
(home-page "https://github.com/rgerganov/footswitch")
(synopsis "Command line utility for PCsensor foot switch")
(description
"Command line utility for programming foot switches sold by PCsensor.
It works for both single pedal devices and three pedal devices. All supported
devices have vendorId:productId = 0c45:7403 or 0c45:7404.")
(license license:expat))))
+2 -2
View File
@@ -25,7 +25,7 @@
(define-public acct
(package
(name "acct")
(version "6.6.3")
(version "6.6.4")
(source
(origin
(method url-fetch)
@@ -33,7 +33,7 @@
version ".tar.gz"))
(sha256
(base32
"14x0zklwlg7cc7amlyzffqr8az3fqj1h9dyj0hvl1kpi7cr7kbjy"))))
"0gv6m8giazshvgpvwbng98chpas09myyfw1zr2y7hqxib0mvy5ac"))))
(build-system gnu-build-system)
(home-page "https://gnu.org/software/acct/")
(synopsis "Standard login and process accounting utilities")
+309 -209
View File
@@ -6,14 +6,14 @@
;;; Copyright © 2015, 2016 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2015 Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
;;; Copyright © 2015 Eric Dvorsak <eric@dvorsak.fr>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Peter Feigl <peter.feigl@nexoid.at>
;;; Copyright © 2016 John J. Foerch <jjfoerch@earthlink.net>
;;; Copyright © 2016, 2017 ng0 <contact.ng0@cryptolab.net>
;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2017 Ben Sturmfels <ben@sturm.com.au>
;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com>
@@ -46,6 +46,7 @@
#:use-module (guix build-system trivial)
#:use-module (gnu packages)
#:use-module (gnu packages base)
#:use-module (gnu packages check)
#:use-module (gnu packages cyrus-sasl)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages readline)
@@ -55,8 +56,10 @@
#:use-module (gnu packages gettext)
#:use-module (gnu packages pcre)
#:use-module (gnu packages perl)
#:use-module (gnu packages perl-check)
#:use-module (gnu packages tcl)
#:use-module (gnu packages compression)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages tls)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages bison)
@@ -67,6 +70,8 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages popt)
#:use-module (gnu packages python)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages groff)
#:use-module (gnu packages pciutils)
@@ -76,7 +81,6 @@
#:use-module (gnu packages image)
#:use-module (gnu packages xorg)
#:use-module (gnu packages xdisorg)
#:use-module (gnu packages python)
#:use-module (gnu packages man)
#:use-module (gnu packages autotools)
#:use-module (gnu packages gnome)
@@ -158,12 +162,19 @@ and provides a \"top-like\" mode (monitoring).")
version ".tar.gz"))
(sha256
(base32
"174q1qg7yg6w1hfvlfv720hr6hid4h5xzw15y3ycfpspllzldhcb"))))
"174q1qg7yg6w1hfvlfv720hr6hid4h5xzw15y3ycfpspllzldhcb"))
(patches (search-patches "shepherd-close-fds.patch"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")))
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("guile" ,guile-2.0)))
(native-inputs
`(("pkg-config" ,pkg-config)
;; This is the Guile we use as a cross-compiler...
("guile" ,guile-2.2)))
(inputs
;; ... and this is the one that appears in shebangs when cross-compiling.
`(("guile" ,guile-2.2)))
(synopsis "System service manager")
(description
"The GNU Shepherd is a daemon-managing daemon, meaning that it supervises
@@ -264,7 +275,13 @@ re-executing them as necessary.")
"05n65k4ixl85dc6rxc51b1b732gnmm8xnqi424dy9f1nz7ppb3xy"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--localstatedir=/var")
`(#:configure-flags '("--localstatedir=/var"
;; Make sure 'PATH_PROCNET_DEV' gets defined when
;; cross-compiling (by default it does not.)
,@(if (%current-target-system)
'("--with-path-procnet-dev=/proc/net/dev")
'()))
;; On some systems, 'libls.sh' may fail with an error such as:
;; "Failed to tell switch -a apart from -A".
#:parallel-tests? #f))
@@ -275,26 +292,25 @@ re-executing them as necessary.")
(synopsis "Basic networking utilities")
(description
"Inetutils is a collection of common network programs, such as an ftp
client and server, a telnet client and server, and an rsh client and server.")
client and server, a telnet client and server, an rsh client and server, and
hostname.")
(license license:gpl3+)))
(define-public shadow
(package
(name "shadow")
(version "4.4")
(version "4.5")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/shadow-maint/shadow/releases/"
"download/" version "/shadow-" version ".tar.xz"))
(patches (search-patches "shadow-4.4-su-snprintf-fix.patch"
"shadow-CVE-2017-2616.patch"))
(sha256
(base32
"0g7hf55ar2pafg5g3ldx0fwzjk36wf4xb21p4ndanbjm3c2a9ab1"))))
"0hdpai78n63l3v3fgr3kkiqzhd0awrpfnnzz4mf7lmxdh61qb37w"))))
(build-system gnu-build-system)
(arguments
'(;; Assume System V `setpgrp (void)', which is the default on GNU
`(;; Assume System V `setpgrp (void)', which is the default on GNU
;; variants (`AC_FUNC_SETPGRP' is not cross-compilation capable.)
#:configure-flags
'("--with-libpam" "ac_cv_func_setpgrp_void=yes")
@@ -304,7 +320,10 @@ client and server, a telnet client and server, and an rsh client and server.")
(add-before 'build 'set-nscd-file-name
(lambda* (#:key inputs #:allow-other-keys)
;; Use the right file name for nscd.
(let ((libc (assoc-ref inputs "libc")))
(let ((libc (assoc-ref inputs
,(if (%current-target-system)
"cross-libc"
"libc"))))
(substitute* "lib/nscd.c"
(("/usr/sbin/nscd")
(string-append libc "/sbin/nscd"))))))
@@ -318,11 +337,11 @@ client and server, a telnet client and server, and an rsh client and server.")
(for-each delete-file (find-files man "^groups\\."))
#t))))))
(inputs (if (string-suffix? "-linux"
(or (%current-target-system)
(%current-system)))
`(("linux-pam" ,linux-pam))
'()))
(inputs (if (string-contains (or (%current-target-system)
(%current-system))
"-linux")
`(("linux-pam" ,linux-pam))
'()))
(home-page "http://pkg-shadow.alioth.debian.org/")
(synopsis "Authentication-related tools such as passwd, su, and login")
(description
@@ -346,32 +365,31 @@ login, passwd, su, groupadd, and useradd.")
"05yxrp44ky2kg6qknk1ih0kvwkgbn9fbz77r3vci7agslh5wjm8g"))))
(build-system gnu-build-system)
(arguments
`(#:phases (alist-replace 'configure
(lambda* (#:key inputs outputs
#:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(man8 (string-append
out "/share/man/man8"))
(sbin (string-append out "/sbin"))
(shadow (assoc-ref inputs "shadow"))
(login (string-append shadow
"/bin/login")))
(substitute* "Makefile"
(("^SBINDIR.*")
(string-append "SBINDIR = " out
"/sbin\n"))
(("^MANDIR.*")
(string-append "MANDIR = " out
"/share/man/man8\n")))
`(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(man8 (string-append out "/share/man/man8"))
(sbin (string-append out "/sbin"))
(shadow (assoc-ref inputs "shadow"))
(login (string-append shadow "/bin/login")))
(substitute* "Makefile"
(("^SBINDIR.*")
(string-append "SBINDIR = " out
"/sbin\n"))
(("^MANDIR.*")
(string-append "MANDIR = " out
"/share/man/man8\n")))
;; Pick the right 'login' by default.
(substitute* "mingetty.c"
(("\"/bin/login\"")
(string-append "\"" login "\"")))
;; Pick the right 'login' by default.
(substitute* "mingetty.c"
(("\"/bin/login\"")
(string-append "\"" login "\"")))
(mkdir-p sbin)
(mkdir-p man8)))
%standard-phases)
(mkdir-p sbin)
(mkdir-p man8))
#t)))
#:tests? #f)) ; no tests
(inputs `(("shadow" ,shadow)))
@@ -482,9 +500,9 @@ connection alive.")
(define-public isc-dhcp
(let* ((bind-major-version "9")
(bind-minor-version "9")
(bind-patch-version "9")
(bind-patch-version "10")
(bind-release-type "-P") ; for patch release, use "-P"
(bind-release-version "8") ; for patch release, e.g. "6"
(bind-release-version "3") ; for patch release, e.g. "6"
(bind-version (string-append bind-major-version
"."
bind-minor-version
@@ -600,7 +618,7 @@ connection alive.")
"/bind-" bind-version ".tar.gz"))
(sha256
(base32
"1f5i64f6y4rmy61y63r5if1lifw8dw8r8dh6ns3x4002hanzrpgz"))))
"00yh1d5shrq7y0kfwacax4f8dc0akaa2fha430j92n7mshms65m1"))))
;; When cross-compiling, we need the cross Coreutils and sed.
;; Otherwise just use those from %FINAL-INPUTS.
@@ -646,14 +664,14 @@ network statistics collection, security monitoring, network debugging, etc.")
(define-public tcpdump
(package
(name "tcpdump")
(version "4.9.0")
(version "4.9.2")
(source (origin
(method url-fetch)
(uri (string-append "http://www.tcpdump.org/release/tcpdump-"
version ".tar.gz"))
(sha256
(base32
"0pjsxsy8l71i813sa934cwf1ryp9xbr7nxwsvnzavjdirchq3sga"))))
"0ygy0layzqaj838r5xd613iraz09wlfgpyh7pc6cwclql8v3b2vr"))))
(build-system gnu-build-system)
(inputs `(("libpcap" ,libpcap)
("openssl" ,openssl)))
@@ -710,25 +728,25 @@ by bandwidth they use.")
("perl-x11-protocol" ,perl-x11-protocol)))
(arguments
`(#:phases
(alist-cons-after
'install 'set-load-paths
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Put the perl-tk and perl-x11-protocol modules in the perl inc
;; path for PROG
(let* ((out (assoc-ref outputs "out"))
(prog (string-append out "/bin/cssh"))
(perl-ver ,(package-version perl))
(x11-inc (string-append
(assoc-ref inputs "perl-x11-protocol")
"/lib/perl5/site_perl/" perl-ver))
(tk-inc (string-append
(assoc-ref inputs "perl-tk")
"/lib/perl5/site_perl/" perl-ver
"/x86_64-linux")))
(wrap-program
prog
`("PERL5LIB" ":" prefix (,x11-inc ,tk-inc)))))
%standard-phases)))
(modify-phases %standard-phases
(add-after 'install 'set-load-paths
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Put the perl-tk and perl-x11-protocol modules in the perl inc
;; path for PROG
(let* ((out (assoc-ref outputs "out"))
(prog (string-append out "/bin/cssh"))
(perl-ver ,(package-version perl))
(x11-inc (string-append
(assoc-ref inputs "perl-x11-protocol")
"/lib/perl5/site_perl/" perl-ver))
(tk-inc (string-append
(assoc-ref inputs "perl-tk")
"/lib/perl5/site_perl/" perl-ver
"/x86_64-linux")))
(wrap-program
prog
`("PERL5LIB" ":" prefix (,x11-inc ,tk-inc))))
#t)))))
;; The clusterssh.sourceforge.net address requires login to view
(home-page "https://sourceforge.net/projects/clusterssh/")
(synopsis "Secure concurrent multi-server terminal control")
@@ -769,6 +787,11 @@ over ssh connections.")
"/etc"))
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-paths
(lambda _
(substitute* "rc/rc"
(("/usr/sbin/sendmail") "sendmail"))
#t))
(add-after 'build 'set-packdir
(lambda _
;; Set a default location for archived logs.
@@ -803,7 +826,7 @@ system administrator.")
(define-public sudo
(package
(name "sudo")
(version "1.8.19p1")
(version "1.8.21p2")
(source (origin
(method url-fetch)
(uri
@@ -813,7 +836,10 @@ system administrator.")
version ".tar.gz")))
(sha256
(base32
"14pwdwl03kdbbyjkvxrfx409x3c1fjqz8aqz2wgwddinhz7v3bxq"))))
"0s33szq6q59v5s377l4v6ybsdy7pfq6sz7y364j4x09ssdn79ibl"))
(modules '((guix build utils)))
(snippet
'(delete-file-recursively "lib/zlib"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -831,29 +857,30 @@ system administrator.")
;; Avoid non-determinism; see <http://bugs.gnu.org/21918>.
#:parallel-build? #f
#:phases (alist-cons-before
'configure 'pre-configure
(lambda _
(substitute* "src/sudo_usage.h.in"
;; Do not capture 'configure' arguments since we would
;; unduly retain references, and also because the
;; CPPFLAGS above would close the string literal
;; prematurely.
(("@CONFIGURE_ARGS@") "\"\""))
(substitute* (find-files "." "Makefile\\.in")
(("-o [[:graph:]]+ -g [[:graph:]]+")
;; Allow installation as non-root.
"")
(("^install: (.*)install-sudoers(.*)" _ before after)
;; Don't try to create /etc/sudoers.
(string-append "install: " before after "\n"))
(("\\$\\(DESTDIR\\)\\$\\(rundir\\)")
;; Don't try to create /run/sudo.
"$(TMPDIR)/dummy")
(("\\$\\(DESTDIR\\)\\$\\(vardir\\)")
;; Don't try to create /var/db/sudo.
"$(TMPDIR)/dummy")))
%standard-phases)
#:phases
(modify-phases %standard-phases
(add-before 'configure 'pre-configure
(lambda _
(substitute* "src/sudo_usage.h.in"
;; Do not capture 'configure' arguments since we would
;; unduly retain references, and also because the
;; CPPFLAGS above would close the string literal
;; prematurely.
(("@CONFIGURE_ARGS@") "\"\""))
(substitute* (find-files "." "Makefile\\.in")
(("-o [[:graph:]]+ -g [[:graph:]]+")
;; Allow installation as non-root.
"")
(("^install: (.*)install-sudoers(.*)" _ before after)
;; Don't try to create /etc/sudoers.
(string-append "install: " before after "\n"))
(("\\$\\(DESTDIR\\)\\$\\(rundir\\)")
;; Don't try to create /run/sudo.
"$(TMPDIR)/dummy")
(("\\$\\(DESTDIR\\)\\$\\(vardir\\)")
;; Don't try to create /var/db/sudo.
"$(TMPDIR)/dummy"))
#t)))
;; XXX: The 'testsudoers' test series expects user 'root' to exist, but
;; the chroot's /etc/passwd doesn't have it. Turn off the tests.
@@ -861,6 +888,7 @@ system administrator.")
(inputs
`(("groff" ,groff)
("linux-pam" ,linux-pam)
("zlib" ,zlib)
("coreutils" ,coreutils)))
(home-page "https://www.sudo.ws/")
(synopsis "Run commands as root")
@@ -883,18 +911,24 @@ commands and their arguments.")
"http://w1.fi/releases/wpa_supplicant-"
version
".tar.gz"))
(patches (search-patches "wpa-supplicant-CVE-2017-13082.patch"
"wpa-supplicant-fix-key-reuse.patch"
"wpa-supplicant-fix-zeroed-keys.patch"
"wpa-supplicant-fix-nonce-reuse.patch"
"wpa-supplicant-krack-followups.patch"))
(sha256
(base32
"0l0l5gz3d5j9bqjsbjlfcv4w4jwndllp9fmyai4x9kg6qhs6v4xl"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-replace
'configure
(lambda* (#:key outputs #:allow-other-keys)
(chdir "wpa_supplicant")
(copy-file "defconfig" ".config")
(let ((port (open-file ".config" "al")))
(display "
'(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
(chdir "wpa_supplicant")
(copy-file "defconfig" ".config")
(let ((port (open-file ".config" "al")))
(display "
CONFIG_DEBUG_SYSLOG=y
# Choose GnuTLS (the default is OpenSSL.)
@@ -904,26 +938,23 @@ commands and their arguments.")
CFLAGS += $(shell pkg-config libnl-3.0 --cflags)
CONFIG_LIBNL32=y
CONFIG_READLINE=y\n" port)
(close-port port)))
(close-port port))))
(add-after 'install 'install-man-pages
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(man (string-append out "/share/man"))
(man5 (string-append man "/man5"))
(man8 (string-append man "/man8")))
(define (copy-man-page target)
(lambda (file)
(install-file file target)))
(alist-cons-after
'install 'install-man-pages
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(man (string-append out "/share/man"))
(man5 (string-append man "/man5"))
(man8 (string-append man "/man8")))
(define (copy-man-page target)
(lambda (file)
(install-file file target)))
(mkdir-p man5) (mkdir man8)
(for-each (copy-man-page man5)
(find-files "doc/docbook" "\\.5"))
(for-each (copy-man-page man8)
(find-files "doc/docbook" "\\.8"))
#t))
%standard-phases))
(mkdir-p man5) (mkdir man8)
(for-each (copy-man-page man5)
(find-files "doc/docbook" "\\.5"))
(for-each (copy-man-page man8)
(find-files "doc/docbook" "\\.8"))
#t))))
#:make-flags (list "CC=gcc"
(string-append "BINDIR=" (assoc-ref %outputs "out")
@@ -960,25 +991,24 @@ This package provides the 'wpa_supplicant' daemon and the 'wpa_cli' command.")
(arguments
(substitute-keyword-arguments (package-arguments wpa-supplicant-minimal)
((#:phases phases)
`(alist-cons-after
'configure 'configure-for-dbus
(lambda _
(let ((port (open-file ".config" "al")))
(display "
`(modify-phases ,phases
(add-after 'configure 'configure-for-dbus
(lambda _
(let ((port (open-file ".config" "al")))
(display "
CONFIG_CTRL_IFACE_DBUS=y
CONFIG_CTRL_IFACE_DBUS_NEW=y
CONFIG_CTRL_IFACE_DBUS_INTRO=y\n" port)
(close-port port))
#t)
(alist-cons-after
'install-man-pages 'install-dbus-conf
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(dir (string-append out "/etc/dbus-1/system.d")))
(mkdir-p dir)
(copy-file "dbus/dbus-wpa_supplicant.conf"
(string-append dir "/wpa_supplicant.conf"))))
,phases)))))))
(close-port port))
#t))
(add-after 'install-man-pages 'install-dbus-conf
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(dir (string-append out "/etc/dbus-1/system.d")))
(mkdir-p dir)
(copy-file "dbus/dbus-wpa_supplicant.conf"
(string-append dir "/wpa_supplicant.conf")))
#t))))))))
(define-public wakelan
(package
@@ -994,22 +1024,22 @@ This package provides the 'wpa_supplicant' daemon and the 'wpa_cli' command.")
"0vydqpf44146ir6k87gmqaq6xy66xhc1gkr3nsd7jj3nhy7ypx9x"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-replace
'configure
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(mkdir-p (string-append out "/bin"))
(mkdir-p (string-append out "/share/man/man1"))
'(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(mkdir-p (string-append out "/bin"))
(mkdir-p (string-append out "/share/man/man1"))
;; It's an old configure script that doesn't understand
;; the extra options we pass.
(setenv "CONFIG_SHELL" (which "bash"))
(zero?
(system* "./configure"
(string-append "--prefix=" out)
(string-append "--mandir=" out
"/share/man")))))
%standard-phases)
;; It's an old configure script that doesn't understand
;; the extra options we pass.
(setenv "CONFIG_SHELL" (which "bash"))
(zero?
(system* "./configure"
(string-append "--prefix=" out)
(string-append "--mandir=" out
"/share/man")))))))
#:tests? #f))
(home-page "http://kernel.org") ; really, no home page
(synopsis "Send a wake-on-LAN packet")
@@ -1068,7 +1098,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
"HOST=_LINUX"
"OPT_CFLAGS=-Wall -fno-strict-aliasing")
#:tests? #f ; no 'check' target.
#:phases (alist-delete 'configure %standard-phases)))
#:phases (modify-phases %standard-phases (delete 'configure))))
(home-page "http://acpica.org/")
(synopsis "Tools for the development and debug of ACPI tables")
(description
@@ -1178,7 +1208,7 @@ recover lost partitions and/or make non-booting disks bootable again.")
(base32 "04kviw799qxly08zb8n5mgxfd96gyis6x69q2qiw86jnh87c4mv9"))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-delete 'configure %standard-phases)
'(#:phases (modify-phases %standard-phases (delete 'configure))
#:tests? #f ; no check target
#:make-flags (let ((out (assoc-ref %outputs "out")))
(list (string-append "prefix=" out)))))
@@ -1207,23 +1237,23 @@ environment variable is set and output is to tty.")
"#!$SHELL")))))
(build-system gnu-build-system)
(arguments
'(#:phases (alist-cons-before
'build 'patch-/bin/sh
(lambda* (#:key inputs #:allow-other-keys)
;; Use the right shell when executing the watcher and
;; user-provided shell commands.
(let ((bash (assoc-ref inputs "bash")))
(substitute* '("src/direvent.c" "src/progman.c")
(("\"/bin/sh\"")
(string-append "\"" bash "/bin/sh\"")))
'(#:phases
(modify-phases %standard-phases
(add-before 'build 'patch-/bin/sh
(lambda* (#:key inputs #:allow-other-keys)
;; Use the right shell when executing the watcher and
;; user-provided shell commands.
(let ((bash (assoc-ref inputs "bash")))
(substitute* '("src/direvent.c" "src/progman.c")
(("\"/bin/sh\"")
(string-append "\"" bash "/bin/sh\"")))
;; Adjust the 'shell.at' test accordingly.
(substitute* "tests/testsuite"
(("SHELL=/bin/sh")
(string-append "SHELL=" bash "/bin/sh")))
;; Adjust the 'shell.at' test accordingly.
(substitute* "tests/testsuite"
(("SHELL=/bin/sh")
(string-append "SHELL=" bash "/bin/sh")))
#t))
%standard-phases)))
#t))))))
(home-page "https://www.gnu.org/software/direvent/")
(synopsis "Daemon to monitor directories for events such as file removal")
(description
@@ -1265,7 +1295,7 @@ various ways that may be running with too much privilege.")
(define-public smartmontools
(package
(name "smartmontools")
(version "6.5")
(version "6.6")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1273,16 +1303,16 @@ various ways that may be running with too much privilege.")
version "/smartmontools-" version ".tar.gz"))
(sha256
(base32
"1g25r6sx85b5lay5n6sbnqv05qxzj6xsafsp93hnrg1h044bps49"))))
"0m1hllbb78rr6cxkbalmz1gqkl0psgq8rrmv4gwcmz34n07kvx2i"))))
(build-system gnu-build-system)
(inputs `(("libcap-ng" ,libcap-ng)))
(home-page "http://www.smartmontools.org/")
(home-page "https://www.smartmontools.org/")
(synopsis "S.M.A.R.T. harddisk control and monitoring tools")
(description
"The smartmontools package contains utility programs to control and
monitor storage systems using the Self-Monitoring, Analysis and Reporting
Technology System (S.M.A.R.T.) built into most modern ATA and SCSI harddisks.
In many cases, these utilities will provide advanced warning of disk
Technology System (@dfn{S.M.A.R.T.}) built into most modern ATA and SCSI hard
disks. In many cases, these utilities will provide advanced warning of disk
degradation and failure.")
(license license:gpl2+)))
@@ -1356,14 +1386,15 @@ of supported upstream metrics systems simultaneously.")
(define-public ansible
(package
(name "ansible")
(version "2.3.0.0")
(version "2.4.1.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "ansible" version))
(sha256
(base32
"0n54h8g6a6hcp41sasvjqa4yz1pwd8mshbwlcghj0sjnrl3kk7r9"))))
"0spv0kjaicwss4q52s727b6grdizcxpa0bbsfg26pgf5kjrayqfs"))
(patches (search-patches "ansible-wrap-program-hack.patch"))))
(build-system python-build-system)
(native-inputs
`(("python2-pycrypto" ,python2-pycrypto)
@@ -1514,7 +1545,7 @@ displays a table of current bandwidth usage by pairs of hosts.")
(define-public munge
(package
(name "munge")
(version "0.5.12")
(version "0.5.13")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dun/munge/releases/"
@@ -1522,7 +1553,7 @@ displays a table of current bandwidth usage by pairs of hosts.")
version ".tar.xz"))
(sha256
(base32
"1s0vlwgm3hcx75vcmjf2y3icy5nv8y07bx93w2cmm6a7x71y6wp9"))))
"1nj486bbg1adfg298zck96vgx57kchcypc1zdz1n7w540vyksxcr"))))
(inputs
`(("openssl" ,openssl)
("libgcrypt" ,libgcrypt)))
@@ -1579,14 +1610,14 @@ done with the @code{auditctl} utility.")
(define-public nmap
(package
(name "nmap")
(version "7.40")
(version "7.60")
(source (origin
(method url-fetch)
(uri (string-append "https://nmap.org/dist/nmap-" version
".tar.bz2"))
(sha256
(base32
"121i9mgyc28ra2825akd0ix5qyssv4xc2qlx296mam6hzxgnc54y"))
"08bga42ipymmbxd7wy4x5sl26c0ir1fm3n9rc6nqmhx69z66wyd8"))
(modules '((guix build utils)))
(snippet
'(map delete-file-recursively
@@ -1679,7 +1710,7 @@ results (ndiff), and a packet generation and response analysis tool (nping).")
(list (string-append "DESTDIR=" out)
"prefix=/"))
;; no configure script
#:phases (alist-delete 'configure %standard-phases)))
#:phases (modify-phases %standard-phases (delete 'configure))))
(inputs `(("python-2" ,python-2)))
(synopsis "Versatile resource statistics tool")
(description "Dstat is a versatile replacement for @command{vmstat},
@@ -1698,7 +1729,7 @@ throughput (in the same interval).")
(define-public thefuck
(package
(name "thefuck")
(version "3.16")
(version "3.19")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/nvbn/thefuck/archive/"
@@ -1706,7 +1737,7 @@ throughput (in the same interval).")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0jrhfxmj2asx4jdix9ks3fpl364ph8w9prhwpk4488aj1a0q4rak"))
"191zbvkyc02h0wwd46xwj4zzg7jhlr8xv0ji6knqkgjnk0nvqq01"))
(patches (search-patches "thefuck-test-environ.patch"))))
(build-system python-build-system)
(arguments
@@ -1742,13 +1773,13 @@ a new command using the matched rule, and runs it.")
(define-public di
(package
(name "di")
(version "4.43")
(version "4.44")
(source
(origin
(method url-fetch)
(uri (string-append "https://gentoo.com/di/di-" version ".tar.gz"))
(sha256
(base32 "1q25jy51qfzsym9b2w0cqzscq2j492gn60dy6gbp88m8nwm4sdy8"))))
(base32 "0803lp8kd3mp1jcm17i019xiqxdy85hhs6xk67zib8gmvg500gcn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Obscure test failures.
@@ -1773,14 +1804,14 @@ highly portable. Great for heterogeneous networks.")
(define-public cbatticon
(package
(name "cbatticon")
(version "1.6.5")
(version "1.6.6")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/valr/"
name "/archive/" version ".tar.gz"))
(sha256
(base32
"0xzz1faqgm57bwlkw6sjdfbckf5hck81879zbfk18p7xn9vhvixv"))
"1rxlrwd817f2zl4fsc5ha43wjzfidq3yyagq4lgyi150qg36svv3"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system)
(arguments
@@ -1812,7 +1843,7 @@ the status of your battery in the system tray.")
(source (origin
(method git-fetch)
(uri (git-reference
(url "git://github.com/TrilbyWhite/interrobang")
(url "https://github.com/TrilbyWhite/interrobang")
(commit commit)))
(file-name (string-append name "-" version))
(sha256
@@ -1906,20 +1937,48 @@ Kerberos and Heimdal and FAST is supported with recent MIT Kerberos.")
'(delete-file-recursively "bin"))
(file-name (string-append name "-" version ".tar.gz"))))
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("pkg-config" ,pkg-config)
("cross-gcc" ,(cross-gcc "arm-linux-gnueabihf"
#:xbinutils (cross-binutils "arm-linux-gnueabihf")
#:libc (cross-libc "arm-linux-gnueabihf")))
("cross-libc" ,(cross-libc "arm-linux-gnueabihf"))))
(inputs
`(("libusb" ,libusb)))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests exist
`(#:tests? #f ; no tests exist
#:make-flags (list (string-append "PREFIX="
(assoc-ref %outputs "out"))
"CROSS_COMPILE="
"CC=gcc"
"all")
(string-append "CROSS_COMPILE="
"arm-linux-gnueabihf-")
"CC=gcc")
#:phases
(modify-phases %standard-phases
(delete 'configure)
(add-before 'build 'set-environment-up
(lambda* (#:key make-flags #:allow-other-keys)
(define (cross? x)
(string-contains x "cross-arm-linux"))
(setenv "CROSS_C_INCLUDE_PATH" (getenv "C_INCLUDE_PATH"))
(setenv "CROSS_CPLUS_INCLUDE_PATH" (getenv "CPLUS_INCLUDE_PATH"))
(setenv "CROSS_LIBRARY_PATH" (getenv "LIBRARY_PATH"))
(for-each
(lambda (env-name)
(let* ((env-value (getenv env-name))
(search-path (search-path-as-string->list env-value))
(new-search-path (filter (lambda (e) (not (cross? e)))
search-path))
(new-env-value (list->search-path-as-string
new-search-path ":")))
(setenv env-name new-env-value)))
'("C_INCLUDE_PATH" "CPLUS_INCLUDE_PATH" "LIBRARY_PATH"))
#t))
(replace 'build
(lambda* (#:key make-flags #:allow-other-keys)
(zero? (apply system* "make" "tools" "misc" make-flags))))
(add-after 'build 'build-armhf
(lambda* (#:key make-flags #:allow-other-keys)
(zero? (apply system* "make" "target-tools" make-flags))))
(replace 'install
(lambda* (#:key make-flags #:allow-other-keys)
(zero? (apply system* "make" "install-all" "install-misc"
@@ -2057,28 +2116,22 @@ Intel DRM Driver.")
(define-public fabric
(package
(name "fabric")
(version "1.13.1")
(version "1.13.2")
(source
(origin
(method url-fetch)
(uri (pypi-uri "Fabric" version))
(sha256
(base32
"1z17hw0yiqp1blq217zxkg2jzkv8qd79saqhscgsw14mwlcqpwd0"))
(patches (search-patches "fabric-tests.patch"))))
"0k944dxr41whw7ib6380q9x15wyskx7fqni656icdn8rzshn9bwq"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2)) ;Python 2 only
`(#:python ,python-2)) ; Python 2 only
(native-inputs
`(("python2-fudge" ,python2-fudge) ; Requires < 1.0
("python2-jinja2" ,python2-jinja2) ; Requires < 3.0
("python2-nose" ,python2-nose))) ; Requires < 2.0
`(("python2-fudge" ,python2-fudge)
("python2-jinja2" ,python2-jinja2)
("python2-nose" ,python2-nose)))
(propagated-inputs
;; Required upgrading python-paramiko 1.17.4 to fix an incompatibility
;; between python-paramiko and newer python-pycrypto. Without this, the
;; `fab` command fails with "ValueError: CTR mode needs counter
;; parameter, not IV". See:
;; https://github.com/paramiko/paramiko/pull/714#issuecomment-281191548.
`(("python2-paramiko" ,python2-paramiko)))
(home-page "http://fabfile.org")
(synopsis "Simple Pythonic remote execution and deployment tool")
@@ -2095,7 +2148,7 @@ tool for remote execution and deployment.")
(define-public neofetch
(package
(name "neofetch")
(version "3.1.0")
(version "3.3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/dylanaraps/neofetch/"
@@ -2103,10 +2156,10 @@ tool for remote execution and deployment.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1rgznkl7a5q7lnc6zxlwvinq20b7k46n949l1hiwifarv0jgwynv"))))
"15p69q0jchfms1fpb4i7kq8b28w2xpgh2zmynln618qxv1myf228"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; there are no tests
`(#:tests? #f ; there are no tests
#:make-flags
(list (string-append "PREFIX=" %output))
#:phases
@@ -2121,9 +2174,17 @@ tool for remote execution and deployment.")
(("\"/etc/neofetch")
(string-append "\"" out "/etc/neofetch"))
(("\"/usr/share/neofetch")
(string-append "\"" out "/usr/share/neofetch"))))
(string-append "\"" out "/share/neofetch"))))
#t))
(delete 'configure))))
(delete 'configure) ; no configure script
(replace 'install
(lambda* (#:key make-flags outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(doc (string-append out "/share/doc/" ,name "-" ,version))
(etc (string-append doc "/examples/etc")))
(zero? (apply system* `("make" ,@make-flags
,(string-append "SYSCONFDIR=" etc)
"install")))))))))
(home-page "https://github.com/dylanaraps/neofetch")
(synopsis "System info script")
(description "Neofetch is a CLI system information tool written in Bash.
@@ -2136,7 +2197,7 @@ you are running, what theme or icon set you are using, etc.")
(define-public nnn
(package
(name "nnn")
(version "1.1")
(version "1.5")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/jarun/nnn/"
@@ -2144,7 +2205,7 @@ you are running, what theme or icon set you are using, etc.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1hww4385f81lyy30fx2rb4wchfi79dpgl7yylnfxvf27a4h2mkhm"))))
"0zswf8lb29zr1z642i1d0zi1y2mxal8qjqdrpdiqjh197jamj3zm"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("readline" ,readline)))
@@ -2192,6 +2253,7 @@ make it a perfect utility on modern distros.")
(method url-fetch)
(uri (string-append "https://github.com/01org/thermal_daemon/archive/v"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256 (base32
"14klz9fnvi9jdlaqwrp61xa5nh051n8ykrs1fh1wxd7j66qf2fn6"))))
(build-system gnu-build-system)
@@ -2231,4 +2293,42 @@ make it a perfect utility on modern distros.")
(synopsis "CPU scaling for thermal management")
(description "The Linux Thermal Daemon helps monitor and control temperature
on systems running the Linux kernel.")
;; arm and aarch64 don't have cpuid.h
(supported-systems '("i686-linux" "x86_64-linux"))
(license license:gpl2+)))
(define-public masscan
(package
(name "masscan")
(version "1.0.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/robertdavidgraham/masscan"
"/archive/" version ".tar.gz"))
(sha256
(base32
"1y9af345g00z83rliv6bmlqg37xwc7xpnx5xqdgmjikzcxgk9pji"))))
(build-system gnu-build-system)
(inputs
`(("libpcap" ,libpcap)))
(arguments
'(#:test-target "regress"
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(delete 'configure) ; There is no ./configure script
(add-after 'unpack 'patch-path
(lambda* (#:key outputs inputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(pcap (assoc-ref inputs "libpcap")))
(substitute* "src/rawsock-pcap.c"
(("libpcap.so") (string-append pcap "/lib/libpcap.so")))
#t))))))
(synopsis "TCP port scanner")
(description "MASSCAN is an asynchronous TCP port scanner. It can detect
open ports, and also complete the TCP connection and interact with the remote
application, collecting the information received.")
(home-page "https://github.com/robertdavidgraham/masscan")
;; 'src/siphash24.c' is the SipHash reference implementation, which
;; bears a CC0 Public Domain Dedication.
(license license:agpl3+)))
+2 -2
View File
@@ -59,7 +59,7 @@ scripts.")
(define-public c-ares
(package
(name "c-ares")
(version "1.12.0")
(version "1.13.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -67,7 +67,7 @@ scripts.")
".tar.gz"))
(sha256
(base32
"1yv5ygkd813glz8hbagykgp1hlb6450chig061hr7pyw7i0gk4l6"))))
"19qxhv9aiw903fr808y77r6l9js0fq9m3gcaqckan9jan7qhixq3"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
+23
View File
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darringon <jmd@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -69,3 +70,25 @@ a mobile phone with CCD. The capacity of QR Code is up to 7000 digits or 4000
characters, and is highly robust.")
(license license:lgpl2.1+)
(home-page "https://fukuchi.org/works/qrencode")))
(define-public libdmtx
(package
(name "libdmtx")
(version "0.7.4")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/libdmtx/" name "/" version "/"
name "-" version ".tar.bz2"))
(sha256
(base32 "0xnxx075ycy58n92yfda2z9zgd41h3d4ik5d9l197lzsqim5hb5n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://libdmtx.sourceforge.net/")
(synopsis "Library for reading and writing Data Matrix 2D barcodes")
(description "libdmtx is software for reading and writing Data Matrix 2D
barcodes on Linux and Unix. At its core libdmtx is a shared library, allowing
C/C++ programs to use its capabilities without restrictions or overhead.")
(license license:bsd-3)))
+22 -30
View File
@@ -4,6 +4,7 @@
;;; Copyright © 2016, 2017 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;;
@@ -132,7 +133,7 @@ solve the shortest vector problem.")
(define-public pari-gp
(package
(name "pari-gp")
(version "2.9.1")
(version "2.9.3")
(source (origin
(method url-fetch)
(uri (string-append
@@ -140,9 +141,9 @@ solve the shortest vector problem.")
version ".tar.gz"))
(sha256
(base32
"0rq7wz9df1xs4acdzzb5dapx8vs6m5py39n2wynw2qv4d2b0ylfw"))))
"0qqal1lpggd6dvs19svnz0dil86xk0xkcj5s3b7104ibkmvjfsp7"))))
(build-system gnu-build-system)
(native-inputs `(("texlive" ,texlive-minimal)))
(native-inputs `(("texlive" ,texlive-tiny)))
(inputs `(("gmp" ,gmp)
("libx11" ,libx11)
("perl" ,perl)
@@ -206,7 +207,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
(define-public giac-xcas
(package
(name "giac-xcas")
(version "1.2.3-37")
(version "1.4.9-33")
(source (origin
(method url-fetch)
;; "~parisse/giac" is not used because the maintainer regularly
@@ -218,7 +219,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
"source/giac_" version ".tar.gz"))
(sha256
(base32
"180146rm8fxlbd6x25x81yscf6q8qjpzr35k203r25c2xkcb7h2x"))))
"1f071j4l9ayri2cxka6bfdb6c0fsdl7q7wk345r7hxjfga69g9mv"))))
(build-system gnu-build-system)
(arguments
`(#:phases
@@ -228,13 +229,6 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
;; Some Makefiles contain hard-coded "/bin/cp".
(substitute* (find-files "doc" "^Makefile")
(("/bin/cp") (which "cp")))
#t))
(add-after 'unpack 'disable-broken-test
(lambda _
;; Disable failing test. Actually, the results are correct but
;; a sorting discrepancy prevents the test from being validated.
(substitute* "check/Makefile.in"
(("chk_fhan16") ""))
#t)))))
(inputs
`(("fltk" ,fltk)
@@ -255,7 +249,7 @@ GP2C, the GP to C compiler, translates GP scripts to PARI programs.")
("perl" ,perl)
("pari-gp" ,pari-gp)
("tcsh" ,tcsh)
("texlive" ,texlive-minimal)))
("texlive" ,texlive-tiny)))
(native-inputs `(("readline" ,readline)))
(home-page "https://www-fourier.ujf-grenoble.fr/~parisse/giac.html")
(synopsis "Computer algebra system")
@@ -333,22 +327,21 @@ fast arithmetic.")
("mpfr" ,mpfr)))
(arguments
`(#:phases
(alist-replace
'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(flint (assoc-ref inputs "flint"))
(gmp (assoc-ref inputs "gmp"))
(mpfr (assoc-ref inputs "mpfr")))
;; do not pass "--enable-fast-install", which makes the
;; homebrew configure process fail
(zero? (system*
"./configure"
(string-append "--prefix=" out)
(string-append "--with-flint=" flint)
(string-append "--with-gmp=" gmp)
(string-append "--with-mpfr=" mpfr)))))
%standard-phases)))
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(flint (assoc-ref inputs "flint"))
(gmp (assoc-ref inputs "gmp"))
(mpfr (assoc-ref inputs "mpfr")))
;; do not pass "--enable-fast-install", which makes the
;; homebrew configure process fail
(zero? (system*
"./configure"
(string-append "--prefix=" out)
(string-append "--with-flint=" flint)
(string-append "--with-gmp=" gmp)
(string-append "--with-mpfr=" mpfr)))))))))
(synopsis "Arbitrary precision floating-point ball arithmetic")
(description
"Arb is a C library for arbitrary-precision floating-point ball
@@ -479,7 +472,6 @@ binary.")
(base32
"0amh9ik44jfg66csyvf4zz1l878c4755kjndq9j0270akflgrbb2"))))
(build-system gnu-build-system)
(inputs `(("readline" ,readline)))
(native-inputs
`(("ed" ,ed)
("flex" ,flex)
+140
View File
@@ -3,6 +3,8 @@
;;; Copyright © 2015 Kai-Chung Yan <seamlikok@gmail.com>
;;; Copyright © 2016 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2017 Hartmut Goebel <h.goebel@crazy-compilers.com>
;;; Copyright © 2017 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -23,8 +25,15 @@
#:use-module (guix packages)
#:use-module (guix git-download)
#:use-module (guix build-system gnu)
#:use-module (guix build-system python)
#:use-module (guix build-system trivial)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (gnu packages)
#:use-module (gnu packages check)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages python)
#:use-module (gnu packages ssh)
#:use-module (gnu packages version-control)
#:use-module (gnu packages tls))
;; The Makefiles that we add are largely based on the Debian
@@ -298,3 +307,134 @@ with an emulator instance or connected Android device. It facilitates a variety
of device actions, such as installing and debugging apps, and it provides access
to a Unix shell that can run commands on the connected device or emulator.")
(license license:asl2.0)))
(define-public android-udev-rules
(package
(name "android-udev-rules")
(version "20170910")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/M0Rf30/android-udev-rules")
(commit version)))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32 "0vic40n3si0dxag3dyc3hi3pn7cjpm5q378x8v2ys19n3iz9fp1g"))))
(build-system trivial-build-system)
(native-inputs `(("source" ,source)))
(arguments
'(#:modules ((guix build utils))
#:builder
(begin
(use-modules (guix build utils))
(let ((source (assoc-ref %build-inputs "source")))
(install-file (string-append source "/51-android.rules")
(string-append %output "/lib/udev/rules.d"))))))
(home-page "https://github.com/M0Rf30/android-udev-rules")
(synopsis "udev rules for Android devices")
(description "Provides a set of udev rules to allow using Android devices
with tools such as @command{adb} and @command{fastboot} without root
privileges. This package is intended to be added as a rule to the
@code{udev-service-type} in your @code{operating-system} configuration.
Additionally, an @code{adbusers} group must be defined and your user added to
it.
@emph{Simply installing this package will not have any effect.} It is meant
to be passed to the @code{udev} service.")
(license license:gpl3+)))
(define-public git-repo
(package
(name "git-repo")
(version "1.12.37")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gerrit.googlesource.com/git-repo")
(commit (string-append "v" version))))
(file-name (string-append "git-repo-" version "-checkout"))
(sha256
(base32 "0qp7jqhblv7xblfgpcq4n18dyjdv8shz7r60c3vnjxx2fngkj2jd"))))
(build-system python-build-system)
(arguments
`(#:python ,python-2 ; code says: "Python 3 support is … experimental."
#:phases
(modify-phases %standard-phases
(add-before 'build 'set-executable-paths
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(git (assoc-ref inputs "git"))
(gpg (assoc-ref inputs "gnupg"))
(ssh (assoc-ref inputs "ssh")))
(substitute* '("repo" "git_command.py")
(("^GIT = 'git' ")
(string-append "GIT = '" git "/bin/git' ")))
(substitute* "repo"
((" cmd = \\['gpg',")
(string-append " cmd = ['" gpg "/bin/gpg',")))
(substitute* "git_config.py"
((" command_base = \\['ssh',")
(string-append " command_base = ['" ssh "/bin/ssh',")))
#t)))
(add-before 'build 'do-not-clone-this-source
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(repo-dir (string-append out "/share/" ,name)))
(substitute* "repo"
(("^def _FindRepo\\(\\):.*")
(format #f "
def _FindRepo():
'''Look for a repo installation, starting at the current directory.'''
# Use the installed version of git-repo.
repo_main = '~a/main.py'
curdir = os.getcwd()
olddir = None
while curdir != '/' and curdir != olddir:
dot_repo = os.path.join(curdir, repodir)
if os.path.isdir(dot_repo):
return (repo_main, dot_repo)
else:
olddir = curdir
curdir = os.path.dirname(curdir)
return None, ''
# The remaining of this function is dead code. It was used to
# find a git-checked-out version in the local project.\n" repo-dir))
;; Neither clone, check out, nor verify the git repository
(("(^\\s+)_Clone\\(.*\\)") "")
(("(^\\s+)_Checkout\\(.*\\)") "")
((" rev = _Verify\\(.*\\)") " rev = None"))
#t)))
(delete 'build) ; nothing to build
(replace 'check
(lambda _
(zero? (system* "python" "-m" "nose"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin-dir (string-append out "/bin"))
(repo-dir (string-append out "/share/" ,name)))
(mkdir-p bin-dir)
(mkdir-p repo-dir)
(copy-recursively "." repo-dir)
(delete-file-recursively (string-append repo-dir "/tests"))
(symlink (string-append repo-dir "/repo")
(string-append bin-dir "/repo"))
#t))))))
(inputs
;; TODO: Add git-remote-persistent-https once it is available in guix
`(("git" ,git)
("gnupg" ,gnupg)
("ssh", openssh)))
(native-inputs
`(("nose" ,python2-nose)))
(home-page "https://code.google.com/p/git-repo/")
(synopsis "Helps to manage many Git repositories.")
(description "Repo is a tool built on top of Git. Repo helps manage many
Git repositories, does the uploads to revision control systems, and automates
parts of the development workflow. Repo is not meant to replace Git, only to
make it easier to work with Git. The repo command is an executable Python
script that you can put anywhere in your path.")
(license license:asl2.0)))
+107 -32
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -19,10 +19,12 @@
(define-module (gnu packages animation)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix utils)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
#:use-module (gnu packages boost)
#:use-module (gnu packages compression)
#:use-module (gnu packages fontutils)
@@ -33,20 +35,22 @@
#:use-module (gnu packages image)
#:use-module (gnu packages imagemagick)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages qt)
#:use-module (gnu packages video))
(define-public etl
(package
(name "etl")
(version "0.04.19")
(version "0.04.22")
(source (origin
(method url-fetch)
;; Keep this synchronized with the synfig release version.
(uri (string-append "mirror://sourceforge/synfig/releases/"
"1.0.2/source/ETL-" version ".tar.gz"))
"1.2.0/source/ETL-" version ".tar.gz"))
(sha256
(base32
"070c70slizrklq1gbgja8m49xfmq65wlcd6hz6418cpx0wd4r55s"))))
"0ii73nsd3xzkhz6w1rnxwphl637j9w82xiy6apa9vin2isdynnmc"))))
(build-system gnu-build-system)
(home-page "http://www.synfig.org")
(synopsis "Extended C++ template library")
@@ -59,7 +63,7 @@ C++ @dfn{Standard Template Library} (STL).")
(define-public synfig
(package
(name "synfig")
(version "1.0.2")
(version "1.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/synfig/releases/"
@@ -67,8 +71,7 @@ C++ @dfn{Standard Template Library} (STL).")
".tar.gz"))
(sha256
(base32
"1d3z2r78j3rkff47q3wl0ami69y3l4nyi5r9zclymb8ar7mgkk9l"))
(patches (search-patches "synfig-build-fix.patch"))))
"1gqx4gn4c73rqwhsgzx0a460gr9hadmi28csp75rx30qavqsj7k1"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -78,6 +81,16 @@ C++ @dfn{Standard Template Library} (STL).")
"/lib"))
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-boost-build-error
;; A chain of Boost headers leads to this error: "make_array" is
;; not a member of "boost::serialization". This can be avoided by
;; loading the "array_wrapper" header first.
(lambda _
(substitute* "src/synfig/valuenodes/valuenode_dynamic.cpp"
(("#include <boost/numeric/odeint/integrate/integrate.hpp>" match)
(string-append
"#include <boost/serialization/array_wrapper.hpp>\n" match)))
#t))
(add-after 'unpack 'adapt-to-libxml++-changes
(lambda _
(substitute* "configure"
@@ -90,16 +103,6 @@ C++ @dfn{Standard Template Library} (STL).")
(("remove_child\\(") "remove_node("))
(substitute* "src/modules/mod_svg/svg_parser.cpp"
(("xmlpp::Node::NodeList") "xmlpp::Node::const_NodeList"))
#t))
(add-after 'unpack 'fix-isnan-error
(lambda _
(substitute* "src/synfig/time.cpp"
(("return !::isnan") "return !std::isnan"))
#t))
(add-before 'configure 'set-flags
(lambda _
;; Compile with C++11, required by libsigc++.
(setenv "CXXFLAGS" "-D__STDC_CONSTANT_MACROS -std=gnu++11")
#t)))))
(inputs
`(("boost" ,boost)
@@ -110,11 +113,12 @@ C++ @dfn{Standard Template Library} (STL).")
("libmng" ,libmng)
("zlib" ,zlib)))
;; synfig.pc lists the following as required: Magick++ freetype2
;; fontconfig OpenEXR ETL glibmm-2.4 giomm-2.4 libxml++-3.0 sigc++-2.0
;; fontconfig fftw OpenEXR ETL glibmm-2.4 giomm-2.4 libxml++-3.0 sigc++-2.0
;; cairo pango pangocairo mlt++
(propagated-inputs
`(("cairo" ,cairo)
("etl" ,etl)
("fftw" ,fftw)
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("glibmm" ,glibmm)
@@ -137,7 +141,7 @@ for tweening, preventing the need to hand-draw each frame.")
(define-public synfigstudio
(package
(name "synfigstudio")
(version "1.0.2")
(version "1.2.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/synfig/releases/"
@@ -145,29 +149,32 @@ for tweening, preventing the need to hand-draw each frame.")
".tar.gz"))
(sha256
(base32
"1xa74dlgkpjn0gzdcs0x25z7wg0806v2wygvvi73f7sn1fm88ig4"))
"0fbckfbw8dzf0m2wv7vlmw492k1dqa3zf510z019d0as3zpnp6qm"))
(modules '((guix build utils)))
(snippet
'(begin
(substitute* "src/synfigapp/pluginmanager.cpp"
(("xmlpp::Node\\* n =") "const xmlpp::Node* n =")
(("xmlpp::Node::NodeList") "xmlpp::Node::const_NodeList"))
;; Some files are ISO-8859-1 encoded.
(with-fluids ((%default-port-encoding #f))
(substitute* (find-files "src/" "\\.(cpp|h)$")
(("#include <sigc\\+\\+/retype\\.h>")
"#include <sigc++/adaptors/retype.h>")
(("#include <sigc\\+\\+/hide\\.h>")
"#include <sigc++/adaptors/hide.h>")
(("#include <sigc\\+\\+/object\\.h>")
"#include <sigc++/trackable.h>")))
#t))))
#t))
(patches
(search-patches "synfigstudio-fix-ui-with-gtk3.patch"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
(list "CXXFLAGS=-std=gnu++11")))
`(#:phases
(modify-phases %standard-phases
;; This fixes the file chooser crash that happens with GTK 3.
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(gtk (assoc-ref inputs "gtk+"))
(gtk-share (string-append gtk "/share")))
(wrap-program (string-append out "/bin/synfigstudio")
`("XDG_DATA_DIRS" ":" prefix (,gtk-share)))
#t))))))
(inputs
`(("gtkmm" ,gtkmm)
("gtk+" ,gtk+)
("libsigc++" ,libsigc++)
("synfig" ,synfig)))
(native-inputs
@@ -181,3 +188,71 @@ be capable of producing feature-film quality animation. It eliminates the
need for tweening, preventing the need to hand-draw each frame. This package
contains the graphical user interface for synfig.")
(license license:gpl3+)))
(define-public papagayo
(let ((commit "e143684b30e59fe4a554f965cb655d23cbe93ee7")
(revision "1"))
(package
(name "papagayo")
(version (string-append "2.0b1-" revision "." (string-take commit 9)))
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/LostMoho/Papagayo.git")
(commit commit)))
(sha256
(base32
"1p9gffjhbph34jhrvgpg93yha75bf88vkvlnk06x1r9601ph5321"))
(modules '((guix build utils)))
;; Delete bundled libsndfile sources.
(snippet
'(begin
(delete-file-recursively "libsndfile_1.0.19")
(delete-file-recursively "libsndfile_1.0.25")
#t))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((libsndfile (assoc-ref inputs "libsndfile")))
;; Do not use bundled libsndfile sources
(substitute* "Papagayo.pro"
(("else \\{")
(string-append "\nINCLUDEPATH += " libsndfile
"/include"
"\nLIBS +=" libsndfile
"/lib/libsndfile.so\n"
"win32 {"))))
(zero? (system* "qmake"
(string-append "DESTDIR="
(assoc-ref outputs "out")
"/bin")))))
;; Ensure that all required Qt plugins are found at runtime.
(add-after 'install 'wrap-executable
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(qt '("qt" "qtmultimedia")))
(wrap-program (string-append out "/bin/Papagayo")
`("QT_PLUGIN_PATH" ":" prefix
,(map (lambda (label)
(string-append (assoc-ref inputs label)
"/lib/qt5/plugins/"))
qt)))
#t))))))
(inputs
`(("qt" ,qtbase)
("qtmultimedia" ,qtmultimedia)
("libsndfile" ,libsndfile)))
(native-inputs
`(("qttools" ,qttools)))
(home-page "http://www.lostmarble.com/papagayo/")
(synopsis "Lip-syncing for animations")
(description
"Papagayo is a lip-syncing program designed to help you line up
phonemes with the actual recorded sound of actors speaking. Papagayo makes it
easy to lip sync animated characters by making the process very simple just
type in the words being spoken, then drag the words on top of the sounds
waveform until they line up with the proper sounds.")
(license license:gpl3+))))
+16 -17
View File
@@ -30,14 +30,14 @@
(define-public apr
(package
(name "apr")
(version "1.5.2")
(version "1.6.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/apr/apr-"
version ".tar.bz2"))
(sha256
(base32
"0ypn51xblix5ys9xy7da3ngdydip0qqh9rdq8nz54w9aq8lys0vx"))
"0wiik6amxn6lkc55fv9yz5i3kbxnqbp36alrzabx1avsdp8hc7qk"))
(patches
(search-patches "apr-skip-getservbyname-test.patch"))
(patch-flags '("-p0"))))
@@ -65,14 +65,14 @@ around or take advantage of platform-specific deficiencies or features.")
(define-public apr-util
(package
(name "apr-util")
(version "1.5.4")
(version "1.6.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/apr/apr-util-"
version ".tar.bz2"))
(sha256
(base32
"0bn81pfscy9yjvbmyx442svf43s6dhrdfcsnkpxz43fai5qk5kx6"))))
"0nq3s1yn13vplgl6qfm09f7n0wm08malff9s59bqf9nid9xjzqfk"))))
(build-system gnu-build-system)
(inputs
`(("apr" ,apr)))
@@ -80,19 +80,18 @@ around or take advantage of platform-specific deficiencies or features.")
`(("expat" ,expat)))
(arguments
'(#:phases
(alist-replace
'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(apr (assoc-ref inputs "apr"))
(expat (assoc-ref inputs "expat")))
(setenv "CONFIG_SHELL" (which "bash"))
(zero?
(system* "./configure"
(string-append "--prefix=" out)
(string-append "--with-apr=" apr)
(string-append "--with-expat=" expat)))))
%standard-phases)
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out"))
(apr (assoc-ref inputs "apr"))
(expat (assoc-ref inputs "expat")))
(setenv "CONFIG_SHELL" (which "bash"))
(zero?
(system* "./configure"
(string-append "--prefix=" out)
(string-append "--with-apr=" apr)
(string-append "--with-expat=" expat)))))))
;; There are race conditions during 'make check'. Typically, the
;; 'testall' executable is not built yet by the time 'make check' tries
+117 -5
View File
@@ -4,7 +4,8 @@
;;; Copyright © 2016 John Darrington <jmd@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Christopher Andersson <christopher@8bits.nu>
;;; Copyright © 2016 Theodoros Foradis <theodoros.for@openmailbox.org>
;;; Copyright © 2016 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27,8 +28,9 @@
#:use-module (guix build-system gnu)
#:use-module (guix licenses)
#:use-module (gnu packages)
#:use-module (gnu packages perl)
#:use-module (gnu packages base))
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages perl))
(define-public aspell
(package
@@ -114,6 +116,13 @@ dictionaries, including personal ones.")
(home-page "http://aspell.net/")))
(define-public aspell-dict-ca
(aspell-dictionary "ca" "Catalan"
#:version "2.1.5-1"
#:sha256
(base32
"1fb5y5kgvk25nlsfvc8cai978hg66x3pbp9py56pldc7vxzf9npb")))
(define-public aspell-dict-de
(aspell-dictionary "de" "German"
#:version "20030222-1"
@@ -123,10 +132,10 @@ dictionaries, including personal ones.")
(define-public aspell-dict-en
(aspell-dictionary "en" "English"
#:version "2016.11.20-0"
#:version "2017.01.22-0"
#:sha256
(base32
"1496jnhh2jvhkzcj0p4vy89bcs4g5wz6a76m33vw4dhchn5xm9jw")))
"1qamzpw1fsnn5n9jpsnnnzqj1a0m0xvsikmkdp5a6pmb7sp3ziwk")))
(define-public aspell-dict-eo
(aspell-dictionary "eo" "Esperanto"
@@ -209,3 +218,106 @@ dictionaries, including personal ones.")
#:sha256
(base32
"1y09lx9zf2rnp55r16b2vgj953l3538z1vaqgflg9mdvm555bz3p")))
;;;
;;; Hunspell packages made from the Aspell word lists.
;;;
(define* (aspell-word-list language synopsis
#:optional
(nick (string-map (lambda (chr)
(if (char=? #\_ chr)
#\-
chr))
(string-downcase language))))
(package
(name (string-append "hunspell-dict-" nick))
(version "2017.08.24")
(source (origin
(method url-fetch)
(uri (string-append
"http://downloads.sourceforge.net/wordlist/scowl-"
version ".tar.gz"))
(sha256
(base32
"1kdhydzg5z5x20ad2j1x5hbdhvy08ljkfdi2v3gbyvghbagxm15s"))))
(native-inputs
`(("tar" ,tar)
("gzip" ,gzip)
("perl" ,perl)
("aspell" ,aspell)))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(delete 'configure)
(delete 'check)
(replace 'build
(lambda _
(substitute* "speller/make-hunspell-dict"
(("zip -9 .*$")
"return\n"))
(mkdir "speller/hunspell")
;; XXX: This actually builds all the dictionary variants.
(zero? (system* "make" "-C" "speller" "hunspell"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref %outputs "out"))
(hunspell (string-append out "/share/hunspell"))
(myspell (string-append out "/share/myspell"))
(doc (string-append out "/share/doc/"
,name)))
(mkdir-p myspell)
(install-file ,(string-append "speller/" language ".dic")
hunspell)
(install-file ,(string-append "speller/" language ".aff")
hunspell)
(symlink hunspell (string-append myspell "/dicts"))
(for-each (lambda (file)
(install-file file doc))
(find-files "."
"^(Copyright|.*\\.(txt|org|md))$"))
#t))))))
(synopsis synopsis)
(description
"This package provides a dictionary for the Hunspell spell-checking
library.")
(home-page "http://wordlist.aspell.net/")
(license (non-copyleft "file://Copyright"
"Word lists come from several sources, all
under permissive licensing terms. See the 'Copyright' file."))))
(define-syntax define-word-list-dictionary
(syntax-rules (synopsis)
((_ name language (synopsis text))
(define-public name
(aspell-word-list language text)))
((_ name language nick (synopsis text))
(define-public name
(aspell-word-list language text nick)))))
(define-word-list-dictionary hunspell-dict-en
"en"
(synopsis "Hunspell dictionary for English"))
(define-word-list-dictionary hunspell-dict-en-au
"en_AU"
(synopsis "Hunspell dictionary for Australian English"))
(define-word-list-dictionary hunspell-dict-en-ca
"en_CA"
(synopsis "Hunspell dictionary for Canadian English"))
(define-word-list-dictionary hunspell-dict-en-gb
"en_GB-ise" "en-gb"
(synopsis "Hunspell dictionary for British English, with -ise endings"))
(define-word-list-dictionary hunspell-dict-en-gb-ize
"en_GB-ize"
(synopsis "Hunspell dictionary for British English, with -ize endings"))
(define-word-list-dictionary hunspell-dict-en-us
"en_US"
(synopsis "Hunspell dictionary for United States English"))
+8 -8
View File
@@ -34,14 +34,14 @@
(define-public nasm
(package
(name "nasm")
(version "2.12.02")
(version "2.13.01")
(source (origin
(method url-fetch)
(uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32
"08a3ah791cl7xdyrlz33mwv4xzs08rxh0p902p3ypi5iq1h6p1jc"))))
"0plsvcwxc7q3llr3bz10prwq1gn4ll38aqmv0yzfqcq4iw0160ma"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl) ;for doc and test target
("texinfo" ,texinfo)))
@@ -52,10 +52,10 @@
(add-after 'unpack 'dont-build-ps-pdf-outputs
(lambda _
(substitute* "doc/Makefile.in"
(("info html nasmdoc.txt nasmdoc.ps nasmdoc.pdf")
"info html nasmdoc.txt")
(("nasmdoc.ps nasmdoc.pdf nasmdoc.txt \\$\\(INSTALLROOT\\)\\$\\(docdir\\)")
"nasmdoc.txt $(INSTALLROOT)$(docdir)"))
(("html nasmdoc.txt nasmdoc.pdf")
"html nasmdoc.txt")
(("\\$\\(INSTALL_DATA\\) nasmdoc.pdf")
"$(INSTALL_DATA)"))
#t))
(add-after 'install 'install-info
(lambda _
@@ -103,14 +103,14 @@ debugging information in STABS, DWARF 2, and CodeView 8 formats.")
(define-public lightning
(package
(name "lightning")
(version "2.1.0")
(version "2.1.2")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/lightning/lightning-"
version ".tar.gz"))
(sha256
(base32
"19j9nwl88k660045s40cbz5zrl1wpd2mcxnnc8qqnnaj311a58qz"))))
"0sbs2lm8b9in2m8d52zf0x9gpp40x6r7sl6sha92yq3pr78rwa4v"))))
(build-system gnu-build-system)
(native-inputs `(("zlib" ,zlib)))
(synopsis "Library for generating assembly code at runtime")
+18 -8
View File
@@ -64,7 +64,7 @@ in FITS files.")
(define-public wcslib
(package
(name "wcslib")
(version "5.16")
(version "5.17")
(source
(origin
(method url-fetch)
@@ -72,7 +72,7 @@ in FITS files.")
"ftp://ftp.atnf.csiro.au/pub/software/wcslib/" name "-" version
".tar.bz2"))
(sha256
(base32 "1vwrzkznpig2q40m11j12hsfqvsjz8z44l66pz5fkh6fy461w0zd"))))
(base32 "0v23x1fw01arhmqdrzfd9n593mjglhzfyx4793v065z0dg4bb72w"))))
(inputs
`(("cfitsio" ,cfitsio)))
(build-system gnu-build-system)
@@ -83,7 +83,7 @@ in FITS files.")
(substitute* "makedefs.in"
(("/bin/sh") "sh"))
#t)))))
(home-page "http://www.atnf.csiro.au/people/mcalabre/WCS")
(home-page "https://www.atnf.csiro.au/people/mcalabre/WCS")
(synopsis "Library which implements the FITS WCS standard")
(description "The FITS \"World Coordinate System\" (WCS) standard defines
keywords and usage that provide for the description of astronomical coordinate
@@ -93,7 +93,7 @@ systems in a FITS image header.")
(define-public gnuastro
(package
(name "gnuastro")
(version "0.2")
(version "0.4")
(source
(origin
(method url-fetch)
@@ -101,15 +101,19 @@ systems in a FITS image header.")
version ".tar.gz"))
(sha256
(base32
"0099g7zqg1gr9y94ybhyjgx9pkn9zv4rj1xb00fkybfw8w6ij9iv"))))
"1n30zz4kg89ic5h30b7nrxp0bk0ls2m3xnfi81mja56bxxwpihrs"))))
(inputs
`(("cfitsio" ,cfitsio)
("gsl" ,gsl)
("libjpeg" ,libjpeg-8)
("wcslib" ,wcslib)))
(build-system gnu-build-system)
(arguments
;; Reduce the number of required type conversions by enabling arithmetic
;; with all the supported types.
`(#:configure-flags '("--enable-bin-op-alltypes")))
(home-page "https://www.gnu.org/software/gnuastro/")
(synopsis "Astronomical data manipulation programs")
(synopsis "Astronomy utilities")
(description "The GNU Astronomy Utilities (Gnuastro) is a suite of
programs for the manipulation and analysis of astronomical data.")
(license license:gpl3+)))
@@ -117,7 +121,7 @@ programs for the manipulation and analysis of astronomical data.")
(define-public stellarium
(package
(name "stellarium")
(version "0.15.1")
(version "0.16.0")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/stellarium/"
@@ -125,10 +129,11 @@ programs for the manipulation and analysis of astronomical data.")
version "/stellarium-" version ".tar.gz"))
(sha256
(base32
"04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
"1krxj51lix096xbz64lys166a8zdwhill5vvs7dlxdn14amc8d98"))))
(build-system cmake-build-system)
(inputs
`(("qtbase" ,qtbase)
("qtlocation" ,qtlocation)
("qtmultimedia" ,qtmultimedia)
("qtscript" ,qtscript)
("qtserialport" ,qtserialport)
@@ -141,6 +146,11 @@ programs for the manipulation and analysis of astronomical data.")
(arguments
`(#:test-target "tests"
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-tests
(lambda _
(substitute* "src/tests/testStelSphereGeometry.cpp"
(("Vec3d v[(]0[)]") "Vec3d v(0.0)"))
#t))
(add-before 'check 'set-offscreen-display
(lambda _
;; make Qt render "offscreen", required for tests
+365 -184
View File
@@ -36,6 +36,7 @@
#:use-module (guix build-system trivial)
#:use-module (guix build-system cmake)
#:use-module (guix build-system python)
#:use-module (guix build-system glib-or-gtk)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
#:use-module (gnu packages autotools)
@@ -79,8 +80,11 @@
#:use-module (gnu packages xiph)
#:use-module (gnu packages xml)
#:use-module (gnu packages xorg)
#:use-module (gnu packages zip)
#:use-module (srfi srfi-1))
#:use-module (gnu packages maths)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages music)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))
(define-public alsa-modular-synth
(package
@@ -187,11 +191,11 @@ streams from live audio.")
(define-public ardour
(package
(name "ardour")
(version "5.8")
(version "5.12")
(source (origin
(method git-fetch)
(uri (git-reference
(url "git://git.ardour.org/ardour/ardour.git")
(url "https://git.ardour.org/ardour/ardour.git")
(commit version)))
(snippet
;; Ardour expects this file to exist at build time. The revision
@@ -204,7 +208,7 @@ streams from live audio.")
namespace ARDOUR { const char* revision = \"" version "\" ; }")))))
(sha256
(base32
"1lcvslrcw6g4kp9w0h1jx46x6ilz4nzz0k2yrw4gd545k1rwx0c1"))
"0mla5lm51ryikc2rrk53max2m7a5ds6i1ai921l2h95wrha45nkr"))
(file-name (string-append name "-" version))))
(build-system waf-build-system)
(arguments
@@ -273,20 +277,42 @@ engineers, musicians, soundtrack editors and composers.")
(define-public audacity
(package
(name "audacity")
(version "2.1.3")
(version "2.2.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/audacity/audacity/archive"
"/Audacity-" version ".tar.gz"))
(sha256
(base32 "11mx7gb4dbqrgfp7hm0154x3m76ddnmhf2675q5zkxn7jc5qfc6b"))))
(base32 "09xpr4bjnainz1xmc35v3qg3dadjr9wv8bmn1p4y91aqyihnhjry"))
(patches (search-patches "audacity-build-with-system-portaudio.patch"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
'(begin
(for-each
(lambda (dir)
(delete-file-recursively (string-append "lib-src/" dir)))
'("expat" "ffmpeg" "libflac" "libid3tag" "libmad" "libogg"
"libsndfile" "libsoxr" "libvamp" "libvorbis" "lv2"
"portaudio-v19" "portmidi" "soundtouch" "twolame"
;; FIXME: these libraries have not been packaged yet:
;; "libnyquist"
;; "libscorealign"
;; "libwidgetextra"
;; "portburn"
;; "portsmf"
;; "portmixer"
;; FIXME: we have this library, but it differs in that the Slide
;; class does not have a member "getInverseStretchedTime".
;; "sbsms"
))
#t))))
(build-system gnu-build-system)
(inputs
;; TODO: Add portSMF and libwidgetextra once they're packaged. In-tree
;; versions shipping with Audacity are used for now.
`(("wxwidgets" ,wxwidgets-gtk2)
("gtk" ,gtk+-2)
`(("wxwidgets" ,wxwidgets)
("gtk" ,gtk+)
("alsa-lib" ,alsa-lib)
("jack" ,jack-1)
("expat" ,expat)
@@ -295,7 +321,7 @@ engineers, musicians, soundtrack editors and composers.")
("flac" ,flac)
("libid3tag" ,libid3tag)
("libmad" ,libmad)
("libsbsms" ,libsbsms)
;;("libsbsms" ,libsbsms) ;bundled version is modified
("libsndfile" ,libsndfile)
("soundtouch" ,soundtouch)
("soxr" ,soxr) ;replaces libsamplerate
@@ -303,8 +329,10 @@ engineers, musicians, soundtrack editors and composers.")
("vamp" ,vamp)
("libvorbis" ,libvorbis)
("lv2" ,lv2)
("lilv" ,lilv)
("portaudio" ,portaudio)))
("lilv" ,lilv) ;for lv2
("suil" ,suil) ;for lv2
("portaudio" ,portaudio)
("portmidi" ,portmidi)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
@@ -314,24 +342,63 @@ engineers, musicians, soundtrack editors and composers.")
("python" ,python-2)
("which" ,which)))
(arguments
'(#:configure-flags
`(#:configure-flags
(let ((libid3tag (assoc-ref %build-inputs "libid3tag"))
(libmad (assoc-ref %build-inputs "libmad")))
(libmad (assoc-ref %build-inputs "libmad"))
(portmidi (assoc-ref %build-inputs "portmidi")))
(list
;; Loading FFmpeg dynamically is problematic.
"--disable-dynamic-loading"
;; libid3tag and libmad provide no .pc files, so pkg-config fails to
;; find them. Force their inclusion.
;; SSE instructions are available on Intel systems only.
,@(if (any (cute string-prefix? <> (or (%current-target-system)
(%current-system)))
'("x64_64" "i686"))
'()
'("--enable-sse=no"))
;; portmidi, libid3tag and libmad provide no .pc files, so
;; pkg-config fails to find them. Force their inclusion.
(string-append "ID3TAG_CFLAGS=-I" libid3tag "/include")
(string-append "ID3TAG_LIBS=-L" libid3tag "/lib -lid3tag -lz")
(string-append "LIBMAD_CFLAGS=-I" libmad "/include")
(string-append "LIBMAD_LIBS=-L" libmad "/lib -lmad")))
(string-append "LIBMAD_LIBS=-L" libmad "/lib -lmad")
(string-append "PORTMIDI_CFLAGS=-I" portmidi "/include")
(string-append "PORTMIDI_LIBS=-L" portmidi "/lib -lportmidi")
"EXPAT_USE_SYSTEM=yes"
"FFMPEG_USE_SYSTEM=yes"
"LAME_USE_SYSTEM=yes"
"LIBFLAC_USE_SYSTEM=yes"
"LIBID3TAG_USE_SYSTEM=yes"
"LIBMAD_USE_SYSTEM=yes"
"USE_LOCAL_LIBNYQUIST=" ;not packaged yet
;;"LIBSBSMS_USE_SYSTEM=yes" ;bundled version is patched
"LIBSNDFILE_USE_SYSTEM=yes"
"LIBSOUNDTOUCH_USE_SYSTEM=yes"
"LIBSOXR_USE_SYSTEM=yes"
"LIBTWOLAME_USE_SYSTEM=yes"
"LIBVAMP_USE_SYSTEM=yes"
"LIBVORBIS_USE_SYSTEM=yes"
"LV2_USE_SYSTEM=yes"
"PORTAUDIO_USE_SYSTEM=yes"))
#:phases
(modify-phases %standard-phases
;; FFmpeg is only detected if autoreconf runs.
(add-before 'configure 'autoreconf
(add-after 'unpack 'fix-sbsms-check
(lambda _
(zero? (system* "autoreconf" "-vfi")))))
;; This check is wrong: there is no 2.2.0 release; not even the
;; bundled sources match this release string.
(substitute* '("m4/audacity_checklib_libsbsms.m4"
"configure")
(("sbsms >= 2.2.0") "sbsms >= 2.0.0"))
#t))
(add-after 'unpack 'use-upstream-headers
(lambda* (#:key inputs #:allow-other-keys)
(substitute* '("src/NoteTrack.cpp"
"src/AudioIO.cpp"
"src/AudioIO.h")
(("../lib-src/portmidi/pm_common/portmidi.h") "portmidi.h")
(("../lib-src/portmidi/porttime/porttime.h") "porttime.h"))
(substitute* "src/prefs/MidiIOPrefs.cpp"
(("../../lib-src/portmidi/pm_common/portmidi.h") "portmidi.h"))
#t)))
;; The test suite is not "well exercised" according to the developers,
;; and fails with various errors. See
;; <http://sourceforge.net/p/audacity/mailman/message/33524292/>.
@@ -386,14 +453,14 @@ plugins are provided.")
(define-public calf
(package
(name "calf")
(version "0.0.60")
(version "0.90.0")
(source (origin
(method url-fetch)
(uri (string-append "http://calf-studio-gear.org/files/calf-"
version ".tar.gz"))
(sha256
(base32
"019fwg00jv217a5r767z7szh7vdrarybac0pr2sk26xp81kibrx9"))))
"0dijv2j7vlp76l10s4v8gbav26ibaqk8s24ci74vrc398xy00cib"))))
(build-system gnu-build-system)
(inputs
`(("fluidsynth" ,fluidsynth)
@@ -569,23 +636,17 @@ emulation (valve, tape), bit fiddling (decimator, pointer-cast), etc.")
(define-public csound
(package
(name "csound")
(version "6.05")
(version "6.09.1")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/csound/csound6/Csound"
version "/Csound" version ".tar.gz"))
"https://github.com/csound/csound/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0a1sni6lr7qpwywpggbkp0ia3h9bwwgf9i87gsag8ra2h30v82hd"))
(patches (search-patches "csound-header-ordering.patch"))))
"0xqpqws4jsv7fyawcjzwaw544qbfh29xq164kdf30a9v1n3yklp4"))))
(build-system cmake-build-system)
(arguments
;; Work around this error on x86_64 with libc 2.22+:
;; libmvec.so.1: error adding symbols: DSO missing from command line
(if (string-prefix? "x86_64" (or (%current-target-system) (%current-system)))
'(#:configure-flags '("-DCMAKE_EXE_LINKER_FLAGS=-lmvec"))
'()))
(inputs
`(("alsa-lib" ,alsa-lib)
("boost" ,boost)
@@ -624,23 +685,21 @@ language and software synthesizer.")
`(#:tests? #f ; no "check" target
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(alist-cons-after
'unpack 'patch-makefile-and-enter-directory
(lambda _
(substitute* "libs/Makefile"
(("/sbin/ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
(chdir "libs")
#t)
(alist-cons-after
'install
'install-symlink
(lambda _
(symlink "libclalsadrv.so"
(string-append (assoc-ref %outputs "out")
"/lib/libclalsadrv.so.2")))
(modify-phases %standard-phases
(add-after 'unpack 'patch-makefile-and-enter-directory
(lambda _
(substitute* "libs/Makefile"
(("/sbin/ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
(chdir "libs")
#t))
(add-after 'install 'install-symlink
(lambda _
(symlink "libclalsadrv.so"
(string-append (assoc-ref %outputs "out")
"/lib/libclalsadrv.so.2"))))
;; no configure script
(alist-delete 'configure %standard-phases)))))
(delete 'configure))))
(inputs
`(("alsa-lib" ,alsa-lib)
("fftw" ,fftw)))
@@ -967,23 +1026,27 @@ follower.")
(define-public fluidsynth
(package
(name "fluidsynth")
(version "1.1.6")
(version "1.1.8")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/fluidsynth/fluidsynth-"
version "/fluidsynth-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/FluidSynth/fluidsynth.git")
(commit (string-append "v" version))))
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"070pwb7brdcn1mfvplkd56vjc7lbz4iznzkqvfsakvgbv68k71ah"))))
(build-system gnu-build-system)
"12q7hv0zvgylsdj1ipssv5zr7ap2y410dxsd63dz22y05fa2hwwd"))))
(build-system cmake-build-system)
(arguments
`(#:phases
(alist-cons-after
'unpack
'remove-broken-symlinks
(lambda _ (delete-file-recursively "m4") #t)
%standard-phases)))
'(#:tests? #f ; no check phase
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'fix-libdir
(lambda _
(substitute* "CMakeLists.txt"
(("LIB_SUFFIX \\$\\{_init_lib_suffix\\}")
"LIB_SUFFIX \"\""))
#t)))))
(inputs
`(("libsndfile" ,libsndfile)
("alsa-lib" ,alsa-lib)
@@ -1001,7 +1064,7 @@ follower.")
specifications. FluidSynth reads and handles MIDI events from the MIDI input
device. It is the software analogue of a MIDI synthesizer. FluidSynth can
also play midifiles using a Soundfont.")
(license license:gpl2+)))
(license license:lgpl2.1+)))
(define-public faad2
(package
@@ -1022,12 +1085,11 @@ also play midifiles using a Soundfont.")
("unzip" ,unzip)))
(arguments
'(#:phases
(alist-cons-after
'unpack 'bootstrap
(lambda _
(substitute* "bootstrap" (("\r\n") "\n"))
(zero? (system* "sh" "bootstrap")))
%standard-phases)))
(modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda _
(substitute* "bootstrap" (("\r\n") "\n"))
(zero? (system* "sh" "bootstrap")))))))
(home-page "http://www.audiocoding.com/faad2.html")
(synopsis "MPEG-4 and MPEG-2 AAC decoder")
(description
@@ -1038,17 +1100,19 @@ PS, and DAB+.")
(define-public faust
(package
(name "faust")
(version "0.9.67")
(version "0.9.90")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/faudiostream/faust-" version ".zip"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/grame-cncm/faust.git")
(commit (string-append "v"
(string-map (lambda (c)
(if (char=? c #\.) #\- c))
version)))))
(file-name (string-append "faust-" version "-checkout"))
(sha256
(base32
"068vl9536zn0j4pknwfcchzi90rx5pk64wbcbd67z32w0csx8xm1"))
(snippet
;; Remove prebuilt library
'(delete-file "architecture/android/libs/armeabi-v7a/libfaust_dsp.so"))))
"0qc6iwjd3i80jdyjc186c6ywipmjzl8wlsp4050pbr56q4rlkd4z"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "prefix=" (assoc-ref %outputs "out")))
@@ -1056,7 +1120,16 @@ PS, and DAB+.")
#:phases
(modify-phases %standard-phases
;; no "configure" script
(delete 'configure))))
(delete 'configure)
;; Files appear under $out/share/faust that are read-only. The
;; install phase tries to overwrite them and fails, so we change
;; the permissions first.
(add-before 'install 'fix-permissions
(lambda _
(for-each (lambda (file)
(chmod file #o644))
(find-files "architecture/max-msp" ".*"))
#t)))))
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://faust.grame.fr/")
@@ -1068,14 +1141,18 @@ PS, and DAB+.")
(define-public faust-2
(package
(inherit faust)
(version "2.0.a51")
(version "2.1.0")
(source (origin
(method url-fetch)
(uri (string-append
"mirror://sourceforge/faudiostream/faust-" version ".tgz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/grame-cncm/faust.git")
(commit (string-append "v"
(string-map (lambda (c)
(if (char=? c #\.) #\- c))
version)))))
(sha256
(base32
"1yryjqfqmxs7lxy95hjgmrncvl9kig3rcsmg0v49ghzz7vs7haxf"))))
"06km0ygwxxwgw1lqldccqidxhmjfz8ck0wnbd95qk5sg8sbpc068"))))
(build-system gnu-build-system)
(arguments
(substitute-keyword-arguments (package-arguments faust)
@@ -1085,7 +1162,7 @@ PS, and DAB+.")
(native-inputs
`(("llvm" ,llvm-with-rtti)
("which" ,which)
("xxd" ,vim)
("xxd" ,xxd)
("ctags" ,emacs-minimal) ; for ctags
("pkg-config" ,pkg-config)))
(inputs
@@ -1137,7 +1214,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.")
(define-public guitarix
(package
(name "guitarix")
(version "0.35.3")
(version "0.36.1")
(source (origin
(method url-fetch)
(uri (string-append
@@ -1145,7 +1222,7 @@ patches that can be used with softsynths such as Timidity and WildMidi.")
version ".tar.xz"))
(sha256
(base32
"0pvw4ijkq6lcn45vrif9b4mqmgzi0qg1dp5b33kb5zan6n1aci4j"))))
"1g5949jwh2n755xjs3kcbdb8a1wxr5mn0m115wdnk27dxcdn93b0"))))
(build-system waf-build-system)
(arguments
`(#:tests? #f ; no "check" target
@@ -1197,9 +1274,7 @@ auto-wah.")
(arguments
(substitute-keyword-arguments (package-arguments guitarix)
((#:configure-flags flags)
`(cons "--lv2-only" ,flags))))
(inputs
(alist-delete "webkitgtk/gtk+-2" (package-inputs guitarix)))))
`(cons "--lv2-only" ,flags))))))
(define-public rakarrack
(package
@@ -1341,17 +1416,16 @@ synchronous execution of all clients, and low latency operation.")
(define-public jack-2
(package (inherit jack-1)
(name "jack2")
(version "1.9.10")
(version "1.9.11-RC1")
(source (origin
(method url-fetch)
(uri (string-append
"https://github.com/jackaudio/jack2/archive/v"
version
".tar.gz"))
(uri (string-append "https://github.com/jackaudio/jack2/releases/"
"download/v" version "/jack2-"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"03b0iiyk3ng3vh5s8gaqwn565vik7910p56mlbk512bw3dhbdwc8"))))
"0ks72xxv8qrpwjc2ksr74rnp178h62g5vdplb2rn4vhkw86yw3kk"))))
(build-system waf-build-system)
(arguments
`(#:python ,python-2
@@ -1499,6 +1573,16 @@ to be plugged into a wide range of audio synthesis and recording packages.")
(base32
"12z1vx3krrzsfccpah9xjs68900xvr7bw92wx8np5871i2yv47iw"))))
(build-system gnu-build-system)
(arguments
'(#:phases
(modify-phases %standard-phases
;; lashd embeds an ancient version of sigsegv so we just skip it
(add-after 'unpack 'skip-lashd
(lambda _
(substitute* '("Makefile.am" "Makefile.in")
(("lashd ") ""))
#t)))
#:configure-flags '("--disable-static")))
(inputs
`(("bdb" ,bdb)
("gtk" ,gtk+-2)
@@ -1665,6 +1749,21 @@ add functionality to support the needs of increasingly powerful audio
software.")
(license license:isc)))
(define-public lv2-devel
(let ((commit "39c7c726cd52b2863fcea356cafe1bcab2ba7f37")
(revision "1"))
(package (inherit lv2)
(name "lv2-devel")
(version (string-append "1.15.3-" revision "." (string-take commit 7)))
(source (origin
(method git-fetch)
(uri (git-reference
(url "http://lv2plug.in/git/lv2.git")
(commit commit)))
(sha256
(base32
"1gp2rd99dfmpibvpixrqn115mrhybzf3if3h8bssf6siyi13f29r")))))))
(define-public lv2-mda-piano
(package
(name "lv2-mda-piano")
@@ -1683,7 +1782,7 @@ software.")
"TYPE=mdaPiano"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:tests? #f ; no check target
#:phases (alist-delete 'configure %standard-phases)))
#:phases (modify-phases %standard-phases (delete 'configure))))
(inputs
`(("lv2" ,lv2)
("lvtk" ,lvtk)))
@@ -1706,7 +1805,7 @@ software.")
"TYPE=mdaEPiano"
(string-append "PREFIX=" (assoc-ref %outputs "out")))
#:tests? #f ; no check target
#:phases (alist-delete 'configure %standard-phases)))
#:phases (modify-phases %standard-phases (delete 'configure))))
(home-page "http://elephly.net/lv2/mdaepiano.html")
(synopsis "LV2 port of the mda EPiano plugin")
(description "An LV2 port of the mda EPiano VSTi.")))
@@ -1921,11 +2020,11 @@ aimed at audio/musical applications.")
(license license:gpl2+)))
(define-public raul-devel
(let ((commit "f8bf77d3c3b77830aedafb9ebb5cdadfea7ed07a")
(let ((commit "4db870b2b20b0a608ec0283139056b836c5b1624")
(revision "1"))
(package (inherit raul)
(name "raul")
(version (string-append "0.8.4-" revision "."
(version (string-append "0.8.9-" revision "."
(string-take commit 9)))
(source (origin
(method git-fetch)
@@ -1935,7 +2034,7 @@ aimed at audio/musical applications.")
(file-name (string-append name "-" version "-checkout"))
(sha256
(base32
"1lby508fb0n8ks6iz959sh18fc37br39d6pbapwvbcw5nckdrxwj")))))))
"04fajrass3ymr72flx5js5vxc601ccrmx8ny8scp0rw7j0igyjdr")))))))
(define-public rubberband
(package
@@ -1982,8 +2081,8 @@ tempo and pitch of an audio recording independently of one another.")
(arguments
`(#:tests? #f ;no "check" target
#:phases (modify-phases %standard-phases
(add-before
'configure 'autoconf
(add-after
'unpack 'autoconf
(lambda _ (zero? (system* "autoreconf" "-vfi"))))
(add-before
'build 'fix-makefile
@@ -2045,20 +2144,24 @@ the Turtle syntax.")
(define-public suil
(package
(name "suil")
(version "0.8.4")
(version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append "http://download.drobilla.net/suil-"
version ".tar.bz2"))
(sha256
(base32
"1kji3lhha26qr6xm9j8ic5c40zbrrb5qnwm2qxzmsfxgmrz29wkf"))))
"0j489gm3fhnmwmbgw30bvd4byw1vsy4yazdlnji8jzhcz0qwb5cq"))))
(build-system waf-build-system)
(arguments `(#:tests? #f)) ; no check target
(arguments
`(#:tests? #f ; no check target
#:configure-flags
'("CXXFLAGS=-std=gnu++11")))
(inputs
`(("lv2" ,lv2)
("gtk+-2" ,gtk+-2)
("qt-4" ,qt-4)))
("gtk+" ,gtk+-2)
("gtk+" ,gtk+)
("qt" ,qtbase)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://drobilla.net/software/suil/")
@@ -2071,7 +2174,7 @@ toolkit. The API is designed such that hosts do not need to explicitly
support specific toolkits if Suil supports a particular toolkit, then UIs in
that toolkit will work in all hosts that use Suil automatically.
Suil currently supports every combination of Gtk 2, Qt 4, and X11.")
Suil currently supports every combination of Gtk, Qt, and X11.")
(license license:isc)))
(define-public timidity++
@@ -2096,19 +2199,19 @@ Suil currently supports every combination of Gtk 2, Qt 4, and X11.")
(string-append "--with-default-path="
(assoc-ref %outputs "out") "/etc/timidity"))
#:phases
(alist-cons-after
'install 'install-config
(lambda _
(let ((out (string-append (assoc-ref %outputs "out")
"/etc/timidity")))
(mkdir-p out)
(call-with-output-file
(string-append out "/timidity.cfg")
(lambda (port)
(format port (string-append "source "
(assoc-ref %build-inputs "freepats")
"/share/freepats/freepats.cfg"))))))
%standard-phases)))
(modify-phases %standard-phases
(add-after 'install 'install-config
(lambda _
(let ((out (string-append (assoc-ref %outputs "out")
"/etc/timidity")))
(mkdir-p out)
(call-with-output-file
(string-append out "/timidity.cfg")
(lambda (port)
(format port (string-append "source "
(assoc-ref %build-inputs "freepats")
"/share/freepats/freepats.cfg")))))
#t)))))
(inputs
`(("alsa-lib" ,alsa-lib)
("ao" ,ao)
@@ -2147,16 +2250,15 @@ disks as various audio file formats.")
(arguments
`(#:tests? #f ; no check target
#:phases
(alist-cons-after
'install 'remove-libvamp-hostsdk.la
(lambda* (#:key outputs #:allow-other-keys)
;; https://bugs.launchpad.net/ubuntu/+source/vamp-plugin-sdk/+bug/1253656
(for-each delete-file
(let ((out (assoc-ref outputs "out")))
(list (string-append out "/lib/libvamp-sdk.la")
(string-append out "/lib/libvamp-hostsdk.la"))))
#t)
%standard-phases)))
(modify-phases %standard-phases
(add-after 'install 'remove-libvamp-hostsdk.la
(lambda* (#:key outputs #:allow-other-keys)
;; https://bugs.launchpad.net/ubuntu/+source/vamp-plugin-sdk/+bug/1253656
(for-each delete-file
(let ((out (assoc-ref outputs "out")))
(list (string-append out "/lib/libvamp-sdk.la")
(string-append out "/lib/libvamp-hostsdk.la"))))
#t)))))
(inputs
`(("libsndfile" ,libsndfile)))
(native-inputs
@@ -2318,11 +2420,10 @@ Tracker 3 S3M and Impulse Tracker IT files.")
("file" ,file)))
(arguments
'(#:phases
(alist-cons-after
'unpack 'bootstrap
(lambda _
(zero? (system* "sh" "bootstrap")))
%standard-phases)))
(modify-phases %standard-phases
(add-after 'unpack 'bootstrap
(lambda _
(zero? (system* "sh" "bootstrap")))))))
(home-page "http://www.surina.net/soundtouch/")
(synopsis
"Audio processing library for changing tempo, pitch and playback rate")
@@ -2456,11 +2557,10 @@ portions of LAME.")
'(#:phases
;; Autoreconf is necessary because the audacity-compat patch modifies
;; .in files.
(alist-cons-after
'unpack 'autoreconf
(lambda _
(zero? (system* "autoreconf" "-vif")))
%standard-phases)
(modify-phases %standard-phases
(add-after 'unpack 'autoreconf
(lambda _
(zero? (system* "autoreconf" "-vif")))))
#:tests? #f)) ;no 'check' target
(home-page "http://www.portaudio.com/")
(synopsis "Audio I/O library")
@@ -2524,14 +2624,13 @@ synthesizer written in C++.")
("pulseaudio" ,pulseaudio)))
(arguments
'(#:phases
(alist-replace
'configure
(lambda* (#:key outputs #:allow-other-keys)
(setenv "CC" "gcc")
(zero?
(system* "./configure"
(string-append "--prefix=" (assoc-ref outputs "out")))))
%standard-phases)
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
(setenv "CC" "gcc")
(zero?
(system* "./configure"
(string-append "--prefix=" (assoc-ref outputs "out")))))))
;; No 'check' target.
#:tests? #f))
(home-page "http://themaister.net/rsound.html")
@@ -2598,22 +2697,20 @@ result.")
`(#:tests? #f ; no "check" target
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(alist-cons-after
'unpack 'patch-makefile-and-enter-directory
(lambda _
(substitute* "libs/Makefile"
(("ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
(chdir "libs") #t)
(alist-cons-after
'install
'install-symlink
(lambda _
(symlink "libzita-convolver.so"
(string-append (assoc-ref %outputs "out")
"/lib/libzita-convolver.so.3")))
(modify-phases %standard-phases
(add-after 'unpack 'patch-makefile-and-enter-directory
(lambda _
(substitute* "libs/Makefile"
(("ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
(chdir "libs") #t))
(add-after 'install 'install-symlink
(lambda _
(symlink "libzita-convolver.so"
(string-append (assoc-ref %outputs "out")
"/lib/libzita-convolver.so.3"))))
;; no configure script
(alist-delete 'configure %standard-phases)))))
(delete 'configure))))
(inputs `(("fftwf" ,fftwf)))
(home-page "http://kokkinizita.linuxaudio.org")
(synopsis "Fast, partitioned convolution engine library")
@@ -2688,23 +2785,21 @@ provide high-quality sample rate conversion.")
`(#:tests? #f ; no "check" target
#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(alist-cons-after
'unpack 'patch-makefile-and-enter-directory
(lambda _
(substitute* "libs/Makefile"
(("ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
(chdir "libs")
#t)
(alist-cons-after
'install
'install-symlink
(lambda _
(symlink "libzita-alsa-pcmi.so"
(string-append (assoc-ref %outputs "out")
"/lib/libzita-alsa-pcmi.so.0")))
;; no configure script
(alist-delete 'configure %standard-phases)))))
(modify-phases %standard-phases
(add-after 'unpack 'patch-makefile-and-enter-directory
(lambda _
(substitute* "libs/Makefile"
(("ldconfig") "true")
(("^LIBDIR =.*") "LIBDIR = lib\n"))
(chdir "libs")
#t))
(add-after 'install 'install-symlink
(lambda _
(symlink "libzita-alsa-pcmi.so"
(string-append (assoc-ref %outputs "out")
"/lib/libzita-alsa-pcmi.so.0"))))
;; no configure script
(delete 'configure))))
(inputs
`(("alsa-lib" ,alsa-lib)
("fftw" ,fftw)))
@@ -2766,7 +2861,8 @@ machine-readable ASCII format.")
(description "shntool is a multi-purpose WAVE data processing and reporting
utility. File formats are abstracted from its core, so it can process any file
that contains WAVE data, compressed or not---provided there exists a format
module to handle that particular file type.")
module to handle that particular file type. It can also generate CUE files, and
use them split WAVE data into multiple files.")
(home-page "http://etree.org/shnutils/shntool/")
;; 'install-sh' bears the x11 license
(license (list license:gpl2+ license:x11))))
@@ -2905,3 +3001,88 @@ code, used in @code{libtoxcore}.")
06.10 RPE-LTP lossy speech compression algorithm.")
(home-page "http://quut.com/gsm/")
(license (license:non-copyleft "file://COPYRIGHT"))))
(define-public python-pyalsaaudio
(package
(name "python-pyalsaaudio")
(version "0.8.4")
(source (origin
(method url-fetch)
(uri (pypi-uri "pyalsaaudio" version))
(sha256
(base32
"1180ypn9596rq4b7y7dyv627j1q0fqilmkkrckclnzsdakdgis44"))))
(build-system python-build-system)
(arguments
`(#:tests? #f)) ; tests require access to ALSA devices.
(inputs
`(("alsa-lib" ,alsa-lib)))
(home-page "http://larsimmisch.github.io/pyalsaaudio/")
(synopsis "ALSA wrappers for Python")
(description
"This package contains wrappers for accessing the ALSA API from Python.
It is currently fairly complete for PCM devices, and has some support for
mixers.")
(license license:psfl)))
(define-public python2-pyalsaaudio
(package-with-python2 python-pyalsaaudio))
(define-public snd
(package
(name "snd")
(version "17.7")
(source (origin
(method url-fetch)
(uri (string-append "ftp://ccrma-ftp.stanford.edu/pub/Lisp/"
"snd-" version ".tar.gz"))
(sha256
(base32
"1vm0dy5qlycqkima7y5ajzvazyjybifa803fabjcpncjz08c26vp"))))
(build-system glib-or-gtk-build-system)
(arguments
'(#:tests? #f ; no tests
#:out-of-source? #f ; for the 'install-doc' phase
#:configure-flags
(let* ((out (assoc-ref %outputs "out"))
(docdir (string-append out "/share/doc/snd")))
(list "--with-alsa" "--with-jack" "--with-gmp"
(string-append "--with-doc-dir=" docdir)))
#:phases
(modify-phases %standard-phases
(add-after 'install 'install-doc
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(docdir (string-append out "/share/doc/snd")))
(mkdir-p docdir)
(for-each
(lambda (f)
(install-file f docdir))
(find-files "." "\\.html$|COPYING"))
(copy-recursively "pix" (string-append docdir "/pix"))
#t))))))
(native-inputs
`(("pkg-config" ,pkg-config)))
(inputs
`(("alsa-lib" ,alsa-lib)
("fftw" ,fftw)
("flac" ,flac)
("gmp" ,gmp)
("gsl" ,gsl)
("gtk+" ,gtk+)
("jack" ,jack-1)
("libsamplerate" ,libsamplerate)
("mpc" ,mpc)
("mpfr" ,mpfr)
("mpg123" ,mpg123)
("speex" ,speex)
("timidity++" ,timidity++)
("vorbis-tools" ,vorbis-tools)
("wavpack" ,wavpack)))
(synopsis "Sound editor")
(home-page "https://ccrma.stanford.edu/software/snd/")
(description
"Snd is a sound editor modelled loosely after Emacs. It can be
customized and extended using either the s7 Scheme implementation (included in
the Snd sources), Ruby, or Forth.")
(license (license:non-copyleft "file://COPYING"))))
+3 -2
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -30,14 +31,14 @@
(define-public augeas
(package
(name "augeas")
(version "1.8.0")
(version "1.8.1")
(source (origin
(method url-fetch)
(uri (string-append "http://download.augeas.net/augeas-"
version ".tar.gz"))
(sha256
(base32
"1iac5lwi1q10r343ii9v5p2fdplvh06yv9svsi8zz6cd2c2fjp2i"))))
"1yf93fqwav1zsl8dpyfkf0g11w05mmfckqy6qsjy5zkklnspbkv5"))))
(build-system gnu-build-system)
;; Marked as "required" in augeas.pc
(propagated-inputs
+22 -4
View File
@@ -1,11 +1,12 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2012, 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015 Mathieu Lirzin <mthl@openmailbox.org>
;;; Copyright © 2014 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2015, 2017 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2017 ng0 <ng0@libertad.pw>
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -194,7 +195,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
(define-public autoconf-archive
(package
(name "autoconf-archive")
(version "2017.03.21")
(version "2017.09.28")
(source
(origin
(method url-fetch)
@@ -202,7 +203,7 @@ exec ~a --no-auto-compile \"$0\" \"$@\"
version ".tar.xz"))
(sha256
(base32
"0rfpapadka2023qhy8294ca5awxpb8d4904js6kv7piby5ax8siq"))))
"00gsh9hkrgg291my98plkrwlcpxkfrpq64pglf18kciqbf2bb7sw"))))
(build-system gnu-build-system)
(home-page "https://www.gnu.org/software/autoconf-archive/")
(synopsis "Collection of freely reusable Autoconf macros")
@@ -237,6 +238,7 @@ output is indexed in many ways to simplify browsing.")
(license gpl3+)))
(define-public automake
;; Replace with 'automake/latest' on the next rebuild cycle.
(package
(name "automake")
(version "1.15")
@@ -315,6 +317,22 @@ intuitive format and then Automake works with Autoconf to produce a robust
Makefile, simplifying the entire process for the developer.")
(license gpl2+))) ; some files are under GPLv3+
(define-public automake/latest
;; Merge with 'automake' on the next rebuild cycle.
(package
(inherit automake)
(version "1.15.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/automake/automake-"
version ".tar.xz"))
(sha256
(base32
"1bzd9g32dfm4rsbw93ld9x7b5nc1y6i4m6zp032qf1i28a8s6sxg"))
(patches
(search-patches "automake-skip-amhello-tests.patch"))))))
(define-public libtool
(package
(name "libtool")
+6 -3
View File
@@ -1,6 +1,7 @@
;;; guix-emacs.el --- Emacs packages installed with Guix
;; Copyright © 2014, 2015, 2016, 2017 Alex Kost <alezost@gmail.com>
;; Copyright © 2017 Kyle Meyer <kyle@kyleam.com>
;; This file is part of GNU Guix.
@@ -87,9 +88,11 @@ profiles.
(interactive (list (if (fboundp 'guix-read-package-profile)
(funcall 'guix-read-package-profile)
guix-user-profile)))
(let ((profiles (or profiles
(list "/run/current-system/profile"
guix-user-profile))))
(let* ((env (getenv "GUIX_ENVIRONMENT"))
(profiles (or profiles
(append (list "/run/current-system/profile"
guix-user-profile)
(and env (list env))))))
(dolist (profile profiles)
(let ((dirs (guix-emacs-directories profile)))
(when dirs
File diff suppressed because it is too large Load Diff
+5 -5
View File
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 David Thompson <davet@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
@@ -27,11 +27,11 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (gnu packages)
#:use-module (gnu packages compression)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages flashing-tools)
#:use-module (gnu packages gcc)
#:use-module (gnu packages vim)
#:use-module (gnu packages zip))
#:use-module (gnu packages vim))
(define-public avr-binutils
(package
@@ -39,7 +39,7 @@
(name "avr-binutils")))
(define-public avr-gcc-4.9
(let ((xgcc (cross-gcc "avr" avr-binutils)))
(let ((xgcc (cross-gcc "avr" #:xgcc gcc-4.9 #:xbinutils avr-binutils)))
(package
(inherit xgcc)
(name "avr-gcc")
@@ -157,7 +157,7 @@ C++.")
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))))
(native-inputs
`(("unzip" ,unzip)
("vim" ,vim))) ; for xxd
("xxd" ,xxd)))
(home-page "http://microscheme.org/")
(synopsis "Scheme subset for Atmel microcontrollers")
(description
+352
View File
@@ -0,0 +1,352 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages axoloti)
#:use-module (guix utils)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix build-system gnu)
#:use-module (guix build-system ant)
#:use-module (gnu packages)
#:use-module (gnu packages base)
#:use-module (gnu packages compression)
#:use-module (gnu packages cross-base)
#:use-module (gnu packages embedded)
#:use-module (gnu packages flashing-tools)
#:use-module (gnu packages java)
#:use-module (gnu packages libusb)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages textutils)
#:use-module (gnu packages version-control)
#:use-module (gnu packages xml))
(define libusb-for-axoloti
(package (inherit libusb)
(name "axoloti-libusb")
(version (package-version libusb))
(source
(origin
(inherit (package-source libusb))
(patches (list (search-patch "libusb-for-axoloti.patch")))))))
(define dfu-util-for-axoloti
(package (inherit dfu-util)
(name "axoloti-dfu-util")
(version "0.8")
(source
(origin
(method url-fetch)
(uri (string-append "http://dfu-util.sourceforge.net/releases/"
"dfu-util-" version ".tar.gz"))
(sha256
(base32
"0n7h08avlzin04j93m6hkq9id6hxjiiix7ff9gc2n89aw6dxxjsm"))))
(inputs
`(("libusb" ,libusb-for-axoloti)))))
(define-public axoloti-runtime
(package
(name "axoloti-runtime")
(version "1.0.12")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/axoloti/axoloti/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1dynk6h0nixp4zihpirpqa4vi8fq1lhm443jsmvhk135ykhf364p"))
(modules '((guix build utils)))
(snippet
'(begin
;; Remove pre-built Java binaries.
(delete-file-recursively "lib/")
#t))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
#:modules ((guix build gnu-build-system)
(guix build utils)
(srfi srfi-1)
(srfi srfi-26)
(ice-9 match)
(ice-9 regex))
#:imported-modules ((guix build syscalls)
,@%gnu-build-system-modules)
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-paths
(lambda* (#:key inputs #:allow-other-keys)
;; prepare ChibiOS
(and (zero? (system* "unzip" "-o" (assoc-ref inputs "chibios")))
(zero? (system* "mv" "ChibiOS_2.6.9" "chibios"))
(with-directory-excursion "chibios/ext"
(zero? (system* "unzip" "-o" "fatfs-0.9-patched.zip"))))
;; Remove source of non-determinism in ChibiOS
(substitute* "chibios/os/various/shell.c"
(("#ifdef __DATE__") "#if 0"))
;; Patch shell paths
(substitute* '("src/main/java/qcmds/QCmdCompileFirmware.java"
"src/main/java/qcmds/QCmdCompilePatch.java"
"src/main/java/qcmds/QCmdFlashDFU.java")
(("/bin/sh") (which "sh")))
;; Override cross compiler base name
(substitute* "firmware/Makefile.patch"
(("arm-none-eabi-(gcc|g\\+\\+|objcopy|objdump)" tool)
(which tool)))
;; Hardcode full path to compiler tools
(substitute* '("firmware/Makefile"
"firmware/flasher/Makefile"
"firmware/mounter/Makefile")
(("TRGT =.*")
(string-append "TRGT = "
(assoc-ref inputs "cross-toolchain")
"/bin/arm-none-eabi-\n")))
;; Hardcode path to "make"
(substitute* '("firmware/compile_firmware_linux.sh"
"firmware/compile_patch_linux.sh")
(("make") (which "make")))
;; Hardcode path to "dfu-util"
(substitute* "platform_linux/upload_fw_dfu.sh"
(("-f \"\\$\\{platformdir\\}/bin/dfu-util\"") "-z \"\"")
(("\\./dfu-util") (which "dfu-util")))
#t))
(delete 'configure)
(replace 'build
;; Build Axoloti firmware with cross-compiler
(lambda* (#:key inputs #:allow-other-keys)
(let* ((toolchain (assoc-ref inputs "cross-toolchain"))
(headers (string-append
toolchain
"/arm-none-eabi/include:"
toolchain
"/arm-none-eabi/include/arm-none-eabi/armv7e-m")))
(setenv "CROSS_CPATH" headers)
(setenv "CROSS_CPLUS_INCLUDE_PATH" headers)
(setenv "CROSS_LIBRARY_PATH"
(string-append toolchain
"/arm-none-eabi/lib")))
(with-directory-excursion "platform_linux"
(zero? (system* "sh" "compile_firmware.sh")))))
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(share (string-append out "/share/axoloti/"))
(doc (string-append share "doc"))
(dir (getcwd))
(pats '("/doc/[^/]+$"
"/patches/[^/]+/[^/]+$"
"/objects/[^/]+/[^/]+$"
"/firmware/.+"
"/chibios/[^/]+$"
"/chibios/boards/ST_STM32F4_DISCOVERY/[^/]+$"
"/chibios/(ext|os|docs)/.+"
"/CMSIS/[^/]+/[^/]+$"
"/patch/[^/]+/[^/]+$"
"/[^/]+\\.txt$"))
(pattern (string-append
"(" (string-join
(map (cut string-append dir <>)
pats)
"|") ")"))
(files (find-files dir
(lambda (file stat)
(and (eq? 'regular (stat:type stat))
(string-match pattern file))))))
(for-each (lambda (file)
(install-file file
(string-append
share
(regexp-substitute
#f
(string-match dir (dirname file))
'pre 'post))))
files)
#t))))))
(inputs
`(("chibios"
,(origin
(method url-fetch)
(uri "mirror://sourceforge/chibios/ChibiOS_RT%20stable/Version%202.6.9/ChibiOS_2.6.9.zip")
(sha256
(base32
"0lb5s8pkj80mqhsy47mmq0lqk34s2a2m3xagzihalvabwd0frhlj"))))
;; for compiling patches
("make" ,gnu-make)
;; for compiling firmware
("cross-toolchain" ,arm-none-eabi-nano-toolchain-4.9)
;; for uploading compiled patches and firmware
("dfu-util" ,dfu-util-for-axoloti)))
(native-inputs
`(("unzip" ,unzip)))
(home-page "http://www.axoloti.com/")
(synopsis "Audio development environment for the Axoloti core board")
(description
"The Axoloti patcher offers a “patcher” environment similar to Pure Data
for sketching digital audio algorithms. The patches run on a standalone
powerful microcontroller board: Axoloti Core. This package provides the
runtime.")
(license license:gpl3+)))
(define-public axoloti-patcher
(package (inherit axoloti-runtime)
(name "axoloti-patcher")
(version (package-version axoloti-runtime))
(arguments
`(#:tests? #f ; no check target
#:modules ((guix build gnu-build-system)
((guix build ant-build-system) #:prefix ant:)
(guix build utils)
(srfi srfi-1)
(srfi srfi-26)
(ice-9 match)
(ice-9 regex)
(sxml simple)
(sxml xpath)
(sxml transform))
#:imported-modules ((guix build ant-build-system)
(guix build syscalls)
,@%gnu-build-system-modules)
#:phases
(modify-phases %standard-phases
(delete 'configure)
(replace 'build
(lambda* (#:key inputs #:allow-other-keys)
(setenv "JAVA_HOME" (assoc-ref inputs "icedtea"))
;; We want to use our own jar files instead of the pre-built
;; stuff in lib. So we replace the zipfileset tags in the
;; build.xml with new ones that reference our jars.
(let* ((build.xml (with-input-from-file "build.xml"
(lambda _
(xml->sxml #:trim-whitespace? #t))))
(jars (append-map (match-lambda
(((? (cut string-prefix? "java-" <>)
label) . directory)
(find-files directory "\\.jar$"))
(_ '()))
inputs))
(classpath (string-join jars ":"))
(fileset (map (lambda (jar)
`(zipfileset (@ (excludes "META-INF/*.SF")
(src ,jar))))
jars)))
(call-with-output-file "build.xml"
(lambda (port)
(sxml->xml
(pre-post-order
build.xml
`(;; Remove all zipfileset tags from the "jar" tree and
;; inject our own tags.
(jar . ,(lambda (tag . kids)
`(jar ,@(append-map
(filter (lambda (e)
(not (eq? 'zipfileset (car e)))))
kids)
,@fileset)))
;; Skip the "bundle" target (and the "-post-jar" target
;; that depends on it), because we don't need it and it
;; confuses sxml->xml.
(target . ,(lambda (tag . kids)
(let ((name ((sxpath '(name *text*))
(car kids))))
(if (or (member "bundle" name)
(member "-post-jar" name))
'() ; skip
`(,tag ,@kids)))))
(*default* . ,(lambda (tag . kids) `(,tag ,@kids)))
(*text* . ,(lambda (_ txt)
(match txt
;; Remove timestamp.
("${TODAY}" "(unknown)")
(_ txt))))))
port)))
;; Build it!
(zero? (system* "ant"
(string-append "-Djavac.classpath=" classpath)
"-Dbuild.runtime=true"
"-Dbuild.time=01/01/1970 00:00:00"
"-Djavac.source=1.7"
"-Djavac.target=1.7"
(string-append "-Dtag.short.version="
,version))))))
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(share (string-append out "/share/axoloti/")))
(install-file "dist/Axoloti.jar" share)
;; We do this to ensure that this package retains references to
;; other Java packages' jar files.
(install-file "build.xml" share)
;; Create a launcher script
(mkdir (string-append out "/bin"))
(let ((target (string-append out "/bin/Axoloti")))
(with-output-to-file target
(lambda ()
(let* ((dir (string-append (assoc-ref outputs "out")
"/share/axoloti"))
(runtime (string-append (assoc-ref inputs "axoloti-runtime")
"/share/axoloti"))
(toolchain (assoc-ref inputs "cross-toolchain"))
(includes (string-append
toolchain
"/arm-none-eabi/include:"
toolchain
"/arm-none-eabi/include/arm-none-eabi/armv7e-m")))
(display
(string-append "#!" (which "sh") "\n"
"export CROSS_CPATH=" includes "\n"
"export CROSS_CPLUS_INCLUDE_PATH=" includes "\n"
"export CROSS_LIBRARY_PATH="
toolchain "/arm-none-eabi/lib" "\n"
(which "java")
" -Daxoloti_release=" runtime
" -Daxoloti_runtime=" runtime
" -jar " dir "/Axoloti.jar")))))
(chmod target #o555))
#t)))
(add-after 'install 'strip-jar-timestamps
(assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))
(inputs
`(("icedtea" ,icedtea "jdk")
("cross-toolchain" ,arm-none-eabi-nano-toolchain-4.9)
("java-simple-xml" ,java-simple-xml)
("java-rsyntaxtextarea" ,java-rsyntaxtextarea)
("java-usb4java" ,java-usb4java)
("java-jsch" ,java-jsch)
("java-slf4j-api" ,java-slf4j-api)
("java-jgit" ,java-jgit-4.2)
("axoloti-runtime" ,axoloti-runtime)))
(native-inputs
`(("ant" ,ant)
("zip" ,zip) ; for repacking the jar
("unzip" ,unzip)))
(description
"The Axoloti patcher offers a “patcher” environment similar to Pure Data
for sketching digital audio algorithms. The patches run on a standalone
powerful microcontroller board: Axoloti Core. This package provides the
patcher application.")))
+162 -45
View File
@@ -1,11 +1,12 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014 Ian Denhardt <ian@zenhack.net>
;;; Copyright © 2015, 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2017 Arun Isaac <arunisaac@systemreboot.net>
;;; Copyright © 2017 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2017 Christopher Allan Webber <cwebber@dustycloud.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -33,6 +34,7 @@
#:use-module (gnu packages acl)
#:use-module (gnu packages autotools)
#:use-module (gnu packages base)
#:use-module (gnu packages check)
#:use-module (gnu packages compression)
#:use-module (gnu packages databases)
#:use-module (gnu packages dejagnu)
@@ -48,6 +50,8 @@
#:use-module (gnu packages perl)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python)
#:use-module (gnu packages python-crypto)
#:use-module (gnu packages python-web)
#:use-module (gnu packages rsync)
#:use-module (gnu packages ssh)
#:use-module (gnu packages tls)
@@ -118,7 +122,7 @@ spying and/or modification by the server.")
(define-public par2cmdline
(package
(name "par2cmdline")
(version "0.7.0")
(version "0.7.4")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/Parchive/par2cmdline/archive/v"
@@ -126,21 +130,25 @@ spying and/or modification by the server.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1m9vnv3pg0nds47raq2rd2kfpaad1sc10hv40hll5byksqlbfxyq"))))
"0iwwskiag3262mvhinvnbk6n0qh6sh56m86y4d0m285v0jl0y9pa"))))
(native-inputs
`(("automake" ,automake)
("autoconf" ,autoconf)))
(build-system gnu-build-system)
(arguments
`(#:parallel-tests? #f
#:phases
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autoreconf
(lambda _ (zero? (system* "autoreconf" "-vfi")))))))
(synopsis "File verification and repair tool")
(description "Par2cmdline is a tool for generating RAID-like PAR2 recovery
files using Reed-Solomon coding. PAR2 files can be stored along side backups
or distributed files for recovering from bitrot.")
(synopsis "File verification and repair tools")
(description "Par2cmdline uses Reed-Solomon error-correcting codes to
generate and verify PAR2 recovery files. These files can be distributed
alongside the source files or stored together with back-ups to protect against
transmission errors or @dfn{bit rot}, the degradation of storage media over
time.
Unlike a simple checksum, PAR2 doesn't merely detect errors: as long as the
damage isn't too extensive (and smaller than the size of the recovery file), it
can even repair them.")
(home-page "https://github.com/Parchive/par2cmdline")
(license license:gpl3+)))
@@ -180,8 +188,8 @@ backups (called chunks) to allow easy burning to CD/DVD.")
(define-public libarchive
(package
(name "libarchive")
(replacement libarchive-3.3.1)
(version "3.2.2")
(replacement libarchive-3.3.2)
(version "3.3.1")
(source
(origin
(method url-fetch)
@@ -189,7 +197,7 @@ backups (called chunks) to allow easy burning to CD/DVD.")
version ".tar.gz"))
(sha256
(base32
"03q6y428rg723c9fj1vidzjw46w1vf8z0h95lkvz1l9jw571j739"))))
"1rr40hxlm9vy5z2zb5w7pyfkgd1a4s061qapm83s19accb8mpji9"))))
(build-system gnu-build-system)
;; TODO: Add -L/path/to/nettle in libarchive.pc.
(inputs
@@ -236,19 +244,19 @@ archive. In particular, note that there is currently no built-in support for
random access nor for in-place modification.")
(license license:bsd-2)))
(define libarchive-3.3.1
(define libarchive-3.3.2
(package
(inherit libarchive)
(name "libarchive")
(version "3.3.1")
(version "3.3.2")
(source
(origin
(method url-fetch)
(uri (string-append "http://libarchive.org/downloads/libarchive-"
version ".tar.gz"))
(patches (search-patches "libarchive-CVE-2017-14166.patch"))
(sha256
(base32
"1rr40hxlm9vy5z2zb5w7pyfkgd1a4s061qapm83s19accb8mpji9"))))))
"1km0mzfl6in7l5vz9kl09a88ajx562rw93ng9h2jqavrailvsbgd"))))))
(define-public rdup
(package
@@ -289,20 +297,20 @@ random access nor for in-place modification.")
("nettle" ,nettle)))
(arguments
`(#:parallel-build? #f ;race conditions
#:phases (alist-cons-before
'build 'remove-Werror
;; rdup uses a deprecated function from libarchive
(lambda _
(substitute* "GNUmakefile"
(("^(CFLAGS=.*)-Werror" _ front) front)))
(alist-cons-before
'check 'pre-check
(lambda _
(setenv "HOME" (getcwd))
(substitute* "testsuite/rdup/rdup.rdup-up-t-with-file.exp"
(("/bin/cat") (which "cat"))))
%standard-phases))))
#:phases
(modify-phases %standard-phases
(add-before 'build 'remove-Werror
;; rdup uses a deprecated function from libarchive
(lambda _
(substitute* "GNUmakefile"
(("^(CFLAGS=.*)-Werror" _ front) front))
#t))
(add-before 'check 'pre-check
(lambda _
(setenv "HOME" (getcwd))
(substitute* "testsuite/rdup/rdup.rdup-up-t-with-file.exp"
(("/bin/cat") (which "cat")))
#t)))))
(home-page "http://archive.miek.nl/projects/rdup/index.html")
(synopsis "Provide a list of files to backup")
(description
@@ -332,9 +340,9 @@ list and implement the backup strategy.")
"CC=gcc")
#:tests? #f ;test input not distributed
#:phases
(alist-delete
'configure ;no configure phase
%standard-phases)))
;; no configure phase
(modify-phases %standard-phases
(delete 'configure))))
(home-page "http://viric.name/cgi-bin/btar/doc/trunk/doc/home.wiki")
(synopsis "Tar-compatible archiver")
(description
@@ -458,13 +466,13 @@ detection, and lossless compression.")
(define-public borg
(package
(name "borg")
(version "1.0.10")
(version "1.1.3")
(source (origin
(method url-fetch)
(uri (pypi-uri "borgbackup" version))
(sha256
(base32
"1sarmpzwr8dhbg0hsvaclcsjfax36ssb32d9klhhah4j8kqji3wp"))
"1rvn8b6clzd1r317r9jkvk34r31risi0dxfjc7jffhnwasck4anc"))
(modules '((guix build utils)))
(snippet
'(for-each
@@ -501,6 +509,7 @@ detection, and lossless compression.")
(string-append
;; These tests need to write to '/var'.
"not test_get_cache_dir "
"and not test_get_config_dir "
"and not test_get_keys_dir "
"and not test_get_security_dir "
;; These tests assume there is a root user in
@@ -512,9 +521,10 @@ detection, and lossless compression.")
"and not benchmark "
;; These tests assume the kernel supports FUSE.
"and not test_fuse "
"and not test_fuse_allow_damaged_files"))))))
"and not test_fuse_allow_damaged_files "
"and not test_mount_hardlinks"))))))
(add-after 'install 'install-doc
(lambda* (#:key outputs #:allow-other-keys)
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(man (string-append out "/share/man/man1"))
(misc (string-append out "/share/borg/misc")))
@@ -522,11 +532,11 @@ detection, and lossless compression.")
'("docs/misc/create_chunker-params.txt"
"docs/misc/internals-picture.txt"
"docs/misc/prune-example.txt"))
(add-installed-pythonpath inputs outputs)
(and
(zero? (system* "python3" "setup.py" "build_ext" "--inplace"))
(zero? (system* "make" "-C" "docs" "man"))
(zero? (system* "python3" "setup.py" "build_man"))
(begin
(install-file "docs/_build/man/borg.1" man)
(copy-recursively "docs/man" man)
#t))))))))
(native-inputs
`(("python-cython" ,python-cython)
@@ -536,7 +546,7 @@ detection, and lossless compression.")
("python-pytest" ,python-pytest-3.0)
;; For generating the documentation.
("python-sphinx" ,python-sphinx)
("python-sphinx-rtd-theme" ,python-sphinx-rtd-theme)))
("python-guzzle-sphinx-theme" ,python-guzzle-sphinx-theme)))
(inputs
`(("acl" ,acl)
("lz4" ,lz4)
@@ -550,7 +560,7 @@ provide an efficient and secure way to backup data. The data deduplication
technique used makes Borg suitable for daily backups since only changes are
stored. The authenticated encryption technique makes it suitable for backups
to not fully trusted targets. Borg is a fork of Attic.")
(home-page "https://borgbackup.github.io/borgbackup/")
(home-page "https://www.borgbackup.org/")
(license license:bsd-3)))
(define-public attic
@@ -602,14 +612,14 @@ changes are stored.")
(define-public wimlib
(package
(name "wimlib")
(version "1.10.0")
(version "1.12.0")
(source (origin
(method url-fetch)
(uri (string-append "https://wimlib.net/downloads/"
name "-" version ".tar.gz"))
(sha256
(base32
"0mbz03smlc054i2m9q2sbqymml9m897kfs84q7g81i26y811p6wq"))))
"0ks6hq7vwq13ljkzxp3a490bf8dnracgl2azf57rg49ad2fzab45"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
@@ -686,3 +696,110 @@ using GnuPG. Backups can be stored on local hard disks, or online via
the SSH SFTP protocol. The backup server, if used, does not require
any special software, on top of SSH.")
(license license:gpl3+)))
(define-public dirvish
(package
(name "dirvish")
(version "1.2.1")
(build-system gnu-build-system)
(source (origin
(method url-fetch)
(uri (string-append
"http://dirvish.org/dirvish-" version ".tgz"))
(sha256
(base32
"1kbxa1irszp2zw8hd5qzqnrrzb4vxfivs1vn64yxnj0lak1jjzvb"))))
(arguments
`(#:modules ((ice-9 match) (ice-9 rdelim)
,@%gnu-build-system-modules)
#:phases
;; This mostly mirrors the steps taken in the install.sh that ships
;; with dirvish, but simplified because we aren't prompting interactively
(modify-phases %standard-phases
(delete 'configure)
(delete 'build)
(delete 'check)
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
;; These are mostly the same steps the install.sh that comes with
;; dirvish does
(let* (;; Files we'll be copying
(executables
'("dirvish" "dirvish-runall"
"dirvish-expire" "dirvish-locate"))
(man-pages
'(("dirvish" "8") ("dirvish-runall" "8")
("dirvish-expire" "8") ("dirvish-locate" "8")
("dirvish.conf" "5")))
(output-dir
(assoc-ref outputs "out"))
;; Just a default... not so useful on guixsd though
;; You probably want to a service with file(s) to point to.
(confdir "/etc/dirvish")
(perl (string-append (assoc-ref %build-inputs "perl")
"/bin/perl"))
(loadconfig.pl (call-with-input-file "loadconfig.pl"
read-string)))
(define (write-pl filename)
(define pl-header
(string-append "#!" perl "\n\n"
"$CONFDIR = \"" confdir "\";\n\n"))
(define input-file-location
(string-append filename ".pl"))
(define target-file-location
(string-append output-dir "/bin/" filename ".pl"))
(define text-to-write
(string-append pl-header
(call-with-input-file input-file-location
read-string)
"\n" loadconfig.pl))
(with-output-to-file target-file-location
(lambda ()
(display text-to-write)))
(chmod target-file-location #o755)
(wrap-program target-file-location
`("PERL5LIB" ":" prefix
,(map (lambda (l) (string-append (assoc-ref %build-inputs l)
"/lib/perl5/site_perl"))
'("perl-libtime-period"
"perl-libtime-parsedate")))))
(define write-man
(match-lambda
((file-base man-num)
(let* ((filename
(string-append file-base "." man-num))
(output-path
(string-append output-dir
"/share/man/man" man-num
"/" filename)))
(copy-file filename output-path)))))
;; Make directories
(mkdir-p (string-append output-dir "/bin/"))
(mkdir-p (string-append output-dir "/share/man/man8/"))
(mkdir-p (string-append output-dir "/share/man/man5/"))
;; Write out executables
(for-each write-pl executables)
;; Write out man pages
(for-each write-man man-pages)
#t))))))
(inputs
`(("perl" ,perl)
("rsync" ,rsync)
("perl-libtime-period" ,perl-libtime-period)
("perl-libtime-parsedate" ,perl-libtime-parsedate)))
(home-page "http://dirvish.org/")
(synopsis "Fast, disk based, rotating network backup system")
(description
"With dirvish you can maintain a set of complete images of your
filesystems with unattended creation and expiration. A dirvish backup vault
is like a time machine for your data. ")
(license (license:fsf-free "file://COPYING"
"Open Software License 2.0"))))
+99 -185
View File
@@ -5,8 +5,10 @@
;;; Copyright © 2014, 2015, 2016 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014 Alex Kost <alezost@gmail.com>
;;; Copyright © 2014, 2015 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -87,7 +89,8 @@ command-line arguments, multiple languages, and so on.")
(sha256
(base32
"1dcasjp3a578nrvzrcn38mpizb8w1q6mvfzhjmcqqgkf0nsivj72"))
(patches (search-patches "grep-timing-sensitive-test.patch"))))
(patches (search-patches "grep-timing-sensitive-test.patch"
"grep-gnulib-lock.patch"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl))) ;some of the tests require it
(arguments
@@ -228,14 +231,14 @@ differences.")
(define-public diffutils
(package
(name "diffutils")
(version "3.5")
(version "3.6")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/diffutils/diffutils-"
version ".tar.xz"))
(sha256
(base32
"0csmqfz8ks23kdjsq0v2ll1acqiz8lva06dj19mwmymrsp69ilys"))))
"1mivg0fy3a6fcn535ln8nkgfj6vxh5hsxxs5h6692wxmsjyyh8fn"))))
(build-system gnu-build-system)
(synopsis "Comparing and merging files")
(description
@@ -258,8 +261,13 @@ interactive means to merge two files.")
(sha256
(base32
"178nn4dl7wbcw499czikirnkniwnx36argdnqgz4ik9i6zvwkm6y"))
(patches (search-patches "findutils-localstatedir.patch"
"findutils-test-xargs.patch"))))
(patches (search-patches
"findutils-localstatedir.patch"
"findutils-test-xargs.patch"
;; test-lock has performance issues on multi-core
;; machines, it hangs or takes a long time to complete.
;; This is a commit from gnulib to fix this issue.
"findutils-gnulib-multi-core.patch"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list
@@ -285,15 +293,15 @@ used to apply commands with arbitrarily long arguments.")
(define-public coreutils
(package
(name "coreutils")
(version "8.26")
(version "8.27")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/coreutils/coreutils-"
version ".tar.xz"))
(sha256
(base32
"13lspazc7xkviy93qz7ks9jv4sldvgmwpq36ghrbrqpq93br8phm"))
(patches (search-patches "coreutils-fix-cross-compilation.patch"))))
"0sv547572iq8ayy8klir4hnngnx92a9nsazmf1wgzfc7xr4x74c8"))
(patches (search-patches "coreutils-cut-huge-range-test.patch"))))
(build-system gnu-build-system)
(inputs `(("acl" ,acl) ; TODO: add SELinux
("gmp" ,gmp) ;bignums in 'expr', yay!
@@ -308,21 +316,12 @@ used to apply commands with arbitrarily long arguments.")
;; copy of help2man. However, don't pass it when cross-compiling since
;; that would lead it to try to run programs to get their '--help' output
;; for help2man.
`(,@(if (%current-target-system)
'()
`(("perl" ,perl)))
;; Apply this patch only on ARM to avoid a full rebuild.
;; TODO: Move to 'patches' in the next update cycle.
,@(if (string-prefix? "arm" (or (%current-target-system)
(%current-system)))
`(("cut-test.patch"
,(search-patch "coreutils-cut-huge-range-test.patch")))
'())))
(if (%current-target-system)
'()
`(("perl" ,perl))))
(outputs '("out" "debug"))
(arguments
`(#:parallel-build? #f ; help2man may be called too early
#:parallel-tests? #f ; race condition fixed after 8.26
#:phases (alist-cons-before
'build 'patch-shell-references
(lambda* (#:key inputs #:allow-other-keys)
@@ -337,22 +336,7 @@ used to apply commands with arbitrarily long arguments.")
(substitute* (find-files "tests" "\\.sh$")
(("#!/bin/sh")
(format #f "#!~a/bin/sh" bash)))))
,@(if (string-prefix? "arm" (or (%current-target-system)
(%current-system)))
'((alist-cons-before
'build 'patch-cut-test
(lambda* (#:key inputs native-inputs
#:allow-other-keys)
(let ((patch (or (assoc-ref inputs
"cut-test.patch")
(assoc-ref native-inputs
"cut-test.patch"))))
(zero?
(system* "patch" "-p1" "--force"
"--input" patch))))
%standard-phases))
'(%standard-phases)))))
%standard-phases)))
(synopsis "Core GNU utilities (file, text, shell)")
(description
"GNU Coreutils includes all of the basic command-line tools that are
@@ -362,29 +346,6 @@ functionality beyond that which is outlined in the POSIX standard.")
(license gpl3+)
(home-page "https://www.gnu.org/software/coreutils/")))
;; We add version 8.27 here for use in (gnu system) due to a time
;; zone bug in `date' versions 8.25 - 8.26.
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=23035
;; https://debbugs.gnu.org/cgi/bugreport.cgi?bug=26238
(define-public coreutils-8.27
(package
(inherit coreutils)
(version "8.27")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/coreutils/coreutils-"
version ".tar.xz"))
(sha256
(base32
"0sv547572iq8ayy8klir4hnngnx92a9nsazmf1wgzfc7xr4x74c8"))))
(arguments
(if (string-prefix? "arm" (or (%current-target-system)
(%current-system)))
(substitute-keyword-arguments (package-arguments coreutils)
((#:phases phases)
`(alist-delete 'patch-cut-test ,phases)))
(package-arguments coreutils)))))
(define-public coreutils-minimal
;; Coreutils without its optional dependencies.
(package
@@ -433,18 +394,18 @@ change. GNU make offers many powerful extensions over the standard utility.")
(define-public binutils
(package
(replacement binutils/fixed)
(name "binutils")
(version "2.27")
(version "2.28")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/binutils/binutils-"
version ".tar.bz2"))
(sha256
(base32
"125clslv17xh1sab74343fg6v31msavpmaa1c1394zsqa773g5rn"))
"0wiasgns7i8km8nrxas265sh2dfpsw93b3qw195ipc90w4z475v2"))
(patches (search-patches "binutils-ld-new-dtags.patch"
"binutils-loongson-workaround.patch"
"binutils-mips-bash-bug.patch"))))
"binutils-loongson-workaround.patch"))))
(build-system gnu-build-system)
;; TODO: Add dependency on zlib + those for Gold.
@@ -456,10 +417,6 @@ change. GNU make offers many powerful extensions over the standard utility.")
;; Don't search under /usr/lib & co.
"--with-lib-path=/no-ld-lib-path"
;; Glibc 2.17 has a "comparison of unsigned
;; expression >= 0 is always true" in wchar.h.
"--disable-werror"
;; Install BFD. It ends up in a hidden directory,
;; but it's here.
"--enable-install-libbfd"
@@ -479,10 +436,23 @@ included.")
(license gpl3+)
(home-page "https://www.gnu.org/software/binutils/")))
(define binutils/fixed
(package
(inherit binutils)
;; 2.28.1 is two characters longer than 2.28, so grafting fails due to
;; mismatched lengths of filenames, so we have to force it to the same length.
(version "2281")
(source
(origin (inherit (package-source binutils))
(uri "mirror://gnu/binutils/binutils-2.28.1.tar.bz2")
(sha256
(base32
"1sj234nd05cdgga1r36zalvvdkvpfbr12g5mir2n8i1dwsdrj939"))))))
(define* (make-ld-wrapper name #:key
(target (const #f))
binutils
(guile (canonical-package guile-2.0))
(guile (canonical-package guile-2.2))
(bash (canonical-package bash))
(guile-for-build guile))
"Return a package called NAME that contains a wrapper for the 'ld' program
@@ -558,6 +528,7 @@ store.")
(package
(name "glibc")
(version "2.25")
(replacement glibc/fixed)
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/glibc/glibc-"
@@ -575,7 +546,12 @@ store.")
(modules '((guix build utils)))
(patches (search-patches "glibc-ldd-x86_64.patch"
"glibc-versioned-locpath.patch"
"glibc-o-largefile.patch"))))
"glibc-o-largefile.patch"
"glibc-memchr-overflow-i686.patch"
"glibc-vectorized-strcspn-guards.patch"
"glibc-CVE-2017-1000366-pt1.patch"
"glibc-CVE-2017-1000366-pt2.patch"
"glibc-CVE-2017-1000366-pt3.patch"))))
(build-system gnu-build-system)
;; Glibc's <limits.h> refers to <linux/limit.h>, for instance, so glibc
@@ -587,10 +563,6 @@ store.")
(arguments
`(#:out-of-source? #t
;; In version 2.21, there a race in the 'elf' directory, see
;; <http://lists.gnu.org/archive/html/guix-devel/2015-02/msg00709.html>.
#:parallel-build? #f
;; The libraries have an empty RUNPATH, but some, such as the versioned
;; libraries (libdl-2.24.so, etc.) have ld.so marked as NEEDED. Since
;; these libraries are always going to be found anyway, just skip
@@ -666,19 +638,6 @@ store.")
;; 4.7.1.
((" -lgcc_s") ""))
;; Apply patch only on i686.
;; TODO: Move the patch to 'patches' in the next update cycle.
,@(if (string-prefix? "i686" (or (%current-target-system)
(%current-system)))
`((unless (zero? (system* "patch" "-p1" "--force"
"--input"
(or (assoc-ref native-inputs
"glibc-memchr-overflow-i686.patch")
(assoc-ref inputs
"glibc-memchr-overflow-i686.patch"))))
(error "patch failed for glibc-memchr-overflow-i686.patch")))
'())
;; Have `system' use that Bash.
(substitute* "sysdeps/posix/system.c"
(("#define[[:blank:]]+SHELL_PATH.*$")
@@ -722,15 +681,7 @@ store.")
;; install the message catalogs, with 'msgfmt'.
(native-inputs `(("texinfo" ,texinfo)
("perl" ,perl)
("gettext" ,gettext-minimal)
;; Apply this patch only on i686 to avoid a full rebuild.
;; TODO: Move to 'patches' in the next update cycle.
,@(if (string-prefix? "i686" (or (%current-target-system)
(%current-system)))
`(("glibc-memchr-overflow-i686.patch"
,(search-patch "glibc-memchr-overflow-i686.patch")))
'())))
("gettext" ,gettext-minimal)))
(native-search-paths
;; Search path for packages that provide locale data. This is useful
@@ -779,71 +730,6 @@ with the Linux kernel.")
;; Add libmachuser.so and libhurduser.so to libc.so's search path.
;; See <http://lists.gnu.org/archive/html/bug-hurd/2015-07/msg00051.html>.
`(modify-phases ,original-phases
;; TODO: This is almost an exact copy of the phase of the same name
;; in glibc/linux. The only difference is that the i686 patch is
;; not applied here. In the next update cycle the patch moves to
;; the patches field and this overwritten phase won't be needed any
;; more.
(replace 'pre-configure
(lambda* (#:key inputs native-inputs outputs
#:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))
;; FIXME: Normally we would look it up only in INPUTS
;; but cross-base uses it as a native input.
(bash (or (assoc-ref inputs "static-bash")
(assoc-ref native-inputs "static-bash"))))
;; Install the rpc data base file under `$out/etc/rpc'.
;; FIXME: Use installFlags = [ "sysconfdir=$(out)/etc" ];
(substitute* "sunrpc/Makefile"
(("^\\$\\(inst_sysconfdir\\)/rpc(.*)$" _ suffix)
(string-append out "/etc/rpc" suffix "\n"))
(("^install-others =.*$")
(string-append "install-others = " out "/etc/rpc\n")))
(substitute* "Makeconfig"
;; According to
;; <http://www.linuxfromscratch.org/lfs/view/stable/chapter05/glibc.html>,
;; linking against libgcc_s is not needed with GCC
;; 4.7.1.
((" -lgcc_s") ""))
;; Have `system' use that Bash.
(substitute* "sysdeps/posix/system.c"
(("#define[[:blank:]]+SHELL_PATH.*$")
(format #f "#define SHELL_PATH \"~a/bin/bash\"\n"
bash)))
;; Same for `popen'.
(substitute* "libio/iopopen.c"
(("/bin/sh")
(string-append bash "/bin/sh")))
;; Same for the shell used by the 'exec' functions for
;; scripts that lack a shebang.
(substitute* (find-files "." "^paths\\.h$")
(("#define[[:blank:]]+_PATH_BSHELL[[:blank:]].*$")
(string-append "#define _PATH_BSHELL \""
bash "/bin/sh\"\n")))
;; Nscd uses __DATE__ and __TIME__ to create a string to
;; make sure the client and server come from the same
;; libc. Use something deterministic instead.
(substitute* "nscd/nscd_stat.c"
(("static const char compilation\\[21\\] =.*$")
(string-append
"static const char compilation[21] = \""
(string-take (basename out) 20) "\";\n")))
;; Make sure we don't retain a reference to the
;; bootstrap Perl.
(substitute* "malloc/mtrace.pl"
(("^#!.*")
;; The shebang can be omitted, because there's the
;; "bilingual" eval/exec magic at the top of the file.
"")
(("exec @PERL@")
"exec perl")))))
(add-after 'install 'augment-libc.so
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")))
@@ -901,6 +787,15 @@ GLIBC/HURD for a Hurd host"
(define-syntax glibc
(identifier-syntax (glibc-for-target)))
(define glibc/fixed
(package
(inherit glibc)
(source (origin
(inherit (package-source glibc))
(patches (append
(origin-patches (package-source glibc))
(search-patches "glibc-CVE-2017-15670-15671.patch")))))))
;; Below are old libc versions, which we use mostly to build locale data in
;; the old format (which the new libc cannot cope with.)
@@ -914,7 +809,16 @@ GLIBC/HURD for a Hurd host"
version ".tar.xz"))
(sha256
(base32
"1lxmprg9gm73gvafxd503x70z32phwjzcy74i0adfi6ixzla7m4r"))))))
"1lxmprg9gm73gvafxd503x70z32phwjzcy74i0adfi6ixzla7m4r"))
(patches (search-patches "glibc-ldd-x86_64.patch"
"glibc-versioned-locpath.patch"
"glibc-o-largefile.patch"
"glibc-vectorized-strcspn-guards.patch"
"glibc-CVE-2015-5180.patch"
"glibc-CVE-2017-15670-15671.patch"
"glibc-CVE-2017-1000366-pt1.patch"
"glibc-CVE-2017-1000366-pt2.patch"
"glibc-CVE-2017-1000366-pt3.patch"))))))
(define-public glibc-2.23
(package
@@ -926,7 +830,19 @@ GLIBC/HURD for a Hurd host"
version ".tar.xz"))
(sha256
(base32
"1s8krs3y2n6pzav7ic59dz41alqalphv7vww4138ag30wh0fpvwl"))))))
"1s8krs3y2n6pzav7ic59dz41alqalphv7vww4138ag30wh0fpvwl"))
(patches (search-patches "glibc-ldd-x86_64.patch"
"glibc-versioned-locpath.patch"
"glibc-o-largefile.patch"
"glibc-vectorized-strcspn-guards.patch"
"glibc-CVE-2015-5180.patch"
"glibc-CVE-2016-3075.patch"
"glibc-CVE-2016-3706.patch"
"glibc-CVE-2016-4429.patch"
"glibc-CVE-2017-15670-15671.patch"
"glibc-CVE-2017-1000366-pt1.patch"
"glibc-CVE-2017-1000366-pt2.patch"
"glibc-CVE-2017-1000366-pt3.patch"))))))
(define-public glibc-2.22
(package
@@ -939,29 +855,27 @@ GLIBC/HURD for a Hurd host"
(sha256
(base32
"0j49682pm2nh4qbdw35bas82p1pgfnz4d2l7iwfyzvrvj0318wzb"))
(patches (search-patches "glibc-ldd-x86_64.patch"))))
(patches (search-patches "glibc-ldd-x86_64.patch"
"glibc-vectorized-strcspn-guards.patch"
"glibc-CVE-2015-5180.patch"
"glibc-CVE-2015-7547.patch"
"glibc-CVE-2016-3075.patch"
"glibc-CVE-2016-3706.patch"
"glibc-CVE-2016-4429.patch"
"glibc-CVE-2017-15670-15671.patch"
"glibc-CVE-2017-1000366-pt1.patch"
"glibc-CVE-2017-1000366-pt2.patch"
"glibc-CVE-2017-1000366-pt3.patch"))))
(arguments
(substitute-keyword-arguments (package-arguments glibc)
((#:phases phases)
`(modify-phases ,phases
(add-before 'configure 'fix-pwd
(lambda _
;; Use `pwd' instead of `/bin/pwd' for glibc-2.21
;; Use `pwd' instead of `/bin/pwd' for glibc-2.22.
(substitute* "configure"
(("/bin/pwd") "pwd"))))))))))
(define-public glibc-2.21
(package
(inherit glibc-2.22)
(version "2.21")
(source (origin
(inherit (package-source glibc))
(uri (string-append "mirror://gnu/glibc/glibc-"
version ".tar.xz"))
(sha256
(base32
"1f135546j34s9bfkydmx2nhh9vwxlx60jldi80zmsnln6wj3dsxf"))
(patches (search-patches "glibc-ldd-x86_64.patch"))))))
(("/bin/pwd") "pwd"))
#t))))))))
(define-public glibc-locales
(package
@@ -982,12 +896,12 @@ the 'share/locale' sub-directory of this package.")
,@(package-arguments glibc))))
(substitute-keyword-arguments args
((#:phases phases)
`(alist-replace
'build
(lambda* (#:key outputs #:allow-other-keys)
(zero? (system* "make" "localedata/install-locales"
"-j" (number->string (parallel-job-count)))))
(alist-delete 'install ,phases)))
`(modify-phases ,phases
(replace 'build
(lambda _
(zero? (system* "make" "localedata/install-locales"
"-j" (number->string (parallel-job-count))))))
(delete 'install)))
((#:configure-flags flags)
`(append ,flags
;; Use $(libdir)/locale/X.Y as is the case by default.
+27 -27
View File
@@ -211,33 +211,33 @@ without modification.")
(outputs (delete "include" (package-outputs bash)))
(arguments
(let ((args `(#:modules ((guix build gnu-build-system)
(guix build utils)
(srfi srfi-1)
(srfi srfi-26))
,@(package-arguments bash))))
(substitute-keyword-arguments args
((#:configure-flags flags)
`(list "--without-bash-malloc"
"--disable-readline"
"--disable-history"
"--disable-help-builtin"
"--disable-progcomp"
"--disable-net-redirections"
"--disable-nls"
(substitute-keyword-arguments (package-arguments bash)
((#:modules _ '())
'((guix build gnu-build-system)
(guix build utils)
(srfi srfi-1)
(srfi srfi-26)))
((#:configure-flags flags '())
`(list "--without-bash-malloc"
"--disable-readline"
"--disable-history"
"--disable-help-builtin"
"--disable-progcomp"
"--disable-net-redirections"
"--disable-nls"
;; Pretend 'dlopen' is missing so we don't build loadable
;; modules and related code.
"ac_cv_func_dlopen=no"
;; Pretend 'dlopen' is missing so we don't build loadable
;; modules and related code.
"ac_cv_func_dlopen=no"
,@(if (%current-target-system)
'("bash_cv_job_control_missing=no"
"bash_cv_getcwd_malloc=yes")
'())))
((#:phases phases)
`(modify-phases ,phases
;; No loadable modules.
(delete 'move-development-files))))))))
,@(if (%current-target-system)
'("bash_cv_job_control_missing=no"
"bash_cv_getcwd_malloc=yes")
'())))
((#:phases phases)
`(modify-phases ,phases
;; No loadable modules.
(delete 'move-development-files)))))))
(define-public static-bash
;; Statically-linked Bash that contains nothing but the 'bash' binary and
@@ -263,7 +263,7 @@ without modification.")
(define-public bash-completion
(package
(name "bash-completion")
(version "2.5")
(version "2.7")
(source (origin
(method url-fetch)
(uri (string-append
@@ -271,7 +271,7 @@ without modification.")
version "/" name "-" version ".tar.xz"))
(sha256
(base32
"1kwmii1z1ljx5i4z702ynsr8jgrq64bj9w9hl3n2aa2kcl659fdh"))
"07j484vb3k90f4989xh1g1x99g01akrp69p3dml4lza27wnqkfj1"))
(patches
(search-patches "bash-completion-directories.patch"))))
(build-system gnu-build-system)
+28 -4
View File
@@ -1,7 +1,8 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2013, 2014, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2012, 2013, 2014, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Rene Saavedra <rennes@openmailbox.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -23,7 +24,8 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (gnu packages pkg-config))
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages hurd))
(define-public libgc
(package
@@ -38,8 +40,20 @@
"143x7g0d0k6250ai6m2x3l4y352mzizi4wbgrmahxscv2aqjhjm1"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '(;; Install gc_cpp.h et al.
"--enable-cplusplus")))
`(#:configure-flags
(list
;; Install gc_cpp.h et al.
"--enable-cplusplus"
;; In GNU/Hurd systems during the 'Check' phase,
;; there is a deadlock caused by the 'gctest' test.
;; To disable the error set "--disable-gcj-support"
;; to configure script. See bug report and discussion:
;; <https://lists.opendylan.org/pipermail/bdwgc/2017-April/006275.html>
;; <https://lists.gnu.org/archive/html/bug-hurd/2017-01/msg00008.html>
,@(if (hurd-triplet? (or (%current-system)
(%current-target-system)))
'("--disable-gcj-support")
'()))))
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs `(("libatomic-ops" ,libatomic-ops)))
(outputs '("out" "debug"))
@@ -64,6 +78,16 @@ C or C++ programs, though that is not its primary goal.")
(license (x11-style (string-append home-page "license.txt")))))
(define-public libgc/back-pointers
(package
(inherit libgc)
(name "libgc-back-pointers")
(arguments
`(#:make-flags
(list "CPPFLAGS=-DKEEP_BACK_PTRS=1")
,@(package-arguments libgc)))
(synopsis "The BDW garbage collector, with back-pointer tracking")))
(define-public libatomic-ops
(package
(name "libatomic-ops")
+70 -5
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Dave Love <fx@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -24,13 +25,15 @@
#:use-module (gnu packages compression)
#:use-module (gnu packages linux)
#:use-module (gnu packages maths)
#:use-module (gnu packages mpi)
#:use-module (gnu packages python)
#:use-module (gnu packages storage))
#:use-module (gnu packages storage)
#:use-module (ice-9 match))
(define-public fio
(package
(name "fio")
(version "2.19")
(version "3.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -38,7 +41,7 @@
"fio-" version ".tar.bz2"))
(sha256
(base32
"0dwx2dpbsg3xyd8jzm64gazy6ij4zirlfdrbgcxr1a0z5smcmcw1"))))
"1f5vina9bxn99drda8dhbxng8ypj4ny72xh6mp8rq955d0f8sq0z"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
@@ -78,8 +81,8 @@
(dst (string-append newbin "/" file)))
(link src dst)
(delete-file src)))
'("fio2gnuplot" "fio_latency2csv.py"
"fiologparser_hist.py" "fiologparser.py"))
'("fio2gnuplot" "fiologparser_hist.py"
"fiologparser.py"))
;; Make sure numpy et.al is found.
(wrap-program (string-append newbin "/fiologparser_hist.py")
`("PYTHONPATH" ":" prefix (,(getenv "PYTHONPATH"))))
@@ -103,3 +106,65 @@ is to write a job file matching the I/O load one wants to simulate.")
;; are covered by other licenses.
(license (list license:gpl2 license:gpl2+ license:bsd-2
license:public-domain))))
;; Parameterized in anticipation of m(va)pich support
(define (imb mpi)
(package
(name (string-append "imb-" (package-name mpi)))
(version "2017.2")
(source
(origin
(method url-fetch)
(uri (match (string-split version #\.)
((major minor)
(string-append
"https://software.intel.com/sites/default/files/managed/76/6c/IMB_"
major "_Update" minor ".tgz"))))
(sha256 (base32 "11nczxm686rsppmw9gjc2p2sxc0jniv5kv18yxm1lzp5qfh5rqyb"))))
(build-system gnu-build-system)
(inputs
`(("mpi" ,mpi)))
(arguments
`(#:phases
(modify-phases %standard-phases
(delete 'configure)
(delete 'check)
(replace 'build
(lambda* (#:key inputs #:allow-other-keys)
(let ((mpi-home (assoc-ref inputs "mpi")))
(zero?
;; Not safe for parallel build
(system* "make" "-C" "imb/src" "-f" "make_mpich" "SHELL=sh"
(string-append "MPI_HOME=" mpi-home))))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(doc (string-append out "/share/doc/" ,name))
(bin (string-append out "/bin")))
(with-directory-excursion "imb/src"
(for-each
(lambda (file)
(install-file file bin))
'("IMB-IO" "IMB-EXT" "IMB-MPI1" "IMB-NBC" "IMB-RMA")))
(mkdir-p doc)
(with-directory-excursion "imb"
(copy-recursively "license" doc)))
#t)))))
(home-page "https://software.intel.com/en-us/articles/intel-mpi-benchmarks")
(synopsis "Intel MPI Benchmarks")
(description
"This package provides benchmarks for implementations of the @dfn{Message
Passing Interface} (MPI). It contains MPI performance measurements for
point-to-point and global communication, and file, operations for a range of
message sizes. The generated benchmark data fully characterize:
@itemize
@item
Performance of a cluster system, including node performance, network latency,
and throughput;
@item
Efficiency of the MPI implementation.
@end itemize")
(license license:cpl1.0)))
(define-public imb-openmpi (imb openmpi))
File diff suppressed because it is too large Load Diff
+27 -27
View File
@@ -5,7 +5,7 @@
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Tomáš Čech <sleep_walker@gnu.org>
;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016, 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Jelle Licht <jlicht@fsfe.org>
;;;
;;; This file is part of GNU Guix.
@@ -74,23 +74,24 @@
"gui")) ; graphical user interface
(arguments
'(#:glib-or-gtk-wrap-excluded-outputs '("out")
#:phases (alist-cons-after
'install 'move-gui
(lambda* (#:key outputs #:allow-other-keys)
;; Move the GUI to its own output, so that "out" doesn't
;; depend on GTK+.
(let ((out (assoc-ref outputs "out"))
(gui (assoc-ref outputs "gui")))
(mkdir-p (string-append gui "/bin"))
(rename-file (string-append out "/bin/transmission-gtk")
(string-append gui
"/bin/transmission-gtk"))
#:phases
(modify-phases %standard-phases
(add-after 'install 'move-gui
(lambda* (#:key outputs #:allow-other-keys)
;; Move the GUI to its own output, so that "out" doesn't
;; depend on GTK+.
(let ((out (assoc-ref outputs "out"))
(gui (assoc-ref outputs "gui")))
(mkdir-p (string-append gui "/bin"))
(rename-file (string-append out "/bin/transmission-gtk")
(string-append gui
"/bin/transmission-gtk"))
;; Move the '.desktop' file as well.
(mkdir (string-append gui "/share"))
(rename-file (string-append out "/share/applications")
(string-append gui "/share/applications"))))
%standard-phases)))
;; Move the '.desktop' file as well.
(mkdir (string-append gui "/share"))
(rename-file (string-append out "/share/applications")
(string-append gui "/share/applications")))
#t)))))
(inputs
`(("inotify-tools" ,inotify-tools)
("libevent" ,libevent)
@@ -176,20 +177,21 @@ XML-RPC over SCGI.")
(license l:gpl2+)))
(define-public tremc
(let ((commit "401f2303c9b5a6e2e7b0808617d794576d4aa29e")
(revision "0"))
(let ((commit "9755b50e9444566cff02c977edafdbb3e9750cbb")
(revision "1"))
(package
(name "tremc")
(version (string-append "0.9.0-" revision "." (string-take commit 7)))
(version (git-version "0.9.0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/louipc/tremc.git")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
"1h2720zn35iggmf9av65g119b0bhskwm1ng0zbkjryaf38nfzpin"))))
"05259qss5jka5ygwrh7cngyp6cgazbynji5pshgfzrd2d43pyfq5"))))
(build-system python-build-system)
(arguments
`(#:tests? #f ; no test suite
@@ -264,7 +266,7 @@ maintained upstream.")
(define-public aria2
(package
(name "aria2")
(version "1.31.0")
(version "1.33.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
@@ -272,7 +274,7 @@ maintained upstream.")
name "-" version ".tar.xz"))
(sha256
(base32
"131zh75fqw9a1j0igl8gx3lwmhhbicdmp2p387r0cd5j928631bv"))))
"06syqxia701dk96rcbhnd4x0arjj6d22gm3aqksz38am9y2f8f95"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags (list "--enable-libaria2"
@@ -380,7 +382,7 @@ and will take advantage of multiple processor cores where possible.")
(define-public libtorrent-rasterbar
(package
(name "libtorrent-rasterbar")
(version "1.1.2")
(version "1.1.5")
(source (origin
(method url-fetch)
(uri
@@ -388,11 +390,9 @@ and will take advantage of multiple processor cores where possible.")
"https://github.com/arvidn/libtorrent/releases/download/libtorrent-"
(string-join (string-split version #\.) "_")
"/libtorrent-rasterbar-" version ".tar.gz"))
(patches
(search-patches "libtorrent-rasterbar-boost-compat.patch"))
(sha256
(base32
"16im9qsmfrmmkhfjpij9739nqpn4s6wgc9cikdxbcyshfhimzra5"))))
"0c398b7hsa5dvj4m0jc8h7mn0m3nawmagb6c5c7ml5c9hc338c8h"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
+7 -5
View File
@@ -28,14 +28,15 @@
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages compression)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages perl)
#:use-module (gnu packages python)
#:use-module (gnu packages shells)
#:use-module (gnu packages perl))
#:use-module (gnu packages shells))
(define-public boost
(package
(name "boost")
(version "1.63.0")
(version "1.64.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -44,9 +45,10 @@
".tar.bz2"))
(sha256
(base32
"1c5kzhcqahnic55dxcnw7r80qvwx5sfa2sa97yzv7xjrywljbbmy"))))
"0cikd35xfkpg9nnl76yqqnqxnf3hyfjjww8xjd4akflprsm5rk3v"))))
(build-system gnu-build-system)
(inputs `(("zlib" ,zlib)))
(inputs `(("icu4c" ,icu4c)
("zlib" ,zlib)))
(native-inputs
`(("perl" ,perl)
("python" ,python-2)
+217 -56
View File
@@ -6,6 +6,7 @@
;;; Copyright © 2016, 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2016, 2017 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2016, 2017 David Craven <david@craven.ch>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -37,17 +38,21 @@
#:use-module (gnu packages gettext)
#:use-module (gnu packages linux)
#:use-module (gnu packages man)
#:use-module (gnu packages mtools)
#:use-module (gnu packages ncurses)
#:use-module (gnu packages perl)
#:use-module (gnu packages python)
#:use-module (gnu packages qemu)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages swig)
#:use-module (gnu packages virtualization)
#:use-module (guix build-system gnu)
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix utils))
#:use-module (guix utils)
#:use-module (srfi srfi-1)
#:use-module (srfi srfi-26))
(define unifont
;; GNU Unifont, <http://gnu.org/s/unifont>.
@@ -72,7 +77,7 @@
"03vvdfhdmf16121v7xs8is2krwnv15wpkhkf16a4yf8nsfc3f2w1"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
`(#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-stuff
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "grub-core/Makefile.in"
@@ -91,7 +96,19 @@
;; Make the font visible.
(copy-file (assoc-ref inputs "unifont") "unifont.bdf.gz")
(system* "gunzip" "unifont.bdf.gz")
#t)))))
#t))
(add-before 'check 'disable-flaky-test
(lambda _
;; This test is unreliable. For more information, see:
;; <https://bugs.gnu.org/26936>.
(substitute* "Makefile.in"
(("grub_cmd_date grub_cmd_set_date grub_cmd_sleep")
"grub_cmd_date grub_cmd_sleep"))
#t)))
;; Disable tests on ARM and AARCH64 platforms.
#:tests? ,(not (any (cute string-prefix? <> (or (%current-target-system)
(%current-system)))
'("arm" "aarch64")))))
(inputs
`(("gettext" ,gettext-minimal)
@@ -112,7 +129,7 @@
("bison" ,bison)
;; Due to a bug in flex >= 2.6.2, GRUB must be built with an older flex:
;; <http://lists.gnu.org/archive/html/grub-devel/2017-02/msg00133.html>
;; TODO Try building with flex > 2.6.3.
;; TODO Try building with flex > 2.6.4.
("flex" ,flex-2.6.1)
("texinfo" ,texinfo)
("help2man" ,help2man)
@@ -141,13 +158,14 @@ menu to select one of the installed operating systems.")
(synopsis "GRand Unified Boot loader (UEFI version)")
(inputs
`(("efibootmgr" ,efibootmgr)
("mtools", mtools)
,@(package-inputs grub)))
(arguments
`(;; TODO: Tests need a UEFI firmware for qemu. There is one at
;; https://github.com/tianocore/edk2/tree/master/OvmfPkg .
;; Search for 'OVMF' in "tests/util/grub-shell.in".
#:tests? #f
,@(substitute-keyword-arguments (package-arguments grub)
((#:tests? _ #f) #f)
((#:configure-flags flags ''())
`(cons "--with-platform=efi" ,flags))
((#:phases phases)
@@ -158,7 +176,52 @@ menu to select one of the installed operating systems.")
(("efibootmgr")
(string-append (assoc-ref inputs "efibootmgr")
"/sbin/efibootmgr")))
#t)))))))))
#t))
(add-after 'patch-stuff 'use-absolute-mtools-path
(lambda* (#:key inputs #:allow-other-keys)
(let ((mtools (assoc-ref inputs "mtools")))
(substitute* "util/grub-mkrescue.c"
(("\"mformat\"")
(string-append "\"" mtools
"/bin/mformat\"")))
(substitute* "util/grub-mkrescue.c"
(("\"mcopy\"")
(string-append "\"" mtools
"/bin/mcopy\"")))
#t))))))))))
;; Because grub searches hardcoded paths it's easiest to just build grub
;; again to make it find both grub-pc and grub-efi. There is a command
;; line argument which allows you to specify ONE platform - but
;; grub-mkrescue will use multiple platforms if they are available
;; in the installation directory (without command line argument).
(define-public grub-hybrid
(package
(inherit grub-efi)
(name "grub-hybrid")
(synopsis "GRand Unified Boot loader (hybrid version)")
(inputs
`(("grub" ,grub)
,@(package-inputs grub-efi)))
(arguments
(substitute-keyword-arguments (package-arguments grub-efi)
((#:modules modules `((guix build utils) (guix build gnu-build-system)))
`((ice-9 ftw) ,@modules))
((#:phases phases)
`(modify-phases ,phases
(add-after 'install 'install-non-efi
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((input-dir (string-append (assoc-ref inputs "grub")
"/lib/grub"))
(output-dir (string-append (assoc-ref outputs "out")
"/lib/grub")))
(for-each
(lambda (basename)
(if (not (string-prefix? "." basename))
(symlink (string-append input-dir "/" basename)
(string-append output-dir "/" basename))))
(scandir input-dir))
#t)))))))))
(define-public syslinux
(let ((commit "bb41e935cc83c6242de24d2271e067d76af3585c"))
@@ -180,7 +243,8 @@ menu to select one of the installed operating systems.")
("perl" ,perl)
("python-2" ,python-2)))
(inputs
`(("libuuid" ,util-linux)))
`(("libuuid" ,util-linux)
("mtools" ,mtools)))
(arguments
`(#:parallel-build? #f
#:make-flags
@@ -195,11 +259,17 @@ menu to select one of the installed operating systems.")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-files
(lambda _
(lambda* (#:key inputs #:allow-other-keys)
(substitute* (find-files "." "Makefile.*|ppmtolss16")
(("/bin/pwd") (which "pwd"))
(("/bin/echo") (which "echo"))
(("/usr/bin/perl") (which "perl")))
(let ((mtools (assoc-ref inputs "mtools")))
(substitute* (find-files "." "\\.c$")
(("mcopy")
(string-append mtools "/bin/mcopy"))
(("mattrib")
(string-append mtools "/bin/mattrib"))))
#t))
(delete 'configure)
(add-before 'build 'set-permissions
@@ -224,7 +294,7 @@ menu to select one of the installed operating systems.")
(define-public dtc
(package
(name "dtc")
(version "1.4.4")
(version "1.4.5")
(source (origin
(method url-fetch)
(uri (string-append
@@ -232,15 +302,23 @@ menu to select one of the installed operating systems.")
"dtc-" version ".tar.xz"))
(sha256
(base32
"1yygyvnnpdh241hl90n9p3kxcdvk3jxmsr4ndb961c8mq3ak21s7"))))
"08gnl39i4xy3dm8iqwlz2ygx0ml1bgc5kpiys5ll1wvah1j72b04"))
;; Fix build and tests on 32 bits platforms.
;; Will probably be fixed in 1.4.6 release.
(patches (search-patches "dtc-format-modifier.patch"
"dtc-32-bits-check.patch"))))
(build-system gnu-build-system)
(native-inputs
`(("bison" ,bison)
("flex" ,flex-2.6.1))) ; A bug in flex prevents building with flex-2.6.3.
("flex" ,flex)
("swig" ,swig)))
(inputs
`(("python-2" ,python-2)))
(arguments
`(#:make-flags
(list "CC=gcc"
(string-append "PREFIX=" (assoc-ref %outputs "out"))
(string-append "SETUP_PREFIX=" (assoc-ref %outputs "out"))
"INSTALL=install")
#:phases
(modify-phases %standard-phases
@@ -255,7 +333,7 @@ tree binary files. These are board description files used by Linux and BSD.")
(define u-boot
(package
(name "u-boot")
(version "2017.03")
(version "2017.11")
(source (origin
(method url-fetch)
(uri (string-append
@@ -263,7 +341,7 @@ tree binary files. These are board description files used by Linux and BSD.")
"u-boot-" version ".tar.bz2"))
(sha256
(base32
"0gqihplap05dlpwdb971wsqyv01nz2vabwq5g5649gr5jczsyjzm"))))
"01bcsah5imy6m3fbjwhqywxg0pfk5fl8ks9ylb7kv3zmrb9qy0ba"))))
(native-inputs
`(("bc" ,bc)
("dtc" ,dtc)
@@ -277,48 +355,59 @@ also initializes the boards (RAM etc).")
(define (make-u-boot-package board triplet)
"Returns a u-boot package for BOARD cross-compiled for TRIPLET."
(package
(inherit u-boot)
(name (string-append "u-boot-" (string-downcase board)))
(native-inputs
`(("cross-gcc" ,(cross-gcc triplet))
("cross-binutils" ,(cross-binutils triplet))
,@(package-native-inputs u-boot)))
(arguments
`(#:modules ((ice-9 ftw) (guix build utils) (guix build gnu-build-system))
#:test-target "test"
#:make-flags
(list "HOSTCC=gcc" (string-append "CROSS_COMPILE=" ,triplet "-"))
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs make-flags #:allow-other-keys)
(let ((config-name (string-append ,board "_defconfig")))
(if (file-exists? (string-append "configs/" config-name))
(zero? (apply system* "make" `(,@make-flags ,config-name)))
(begin
(display "Invalid board name. Valid board names are:")
(let ((suffix-len (string-length "_defconfig")))
(scandir "configs"
(lambda (file-name)
(when (string-suffix? "_defconfig" file-name)
(format #t
"- ~A\n"
(string-drop-right file-name
suffix-len))))))
#f)))))
(replace 'install
(lambda* (#:key outputs make-flags #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(libexec (string-append out "/libexec"))
(uboot-files (find-files "." ".*\\.(bin|efi|spl)$")))
(mkdir-p libexec)
(for-each
(lambda (file)
(let ((target-file (string-append libexec "/" file)))
(mkdir-p (dirname target-file))
(copy-file file target-file)))
uboot-files)))))))))
(let ((same-arch? (if (string-prefix? (%current-system)
(gnu-triplet->nix-system triplet))
`#t
`#f)))
(package
(inherit u-boot)
(name (string-append "u-boot-" (string-downcase board)))
(native-inputs
`(,@(if (not same-arch?)
`(("cross-gcc" ,(cross-gcc triplet))
("cross-binutils" ,(cross-binutils triplet)))
'())
,@(package-native-inputs u-boot)))
(arguments
`(#:modules ((ice-9 ftw) (guix build utils) (guix build gnu-build-system))
#:test-target "test"
#:make-flags
(list "HOSTCC=gcc"
,@(if (not same-arch?)
`((string-append "CROSS_COMPILE=" ,triplet "-"))
'()))
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs make-flags #:allow-other-keys)
(let ((config-name (string-append ,board "_defconfig")))
(if (file-exists? (string-append "configs/" config-name))
(zero? (apply system* "make" `(,@make-flags ,config-name)))
(begin
(display "Invalid board name. Valid board names are:")
(let ((suffix-len (string-length "_defconfig")))
(scandir "configs"
(lambda (file-name)
(when (string-suffix? "_defconfig" file-name)
(format #t
"- ~A\n"
(string-drop-right file-name
suffix-len))))))
#f)))))
(replace 'install
(lambda* (#:key outputs make-flags #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(libexec (string-append out "/libexec"))
(uboot-files (append
(find-files "." ".*\\.(bin|efi|img|spl)$")
(find-files "." "^MLO$"))))
(mkdir-p libexec)
(for-each
(lambda (file)
(let ((target-file (string-append libexec "/" file)))
(mkdir-p (dirname target-file))
(copy-file file target-file)))
uboot-files))))))))))
(define-public u-boot-vexpress
(make-u-boot-package "vexpress_ca9x4" "arm-linux-gnueabihf"))
@@ -328,3 +417,75 @@ also initializes the boards (RAM etc).")
(define-public u-boot-beagle-bone-black
(make-u-boot-package "am335x_boneblack" "arm-linux-gnueabihf"))
(define-public u-boot-odroid-c2
(make-u-boot-package "odroid-c2" "aarch64-linux-gnu"))
(define-public os-prober
(package
(name "os-prober")
(version "1.76")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://debian/pool/main/o/os-prober/os-prober_"
version ".tar.xz"))
(sha256
(base32
"1vb45i76bqivlghrq7m3n07qfmmq4wxrkplqx8gywj011rhq19fk"))))
(build-system gnu-build-system)
(arguments
`(#:modules ((guix build gnu-build-system)
(guix build utils)
(ice-9 regex) ; for string-match
(srfi srfi-26)) ; for cut
#:make-flags (list "CC=gcc")
#:tests? #f ; no tests
#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
(substitute* (find-files ".")
(("/usr") (assoc-ref outputs "out")))
(substitute* (find-files "." "50mounted-tests$")
(("mkdir") "mkdir -p"))
#t))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(define (find-files-non-recursive directory)
(find-files directory
(lambda (file stat)
(string-match (string-append "^" directory "/[^/]*$")
file))
#:directories? #t))
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))
(lib (string-append out "/lib"))
(share (string-append out "/share")))
(for-each (cut install-file <> bin)
(list "linux-boot-prober" "os-prober"))
(install-file "newns" (string-append lib "/os-prober"))
(install-file "common.sh" (string-append share "/os-prober"))
(install-file "os-probes/mounted/powerpc/20macosx"
(string-append lib "/os-probes/mounted"))
(for-each
(lambda (directory)
(for-each
(lambda (file)
(let ((destination (string-append lib "/" directory
"/" (basename file))))
(mkdir-p (dirname destination))
(copy-recursively file destination)))
(append (find-files-non-recursive (string-append directory "/common"))
(find-files-non-recursive (string-append directory "/x86")))))
(list "os-probes" "os-probes/mounted" "os-probes/init"
"linux-boot-probes" "linux-boot-probes/mounted"))
#t))))))
(home-page "https://joeyh.name/code/os-prober")
(synopsis "Detect other operating systems")
(description "os-prober probes disks on the system for other operating
systems so that they can be added to the bootloader. It also works out how to
boot existing GNU/Linux systems and detects what distribution is installed in
order to add a suitable bootloader menu entry.")
(license license:gpl2+)))
+2
View File
@@ -162,6 +162,7 @@ successful, or false to signal an error."
gnu-triplet->nix-system)
(%current-system))))
"Return the name of Glibc's dynamic linker for SYSTEM."
;; See the 'SYSDEP_KNOWN_INTERPRETER_NAMES' cpp macro in libc.
(cond ((string=? system "x86_64-linux") "/lib/ld-linux-x86-64.so.2")
((string=? system "i686-linux") "/lib/ld-linux.so.2")
((string=? system "armhf-linux") "/lib/ld-linux-armhf.so.3")
@@ -170,6 +171,7 @@ successful, or false to signal an error."
((string=? system "i686-gnu") "/lib/ld.so.1")
((string=? system "aarch64-linux") "/lib/ld-linux-aarch64.so.1")
((string=? system "powerpc-linux") "/lib/ld.so.1")
((string=? system "powerpc64le-linux") "/lib/ld64.so.2")
((string=? system "alpha-linux") "/lib/ld-linux.so.2")
;; XXX: This one is used bare-bones, without a libc, so add a case
+58 -4
View File
@@ -23,6 +23,7 @@
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (gnu packages)
#:use-module (gnu packages compression)
#:use-module (gnu packages python)
#:use-module (gnu packages ninja)
#:use-module (guix build-system gnu)
@@ -69,17 +70,18 @@ makes a few sacrifices to acquire fast full and incremental build times.")
(define-public meson
(package
(name "meson")
(version "0.40.1")
(version "0.43.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
"releases/download/" version "/meson-"
version ".tar.gz"))
(sha256
(base32
"0yl6iryh89nn6hzhwv7kg16ki1chh9h0x1yk1y130h87iq42a35r"))))
"0h3k0m45004ay1hzz9r66fkl1kwizaigxahyrlabyw0d1slyq4y5"))))
(build-system python-build-system)
(inputs `(("ninja", ninja)))
(propagated-inputs `(("python" ,python)))
(home-page "https://mesonbuild.com/")
(synopsis "Build system designed to be fast and user-friendly")
(description
@@ -90,3 +92,55 @@ Autoconf/Automake/make combo. Build specifications, also known as @dfn{Meson
files}, are written in a custom domain-specific language (DSL) that resembles
Python.")
(license license:asl2.0)))
(define-public meson-for-build
(package
(inherit meson)
(name "meson-for-build")
(version "0.42.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/mesonbuild/meson/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1494hdnd40g2v6pky34j0f2iwc6kwn51vck37qwz7nl2xr17b18q"))
(patches (search-patches "meson-for-build-rpath.patch"))))
;; People should probably install "meson", not "meson-for-build".
(properties `((hidden? . #t)))))
(define-public premake4
(package
(name "premake")
(version "4.3")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/premake/Premake/"
version "/premake-" version "-src.zip"))
(sha256
(base32
"1017rd0wsjfyq2jvpjjhpszaa7kmig6q1nimw76qx3cjz2868lrn"))))
(build-system gnu-build-system)
(native-inputs
`(("unzip" ,unzip))) ; for unpacking the source
(arguments
`(#:make-flags '("CC=gcc")
#:tests? #f ; No test suite
#:phases
(modify-phases %standard-phases
(delete 'configure)
(add-after 'unpack 'enter-source
(lambda _ (chdir "build/gmake.unix") #t))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(install-file "../../bin/release/premake4"
(string-append (assoc-ref outputs "out") "/bin"))
#t)))))
(synopsis "Portable software build tool")
(description "@code{premake4} is a command line utility that reads a
scripted definition of a software project and outputs @file{Makefile}s or
other lower-level build files.")
(home-page "https://premake.github.io")
(license license:bsd-3)))
+26 -26
View File
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 John Darrington <jmd@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -24,13 +24,13 @@
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages admin)
#:use-module (gnu packages perl)
#:use-module (gnu packages zip))
#:use-module (gnu packages compression)
#:use-module (gnu packages perl))
(define-public busybox
(package
(name "busybox")
(version "1.26.0")
(version "1.26.2")
(source (origin
(method url-fetch)
(uri (string-append
@@ -38,44 +38,44 @@
version ".tar.bz2"))
(sha256
(base32
"0k0g3hk58m99c2sfq97ngnixb2rv2wzyhv3z00lxaw78bqvjglis"))))
"05mg6rh5smkzfwqfcazkpwy6h6555llsazikqnvwkaf17y8l8gns"))))
(build-system gnu-build-system)
(arguments
`(#:phases
'(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda _ (zero? (system* "make" "defconfig"))))
(replace 'check
(lambda _
(substitute* '("testsuite/du/du-s-works"
"testsuite/du/du-works")
(substitute* '("testsuite/du/du-s-works"
"testsuite/du/du-works")
(("/bin") "/etc")) ; there is no /bin but there is a /etc
;; There is no /usr/bin or /bin - replace it with /gnu/store
(substitute* "testsuite/cpio.tests"
;; There is no /usr/bin or /bin - replace it with /gnu/store
(substitute* "testsuite/cpio.tests"
(("/usr/bin") (%store-directory))
(("usr") (car (filter (negate string-null?)
(string-split (%store-directory) #\/)))))
(string-split (%store-directory) #\/)))))
(substitute* "testsuite/date/date-works-1"
(substitute* "testsuite/date/date-works-1"
(("/bin/date") (which "date")))
;; The pidof tests assume that pid 1 is called "init" but that is not
;; true in guix build environment
(substitute* "testsuite/pidof.tests"
;; The pidof tests assume that pid 1 is called "init" but that is not
;; true in guix build environment
(substitute* "testsuite/pidof.tests"
(("-s init") "-s $(cat /proc/1/comm)"))
;; This test cannot possibly pass.
;; It is trying to test that "which ls" returns "/bin/ls" when PATH is not set.
;; However, this relies on /bin/ls existing. Which it does not in guix.
(delete-file "testsuite/which/which-uses-default-path")
(rmdir "testsuite/which")
;; This test cannot possibly pass.
;; It is trying to test that "which ls" returns "/bin/ls" when PATH is not set.
;; However, this relies on /bin/ls existing. Which it does not in guix.
(delete-file "testsuite/which/which-uses-default-path")
(rmdir "testsuite/which")
(zero? (system* "make"
;; "V=1"
"SKIP_KNOWN_BUGS=1"
"SKIP_INTERNET_TESTS=1"
"check"))))
(zero? (system* "make"
;; "V=1"
"SKIP_KNOWN_BUGS=1"
"SKIP_INTERNET_TESTS=1"
"check"))))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
+17 -4
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014, 2015, 2017 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -22,12 +23,13 @@
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages base)
#:use-module (gnu packages ncurses))
(define-public calcurse
(package
(name "calcurse")
(version "4.0.0")
(version "4.2.2")
(source
(origin
(method url-fetch)
@@ -35,14 +37,25 @@
version ".tar.gz"))
(sha256
(base32
"0d33cpkbhyidvm3xx6iw9ljqdvl6477c2kcwix3bs63nj0ch06v2"))))
"0il0y06akdqgy0f9p40m4x6arn66nh7sr1w1i41bszycs7div266"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)))
(native-inputs `(("tzdata" ,tzdata-2017a)))
(arguments
;; The ical tests all want to create a ".calcurse" directory, and may
;; fail with "cannot create directory '.calcurse': File exists" if run
;; concurently.
'(#:parallel-tests? #f))
`(#:parallel-tests? #f
;; Since this tzdata is only used for tests and not referenced by the
;; built package, used the "fixed" obsolete version of tzdata and ensure
;; it does not sneak in to the closure.
#:disallowed-references (,tzdata-2017a)
#:phases (modify-phases %standard-phases
(add-before 'check 'check-setup
(lambda* (#:key inputs #:allow-other-keys)
(setenv "TZDIR" ;for test/ical-007.sh
(string-append (assoc-ref inputs "tzdata")
"/share/zoneinfo")))))))
(home-page "http://www.calcurse.org")
(synopsis "Text-based calendar and scheduling")
(description
+24 -17
View File
@@ -1,8 +1,8 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 David Thompson <davet@gnu.org>
;;; Copyright © 2015, 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Kei Kebreau <kei@openmailbox.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Troy Sankey <sankeytms@gmail.com>
;;; Copyright © 2016 Stefan Reichoer <stefan@xsteve.at>
;;;
@@ -31,12 +31,14 @@
#:use-module (guix build-system cmake)
#:use-module (guix build-system python)
#:use-module (gnu packages base)
#:use-module (gnu packages check)
#:use-module (gnu packages databases)
#:use-module (gnu packages dav)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages icu4c)
#:use-module (gnu packages perl)
#:use-module (gnu packages python)
#:use-module (gnu packages time)
#:use-module (srfi srfi-26))
(define-public libical
@@ -55,9 +57,8 @@
(arguments
'(#:tests? #f ; test suite appears broken
#:configure-flags
(list (string-append "-DCMAKE_INSTALL_RPATH="
(assoc-ref %outputs "out") "/lib:"
(assoc-ref %outputs "out") "/lib64"))
(list (string-append "-DCMAKE_INSTALL_LIBDIR="
(assoc-ref %outputs "out") "/lib"))
#:phases
(modify-phases %standard-phases
(add-before 'configure 'patch-paths
@@ -85,13 +86,13 @@ data units.")
(define-public khal
(package
(name "khal")
(version "0.9.5")
(version "0.9.8")
(source (origin
(method url-fetch)
(uri (pypi-uri "khal" version))
(sha256
(base32
"0fvv0kjym9q8v20zbpr5m8ig65b8hva4p0c935qsdvgdni68jidr"))))
"1blx3gxnv7sj302biqphfw7i6ilzl2xlmvzp130n3113scg9w17y"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -100,26 +101,33 @@ data units.")
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Make installed package available for running the tests
(add-installed-pythonpath inputs outputs)
(zero? (system* "make" "--directory=doc/" "man"))
(install-file
"doc/build/man/khal.1"
(string-append (assoc-ref outputs "out") "/share/man/man1"))))
;; The tests require us to choose a timezone.
(and
(zero? (system* "make" "--directory=doc/" "man"))
(install-file
"doc/build/man/khal.1"
(string-append (assoc-ref outputs "out") "/share/man/man1")))))
(replace 'check
(lambda* (#:key inputs #:allow-other-keys)
;; The tests require us to choose a timezone.
(setenv "TZ"
(string-append (assoc-ref inputs "tzdata")
"/share/zoneinfo/Zulu"))
(zero? (system* "py.test" "tests")))))))
(zero? (system* "py.test" "tests" "-k"
(string-append
;; These tests are known to fail in when not
;; running in a TTY:
;; https://github.com/pimutils/khal/issues/683
"not test_printics_read_from_stdin "
"and not test_import_from_stdin"))))))))
(native-inputs
;; XXX Uses tmpdir_factory, introduced in pytest 2.8.
`(("python-pytest" ,python-pytest-3.0)
("python-pytest-cov" ,python-pytest-cov)
("python-setuptools-scm" ,python-setuptools-scm)
;; Required for tests
("tzdata" ,tzdata)
("python-freezegun" ,python-freezegun)
("tzdata" ,tzdata)
("vdirsyncer" ,vdirsyncer)
;; Required to build manpage
("python-sphinxcontrib-newsfeed" ,python-sphinxcontrib-newsfeed)
("python-sphinx" ,python-sphinx)))
@@ -131,8 +139,7 @@ data units.")
("python-icalendar" ,python-icalendar)
("python-tzlocal" ,python-tzlocal)
("python-urwid" ,python-urwid)
("python-pyxdg" ,python-pyxdg)
("vdirsyncer" ,vdirsyncer)))
("python-pyxdg" ,python-pyxdg)))
(synopsis "Console calendar program")
(description "Khal is a standards based console calendar program,
able to synchronize with CalDAV servers through vdirsyncer.")
+3 -4
View File
@@ -37,7 +37,6 @@
#:use-module (gnu packages audio)
#:use-module (gnu packages bison)
#:use-module (gnu packages compression)
#:use-module (gnu packages zip)
#:use-module (gnu packages flex)
#:use-module (gnu packages fontutils)
#:use-module (gnu packages gettext)
@@ -148,14 +147,14 @@ libcdio.")
(define-public xorriso
(package
(name "xorriso")
(version "1.4.6")
(version "1.4.8")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/xorriso/xorriso-"
version ".tar.gz"))
(sha256
(base32
"112p0ghwzxrcjbsir1n2jxhq103ckrw93wzvd55qqvzfgs674vsj"))))
"10c44yr3dpmwxa7rf23mwfsy1bahny3jpcg9ig0xjv090jg0d0pc"))))
(build-system gnu-build-system)
(inputs
`(("acl" ,acl)
@@ -455,7 +454,7 @@ the data.")
(build-system gnu-build-system)
(arguments
'(#:tests? #f
#:phases (alist-delete 'configure %standard-phases)
#:phases (modify-phases %standard-phases (delete 'configure))
#:make-flags (list "CC=gcc"
(string-append "PREFIX="
(assoc-ref %outputs "out")))))
+19 -5
View File
@@ -1,8 +1,9 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -74,7 +75,7 @@
(define-public nss-certs
(package
(name "nss-certs")
(version "3.30.2")
(version "3.34.1")
(source (origin
(method url-fetch)
(uri (let ((version-with-underscores
@@ -85,7 +86,7 @@
"nss-" version ".tar.gz")))
(sha256
(base32
"096frzvyp3z257x84rxknscfgsbavzh2a0gyibx7kvmw4vzpfjhd"))))
"186x33wsk4mzjz7dzbn8p0py9a0nzkgzpfkdv4rlyy5gghv5vhd3"))))
(build-system gnu-build-system)
(outputs '("out"))
(native-inputs
@@ -155,13 +156,26 @@ taken from the NSS package and thus ultimately from the Mozilla project.")
(let ((root (assoc-ref %build-inputs "isrgrootx1.pem"))
(intermediate (assoc-ref %build-inputs "letsencryptauthorityx3.pem"))
(backup (assoc-ref %build-inputs "letsencryptauthorityx4.pem"))
(out (string-append (assoc-ref %outputs "out") "/etc/ssl/certs")))
(out (string-append (assoc-ref %outputs "out") "/etc/ssl/certs"))
(openssl (assoc-ref %build-inputs "openssl"))
(perl (assoc-ref %build-inputs "perl")))
(mkdir-p out)
(for-each
(lambda (cert)
(copy-file cert (string-append out "/"
(strip-store-file-name cert))))
(list root intermediate backup))))))
(list root intermediate backup))
;; Create hash symlinks suitable for OpenSSL ('SSL_CERT_DIR' and
;; similar.)
(chdir (string-append %output "/etc/ssl/certs"))
(unless (zero? (system* (string-append perl "/bin/perl")
(string-append openssl "/bin/c_rehash")
"."))
(error "'c_rehash' failed" openssl))))))
(native-inputs
`(("openssl" ,openssl)
("perl" ,perl))) ;for 'c_rehash'
(inputs
`(; The Let's Encrypt root certificate, "ISRG Root X1".
("isrgrootx1.pem"
+1565 -19
View File
File diff suppressed because it is too large Load Diff
+35 -12
View File
@@ -3,6 +3,7 @@
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016, 2017 Mathieu Lirzin <mthl@gnu.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -39,7 +40,6 @@
#:use-module (gnu packages version-control)
#:use-module (gnu packages web)
#:use-module (gnu packages xml)
#:use-module (gnu packages zip)
#:use-module (guix build-system gnu))
(define-public hydra
@@ -187,8 +187,8 @@ their dependencies.")
(license l:gpl3+))))
(define-public cuirass
(let ((commit "870e8d6ad3415ac61c52e57095fcc6164023a0fc")
(revision "6"))
(let ((commit "9cfea9fe2e3ca6a3d1b832a6ec217426ec973c93")
(revision "10"))
(package
(name "cuirass")
(version (string-append "0.0.1-" revision "." (string-take commit 7)))
@@ -200,7 +200,7 @@ their dependencies.")
(file-name (string-append name "-" version))
(sha256
(base32
"0lp5a5p42k7lml15lbmmd7az9i0gw5kips3sh3awd2z79h0w2knw"))))
"177klidmsw12kjk9dzawc0bqcwqlplgx45m87qpgjfx3cnk28i2b"))))
(build-system gnu-build-system)
(arguments
'(#:modules ((guix build utils)
@@ -216,7 +216,12 @@ their dependencies.")
(substitute* "Makefile.am"
(("tests/repo.scm \\\\") "\\"))
#t))
(add-before 'configure 'bootstrap
(add-after 'disable-repo-tests 'patch-/bin/sh
(lambda _
(substitute* "build-aux/git-version-gen"
(("#!/bin/sh") (string-append "#!" (which "sh"))))
#t))
(add-after 'patch-/bin/sh 'bootstrap
(lambda _ (zero? (system* "sh" "bootstrap"))))
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
@@ -224,7 +229,8 @@ their dependencies.")
(let* ((out (assoc-ref outputs "out"))
(json (assoc-ref inputs "guile-json"))
(sqlite (assoc-ref inputs "guile-sqlite3"))
(git (assoc-ref inputs "git"))
(git (assoc-ref inputs "guile-git"))
(bytes (assoc-ref inputs "guile-bytestructures"))
(guix (assoc-ref inputs "guix"))
(guile (assoc-ref %build-inputs "guile"))
(effective (read-line
@@ -232,16 +238,19 @@ their dependencies.")
(string-append guile "/bin/guile")
"-c" "(display (effective-version))")))
(mods (string-append json "/share/guile/site/"
effective ":"
git "/share/guile/site/"
effective ":"
bytes "/share/guile/site/"
effective ":"
sqlite "/share/guile/site/"
effective ":"
guix "/share/guile/site/"
effective)))
;; Make sure 'cuirass' can find the 'git' and 'evaluate'
;; commands, as well as the relevant Guile modules.
;; Make sure 'cuirass' can find the 'evaluate' command, as
;; well as the relevant Guile modules.
(wrap-program (string-append out "/bin/cuirass")
`("PATH" ":" prefix (,(string-append out "/bin")
,(string-append git "/bin")))
`("PATH" ":" prefix (,(string-append out "/bin")))
`("GUILE_LOAD_PATH" ":" prefix (,mods))
`("GUILE_LOAD_COMPILED_PATH" ":" prefix (,mods)))
#t))))))
@@ -249,13 +258,27 @@ their dependencies.")
`(("guile" ,guile-2.2)
("guile-json" ,guile-json)
("guile-sqlite3" ,guile-sqlite3)
("guix" ,guix)
("git" ,git)))
("guile-git" ,guile-git)
;; FIXME: this is propagated by "guile-git", but it needs to be among
;; the inputs to add it to GUILE_LOAD_PATH.
("guile-bytestructures" ,guile-bytestructures)
("guix" ,guix)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("pkg-config" ,pkg-config)
("texinfo" ,texinfo)))
(native-search-paths
;; For HTTPS access, Cuirass itself honors these variables, with the
;; same semantics as Git and OpenSSL (respectively).
(list (search-path-specification
(variable "GIT_SSL_CAINFO")
(file-type 'regular)
(separator #f) ;single entry
(files '("etc/ssl/certs/ca-certificates.crt")))
(search-path-specification
(variable "SSL_CERT_DIR")
(files '("etc/ssl/certs")))))
(synopsis "Continuous integration system")
(description
"Cuirass is a continuous integration tool using GNU Guix. It is
+86
View File
@@ -0,0 +1,86 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages cinnamon)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages autotools)
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages gettext)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
#:use-module (gnu packages gnome)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages pulseaudio)
#:use-module (gnu packages python)
#:use-module (gnu packages xorg))
(define-public cinnamon-desktop
(package
(name "cinnamon-desktop")
(version "3.4.2")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/linuxmint/cinnamon-desktop/"
"archive/" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1jf24csrbfi9aiza1g70jpvsbjiqwphk0i5wilxq9kpjjsl99maq"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(add-after 'unpack 'autoconf
(lambda _
(mkdir-p "m4")
(zero?
(and (system* "glib-gettextize" "--force" "--copy")
(system* "intltoolize" "--force" "--copy" "--automake")
(system* "autoreconf" "--verbose" "--force" "--install"))))))))
;; TODO: package 'libgsystem'.
(inputs
`(("accountsservice" ,accountsservice)
("gtk+" ,gtk+)
("glib" ,glib)
("gobject-introspection" ,gobject-introspection)
("gnome-common" ,gnome-common)
("libxkbfile" ,libxkbfile)
("libxrandr" ,libxrandr)
("python-2" ,python-2)
("pulseaudio" ,pulseaudio)
("xkeyboard-config" ,xkeyboard-config)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("gettext" ,gettext-minimal)
("glib" ,glib "bin") ; glib-gettextize
("intltool" ,intltool)
("libtool" ,libtool)
("pkg-config" ,pkg-config)))
(home-page "https://github.com/linuxmint/cinnamon-desktop/")
(synopsis "Library for the Cinnamon Desktop")
(description
"The cinnamon-desktop package contains the libcinnamon-desktop library,
as well as some desktop-wide documents.")
(license (list license:gpl2+ license:lgpl2.0+
license:expat)))) ;display-name.c , edid-parse.c
+59
View File
@@ -0,0 +1,59 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages cobol)
#:use-module (gnu packages)
#:use-module (guix build-system gnu)
#:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (gnu packages databases)
#:use-module (gnu packages multiprecision)
#:use-module (gnu packages ncurses))
(define-public gnucobol
(package
(name "gnucobol")
(version "2.2")
(source
(origin
(method url-fetch)
(uri (string-append
"mirror://gnu/gnucobol/gnucobol-"
version ".tar.xz"))
(sha256
(base32
"1814s1n95xax2dz938cf4fkcp0q94nkj1gjbdblbzpk9q92zq66w"))))
(arguments
'(#:configure-flags (list (string-append "LDFLAGS=-Wl,-rpath="
(assoc-ref %outputs "out")
"/lib"))))
(inputs
`(("bdb" ,bdb)
("gmp" ,gmp)
("ncurses" ,ncurses)))
(build-system gnu-build-system)
(home-page "https://savannah.gnu.org/projects/gnucobol/")
(synopsis "A modern COBOL compiler")
(description "GnuCOBOL is a free, modern COBOL compiler. GnuCOBOL
implements a substantial part of the COBOL 85, COBOL 2002 and COBOL 2014
standards and X/Open COBOL, as well as many extensions included in other
COBOL compilers (IBM COBOL, MicroFocus COBOL, ACUCOBOL-GT and others).
GnuCOBOL translates COBOL into C and compiles the translated code using
a native C compiler.")
(license gpl3+)))
+65 -5
View File
@@ -4,6 +4,8 @@
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Andy Wingo <wingo@igalia.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -56,7 +58,11 @@
;; Needed to have cflow-mode.el installed.
(native-inputs `(("emacs" ,emacs-minimal)))
(arguments
'(#:configure-flags (list (string-append "CPPFLAGS="
"-D" "CFLOW_PREPROC=\\\""
(assoc-ref %build-inputs "gcc")
"/bin/cpp\\\""))))
(home-page "https://www.gnu.org/software/cflow/")
(synopsis "Create a graph of control flow within a program")
(description
@@ -93,14 +99,14 @@ highlighting your own code that seemed comprehensible when you wrote it.")
(define-public global ; a global variable
(package
(name "global")
(version "6.5.6")
(version "6.5.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/global/global-"
version ".tar.gz"))
(sha256
(base32
"018m536k5y6lks1a6gqn3bsp7r8zk017znqj9kva1nm8d7x9lbqj"))))
"0cnd7a7d1pl46yk15q6mnr9i9w3xi8pxgchw4ia9njgr4jjqzh6r"))))
(build-system gnu-build-system)
(inputs `(("ncurses" ,ncurses)
("libltdl" ,libltdl)
@@ -188,10 +194,64 @@ effort, time, and money it would take to develop the software, using the
COCOMO model or user-provided parameters.")
(license license:gpl2+)))
(define-public cloc
(package
(name "cloc")
(version "1.74")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/AlDanial/cloc/releases/download/" version
"/cloc-" version ".tar.gz"))
(sha256
(base32
"0rq5xfiln1wlv3yr9mg18ax4gskbss786iqaf0v45iv6awyl5b2m"))))
(build-system gnu-build-system)
(inputs
`(("coreutils" ,coreutils)
("perl" ,perl)
("perl-algorithm-diff" ,perl-algorithm-diff)
("perl-regexp-common" ,perl-regexp-common)
("perl-digest-md5" ,perl-digest-md5)))
(arguments
`(#:phases (modify-phases %standard-phases
(delete 'configure)
(delete 'build)
(replace 'install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out")))
(zero?
(system* "make" "-C" "Unix"
(string-append "prefix=" out)
(string-append "INSTALL="
(assoc-ref inputs "coreutils")
"/bin/install")
"install")))))
(add-after 'install 'wrap-program
(lambda* (#:key inputs outputs #:allow-other-keys)
(let ((out (assoc-ref outputs "out")))
(wrap-program (string-append out "/bin/cloc")
`("PERL5LIB" ":" =
,(string-split (getenv "PERL5LIB") #\:)))
#t))))
#:out-of-source? #t
;; Tests require some other packages.
#:tests? #f))
(home-page "https://github.com/AlDanial/cloc")
(synopsis "Count source lines of code (SLOC) and other source code metrics")
(description "cloc counts blank lines, comment lines, and physical lines
of source code in many programming languages. Given two versions of a code
base, cloc can compute differences in blank, comment, and source lines.
cloc contains code from David Wheeler's SLOCCount. Compared to SLOCCount,
cloc can handle a greater variety of programming languages.")
(license license:gpl2+)))
(define-public the-silver-searcher
(package
(name "the-silver-searcher")
(version "1.0.2")
(version "2.0.0")
(source (origin
(method url-fetch)
(uri (string-append
@@ -199,7 +259,7 @@ COCOMO model or user-provided parameters.")
version ".tar.gz"))
(sha256
(base32
"0v54himv65w294l0k4lhdyc6kvpgijn8b9g5356479fzy7hphjkg"))))
"04wm3r5p2mgv8mdkvysak0d5199h5y0yzl032624brfxpzmqfcq0"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))
+25 -30
View File
@@ -2,7 +2,8 @@
;;; Copyright © 2012, 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2014, 2015, 2017 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -294,7 +295,6 @@
(let ((perl (package
(inherit perl)
(name "perl-boot0")
(replacement #f)
(arguments
;; At the very least, this must not depend on GCC & co.
(let ((args `(#:disallowed-references
@@ -467,7 +467,7 @@ the bootstrap environment."
;; built just below; the only difference is that this one uses the
;; bootstrap Bash.
(package-with-bootstrap-guile
(package (inherit glibc)
(package/inherit glibc
(name "glibc-intermediate")
(arguments
`(#:guile ,%bootstrap-guile
@@ -510,14 +510,7 @@ the bootstrap environment."
(propagated-inputs `(("kernel-headers" ,(kernel-headers-boot0))))
(native-inputs
`(("texinfo" ,texinfo-boot0)
("perl" ,perl-boot0)
;; Apply this patch only on i686 to avoid a full rebuild.
;; TODO: Remove in the next update cycle.
,@(if (string-prefix? "i686" (or (%current-target-system)
(%current-system)))
`(("glibc-memchr-overflow-i686.patch"
,(search-patch "glibc-memchr-overflow-i686.patch")))
'())))
("perl" ,perl-boot0)))
(inputs
`(;; The boot inputs. That includes the bootstrap libc. We don't want
;; it in $CPATH, hence the 'pre-configure' phase above.
@@ -640,7 +633,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(define glibc-final
;; The final glibc, which embeds the statically-linked Bash built above.
(package (inherit glibc-final-with-bootstrap-bash)
(package/inherit glibc-final-with-bootstrap-bash
(name "glibc")
(inputs `(("static-bash" ,static-bash-for-glibc)
,@(alist-delete
@@ -676,7 +669,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(define binutils-final
(package-with-bootstrap-guile
(package (inherit binutils)
(package/inherit binutils
(arguments
`(#:guile ,%bootstrap-guile
#:implicit-inputs? #f
@@ -807,13 +800,14 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(define bash-final
;; Link with `-static-libgcc' to make sure we don't retain a reference
;; to the bootstrap GCC.
;; to the bootstrap GCC. Use "bash-minimal" to avoid an extra dependency
;; on Readline and ncurses.
(let ((bash (package
(inherit bash)
(inherit bash-minimal)
(arguments
`(#:disallowed-references
,(assoc-ref %boot3-inputs "coreutils&co")
,@(package-arguments bash))))))
,@(package-arguments bash-minimal))))))
(package-with-bootstrap-guile
(package-with-explicit-inputs (static-libgcc-package bash)
%boot3-inputs
@@ -829,7 +823,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
;; This package must be public because other modules refer to it. However,
;; mark it as hidden so that 'fold-packages' ignores it.
(package-with-bootstrap-guile
(package-with-explicit-inputs (hidden-package guile-2.0/fixed)
(package-with-explicit-inputs (hidden-package guile-2.2/fixed)
%boot4-inputs
(current-source-location)
#:guile %bootstrap-guile)))
@@ -850,12 +844,10 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
(define-public ld-wrapper
;; The final 'ld' wrapper, which uses the final Guile and Binutils.
(package (inherit ld-wrapper-boot3)
(name "ld-wrapper")
(inputs `(("guile" ,guile-final)
("bash" ,bash-final)
,@(fold alist-delete (package-inputs ld-wrapper-boot3)
'("guile" "bash"))))))
(make-ld-wrapper "ld-wrapper"
#:binutils binutils-final
#:guile guile-final
#:bash bash-final))
(define %boot5-inputs
;; Now with UTF-8 locales. Remember that the bootstrap binaries were built
@@ -948,7 +940,7 @@ exec ~a/bin/~a-~a -B~a/lib -Wl,-dynamic-linker -Wl,~a/~a \"$@\"~%"
the implicit inputs of 'gnu-build-system', return that one, otherwise return
PACKAGE.
The goal is to avoid duplication in cases like GUILE-FINAL vs. GUILE-2.0,
The goal is to avoid duplication in cases like GUILE-FINAL vs. GUILE-2.2,
COREUTILS-FINAL vs. COREUTILS, etc."
;; XXX: This doesn't handle dependencies of the final inputs, such as
;; libunistring, GMP, etc.
@@ -968,7 +960,7 @@ COREUTILS-FINAL vs. COREUTILS, etc."
;;; GCC toolchain.
;;;
(define (gcc-toolchain gcc)
(define (make-gcc-toolchain gcc)
"Return a complete toolchain for GCC."
(package
(name "gcc-toolchain")
@@ -1014,18 +1006,21 @@ and binaries, plus debugging symbols in the 'debug' output), and Binutils.")
("libc-debug" ,glibc-final "debug")))))
(define-public gcc-toolchain-4.8
(gcc-toolchain gcc-4.8))
(make-gcc-toolchain gcc-4.8))
(define-public gcc-toolchain-4.9
(gcc-toolchain gcc-4.9))
(make-gcc-toolchain gcc-4.9))
(define-public gcc-toolchain
(make-gcc-toolchain gcc-final))
(define-public gcc-toolchain-5
(gcc-toolchain gcc-final))
gcc-toolchain)
(define-public gcc-toolchain-6
(gcc-toolchain gcc-6))
(make-gcc-toolchain gcc-6))
(define-public gcc-toolchain-7
(gcc-toolchain gcc-7))
(make-gcc-toolchain gcc-7))
;;; commencement.scm ends here
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -29,7 +29,7 @@
(define-public conkeror
(package
(name "conkeror")
(version "1.0.3")
(version "1.1.0")
(source (origin
(method url-fetch)
(uri
@@ -38,7 +38,7 @@
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"0ybmincxw3msnrfpby9gnckbq2x94c7fra2m66zham54cjc7mav3"))))
"0jz216mjwis7f03j98s4wkcrrq2j3f41fb2y47a5qszc340zhdzv"))))
(build-system gnu-build-system)
(inputs `(("icecat" ,icecat)))
(arguments
+15 -16
View File
@@ -50,22 +50,21 @@
;; TODO: add 'ncurses.pc' to the ncurses package.
"-DBUILD_NCURSES=false")
#:phases
(alist-cons-after
'unpack 'add-freetype-to-search-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "cmake/ConkyPlatformChecks.cmake"
(("set\\(INCLUDE_SEARCH_PATH")
(string-append
"set(INCLUDE_SEARCH_PATH "
(assoc-ref inputs "freetype") "/include/freetype2 ")))
#t)
(alist-replace
'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
(mkdir-p bin)
(install-file "src/conky" bin)))
%standard-phases))))
(modify-phases %standard-phases
(add-after 'unpack 'add-freetype-to-search-path
(lambda* (#:key inputs #:allow-other-keys)
(substitute* "cmake/ConkyPlatformChecks.cmake"
(("set\\(INCLUDE_SEARCH_PATH")
(string-append
"set(INCLUDE_SEARCH_PATH "
(assoc-ref inputs "freetype") "/include/freetype2 ")))
#t))
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
(let ((bin (string-append (assoc-ref outputs "out") "/bin")))
(mkdir-p bin)
(install-file "src/conky" bin))
#t)))))
(inputs
`(("freetype" ,freetype)
("ncurses" ,ncurses)
+9 -5
View File
@@ -1,7 +1,8 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2017 Clément Lassieur <clement@lassieur.org>
;;; Copyright © 2017 Ricardo Wurmus <rekado@elephly.net>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -41,7 +42,7 @@
(define-public connman
(package
(name "connman")
(version "1.34")
(version "1.35")
(source
(origin
(method url-fetch)
@@ -49,7 +50,7 @@
name "-" version ".tar.xz"))
(sha256
(base32
"07n71wcy1c4cc01ca4dl9k1jpdqr5nsyr33dqf7k87wwfa681859"))))
"1apj5j25kj7v1bsfv3nh54aiq873nfrsjfbj85p5qm3ihfwxxmv6"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -113,6 +114,9 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
`(#:configure-flags '("--localstatedir=/var")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'set-home-directory
;; FATAL: Cannot create run dir '/homeless-shelter/.run' - errno=2
(lambda _ (setenv "HOME" "/tmp") #t))
(add-after 'install 'wrap-binary
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
@@ -145,9 +149,9 @@ sharing) to clients via USB, ethernet, WiFi, cellular and Bluetooth.")
(sha256
(base32 "16g9byxr1rkmrnzi6sjplpmkr8h6pqj7418jz30czqviw5qlkqwl"))))
(inputs
`(("qt" ,qt)))
`(("qtbase" ,qtbase)))
(native-inputs
`(("qmake" ,qt)))
`(("qttools" ,qttools)))
(build-system gnu-build-system)
(arguments
'(#:phases
+59
View File
@@ -0,0 +1,59 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Ethan R. Jones <doubleplusgood23@gmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
(define-module (gnu packages cpp)
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages autotools))
(define-public libzen
(package
(name "libzen")
(version "0.4.35")
(source (origin
(method url-fetch)
(uri (string-append "https://mediaarea.net/download/source/"
name "/" version "/"
name "_" version ".tar.bz2"))
(sha256
(base32
"12a1icgcffgv503ii2k1453kxg5hfly09mf4zjcc80aq8a6rf8by"))))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("libtool" ,libtool)))
(build-system gnu-build-system)
(arguments
'(#:phases
;; build scripts not in root of archive
(modify-phases %standard-phases
(add-after 'unpack 'pre-configure
(lambda _
(chdir "Project/GNU/Library")))
(add-after 'pre-configure 'autogen
(lambda _
(zero? (system* "sh" "autogen.sh")))))))
(home-page "https://github.com/MediaArea/ZenLib")
(synopsis "C++ utility library")
(description "ZenLib is a C++ utility library. It includes classes for handling
strings, configuration, bit streams, threading, translation, and cross-platform
operating system functions.")
(license license:zlib)))
File diff suppressed because it is too large Load Diff
+24 -17
View File
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013, 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013, 2014, 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2014, 2015 Mark H Weaver <mhw@netris.org>
;;; Copyright © 2016 Jan Nieuwenhuizen <janneke@gnu.org>
;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
@@ -40,10 +40,13 @@
cross-gcc
cross-newlib?))
(define %xgcc
(define-syntax %xgcc
;; GCC package used as the basis for cross-compilation. It doesn't have to
;; be 'gcc' and can be a specific variant such as 'gcc-4.8'.
gcc)
;;
;; Note: This is a macro so that we do not refer to 'gcc' from the top
;; level, which would lead to circular-dependency issues.
(identifier-syntax gcc))
(define %gcc-include-paths
;; Environment variables for header search paths.
@@ -100,9 +103,9 @@
binutils)
target)))
(define (cross-gcc-arguments target libc)
"Return build system arguments for a cross-gcc for TARGET, using LIBC (which
may be either a libc package or #f.)"
(define (cross-gcc-arguments target xgcc libc)
"Return build system arguments for a cross-gcc for TARGET, using XGCC as the
base compiler and using LIBC (which may be either a libc package or #f.)"
;; Set the current target system so that 'glibc-dynamic-linker' returns the
;; right name.
(parameterize ((%current-target-system target))
@@ -111,7 +114,7 @@ may be either a libc package or #f.)"
;; <http://lists.fedoraproject.org/pipermail/arm/2010-August/000663.html>
;; for instance.
(let ((args `(#:strip-binaries? #f
,@(package-arguments %xgcc))))
,@(package-arguments xgcc))))
(substitute-keyword-arguments args
((#:configure-flags flags)
`(append (list ,(string-append "--target=" target)
@@ -183,18 +186,22 @@ may be either a libc package or #f.)"
(else #f)))
(define* (cross-gcc target
#:optional (xbinutils (cross-binutils target)) libc)
#:key
(xgcc %xgcc)
(xbinutils (cross-binutils target))
(libc #f))
"Return a cross-compiler for TARGET, where TARGET is a GNU triplet. Use
XBINUTILS as the associated cross-Binutils. If LIBC is false, then build a
GCC that does not target a libc; otherwise, target that libc."
(package (inherit %xgcc)
XGCC as the base compiler. Use XBINUTILS as the associated cross-Binutils.
If LIBC is false, then build a GCC that does not target a libc; otherwise,
target that libc."
(package (inherit xgcc)
(name (string-append "gcc-cross-"
(if libc "" "sans-libc-")
target))
(source (origin (inherit (package-source %xgcc))
(source (origin (inherit (package-source xgcc))
(patches
(append
(origin-patches (package-source %xgcc))
(origin-patches (package-source xgcc))
(cons (search-patch "gcc-cross-environment-variables.patch")
(cross-gcc-patches target))))
(modules '((guix build utils)))
@@ -216,7 +223,7 @@ GCC that does not target a libc; otherwise, target that libc."
(srfi srfi-26)
(ice-9 regex))
,@(cross-gcc-arguments target libc)))
,@(cross-gcc-arguments target xgcc libc)))
(native-inputs
`(("ld-wrapper-cross" ,(make-ld-wrapper
@@ -230,7 +237,7 @@ GCC that does not target a libc; otherwise, target that libc."
("libc-native" ,@(assoc-ref (%final-inputs) "libc"))
;; Remaining inputs.
,@(let ((inputs (append (package-inputs %xgcc)
,@(let ((inputs (append (package-inputs xgcc)
(alist-delete "libc" (%final-inputs)))))
(cond
((target-mingw? target)
@@ -490,8 +497,8 @@ XBINUTILS and the cross tool chain."
;; (define-public xgcc-armhf
;; (let ((triplet "arm-linux-gnueabihf"))
;; (cross-gcc triplet
;; (cross-binutils triplet)
;; (cross-libc triplet))))
;; #:xbinutils (cross-binutils triplet)
;; #:libc (cross-libc triplet))))
;;
;;; We don't do that here because we'd be referring to bindings from (gnu
;;; packages gcc) from the top level, which doesn't play well with circular
+208 -17
View File
@@ -1,11 +1,12 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 David Thompson <davet@gnu.org>
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2017 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2016 Lukas Gradl <lgradl@openmailbox>
;;; Copyright © 2016 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2016 ng0 <ng0@we.make.ritual.n0.is>
;;; Copyright © 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017 ng0 <ng0@infotropique.org>
;;; Copyright © 2016, 2017 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2017 Pierre Langlois <pierre.langlois@gmx.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -29,16 +30,19 @@
#:use-module (gnu packages attr)
#:use-module (gnu packages autotools)
#:use-module (gnu packages boost)
#:use-module (gnu packages compression)
#:use-module (gnu packages cryptsetup)
#:use-module (gnu packages gettext)
#:use-module (gnu packages gnupg)
#:use-module (gnu packages image)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages libbsd)
#:use-module (gnu packages libffi)
#:use-module (gnu packages linux)
#:use-module (gnu packages nettle)
#:use-module (gnu packages password-utils)
#:use-module (gnu packages perl)
#:use-module (gnu packages perl-check)
#:use-module (gnu packages readline)
#:use-module (gnu packages search)
#:use-module (gnu packages serialization)
@@ -51,35 +55,67 @@
#:use-module (guix download)
#:use-module (guix git-download)
#:use-module (guix build-system cmake)
#:use-module (guix build-system gnu))
#:use-module (guix build-system gnu)
#:use-module (guix build-system perl))
(define-public libsodium
(package
(name "libsodium")
(version "1.0.12")
(version "1.0.15")
(source (origin
(method url-fetch)
(uri (list (string-append
"http://download.libsodium.org/libsodium/"
"https://download.libsodium.org/libsodium/"
"releases/libsodium-" version ".tar.gz")
(string-append
"https://download.libsodium.org/libsodium/"
"releases/old/libsodium-" version ".tar.gz")))
(sha256
(base32
"159givfh5jgli3cifxgssivkklfyfq6lzyjgrx8h4jx5ncdqyr5q"))))
"1x3qw7lsz44vcxpcn1dvwig410phg6gmv31jwj94arrgka3rwspv"))))
(build-system gnu-build-system)
(synopsis "Portable NaCl-based crypto library")
(description
"Sodium is a new easy-to-use high-speed software library for network
communication, encryption, decryption, signatures, etc.")
(license license:isc)
(home-page "http://libsodium.org")))
(home-page "https://libsodium.org")))
(define-public libmd
(package
(name "libmd")
(version "0.0.0")
(source (origin
(method url-fetch)
(uri (string-append
"https://archive.hadrons.org/software/libmd/libmd-"
version
".tar.xz"))
(sha256
(base32
"121s73pgbqsnmy6xblbrkj9y44c5zzzpf2hcmh6zvcvg4dk26gzx"))))
(build-system gnu-build-system)
(synopsis "Message Digest functions from BSD systems")
(description
"The currently provided message digest algorithms are:
@itemize
@item MD2
@item MD4
@item MD5
@item RIPEMD-160
@item SHA-1
@item SHA-2 (SHA-256, SHA-384 and SHA-512)
@end itemize")
(license (list license:bsd-3
license:bsd-2
license:isc
license:public-domain))
(home-page "https://www.hadrons.org/software/libmd/")))
(define-public signify
(package
(name "signify")
(version "20")
(version "23")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/aperezdc/signify/"
@@ -87,7 +123,7 @@ communication, encryption, decryption, signatures, etc.")
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"08my2kbbjdal9z6c1fykgr9zpixh694fw42lyiaci01a7i50zp4r"))))
"0c70mzawgahsvmsv4xdrass4pgyynd67ipd9lij0fgi8wkq0ns8w"))))
(build-system gnu-build-system)
;; TODO Build with libwaive (described in README.md), to implement something
;; like OpenBSD's pledge().
@@ -159,7 +195,7 @@ OpenBSD tool of the same name.")
(arguments
`(#:configure-flags '("--disable-tools" "--disable-python")
#:phases (modify-phases %standard-phases
(add-before 'configure 'autoconf
(add-after 'unpack 'autoconf
(lambda _
(zero? (system* "autoreconf" "-vfi")))))))
(home-page "https://github.com/savoirfairelinux/opendht/")
@@ -314,18 +350,18 @@ no man page, refer to the home page for usage details.")
(define-public tomb
(package
(name "tomb")
(version "2.3")
(version "2.4")
(source (origin
(method url-fetch)
(uri (string-append "https://files.dyne.org/tomb/"
"Tomb-" version ".tar.gz"))
(sha256
(base32
"1j90ab8x4cf10167yw4cs4frz694gb0qwkhgqiz1ly7mnr8ysmby"))))
"1hv1w79as7swqj0n137vz8n8mwvcgwlvd91sdyssz41jarg7f1vr"))))
(build-system gnu-build-system)
(native-inputs `(("sudo" ,sudo))) ;presence needed for 'check' phase
(inputs
`(("zsh" ,zsh)
("sudo" ,sudo)
("gnupg" ,gnupg)
("cryptsetup" ,cryptsetup)
("e2fsprogs" ,e2fsprogs) ;for mkfs.ext4
@@ -333,8 +369,7 @@ no man page, refer to the home page for usage details.")
("mlocate" ,mlocate)
("pinentry" ,pinentry)
("qrencode" ,qrencode)
("steghide" ,steghide)
("swish-e" ,swish-e)))
("steghide" ,steghide)))
(arguments
`(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out")))
;; TODO: Build and install gtk and qt trays
@@ -357,7 +392,7 @@ no man page, refer to the home page for usage details.")
(error "program not found:" program)))
'("seq" "mkfs.ext4" "pinentry" "sudo"
"gpg" "cryptsetup" "gettext"
"qrencode" "steghide" "swish-e")))))
"qrencode" "steghide")))))
#t)))
(delete 'check)
(add-after 'wrap 'check
@@ -414,3 +449,159 @@ utility as a demonstration of the @code{scrypt} key derivation function.
@code{Scrypt} is designed to be far more resistant against hardware brute-force
attacks than alternative functions such as @code{PBKDF2} or @code{bcrypt}.")
(license license:bsd-2)))
(define-public perl-math-random-isaac-xs
(package
(name "perl-math-random-isaac-xs")
(version "1.004")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/J/JA/JAWNSY/"
"Math-Random-ISAAC-XS-" version ".tar.gz"))
(sha256
(base32
"0yxqqcqvj51fn7b7j5xqhz65v74arzgainn66c6k7inijbmr1xws"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build" ,perl-module-build)
("perl-test-nowarnings" ,perl-test-nowarnings)))
(home-page "http://search.cpan.org/dist/Math-Random-ISAAC-XS")
(synopsis "C implementation of the ISAAC PRNG algorithm")
(description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a
fast pseudo-random number generator. It is suitable for applications where a
significant amount of random data needs to be produced quickly, such as
solving using the Monte Carlo method or for games. The results are uniformly
distributed, unbiased, and unpredictable unless you know the seed.
This package implements the same interface as @code{Math::Random::ISAAC}.")
(license license:public-domain)))
(define-public perl-math-random-isaac
(package
(name "perl-math-random-isaac")
(version "1.004")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/J/JA/JAWNSY/"
"Math-Random-ISAAC-" version ".tar.gz"))
(sha256
(base32
"0z1b3xbb3xz71h25fg6jgsccra7migq7s0vawx2rfzi0pwpz0wr7"))))
(build-system perl-build-system)
(native-inputs
`(("perl-test-nowarnings" ,perl-test-nowarnings)))
(propagated-inputs
`(("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs)))
(home-page "http://search.cpan.org/dist/Math-Random-ISAAC")
(synopsis "Perl interface to the ISAAC PRNG algorithm")
(description "ISAAC (Indirection, Shift, Accumulate, Add, and Count) is a
fast pseudo-random number generator. It is suitable for applications where a
significant amount of random data needs to be produced quickly, such as
solving using the Monte Carlo method or for games. The results are uniformly
distributed, unbiased, and unpredictable unless you know the seed.
This package provides a Perl interface to the ISAAC pseudo random number
generator.")
(license license:public-domain)))
(define-public perl-crypt-random-source
(package
(name "perl-crypt-random-source")
(version "0.12")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/E/ET/ETHER/"
"Crypt-Random-Source-" version ".tar.gz"))
(sha256
(base32
"00mw5m52sbz9nqp3f6axyrgcrihqxn7k8gv0vi1kvm1j1nc9g29h"))))
(build-system perl-build-system)
(native-inputs
`(("perl-module-build-tiny" ,perl-module-build-tiny)
("perl-test-exception" ,perl-test-exception)))
(propagated-inputs
`(("perl-capture-tiny" ,perl-capture-tiny)
("perl-module-find" ,perl-module-find)
("perl-module-runtime" ,perl-module-runtime)
("perl-moo" ,perl-moo)
("perl-namespace-clean" ,perl-namespace-clean)
("perl-sub-exporter" ,perl-sub-exporter)
("perl-type-tiny" ,perl-type-tiny)))
(home-page "http://search.cpan.org/dist/Crypt-Random-Source")
(synopsis "Get weak or strong random data from pluggable sources")
(description "This module provides implementations for a number of
byte-oriented sources of random data.")
(license license:perl-license)))
(define-public perl-math-random-secure
(package
(name "perl-math-random-secure")
(version "0.080001")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://cpan/authors/id/F/FR/FREW/"
"Math-Random-Secure-" version ".tar.gz"))
(sha256
(base32
"0dgbf4ncll4kmgkyb9fsaxn0vf2smc9dmwqzgh3259zc2zla995z"))))
(build-system perl-build-system)
(native-inputs
`(("perl-list-moreutils" ,perl-list-moreutils)
("perl-test-leaktrace" ,perl-test-leaktrace)
("perl-test-sharedfork" ,perl-test-sharedfork)
("perl-test-warn" ,perl-test-warn)))
(inputs
`(("perl-crypt-random-source" ,perl-crypt-random-source)
("perl-math-random-isaac" ,perl-math-random-isaac)
("perl-math-random-isaac-xs" ,perl-math-random-isaac-xs)
("perl-moo" ,perl-moo)))
(home-page "http://search.cpan.org/dist/Math-Random-Secure")
(synopsis "Cryptographically secure replacement for rand()")
(description "This module is intended to provide a
cryptographically-secure replacement for Perl's built-in @code{rand} function.
\"Crytographically secure\", in this case, means:
@enumerate
@item No matter how many numbers you see generated by the random number
generator, you cannot guess the future numbers, and you cannot guess the seed.
@item There are so many possible seeds that it would take decades, centuries,
or millenia for an attacker to try them all.
@item The seed comes from a source that generates relatively strong random
data on your platform, so the seed itself will be as random as possible.
@end enumerate\n")
(license license:artistic2.0)))
(define-public crypto++
(package
(name "crypto++")
(version "5.6.5")
(source (origin
(method url-fetch/zipbomb)
(uri (string-append "https://cryptopp.com/cryptopp"
(string-join (string-split version #\.) "")
".zip"))
(sha256
(base32
"0d1cqdz369ivi082k59025wvxzywvkizw7i0pf5h0a1izs3g8pm7"))
(patches
(search-patches "crypto++-fix-dos-in-asn.1-decoders.patch"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out")))
#:phases
(modify-phases %standard-phases
(delete 'configure))))
(native-inputs
`(("unzip" ,unzip)))
(home-page "https://cryptopp.com/")
(synopsis "C++ class library of cryptographic schemes")
(description "Crypto++ is a C++ class library of cryptographic schemes.")
;; The compilation is distributed under the Boost license; the individual
;; files in the compilation are in the public domain.
(license (list license:boost1.0 license:public-domain))))
+206 -24
View File
@@ -1,7 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015, 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2015, 2016, 2017 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2015, 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Danny Milosavljevic <dannym@scratchpost.org>
;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Mark H Weaver <mhw@netris.org>
@@ -27,10 +27,14 @@
#:use-module (guix download)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages algebra)
#:use-module (gnu packages autotools)
#:use-module (gnu packages avahi)
#:use-module (gnu packages compression)
#:use-module (gnu packages groff)
#:use-module (gnu packages libusb)
#:use-module (gnu packages autotools)
#:use-module (gnu packages perl)
#:use-module (gnu packages pretty-print)
#:use-module (gnu packages python)
#:use-module (gnu packages scanner)
#:use-module (gnu packages image)
@@ -42,26 +46,18 @@
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages tls))
;; Delay to avoid module circularity problems.
(define ghostscript/cups
(delay
(package/inherit ghostscript
(name "ghostscript-with-cups")
(inputs `(("cups" ,cups-minimal)
,@(package-inputs ghostscript))))))
(define-public cups-filters
(package
(name "cups-filters")
(version "1.13.1")
(version "1.17.7")
(source(origin
(method url-fetch)
(uri
(string-append "http://openprinting.org/download/cups-filters/"
(string-append "https://openprinting.org/download/cups-filters/"
"cups-filters-" version ".tar.xz"))
(sha256
(base32
"0s7hylp2lcvc1vrqpywpv7lspkrh4xf7cyi4nbg10cf38rshj474"))
"1mg397kgfx0rs9j852f8ppmvaz2al5l75ildbgiqg6j3gwq5jssw"))
(modules '((guix build utils)))
(snippet
;; install backends, banners and filters to cups-filters output
@@ -89,6 +85,13 @@
#:configure-flags
`("--disable-driverless" ; TODO: enable this
"--disable-mutool" ; depends on yet another PDF library (mupdf)
;; Look for the "domain socket of CUPS" in /var/run/cups.
"--localstatedir=/var"
;; Free software for the win.
"--with-acroread-path=evince"
,(string-append "--with-test-font-path="
(assoc-ref %build-inputs "font-dejavu")
"/share/fonts/truetype/DejaVuSans.ttf")
@@ -99,7 +102,34 @@
(assoc-ref %build-inputs "bash")
"/bin/bash")
,(string-append "--with-rcdir="
(assoc-ref %outputs "out") "/etc/rc.d"))))
(assoc-ref %outputs "out") "/etc/rc.d"))
#:phases (modify-phases %standard-phases
(add-after 'unpack 'patch-foomatic-hardcoded-file-names
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Foomatic has hardcoded file names we need to fix.
(let ((out (assoc-ref outputs "out"))
(gs (assoc-ref inputs "ghostscript")))
(substitute* "filter/foomatic-rip/foomaticrip.c"
(("/usr/local/lib/cups/filter")
(string-append out "/lib/cups/filter")))
#t)))
(add-after 'install 'wrap-filters
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Some filters expect to find 'gs' in $PATH. We cannot
;; just hard-code its absolute file name in the source
;; because foomatic-rip, for example, has tests like
;; 'startswith(cmd, "gs")'.
(let ((out (assoc-ref outputs "out"))
(ghostscript (assoc-ref inputs "ghostscript")))
(for-each (lambda (file)
(wrap-program file
`("PATH" ":" prefix
(,(string-append ghostscript
"/bin")))))
(find-files (string-append
out "/lib/cups/filter")))
#t))))))
(native-inputs
`(("glib" ,glib "bin") ; for gdbus-codegen
("pkg-config" ,pkg-config)))
@@ -108,7 +138,7 @@
("fontconfig" ,fontconfig)
("freetype" ,freetype)
("font-dejavu" ,font-dejavu) ; also needed by test suite
("ghostscript" ,(force ghostscript/cups))
("ghostscript" ,ghostscript/cups)
("ijs" ,ijs)
("dbus" ,dbus)
("lcms" ,lcms)
@@ -141,7 +171,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
(define-public cups-minimal
(package
(name "cups-minimal")
(version "2.2.1")
(version "2.2.4")
(source
(origin
(method url-fetch)
@@ -149,7 +179,7 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
version "/cups-" version "-source.tar.gz"))
(sha256
(base32
"1m8rwhbk0l8n19iwm51r2569jj15d0x6mpqhfig0bk3pm4577f43"))))
"1k4qxafmapq6hzbkh273fdyzkj9alw6ppwz5k933bhsi4svlsvar"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
@@ -188,13 +218,13 @@ filters for the PDF-centric printing workflow introduced by OpenPrinting.")
(home-page "https://www.cups.org")
(synopsis "The Common Unix Printing System")
(description
"CUPS is a printing system that uses the Internet Printing
Protocol (IPP). It provides System V and BSD command-line interfaces, as well
"CUPS is a printing system that uses the Internet Printing Protocol
(@dfn{IPP}). It provides System V and BSD command-line interfaces, as well
as a Web interface and a C programming interface to manage printers and print
jobs. It supports printing to both local (parallel, serial, USB) and
networked printers, and printers can be shared from one computer to another.
Internally, CUPS uses PostScript Printer Description (PPD) files to describe
printer capabilities and features and a wide variety of generic and
Internally, CUPS uses PostScript Printer Description (@dfn{PPD}) files to
describe printer capabilities and features, and a wide variety of generic and
device-specific programs to convert and print many types of files.")
(license license:gpl2)))
@@ -339,14 +369,14 @@ device-specific programs to convert and print many types of files.")
(define-public hplip
(package
(name "hplip")
(version "3.16.11")
(version "3.17.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/hplip/hplip/" version
"/hplip-" version ".tar.gz"))
(sha256
(base32
"094vkyr0rjng72m13dgr824cdl7q20x23qjxzih4w7l9njn0rqpn"))))
"0v27hg856b5z2rilczcbfgz8ksxn0n810g1glac3mxkj8qbl8wqg"))))
(build-system gnu-build-system)
(home-page "http://hplipopensource.com/")
(synopsis "HP Printer Drivers")
@@ -445,3 +475,155 @@ device-specific programs to convert and print many types of files.")
;; TODO: Make hp-setup find python-dbus.
("python-dbus" ,python-dbus)))
(native-inputs `(("pkg-config" ,pkg-config)))))
(define-public foomatic-filters
(package
(name "foomatic-filters")
(version "4.0.12")
(source (origin
(method url-fetch)
(uri (string-append
"http://www.openprinting.org/download/foomatic/"
name "-" version ".tar.gz"))
(sha256
(base32
"17w26r15094j4fqifa7f7i7jad4gsy9zdlq69kffrykcw31qx3q8"))
(patches
(search-patches "foomatic-filters-CVE-2015-8327.patch"
"foomatic-filters-CVE-2015-8560.patch"))))
(build-system gnu-build-system)
(home-page
"https://wiki.linuxfoundation.org/openprinting/database/foomatic")
(native-inputs
`(("perl" ,perl)
("pkg-config" ,pkg-config)))
(inputs
`(("dbus" ,dbus)
("a2ps" ,a2ps)))
(arguments
'( ;; Specify the installation directories.
#:configure-flags (list (string-append "ac_cv_path_CUPS_BACKENDS="
(assoc-ref %outputs "out")
"/lib/cups/backend")
(string-append "ac_cv_path_CUPS_FILTERS="
(assoc-ref %outputs "out")
"/lib/cups/filter")
(string-append "ac_cv_path_PPR_INTERFACES="
(assoc-ref %outputs "out")
"/lib/ppr/interfaces")
(string-append "ac_cv_path_PPR_LIB="
(assoc-ref %outputs "out")
"/lib/ppr/lib")
;; For some reason these are misdiagnosed.
"ac_cv_func_malloc_0_nonnull=yes"
"ac_cv_func_realloc_0_nonnull=yes")
#:test-target "tests"))
(synopsis "Convert PostScript to the printer's native format")
(description
"This package contains filter scripts used by the printer spoolers to
convert the incoming PostScript data into the printer's native format using a
printer/driver specific, but spooler-independent PPD file.")
(license license:gpl2+)))
(define-public foo2zjs
(package
;; The tarball is called "foo2zjs", but the web page talks about
;; "foo2xqx". Go figure!
(name "foo2zjs")
(version "201709")
(source (origin
(method url-fetch)
;; XXX: This is an unversioned URL!
(uri "http://foo2zjs.rkkda.com/foo2zjs.tar.gz")
(sha256
(base32
"0amjj3jr6s6h7crzxyx11v31sj0blz7k5c2vycz4gn8cxlmk3c7w"))))
(build-system gnu-build-system)
(arguments
'(#:phases (modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
(substitute* (find-files "." "^Makefile$")
;; Set the installation directory.
(("^PREFIX[[:blank:]]*=.*$")
(string-append "PREFIX = "
(assoc-ref outputs "out")
"\n"))
(("^UDEVBIN[[:blank:]]*=.*$")
"UDEVBIN = $(PREFIX)/bin\n")
;; Don't try to chown/chgrp the installed files.
(("-oroot")
"")
(("-glp")
"")
;; Placate the dependency checks.
(("/usr/include/stdio.h")
"/etc/passwd")
(("/usr/")
"$(PREFIX)/")
;; Ensure fixed timestamps in man pages.
(("^MODTIME[[:blank:]]*=.*$")
"MODTIME = echo Thu Jan 01 01:00:00 1970\n"))
#t))
(add-after 'install 'remove-pdf
(lambda* (#:key outputs #:allow-other-keys)
;; Remove 'manual.pdf' which is (1) useless (it's a
;; concatenation of man pages), and (2) not
;; bit-reproducible due to <https://bugs.gnu.org/27593>.
(let ((out (assoc-ref outputs "out")))
(for-each delete-file
(find-files out "^manual\\.pdf$"))
#t))))
#:parallel-build? #f ;broken makefile
#:tests? #f ;no tests
#:make-flags '("CC=gcc")))
(inputs
`(("ghostscript" ,ghostscript)
("foomatic-filters" ,foomatic-filters))) ;for 'foomatic-rip'
(native-inputs
`(("bc" ,bc)
("groff" ,groff)))
(home-page "http://foo2xqx.rkkda.com/")
(synopsis "Printer driver for XQX stream protocol")
(description
"This package provides a printer driver notably for the ZJS and XQX
protocols, which cover printers made by Konica, HP (LaserJet), Oki, Samsung,
and more. See @file{README} for details.")
(license license:gpl2+)))
(define-public escpr
(package
(name "escpr")
(version "1.6.17")
;; XXX: This currently works. But it will break as soon as a newer
;; version is available since the URLs for older versions are not
;; preserved. An alternative source will be added as soon as
;; available.
(source (origin
(method url-fetch)
;; The uri has to be chopped up in order to satisfy guix lint.
(uri (string-append "https://download3.ebz.epson.net/dsc/f/03/00/06/66/09/"
"4ac2bf69bb1ddf4a9ad525596615cbb40fe4dad5/"
"epson-inkjet-printer-escpr-1.6.17-1lsb3.2.tar.gz"))
(sha256
(base32
"0m6v1wdavw4r25jfywqchsx0v9ss1l5fr8vq9d0d8cmjnz8mqblv"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
`(,(string-append "--prefix="
(assoc-ref %outputs "out"))
,(string-append "--with-cupsfilterdir="
(assoc-ref %outputs "out") "/lib/cups/filter")
,(string-append "--with-cupsppddir="
(assoc-ref %outputs "out") "/share/ppd"))))
(inputs `(("cups" ,cups-minimal)))
(synopsis "ESC/P-R printer driver")
(description
"This package provides a filter for the Common UNIX Printing
System (CUPS). It offers high-quality printing with Seiko Epson color ink jet
printers. It can only be used with printers that support the Epson ESC/P-R
language.")
(home-page "http://download.ebz.epson.net/dsc/search/01/search")
(license license:gpl2+)))
+10 -8
View File
@@ -4,6 +4,7 @@
;;; Copyright © 2015 Tomáš Čech <sleep_walker@suse.cz>
;;; Copyright © 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016, 2017 Leo Famulari <leo@famulari.name>
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -24,6 +25,7 @@
#:use-module ((guix licenses) #:prefix license:)
#:use-module (guix packages)
#:use-module (guix download)
#:use-module (guix utils)
#:use-module (guix build-system gnu)
#:use-module (gnu packages)
#:use-module (gnu packages compression)
@@ -40,15 +42,15 @@
(define-public curl
(package
(name "curl")
(replacement curl-7.54.0)
(version "7.53.0")
(version "7.55.1")
(replacement curl-7.57.0)
(source (origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.lzma"))
version ".tar.xz"))
(sha256
(base32
"1k0i31xygb804c61llhin5wbpcscg4gfqmbxcfkpdr1alwh7igrq"))))
"1dvbcwcar3dv488h9378hy145ma3ws2fwpbr6mgszd7chipcmbry"))))
(build-system gnu-build-system)
(outputs '("out"
"doc")) ;1.2 MiB of man3 pages
@@ -121,15 +123,15 @@ tunneling, and so on.")
"See COPYING in the distribution."))
(home-page "https://curl.haxx.se/")))
(define curl-7.54.0
(define-public curl-7.57.0
(package
(inherit curl)
(version "7.54.0")
(version "7.57.0")
(source
(origin
(method url-fetch)
(uri (string-append "https://curl.haxx.se/download/curl-"
version ".tar.lzma"))
version ".tar.xz"))
(sha256
(base32
"02h7qhl8ynp75g1vcaw18ks0gp7nahvvkqck19pb1q0kkw1scsnd"))))))
"0y3qbjjcxhcvm1yawp3spfssjbskv0g6gyzld6ckif5pf8ygvxpm"))))))
+1 -1
View File
@@ -65,4 +65,4 @@ library makes supporting various SASL mechanisms easy for both client and
server writers.")
(license (license:non-copyleft "file://COPYING"
"See COPYING in the distribution."))
(home-page "http://cyrusimap.web.cmu.edu")))
(home-page "https://cyrusimap.org/sasl/")))
+1114 -96
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -28,7 +28,7 @@
(define-public datamash
(package
(name "datamash")
(version "1.1.1")
(version "1.2")
(source
(origin
(method url-fetch)
@@ -36,7 +36,7 @@
version ".tar.gz"))
(sha256
(base32
"06w0pc828qsabmrlh7bc2zwc823xzxy89paaf37f6bipsyrij222"))))
"15jrv3ly0vgvwwi2qjmhi39n7wrklwifdk961wwfaxyc5jr6zm78"))))
(native-inputs
`(("which" ,which) ;for tests
("perl" ,perl))) ;for help2man
+2 -2
View File
@@ -97,14 +97,14 @@ in between these sequences may be different in both content and length.")
(define-public liburcu
(package
(name "liburcu")
(version "0.9.3")
(version "0.10.0")
(source (origin
(method url-fetch)
(uri (string-append "https://www.lttng.org/files/urcu/"
"userspace-rcu-" version ".tar.bz2"))
(sha256
(base32
"01j0xp3f0w147yfyzybkjvb7i67i7prsvnkssgvgwry9lvk35khv"))))
"141imnd1s4bcd4wz0wk7sp3fj649kp8whp82gw49h48mlmxqmdbw"))))
(build-system gnu-build-system)
(native-inputs
`(("perl" ,perl))) ; for tests
+7 -4
View File
@@ -22,7 +22,9 @@
#:use-module (guix licenses)
#:use-module (guix packages)
#:use-module (gnu packages)
#:use-module (gnu packages python))
#:use-module (gnu packages check)
#:use-module (gnu packages python)
#:use-module (gnu packages python-web))
(define-public radicale
(package
@@ -55,13 +57,13 @@ clients.")
(define-public vdirsyncer
(package
(name "vdirsyncer")
(version "0.15.0")
(version "0.16.3")
(source (origin
(method url-fetch)
(uri (pypi-uri name version))
(sha256
(base32
"08aa5yxcj7ziz2r0hz4p554q8hgpfl2bh8r6r85f4g24mg6arxsj"))))
"0dpwbfi97ksijqng191659m8k0v215y8ld95w8gb126m4m96qpzw"))))
(build-system python-build-system)
(arguments
`(#:phases (modify-phases %standard-phases
@@ -89,6 +91,7 @@ clients.")
("python-pytest" ,python-pytest)
("python-pytest-localserver" ,python-pytest-localserver)
("python-pytest-subtesthack" ,python-pytest-subtesthack)
("python-urllib3" ,python-urllib3)
("python-wsgi-intercept" ,python-wsgi-intercept)
("radicale" ,radicale)))
(propagated-inputs
@@ -104,4 +107,4 @@ synchronize a CalDAV or CardDAV server with a local folder or file. The
local data can then be accessed via a variety of programs, none of which
have to know or worry about syncing to a server.")
(home-page "https://github.com/untitaker/vdirsyncer")
(license expat)))
(license bsd-3)))
+79 -56
View File
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2014, 2015, 2016, 2017 Eric Bavier <bavier@member.fsf.org>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -32,7 +33,7 @@
#:use-module (gnu packages llvm)
#:use-module (gnu packages perl)
#:use-module (gnu packages pretty-print)
#:use-module (gnu packages qemu)
#:use-module (gnu packages virtualization)
#:use-module (ice-9 match)
#:use-module (srfi srfi-1))
@@ -57,23 +58,24 @@
`(("perl" ,perl)))
(arguments
`(#:phases
(alist-replace
'install
(lambda* (#:key outputs #:allow-other-keys)
;; Makefile contains no install target
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))
(doc (string-append out "/share/doc/delta-" ,version)))
(begin
(mkdir-p bin)
(mkdir-p doc)
(for-each (lambda (h)
(install-file h doc))
`("License.txt" ,@(find-files "www" ".*\\.html")))
(for-each (lambda (b)
(install-file b bin))
`("delta" "multidelta" "topformflat")))))
(alist-delete 'configure %standard-phases))))
(modify-phases %standard-phases
(replace 'install
(lambda* (#:key outputs #:allow-other-keys)
;; Makefile contains no install target
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin"))
(doc (string-append out "/share/doc/delta-" ,version)))
(begin
(mkdir-p bin)
(mkdir-p doc)
(for-each (lambda (h)
(install-file h doc))
`("License.txt" ,@(find-files "www" ".*\\.html")))
(for-each (lambda (b)
(install-file b bin))
`("delta" "multidelta" "topformflat"))))
#t))
(delete 'configure))))
(home-page "http://delta.tigris.org/")
(synopsis "Heuristical file minimizer")
(description
@@ -113,23 +115,24 @@ program to exhibit a bug.")
("sys-cpu" ,perl-sys-cpu)
("term-readkey" ,perl-term-readkey)))
(arguments
`(#:phases (alist-cons-after
'install 'set-load-paths
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Tell creduce where to find the perl modules it needs.
(let* ((out (assoc-ref outputs "out"))
(prog (string-append out "/bin/creduce")))
(wrap-program
prog
`("PERL5LIB" ":" prefix
,(map (lambda (p)
(string-append (assoc-ref inputs p)
"/lib/perl5/site_perl/"
,(package-version perl)))
'("term-readkey" "exporter-lite"
"file-which" "getopt-tabular"
"regex-common" "sys-cpu"))))))
%standard-phases)))
`(#:phases
(modify-phases %standard-phases
(add-after 'install 'set-load-paths
(lambda* (#:key inputs outputs #:allow-other-keys)
;; Tell creduce where to find the perl modules it needs.
(let* ((out (assoc-ref outputs "out"))
(prog (string-append out "/bin/creduce")))
(wrap-program
prog
`("PERL5LIB" ":" prefix
,(map (lambda (p)
(string-append (assoc-ref inputs p)
"/lib/perl5/site_perl/"
,(package-version perl)))
'("term-readkey" "exporter-lite"
"file-which" "getopt-tabular"
"regex-common" "sys-cpu")))))
#t)))))
(home-page "http://embed.cs.utah.edu/creduce")
(synopsis "Reducer for interesting code")
(description
@@ -166,12 +169,15 @@ tools that process C/C++ code.")
(%current-system))
("x86_64-linux" "x86_64")
("i686-linux" "i386")
("aarch64-linux" "aarch64")
("armhf-linux" "arm")
("mips64el-linux" "mips64el")
;; Prevent errors when querying this package on unsupported
;; platforms, e.g. when running "guix package --search="
(_ "UNSUPPORTED"))))
(package
(name "american-fuzzy-lop")
(version "2.15b") ;It seems all releases have the 'b' suffix
(version "2.49b") ;It seems all releases have the 'b' suffix
(source
(origin
(method url-fetch)
@@ -179,7 +185,7 @@ tools that process C/C++ code.")
"afl-" version ".tgz"))
(sha256
(base32
"04n2jfkchpz6a07w694b0im1vcmc3220ryqcaasa7vix7784wzs2"))))
"1lc8mpwlbyb1iil9961yfysp8l2l4nw0s07781m1haiz4jq2rigp"))))
(build-system gnu-build-system)
(inputs
`(("custom-qemu"
@@ -234,6 +240,20 @@ tools that process C/C++ code.")
"CC=gcc")
#:phases (modify-phases %standard-phases
(delete 'configure)
,@(if (string=? (%current-system) (or "x86_64-linux"
"i686-linux"))
'()
'((add-before 'build 'set-afl-flag
(lambda _ (setenv "AFL_NO_X86" "1") #t))
(add-after 'install 'remove-x86-programs
(lambda* (#:key outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(bin (string-append out "/bin/")))
(delete-file (string-append bin "afl-gcc"))
(delete-file (string-append bin "afl-g++"))
(delete-file (string-append bin "afl-clang"))
(delete-file (string-append bin "afl-clang++")))
#t))))
(add-after
;; TODO: Build and install the afl-llvm tool.
'install 'install-qemu
@@ -243,10 +263,7 @@ tools that process C/C++ code.")
(symlink (string-append qemu "/bin/qemu-" ,machine)
(string-append out "/bin/afl-qemu-trace"))
#t)))
(delete 'check))))
(supported-systems (fold delete
%supported-systems
'("armhf-linux" "mips64el-linux")))
(delete 'check)))) ; Tests are run during 'install phase.
(home-page "http://lcamtuf.coredump.cx/afl")
(synopsis "Security-oriented fuzzer")
(description
@@ -287,20 +304,26 @@ down the road.")
;; not accept a directory name instead. To let the gnu-build-system's
;; patch-* phases work properly, we unpack the source first, then
;; repack before the configure phase.
`(#:configure-flags '("--with-make-tar=./make.tar.xz")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'unpack-make
(lambda* (#:key inputs #:allow-other-keys)
(zero? (system* "tar" "xf" (assoc-ref inputs "make-source")))))
(add-before 'configure 'repack-make
(lambda _
(zero? (system* "tar" "cJf" "./make.tar.xz"
(string-append "make-"
,(package-version gnu-make))))))
(add-before 'configure 'bootstrap
(lambda _
(zero? (system* "autoreconf" "-vfi")))))))
(let ((make-dir (string-append "make-" (package-version gnu-make))))
`(#:configure-flags '("--with-make-tar=./make.tar.xz")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'unpack-make
(lambda* (#:key inputs #:allow-other-keys)
(zero? (system* "tar" "xf" (assoc-ref inputs "make-source")))))
(add-after 'unpack-make 'set-default-shell
(lambda _
;; Taken mostly directly from (@ (gnu packages base) gnu-make)
(substitute* (string-append ,make-dir "/job.c")
(("default_shell = .*$")
(format #f "default_shell = \"~a\";\n"
(which "sh"))))))
(add-before 'configure 'repack-make
(lambda _
(zero? (system* "tar" "cJf" "./make.tar.xz" ,make-dir))))
(add-after 'unpack 'bootstrap
(lambda _
(zero? (system* "autoreconf" "-vfi"))))))))
(home-page "https://github.com/losalamos/stress-make")
(synopsis "Expose race conditions in Makefiles")
(description
+3 -3
View File
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flasher.co.il>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flasher.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -27,7 +27,7 @@
(define-public dejagnu
(package
(name "dejagnu")
(version "1.6")
(version "1.6.1")
(source
(origin
(method url-fetch)
@@ -35,7 +35,7 @@
version ".tar.gz"))
(sha256
(base32
"0qypaakd2065jgpcv84zcsibl8gph3p334gb2qdmhsrbirhlmdh0"))))
"14hnq1mh91vqprc43xdy4f15sycw6fbajrh7zi6cw2kyg6xjhnxz"))))
(build-system gnu-build-system)
(inputs `(("expect" ,expect)))
(arguments
+53 -1
View File
@@ -1,6 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2016 Sou Bunnbu <iyzsong@gmail.com>
;;;
;;; This file is part of GNU Guix.
@@ -25,6 +25,11 @@
#:use-module (guix build-system gnu)
#:use-module (guix build-system trivial)
#:use-module (gnu packages base)
#:use-module (gnu packages curl)
#:use-module (gnu packages emacs)
#:use-module (gnu packages fribidi)
#:use-module (gnu packages linux)
#:use-module (gnu packages readline)
#:use-module (gnu packages texinfo)
#:use-module (gnu packages compression)
#:use-module (gnu packages tcl))
@@ -200,3 +205,50 @@ work, such as sentence length and other readability measures.")
It comes with a German-English dictionary with approximately 270,000 entries.")
(home-page "http://www-user.tu-chemnitz.de/~fri/ding/")
(license gpl2+)))
(define-public translate-shell
(package
(name "translate-shell")
(version "0.9.6.4")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/soimort/" name "/archive/v"
version ".tar.gz"))
(sha256
(base32
"1fg6nf1plvgimc57fsdr9rcjbf7jvmk5jrlj5ya509vpdcdgvj2s"))
(file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(delete 'configure) ; no configure phase
(add-after 'install 'emacs-install
(lambda* (#:key inputs outputs #:allow-other-keys)
(let* ((out (assoc-ref outputs "out"))
(dest (string-append out "/share/emacs/site-lisp"))
(emacs (string-append (assoc-ref inputs "emacs") "/bin/emacs")))
(install-file "google-translate-mode.el" dest)
(emacs-generate-autoloads ,name dest)))))
#:make-flags (list (string-append "PREFIX=" %output))
#:imported-modules (,@%gnu-build-system-modules (guix build emacs-utils))
#:modules ((guix build gnu-build-system)
(guix build emacs-utils)
(guix build utils))
#:test-target "test"))
(propagated-inputs
`(("curl" ,curl)
("fribidi" ,fribidi)
("rlwrap" ,rlwrap)))
(native-inputs
`(("emacs" ,emacs-minimal)
("util-linux" ,util-linux))) ; hexdump, for the test
(home-page "https://www.soimort.org/translate-shell")
(synopsis "Translations from the command line")
(description
"Translate Shell (formerly Google Translate CLI) is a command-line
translator powered by Google Translate (default), Bing Translator,
Yandex.Translate and Apertium. It gives you easy access to one of these
translation engines from your terminal.")
(license public-domain)))

Some files were not shown because too many files have changed in this diff Show More