Commit Graph

19811 Commits (76c486196f299716be33df86d06b3ce2b79dd77f)

Author SHA1 Message Date
Ludovic Courtès 76c486196f
packages: Catch invalid input errors for structs.
Reported by Thomas Sigurdsen <thomas.sigurdsen@gmail.com>
at <https://lists.gnu.org/archive/html/help-guix/2017-04/msg00007.html>.

* guix/packages.scm (expand-input): Add 'guard' form around call to
'package-source-derivation'.
* tests/packages.scm (dummy): New test.
2017-04-04 00:10:00 +02:00
Ludovic Courtès 3e43166ffc
gexp: 'lower-object' raises an exception when passed an invalid object.
* guix/gexp.scm (&gexp-error, &gexp-input-error): New error conditions.
(lower-object): Raise &gexp-input-error when 'lookup-compiler' returns #f.
* tests/gexp.scm ("lower-object & gexp-input-error?"): New test.
* guix/ui.scm (call-with-error-handling): Add case for 'gexp-input-error?'.
2017-04-04 00:10:00 +02:00
Muriithi Frederick Muriuki b98d4ec0aa
gnu: Add python-mando-0.3.1
* gnu/packages/python.scm (python-mando-0.3.1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-04 00:10:00 +02:00
Thomas Danckaert b4dcfce51b
gnu: Add cifs-utils.
* gnu/packages/samba.scm (cifs-utils): New variable.
2017-04-03 21:45:53 +02:00
Marius Bakke 350a30845c
gnu: python-pexpect: Use python-pytest@3.0.
* gnu/packages/python.scm (python-pexpect, python2-pexpect)[native-inputs]:
Change PYTHON-PYTEST to PYTHON-PYTEST-3.0.
2017-04-03 19:25:57 +02:00
Marius Bakke 26bad5d7eb
gnu: nss, nss-certs: Update to 3.30.
* gnu/packages/gnuzilla.scm (nss): Update to 3.30.
* gnu/packages/certs.scm (nss-certs): Update to 3.30.
* gnu/packages/patches/nss-increase-test-timeout.patch: Adjust patch context.
2017-04-03 19:25:57 +02:00
Marius Bakke cd158a2b77
gnu: python-cython: Update to 0.25.2.
* gnu/packages/python.scm (python-cython, python2-cython): Update to 0.25.2.
2017-04-03 19:25:56 +02:00
Kei Kebreau 9a49129651
gnu: audacity: Update to 2.1.3.
* gnu/packages/audacity.scm (audacity): Update to 2.1.3.
[source]: Fetch gzipped tar archive instead of a zip archive; remove
unnecessary patch.
[native-inputs]: Add autoconf, automake and libtool.
[arguments]: Add autoreconf phase to detect system libraries.
* gnu/packages/patches/audacity-fix-ffmpeg-binding.patch: Delete patch.
* gnu/local.mk: Remove reference to removed patch.
2017-04-03 11:51:52 -04:00
Arun Isaac 568f977f9c
gnu: emacs-elfeed: Enable tests.
* gnu/packages/emacs.scm (emacs-elfeed)[arguments]: Add a 'check' phase.

Signed-off-by: Kei Kebreau <kei@openmailbox.org>
2017-04-02 23:08:55 -04:00
Leo Famulari b53fa16f9c
gnu: brdf-explorer: Use HTTPS source URL.
* gnu/packages/graphics.scm (brdf-explorer)[source]: Use HTTPS URL.
2017-04-02 20:00:52 -04:00
Leo Famulari 7bf837fd43
gnu: Use HTTPS URLs for GitHub home-pages.
* gnu/packages/bioinformatics.scm, gnu/packages/emacs.scm,
gnu/packages/haskell.scm, gnu/packages/libffi.scm, gnu/packages/lisp.scm,
gnu/packages/ocaml.scm, gnu/packages/openstack.scm, gnu/packages/python.scm,
gnu/packages/ruby.scm, gnu/packages/shells.scm, gnu/packages/statistics.scm,
gnu/packages/xdisorg.scm: Use HTTPS URLs for all packages with a home-page on
GitHub.
2017-04-02 20:00:51 -04:00
Leo Famulari 9167488490
gnu: jbig2dec: Fix CVE-2016-9601.
* gnu/packages/patches/jbig2dec-CVE-2016-9601.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/image.scm (jbig2dec)[source]: Use it.
2017-04-02 19:38:56 -04:00
Ludovic Courtès 2a0d5de5a9
Merge branch 'core-updates' 2017-04-03 00:13:06 +02:00
Ludovic Courtès 245575eaf3
gnu: guile-git: Install .go files to /site-ccache.
* gnu/packages/guile.scm (guile-git)[arguments] <bootstrap>: Change
"/ccache" to "/site-ccache" in Makefile.am.
2017-04-03 00:12:51 +02:00
Marius Bakke 60f37e3cb1
gnu: sddm: Build without greenisland.
This Wayland compositor is currently abandonware and has known problems.

* gnu/packages/display-managers.scm (sddm)[inputs]: Remove GREENISLAND.
2017-04-02 23:42:56 +02:00
Ricardo Wurmus 41f6d18fb6
gnu: guitarix: Update to 0.35.3.
* gnu/packages/audio.scm (guitarix): Update to 0.35.3.
2017-04-02 18:30:42 +02:00
Efraim Flashner 63102406f2
guix: Compress and decompress xz archives in parallel.
* guix/scripts/pack.scm (%compressors): Add flag '-T0' when calling "xz".
* guix/utils.scm (decompressed-port, compressed-port,
compressed-output-port): Same.
2017-04-02 14:42:20 +03:00
Kyle Meyer 6800c79701
gnu: notmuch: Update to 0.24.1.
* gnu/packages/mail.scm (notmuch, python-notmuch, python2-notmuch): Update to
0.24.1.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-04-02 11:58:08 +02:00
Ben Woodcroft cf1d581464
gnu: khmer: Build with gcc-4.
* gnu/packages/bioinformatics.scm (khmer)[inputs]: Add gcc-4.9.
2017-04-02 10:14:17 +10:00
Ben Woodcroft 800a7dd59e
gnu: ruby: Replace with ruby-2.3.4.
* gnu/packages/ruby.scm (ruby)[replacement]: New field.
(ruby-2.3.4): New variable.
2017-04-02 08:21:43 +10:00
Ben Woodcroft 22a494ec25
gnu: ruby-2.2: Update to 2.2.7.
* gnu/packages/ruby.scm (ruby-2.2): Update to 2.2.7.
2017-04-02 08:20:41 +10:00
Ricardo Wurmus 750e54ecbe
gnu: tuxguitar: Update to 1.4.
* gnu/packages/music.scm (tuxguitar): Update to 1.4.
[arguments]: Replace build phase "build-editor-utils" with "build-libraries";
install resources to the expected locations.
2017-04-02 17:25:05 +02:00
Ricardo Wurmus 8723fe23fa
gnu: pd: Run autogen.sh script.
* gnu/packages/music.scm (pd)[arguments]: Run autogen.sh instead of
plain autoreconf.
2017-04-02 17:25:05 +02:00
Ricardo Wurmus 4712cbb0c7
gnu: pd: Fix indentation of phases.
* gnu/packages/music.scm (pd)[arguments]: Fix indentation.
2017-04-02 17:25:05 +02:00
Ricardo Wurmus 037bf4f4a0
gnu: pd: Update to 0.47-1.
* gnu/packages/music.scm (pd): Update to 0.47-1.
2017-04-02 17:25:05 +02:00
Ricardo Wurmus f9b8b54e62
gnu: tuxguitar: Update home page URL.
* gnu/packages/music.scm (tuxguitar)[home-page]: Update URL.
2017-04-02 17:25:05 +02:00
Ricardo Wurmus 8dbc5d2368
gnu: setbfree: Update to 0.8.4
* gnu/packages/music.scm (setbfree): Update to 0.8.4.
2017-04-02 17:25:05 +02:00
Ricardo Wurmus 7175f4c2c1
gnu: amsynth: Build with LASH support.
* gnu/packages/music.scm (amsynth)[inputs]: Add lash.
2017-04-02 17:25:04 +02:00
Ricardo Wurmus 7e0befd45e
gnu: amsynth: Update to 1.7.1.
* gnu/packages/music.scm (amsynth): Update to 1.7.1.
[native-inputs]: Add intltool.
2017-04-02 17:25:04 +02:00
Ricardo Wurmus 14fa5bde7e
gnu: samplv1: Update to 0.8.1.
* gnu/packages/music.scm (samplv1): Update to 0.8.1.
2017-04-02 17:25:04 +02:00
Ricardo Wurmus 17ca1a39a6
gnu: drumkv1: Update to 0.8.1.
* gnu/packages/music.scm (drumkv1): Update to 0.8.1.
2017-04-02 17:25:04 +02:00
Ricardo Wurmus 720de58bf7
gnu: synthv1: Update to 0.8.1.
* gnu/packages/music.scm (synthv1): Update to 0.8.1.
2017-04-02 17:25:04 +02:00
Ricardo Wurmus 5feac7b04e
gnu: non-sequencer, non-session-manager: Update to 1.9.5-3.10c31e5.
* gnu/packages/music.scm (non-sequencer, non-session-manager): Update to
1.9.5-3.10c31e5.
2017-04-02 17:25:04 +02:00
Ricardo Wurmus 57f1b3b8e7
gnu: lilypond: Update to 2.19.58.
* gnu/packages/music.scm (lilypond): Update to 2.19.58.
2017-04-02 17:25:03 +02:00
Ricardo Wurmus 95708ed8d6
gnu: extempore: Update home page.
* gnu/packages/music.scm (extempore)[home-page]: Use new home page.
2017-04-02 17:25:03 +02:00
Ricardo Wurmus 0a1513513a
gnu: aria-maestosa: Update to 1.4.13.
* gnu/packages/music.scm (aria-maestosa): Update to 1.4.13.
2017-04-02 17:25:03 +02:00
Tobias Geerinckx-Rice 7f661d4909
gnu: btrfs-progs: Update to 4.10.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.10.2.
2017-04-01 16:13:02 +02:00
Clément Lassieur deb3618810
services: dovecot: Fix passwd and userdb 'args' types.
* gnu/services/mail.scm (passwd-configuration)[args]
(userdb-configuration)[args]: Change type from 'free-form-args' to
'space-separated-string-list'.
* doc/guix.texi (Mail Services): Document it.
2017-04-01 14:38:10 +02:00
Ricardo Wurmus 7070088a2d
gnu: yoshimi: Update to 1.5.1.
* gnu/packages/music.scm (yoshimi): Update to 1.5.1.
2017-04-02 11:37:11 +02:00
Eric Bavier 9fc221b58c
doc: Fix typos.
* doc/guix.texi (Build Systems)[ocaml-build-system]: Fix typo.
(Log Rotation)[periodic-rotations]: ditto.
(Database Services)[redis-service-type]: ditto.
(OpenSMTPD Service)[opensmtpd-configuration]: ditto.
(VPN Services)[OpenVPN]: ditto.
(Power management Services)[tlp-configuration]: ditto.
(Git daemon service)[git-daemon-service]: ditto.
(Running GuixSD in a VM): ditto.
* gnu/services/pm.scm (tlp-configuration)[runtime-pm-blacklist]: Fix typo.
* gnu/services/vpn.scm (openvpn-client-configuration)[status]: ditto.
2017-03-31 20:55:05 -05:00
Ludovic Courtès 985a8599ed
tests: Add GNU dicod test.
* gnu/tests/dict.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2017-04-01 00:45:18 +02:00
Ludovic Courtès 892d9089a8
tests: Introduce 'simple-operating-system' and use it.
* gnu/tests.scm (%simple-os): New macro.
(simple-operating-system): New macro.
* gnu/tests/base.scm (%simple-os): Define using 'simple-operating-system'.
(%mcron-os): Use 'simple-operating-system'.
* gnu/tests/mail.scm (%opensmtpd-os): Likewise.
* gnu/tests/messaging.scm (%base-os, os-with-service): Remove.
(run-xmpp-test): Use 'simple-operating-system'.
* gnu/tests/networking.scm (%inetd-os): Likewise.
* gnu/tests/ssh.scm (%base-os, os-with-service): Remove.
(run-ssh-test): Use 'simple-operating-system'.
* gnu/tests/web.scm (%nginx-os): Likewise.
2017-04-01 00:45:18 +02:00
Huang Ying 9af7ecd959
services: dicod: Allow the configuration of "handlers".
* gnu/services/dict.scm (<dicod-configuration>)[handlers]: New field.
(<dicod-handler>): New record type.
(<dicod-database>): Add fields.
(dicod-configuration-file): Support convert handlers and enhanced databases.
configuration to config file.
* doc/guix.texi (Miscellaneous Services): Update accordingly.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2017-04-01 00:45:18 +02:00
Mark H Weaver bacc1d26c6
gnu: linux-libre: Update to 4.10.8 [fixes CVE-2017-7184].
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.8.
(%linux-libre-hash): Update hash.
2017-03-31 18:20:54 -04:00
Mark H Weaver 9554e5ae15
gnu: linux-libre@4.9: Update to 4.9.20 [fixes CVE-2017-7184].
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.20.
2017-03-31 18:20:20 -04:00
Mark H Weaver 232be5bcd7
gnu: linux-libre@4.4: Update to 4.4.59 [fixes CVE-2017-7184].
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.59.
2017-03-31 18:19:13 -04:00
David Thompson 4299409018
gnu: guile-opengl: Build with Guile 2.2.
* gnu/packages/gl.scm (guile-opengl): Build with Guile 2.2.
2017-03-31 13:35:20 -04:00
Tobias Geerinckx-Rice b5b46f87bd
gnu: libtermkey: Update to 0.20.
gnu/packages/terminals.scm (libtermkey): Update to 0.20.
2017-03-31 15:33:16 +02:00
Tobias Geerinckx-Rice f264e838c0
substitute: Send ‘User-Agent’ header.
* guix/scripts/substitute.scm (narinfo-request): Pass ‘User-Agent’ #:headers
to ‘build-request’.
2017-03-31 15:33:16 +02:00
Tobias Geerinckx-Rice 32ea65370e
gnu: xonsh: Update to 0.5.9.
* gnu/packages/shells.scm (xonsh): Update to 0.5.9.
2017-03-31 15:33:15 +02:00