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
Tobias Geerinckx-Rice
23e24ff6cc
gnu: libmatroska: Update to 1.4.9.
...
* gnu/packages/video.scm (libmatroska): Update to 1.4.9.
[build-system]: Switch to the CMake build system.
[native-inputs]: Remove PKG-CONFIG.
[arguments]: Build shared libaries and don't try to run non-existent
tests.
2018-05-18 17:40:59 +02:00
Tobias Geerinckx-Rice
f3d8918106
gnu: libebml: Update to 1.3.6.
...
* gnu/packages/xml.scm (libebml): Update to 1.3.6.
[source]: Apply ‘libebml-use-limits-not-climits.patch’ to build.
[build-system]: Switch to the CMake build system.
[arguments]: Build shared libaries and don't try to run non-existent
tests.
2018-05-18 17:40:59 +02:00
Danny Milosavljevic
2676628ffb
gnu: Add u-boot-tools.
...
* gnu/packages/bootloaders.scm (u-boot-tools): New variable.
2018-05-18 02:55:55 +02:00
Danny Milosavljevic
39b40f16f2
gnu: mrustc: Update to 0.0.0-2.ee65f12.
...
* gnu/packages/rust.scm (mrustc): Update to 0.0.0-2.ee65f12.
[arguments]<#:phases>[configure]: New phase.
2018-05-18 01:55:29 +02:00
Tobias Geerinckx-Rice
4ca9581119
gnu: multiqc: Fix build.
...
* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Add a
‘relax-requirements’ phase to fix building with python-matplotlib@2.2.
2018-05-17 23:08:30 +02:00
Efraim Flashner
162825f965
daemon: Allow building for armhf-linux on aarch64-linux.
...
* nix/libstore/build.cc (canBuildLocally): Allow building armhf-linux
builds on aarch64-linux.
(DerivationGoal::runChild) Throw error if attempting to build for
armhf-linux on an unsupported platform.
* doc/guix.texi (Invoking guix build): Document how to build natively
for armhf-linux on aarch64-linux. Add note that on some aarch64
machines this is unsupported.
2018-05-17 20:37:27 +03:00
Ludovic Courtès
17aca5c4d2
Revert "gnu: Add ghc-array." and "gnu: Add ghc-containers."
...
This reverts commits e5d92c1ce1
and 7d4e377ff5
.
These two packages are part of GHC proper. See the discussion at
<https://lists.gnu.org/archive/html/help-guix/2018-05/msg00090.html >.
2018-05-17 16:14:49 +02:00
Rouby Pierre-Antoine
17b59aa019
gnu: jupyter: Add search path.
...
* gnu/package/python.scm (jupyter)[native-search-paths]: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-17 13:14:42 +02:00
Rouby Pierre-Antoine
fa6a3bb74f
gnu: Add jupyter-guile-kernel.
...
* gnu/package/guile.scm (jupyter-guile-kernel): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-05-17 11:48:26 +02:00
Ludovic Courtès
827c56515e
union: Do not warn about harmless collisions.
...
Until now we'd get pointless messages like:
warning: collision encountered:
/gnu/store/…-gtk-icon-themes/share/icons/hicolor/icon-theme.cache
/gnu/store/…-inkscape-0.92.3/share/icons/hicolor/icon-theme.cache
warning: choosing /gnu/store/…-gtk-icon-themes/share/icons/hicolor/icon-theme.cache
* guix/build/union.scm (%harmless-collisions): New variable.
(warn-about-collision): Honor it.
2018-05-17 10:48:37 +02:00
Chris Marusich
7376ba4cd4
gnu: libreoffice: Update to 5.4.7.2.
...
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.2.
2018-05-16 22:18:13 -07:00
Mark H Weaver
539bf8f2c0
Merge branch 'master' into core-updates
2018-05-17 01:00:50 -04:00
Mark H Weaver
2cf8531f36
gnu: linux-libre: Update to 4.16.9.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.9.
(%linux-libre-hash): Update hash.
2018-05-17 00:49:58 -04:00
Mark H Weaver
22d466737d
gnu: linux-libre@4.14: Update to 4.14.41.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.41.
(%linux-libre-4.14-hash): Update hash.
2018-05-17 00:49:11 -04:00
Mark H Weaver
c0bd585835
gnu: linux-libre@4.9: Update to 4.9.100.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.100.
2018-05-17 00:48:32 -04:00
Mark H Weaver
029dd51d8c
gnu: linux-libre@4.4: Update to 4.4.132.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.132.
2018-05-17 00:47:40 -04:00
Tobias Geerinckx-Rice
649b334b58
gnu: libdca: Update to 0.0.6.
...
* gnu/packages/video.scm (libdca): Update to 0.0.6.
2018-05-17 01:17:17 +02:00
Tobias Geerinckx-Rice
d059a01e32
gnu: r-rcppprogress: Update to 0.4.1.
...
* gnu/packages/statistics.scm (r-rcppprogress): Update to 0.4.1.
2018-05-17 01:17:16 +02:00
Tobias Geerinckx-Rice
500aba8884
gnu: r-plotrix: Update to 3.7-1.
...
* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-1.
2018-05-17 01:17:16 +02:00
Tobias Geerinckx-Rice
610e56d433
gnu: r-stringr: Update to 1.3.1.
...
* gnu/packages/statistics.scm (r-stringr): Update to 1.3.1.
2018-05-17 01:17:16 +02:00
Tobias Geerinckx-Rice
4c32897d2e
gnu: r-bit: Update to 1.1-13.
...
* gnu/packages/statistics.scm (r-bit): Update to 1.1-13.
2018-05-17 01:17:15 +02:00
Tobias Geerinckx-Rice
01635bcdd6
gnu: dash: Update to 0.5.10.1.
...
* gnu/packages/shells.scm (dash): Update to 0.5.10.1.
2018-05-17 01:17:15 +02:00
Tobias Geerinckx-Rice
2ef651a6e2
gnu: python-ddt: Update to 1.1.3.
...
* gnu/packages/python.scm (python-ddt): Update to 1.1.3.
2018-05-17 01:17:15 +02:00
Tobias Geerinckx-Rice
3aa5b7d934
gnu: python-netifaces: Update to 0.10.7.
...
* gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
2018-05-17 01:17:03 +02:00
Tobias Geerinckx-Rice
34c2bc56f8
gnu: python-numexpr: Update to 2.6.5.
...
* gnu/packages/python.scm (python-numexpr): Update to 2.6.5.
2018-05-17 01:02:00 +02:00
Tobias Geerinckx-Rice
e17af38f0a
gnu: libfm: Update to 1.3.0.2.
...
* gnu/packages/lxde.scm (libfm): Update to 1.3.0.2.
2018-05-17 01:02:00 +02:00
Tobias Geerinckx-Rice
b85c1858ac
gnu: libnftnl: Update to 1.1.0.
...
* gnu/packages/linux.scm (libnftnl): Update to 1.1.0.
2018-05-17 01:01:59 +02:00
Tobias Geerinckx-Rice
0a0d6f479f
gnu: libraw: Update to 0.18.11.
...
* gnu/packages/photo.scm (libraw): Update to 0.18.11.
2018-05-17 01:01:59 +02:00
Tobias Geerinckx-Rice
9a2ac95d76
gnu: r-desolve: Update to 1.21.
...
* gnu/packages/maths.scm (r-desolve): Update to 1.21.
2018-05-17 01:01:59 +02:00
Tobias Geerinckx-Rice
f3afef52f6
gnu: rng-tools: Use INVOKE.
...
* gnu/packages/linux.scm (rng-tools)[arguments]: Substitute INVOKE for
SYSTEM* and explicitly return #t from phase.
2018-05-17 01:01:58 +02:00
Tobias Geerinckx-Rice
41c77ba3ff
gnu: rng-tools: Update to 6.2.
...
* gnu/packages/linux.scm (rng-tools): Update to 6.2.
2018-05-17 01:01:58 +02:00
Tobias Geerinckx-Rice
1df4d1b4d9
gnu: python-graphviz: Update to 0.8.3.
...
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.3.
2018-05-17 01:01:58 +02:00
Tobias Geerinckx-Rice
7c52558154
gnu: usbutils: Update to 010.
...
* gnu/packages/linux.scm (usbutils): Update to 010.
2018-05-17 01:01:57 +02:00