Commit Graph

31504 Commits (a076f19908d06b6df49f1c25c40de8838213cd71)

Author SHA1 Message Date
Mark H Weaver e205afbd1c
gnu: linux-libre@4.9: Update to 4.9.101.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.101.
2018-05-21 13:18:41 -04:00
Andreas Enge a92d97266d
gnu: pius: Fix incompatibility with newer GnuPG versions.
* gnu/packages/gnupg.scm (pius)[source]: Add patch.
* gnu/packages/patches/pius.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-05-21 17:05:56 +02:00
Andreas Enge fcb1dd9994
gnu: pius: Add input python2-sip.
* gnu/packages/gnupg.scm (pius)[inputs]: Add python2-six, imported from
the pius Python script.
2018-05-21 16:55:11 +02:00
Efraim Flashner c9dbcd208d
gnu: aria2: Update to 1.34.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.34.0.
2018-05-21 13:25:34 +03:00
Danny Milosavljevic de136f3ee7
profiles: Add hook to generate "gschemas.compiled".
* guix/profiles.scm (glib-schemas): New procedure.
(%default-profile-hooks): Add it.
2018-05-21 09:56:37 +02:00
Danny Milosavljevic f1656a59f4
gnu: Add can-utils.
* gnu/packages/networking.scm (can-utils): New variable.
2018-05-21 02:33:28 +02:00
Vagrant Cascadian 5a9dc4a807
gnu: linux-libre: Enable build for aarch64-linux.
* gnu/packages/linux.scm (%linux-compatible-systems): Add aarch64-linux.
  (linux-libre-4.14): Limit to x86_64-linux, i686-linux and armhf-linux.
* gnu/packages/aux-files/linux-libre/4.16-arm64.conf: New file.
* Makefile.am (AUX_FILES): Add 4.16-arm64.conf.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-21 00:12:02 +02:00
Vagrant Cascadian a8e3fd5f9d
gnu: linux-libre: Use "make dtbs_install" to install device tree files.
* gnu/packages/linux.scm (make-linux-libre):
  Use "make dtbs_install" to install device tree files.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-20 23:36:59 +02:00
