Commit Graph

33163 Commits (7de44023a2d357ee634cd015d685a334a8eedcbf)

Author SHA1 Message Date
Pierre Neidhardt 87d1b7b0ac
gnu: Add clyrics.
* gnu/packages/music.scm (clyrics): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Rouby Pierre-Antoine e46b84e35c
gnu: guile-simple-zmq: Update to commit '1f3b7c0'.
* gnu/packages/guile.scm (guile-simple-zmq): Update to commit '1f3b7c0'.
[inputs]: New field.
[propagated-inputs]: Remove GUILE-2.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Adam Massmann 44fa8431be
gnu: Add stalin.
* gnu/packages/scheme.scm (stalin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Fis Trivial f69c1a1832
gnu: Add opencl-clhpp.
* gnu/packages/opencl.scm (opencl-clhpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Fis Trivial 7f996b4ca5
gnu: Add opencl-headers.
* gnu/packages/opencl.scm: New file.
(make-opencl-headers): New function.
(opencl-headers-2.2, opencl-headers-2.1, opencl-headers-2.0,
opencl-headers-1.2, opencl-headers-1.1, opencl-headers-1.0, opencl-headers):
New variables.

* gnu/local.mk: Add the new file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Pierre Neidhardt 5ecb058c4e
gnu: emacs-emms-player-mpv: Deprecate in favor of Emms 5.0+.
* gnu/packages/emacs.scm (emacs-emms-player-mpv): Deprecate.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Pierre Neidhardt 4b1b834e90
gnu: emacs-emms-player-simple-mpv: Deprecate in favor of Emms 5.0+.
* gnu/packages/emacs.scm (emacs-emms-player-simple-mpv): Deprecate.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-25 23:34:43 +02:00
Ludovic Courtès 66e9944e07
pack: Squashfs build expression refers to (guix store database) & co.
Fixes a regression introduced in
c45477d2a1.
Reported by Christopher Baines <mail@cbaines.net>.

* guix/scripts/pack.scm (not-config?, guile-sqlite3&co): New variables.
(self-contained-tarball)[not-config?]: Remove.
[build]: Use GUILE-SQLITE3&CO for 'with-extensions'.
(squashfs-image)[libgcrypt]: New variable.
[build]: Use 'source-module-closure', 'make-config.scm', and
'with-extensions'.
(docker-image)[not-config?]: Remove.
2018-06-25 23:34:38 +02:00
Marius Bakke 887fe1fbde
Revert "gnu: efivar: Update to 36."
This may cause grub-install to fail to update EFI variables, yet complete
with a successful exit code:

Installing for x86_64-efi platform.
Could not prepare Boot variable: No such file or directory.
Installation finished. No error reported.

...causing existing boot entries to disappear.  Investigation pending.

This reverts commit 6e5a6e641a.
2018-06-25 22:32:35 +02:00
Pierre Neidhardt 042358a9cf
gnu: emms: Add opus-tools input.
* gnu/packages/emacs.scm (emms)[inputs]: Add opus-tools.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:55:44 +02:00
Pierre Neidhardt da614b0b86
gnu: emacs-helm-system-packages: Update to 1.9.0-2.b41f8f2.
* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.9.0-2.b41f8f2.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:19 +02:00
Pierre Neidhardt 7506f501af
gnu: emacs-helm: Update to 2.9.6.
* gnu/packages/emacs.scm (emacs-helm): Update to 2.9.6.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:19 +02:00
Pierre Neidhardt b1f9fc0d97
gnu: Add emacs-pinentry.
* gnu/packages/emacs.scm (emacs-pinentry): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:19 +02:00
Brendan Tildesley 377fad0097
gnu: font-cns11643: Update to 98.1.20180605.
* gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20180605. Add some
  packager notes.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-25 21:53:18 +02:00
Danny Milosavljevic 9c708566a2
gnu: gtk-doc: Don't propagate python-six.
* gnu/packages/gtk.scm (gtk-doc)[propagated-inputs]: Remove python-six.
[inputs]: Add python-six.
2018-06-25 21:49:07 +02:00
宋文武 6d91a46992
doc: Add an example of ~/.asoundrc file for ALSA configuration.
* doc/guix.texi (Sound Services): Improve it and add an example of ~/.asoundrc
file.
2018-06-25 23:29:47 +08:00
宋文武 624ee211b0
gnu: alsa-plugins: Build jack plugin.
* gnu/packages/linux.scm (alsa-plugins)[outputs]: Add "jack".
[inputs]: Add jack-1.
[arguments]: Install jack plugin in the 'split' phase.
2018-06-25 23:29:47 +08:00
Oleg Pykhalov 1e3861eb00
services: alsa-service-type: Fix the loading of 'pulse' plugin.
Fixes <https://bugs.gnu.org/31591>.

* gnu/services/sound.scm (<alsa-configuration>)[alsa-plugins]: New field.
(alsa-config-file): Use 'pcm_type.pulse' and 'ctl_type.pulse' to specify file
paths to the 'pulse' plugin.
* doc/guix.texi (Sound Services): Document this.

Co-authored-by: 宋文武 <iyzsong@member.fsf.org>
2018-06-25 23:29:46 +08:00
Rutger Helling a87cb7a73b
gnu: wine-staging: Update to 3.11.
* gnu/packages/wine.scm (wine-staging): Update to 3.11.
2018-06-25 08:11:31 +02:00
Rutger Helling f01a1e5de2
gnu: wine-staging-patchset-data: Update to 3.11.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.11.
2018-06-25 08:11:31 +02:00
Marius Bakke 2411277306
gnu: git: Update to 2.18.0.
* gnu/packages/version-control.scm (git): Update to 2.18.0.
[inputs]: Add BASH.
[arguments]: In #:make-flags, define SHELL_PATH and TEST_SHELL_PATH.
Add #:disallowed-references.  Drop /bin/sh substitution from Makefile.  Add
phase to prevent the new BASH from ending up in PATH.
2018-06-24 22:33:01 +02:00
Marius Bakke a99ee854b5
gnu: mbedtls-apache: Update to 2.7.4.
* gnu/packages/tls.scm (mbedtls-apache): Update to 2.7.4.
2018-06-24 22:00:03 +02:00
Ricardo Wurmus d86a7c647d
gnu: gtk-doc: Wrap executables.
* gnu/packages/gtk.scm (gtk-doc)[arguments]: Add phase "wrap-executables".
2018-06-24 17:35:31 +02:00
Gábor Boskovits aca7dcdd1e
gnu: java-aqute-libg-bootstrap: Disable tests.
* gnu/packages/java.scm (java-aqute-libg-bootstrap)[arguments]: New field.
[native-inputs]: New field.
2018-06-24 15:21:18 +02:00
Gábor Boskovits 2ab089b7ba
gnu: java-aqute-libg: Enable tests.
* gnu/packages/java.scm (java-aqute-libg)[arguments]: Remove #:source-dir
and #:tests?, add #:phases 'chdir and 'create-test-directory.
[native-inputs]: Add java-hamcrest-core and java-junit.
2018-06-24 15:21:17 +02:00
Gábor Boskovits 78754995e8
gnu: java-aqute-libg: Explicitly build for java7.
* gnu/package/java.scm (java-aqute-libg)[arguments]: Add #:make-flags
ant.build.javac.source=1.7 and ant.build.javac.target=1.7.
2018-06-24 15:21:17 +02:00
Christopher Baines 5970ceddfa
pack: Fix guix pack -f docker.
Without this change, running guix pack fails as (guix sets) is missing when
compiling (guix build store-copy).

* guix/scripts/pack.scm (docker-image): Move (guix build store-copy) to within
the source-module-closure call.
2018-06-24 09:24:26 +01:00
Oleg Pykhalov b341a56a7c
gnu: perl-uri-escape: Update to 1.74.
* gnu/packages/perl-web.scm (perl-uri-escape): Update to 1.74.
2018-06-24 10:27:07 +03:00
Oleg Pykhalov 1a29159342
gnu: streamlink: Update to 0.13.0-1.2dca793.
* gnu/packages/video.scm (streamlink): Update to 0.13.0-1.2dca793.
2018-06-24 10:15:23 +03:00
Danny Milosavljevic 36ba88da4a
gnu: gtk-doc: Update to 1.27.
* gnu/packages/gtk.scm (gtk-doc)[source]: Update to 1.27.
[arguments]<#:phases>[patch-gtk-doc-scan]: New phase.
[arguments]<#:phases>[patch-test-out]: New phase.
[propagated-inputs]: Add python-six.
2018-06-24 03:55:09 +02:00
Oleg Pykhalov abf818bcf5
gnu: sbcl-stumpwm: Update to 18.05.
* gnu/packages/lisp.scm (sbcl-stumpwm): Update to 18.05.
2018-06-24 01:17:11 +03:00
Oleg Pykhalov 02e2d18297
gnu: Add python-send2trash.
* gnu/packages/python.scm (python-send2trash, python2-send2trash): New public
variables.
2018-06-23 19:49:11 +03:00
Julien Lepiller 2cf2c77884
nls: Update 'fr' translation. 2018-06-23 16:23:50 +02:00
Julien Lepiller e27c43d94e
gnu: maven-core: Fill properties.
* gnu/packages/maven.scm (maven-core-bootstrap)[arguments]: Add a
fill-properties phase.
2018-06-23 12:17:42 +02:00
Julien Lepiller 7504f3c3d3
gnu: maven: Propagate mvn script requirements.
* gnu/packages/maven.scm (maven)[propagated-inputs]: Add coreutils and
which.
2018-06-23 11:49:11 +02:00
Oleg Pykhalov 972b87b14a
gnu: tome4: Update to 1.5.10.
* gnu/packages/games.scm (tome4): Update to 1.5.10.
2018-06-23 05:00:21 +03:00
Oleg Pykhalov 13a504af92
gnu: tome4: Use invoke.
* gnu/packages/games.scm (tome4)[arguments]: Use invoke.
2018-06-23 05:00:21 +03:00
Danny Milosavljevic 812f6bd82d
services: Fix "authentication" service name.
Follow-up to 7f93bbd5aa.

* gnu/services/authentication.scm: Fix module name.
2018-06-23 00:21:23 +02:00
Danny Milosavljevic 7f93bbd5aa
services: Add fingerprint identification service.
* gnu/services/authentication.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Miscellaneous Services): Document it.
2018-06-23 00:14:27 +02:00
Danny Milosavljevic bdd235b30b
gnu: make-u-boot-package: Improve error handling.
* gnu/packages/bootloaders.scm (make-u-boot-package): Improve error handling.
2018-06-22 23:40:54 +02:00
Danny Milosavljevic dbe1bd5dd9
gnu: doxygen: Update to 1.8.14.
* gnu/packages/documentation.scm (doxygen): Update to 1.8.14.
2018-06-22 23:34:04 +02:00
Tobias Geerinckx-Rice 1829f7efdd
gnu: perl-cgi-simple: Update to 1.15.
* gnu/packages/web.scm (perl-cgi-simple): Update to 1.15.
[source]: Update URI.
[native-inputs]: Add perl-test-exception & perl-test-nowarnings.
2018-06-22 23:21:10 +02:00
Tobias Geerinckx-Rice 96262629ac
gnu: perl-catalyst-runtime: Remove left-over input.
This is a follow-up to commit b544dde3e7.

* gnu/packages/web.scm (perl-catalyst-runtime)[native-inputs]: Remove
perl-io-stringy.
2018-06-22 23:21:09 +02:00
Tobias Geerinckx-Rice cc00249b9b
gnu: workrave: Edit description.
* gnu/packages/gnome.scm (workrave)[description]: Edit and mark up.
2018-06-22 22:00:26 +02:00
Tobias Geerinckx-Rice 9253b4ffc7
gnu: eid-mw: Update to 4.4.3.
* gnu/packages/security-token.scm (eid-mw): Update to 4.4.3.
2018-06-22 22:00:25 +02:00
Tobias Geerinckx-Rice 080093ff6a
gnu: eid-mw: Fix build.
* gnu/packages/security-token.scm (eid-mw)[arguments]: Move the
‘bootstrap’ phase to after ‘unpack’. Modify it to run without errors,
and call upstream's bootstrap.sh script instead of our own copy.
2018-06-22 22:00:25 +02:00
Tobias Geerinckx-Rice 13151c326a
gnu: eid-mw: Don't use unstable tarball.
* gnu/packages/security-token.scm (eid-mw)[source]: Use GIT-FETCH.
2018-06-22 22:00:25 +02:00
Tobias Geerinckx-Rice eeb8b0e631
gnu: Use more HTTPS.
* gnu/packages/admin.scm (net-base, wakelan, pam-krb5)
[home-page]: Use HTTPS.
(dfc, libpcap, tcpdump, wpa-supplicant-minimal, libcap-ng, audit)
[source, home-page]: Likewise.
* gnu/packages/algebra.scm (eigen)[home-page]: Likewise.
(gp2c, pari-gp)[source, home-page]: Likewise.
* gnu/packages/animation.scm (etl, synfig, synfigstudio, papagayo)
[home-page]: Likewise.
* gnu/packages/bioinformatics.scm (tadbit)[home-page]: Likewise.
2018-06-22 22:00:24 +02:00
Tobias Geerinckx-Rice 0d0252e457
gnu: Use HTTPS for drobilla.net URIs.
* gnu/packages/audio.scm (jalv, lilv, patchage, raul, raul-devel)
(sratom, suil)[source, home-page]: Use HTTPS.
* gnu/packages/gtk.scm (ganv, ganv-devel)[source, home-page]: Likewise.
* gnu/packages/music.scm (ingen)[source, home-page]: Likewise.
* gnu/packages/rdf.scm (serd, sord)[source, home-page]: Likewise.
2018-06-22 22:00:24 +02:00
Tobias Geerinckx-Rice 1bf919701f
gnu: libgit2: Return #t from all phases.
* gnu/packages/version-control.scm (libgit2)[arguments]: Substitute
INVOKE for SYSTEM*.
2018-06-22 22:00:24 +02:00