Fis Trivial 62813c10a9
gnu: Add vigra-c.
* gnu/packages/image.scm (vigra-c): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-20 23:34:27 +02:00
Fis Trivial 1900fa792f
gnu: Add python-glob2.
* gnu/packages/python.scm (python-glob2, python2-glob2): New variables.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-20 23:20:37 +02:00
Tonton dea5c0b8d0
gnu: Add ghc-bytes.
* gnu/packages/haskell.scm (ghc-bytes): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-20 22:58:50 +02:00
Tonton 6c4ae17334
gnu: Add ghc-semigroupoids-5.2.2.
* gnu/packages/haskell.scm (ghc-semigroupoids-5.2.2): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-20 22:35:07 +02:00
Efraim Flashner d8ac798701
services: connman: Add polkit hooks for connman.
* gnu/services/networking.scm (connman-service-type): Extend the
polkit-service-type with actions from connman.
2018-05-20 21:42:34 +03:00
Efraim Flashner 19f20f4ffe
services: openntpd: Add openntpd to the system profile.
* gnu/services/networking.scm (openntpd-service-type): Extend the
profile-service-type and add openntpd to the system profile.
2018-05-20 21:42:33 +03:00
Efraim Flashner 6a2b906565
services: dbus: Search more directories for '.service' files.
* gnu/services/dbus.scm (system-service-directory): Remove one level of
directories when searching for '.service' files.
2018-05-20 21:42:33 +03:00
Efraim Flashner 9b0e51461d
services: connman: Add default configuration to the connman-service-type.
* gnu/services/networking.scm (connman-service-type)[default-value]: New
field.
2018-05-20 21:42:32 +03:00
Efraim Flashner e9d271ed9a
services: Add Enlightenment desktop service.
* gnu/services/desktop.scm (<enlightenment-desktop-configuration>,
enlightenment-desktop-service-type): New variables.
* doc/guix.texi (Desktop Services): Document the service.
* NEWS: Mention it.
2018-05-20 21:42:32 +03:00
Efraim Flashner 122f91bd41
gnu: enlightenment: Fix setuid program locations.
* gnu/packages/enlightenment.scm (enlightenment)[source]: Add patch.
* gnu/packages/patches/enlightenment-fix-setuid-path.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-05-20 21:42:25 +03:00
Roel Janssen 89f8c2ac38
gnu: Add guile-sparql.
* gnu/packages/guile.scm (guile-sparql): New variable.
2018-05-19 23:22:24 +02:00
Maxim Cournoyer 593fe73667
guix-install.sh: Fix chk_require exiting without warning.
* etc/guix-install.sh (chk_require): Because of the set -e option, Bash was
exiting when the command `command -v "$c" &>/dev/null' was running on its
own. Instead, we now test the command and accumulate warning messages in a
single statement by chaining the command with a logical OR.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-19 22:47:07 +02:00
Pierre Neidhardt 428adbc2c4
gnu: xss-lock: New variable.
* gnu/packages/xdisorg.scm (xss-lock): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-19 22:43:37 +02:00
Tonton d282fee549
gnu: Add zyre.
* gnu/packages/networking.scm (zyre): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-19 22:14:48 +02:00
Tobias Geerinckx-Rice 05ca7a916a
gnu: libsignal-protocol-c: Update to 2.3.2.
* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.2.
2018-05-19 15:39:30 +02:00
Tobias Geerinckx-Rice ade57b6964
gnu: dash: Update to 0.5.10.2.
* gnu/packages/shells.scm (dash): Update to 0.5.10.2.
2018-05-19 15:39:25 +02:00
Alex Kost ca59ce41d6
gnu: emacs-guix: Update to 0.4.
* gnu/packages/emacs.scm (emacs-guix): Update to 0.4.
[propagated-inputs]: Add 'emacs-edit-indirect' (new dependency).
[arguments]: Add "--with-editindirect-lispdir" configure flag.
2018-05-19 15:44:01 +03:00
Tobias Geerinckx-Rice 54300cf3e0
gnu: xterm: Update to 333.
* gnu/packages/xorg.scm (xterm): Update to 333.
2018-05-19 05:30:11 +02:00
Tobias Geerinckx-Rice c61d822621
gnu: f-seq: Factorise ‘install’ phase.
* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Let-bind more.
2018-05-19 05:30:11 +02:00
Tobias Geerinckx-Rice 7c2a46461e
gnu: r-amap: Update to 0.8-16.
* gnu/packages/cran.scm (r-amap): Update to 0.8-16.
2018-05-19 05:30:10 +02:00
Tobias Geerinckx-Rice c8ac880c9c
gnu: r-modelr: Update to 0.1.2.
* gnu/packages/cran.scm (r-modelr): Update to 0.1.2.
2018-05-19 00:59:35 +02:00
Tobias Geerinckx-Rice bb03470814
gnu: perl-io-compress: Update to 2.081.
* gnu/packages/compression.scm (perl-io-compress): Update to 2.081.
2018-05-19 00:59:34 +02:00
Tobias Geerinckx-Rice df9981303e
gnu: perl-compress-raw-bzip2: Update to 2.081.
* gnu/packages/compression.scm (perl-compress-raw-bzip2): Update to 2.081.
2018-05-19 00:59:34 +02:00
Tobias Geerinckx-Rice e81400ceb0
gnu: perl-compress-raw-zlib: Update to 2.081.
* gnu/packages/compression.scm (perl-compress-raw-zlib): Update to 2.081.
2018-05-19 00:59:34 +02:00
Tobias Geerinckx-Rice 14a852bdd7
gnu: qjackrcd: Use INVOKE.
* gnu/packages/audio.scm (qjackrcd)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-05-19 00:59:24 +02:00
Tobias Geerinckx-Rice 042fa63856
gnu: cava: Update to 0.6.1.
* gnu/packages/audio.scm (cava): Update to 0.6.1.
2018-05-19 00:49:48 +02:00
Tobias Geerinckx-Rice aabe29af0d
gnu: gsm: Update to 1.0.18.
* gnu/packages/audio.scm (gsm): Update to 1.0.18.
2018-05-19 00:49:48 +02:00
Tobias Geerinckx-Rice 1d40a822b6
gnu: fluidsynth: Update to 1.1.11.
* gnu/packages/audio.scm (fluidsynth): Update to 1.1.11.
2018-05-19 00:49:47 +02:00
Ludovic Courtès 263c9941a1
uuid: 'uuid' returns #f when 'string->uuid' returns #f.
* gnu/system/uuid.scm (uuid): When STR is not a literal, return #f when
'string->uuid' returns #f.
* tests/uuid.scm ("uuid, dynamic value"): New test.
2018-05-19 00:14:52 +02:00
Ludovic Courtès a48d345041
file-systems: Do not export <file-system>.
* gnu/system/file-systems.scm (<file-system>): Do not export.
* gnu/system.scm (operating-system-root-file-system): Use an accessor
instead of 'match'.
2018-05-19 00:14:52 +02:00
Ludovic Courtès ce9e684b83
tests: Skip 'tests/guix-pack.sh' when networking is missing.
The test could fail because "static-binaries.tar.xz" is missing, for
instance.

* tests/guix-pack.sh: Require a network connection to be on the safe
side.  This reverts part of 47a60325ca.
2018-05-19 00:14:51 +02:00
Ludovic Courtès 7acdecec99
tests: Adjust to new "unbound variable" messages.
This is a followup to 2d2f98efb3.

* tests/guix-system.sh: Adjust regexps to match "error:".
2018-05-19 00:14:51 +02:00
Vagrant Cascadian 9f7d666566
system: Add u-boot-pine64-plus installer.
* gnu/bootloader/u-boot.scm (u-boot-pine64-plus-bootloader):
New exported variable.
* gnu/system/install.scm (pine64-plus-installation-os):
New exported variable.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
2018-05-18 20:21:30 +02:00
Christopher Baines 6ee3f3dec7
services: cgit: Make project-list permit a file-object.
Instead of having the service manage the list, it's useful to be able to point
this at an existing file, for example, when using cgit together with gitolite.

* gnu/services/cgit.scm (project-list?): New procedure.
(serialize-project-list): Handle file-object values.
(<cgit-configuration>): Change the predicate for project-list to allow lists
and file-objects.
2018-05-18 17:24:39 +01:00
Christopher Baines c3343d62f6
services: cgit: Improve handling of extra-options.
* gnu/services/cgit.scm (serialize-cgit-configuration): Add the extra options,
one per line, before the scan-path, as this makes it possible to use the
extra-options to affect the global behaviour for repositories.
(serialize-extra-options): New procedure.
2018-05-18 17:24:39 +01:00
Christopher Baines 57c5aa7c7d
gnu: cgit: Fix included scripts.
Fix the about-formatting.sh, syntax-highlighting.py and html-converters files.

* gnu/packages/version-control.scm (cgit)[arguments]: Include
about-formatting.sh and the html-converters in the patch-absolute-file-names
phase and add a wrap-python-scripts phase to wrap syntax-highlighting.py and
the md2html converter.
[inputs]: Add groff, python, python-docutils, python-markdown and
python-pygments.
2018-05-18 17:24:37 +01:00
Tobias Geerinckx-Rice ab3950d809
gnu: acpica: Update to 20180508.
* gnu/packages/admin.scm (acpica): Update to 20180508.
2018-05-18 17:41:40 +02:00
Tobias Geerinckx-Rice e352a15362
gnu: cwm: Update to 6.3.
* gnu/packages/wm.scm (cwm): Update to 6.3.
2018-05-18 17:41:40 +02:00
Tobias Geerinckx-Rice 711f5f13bf
gnu: r-httpuv: Update to 1.4.3.
* gnu/packages/web.scm (r-httpuv): Update to 1.4.3.
2018-05-18 17:41:00 +02:00
Tobias Geerinckx-Rice c338c74676
gnu: r-rjson: Update to 0.2.18.
* gnu/packages/web.scm (r-rjson): Update to 0.2.18.
2018-05-18 17:41:00 +02:00
Tobias Geerinckx-Rice 067fb62a1a
gnu: r-rsqlite: Update to 2.1.1.
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.1.
2018-05-18 17:40:59 +02:00
Tobias Geerinckx-Rice 33fdde8d7c
gnu: python-monotonic: Update to 1.5.
* gnu/packages/time.scm (python-monotonic): Update to 1.5.
2018-05-18 17:40:59 +02:00