summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2018-05-19uuid: 'uuid' returns #f when 'string->uuid' returns #f.Ludovic Courtès
* 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-19file-systems: Do not export <file-system>.Ludovic Courtès
* 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-18system: Add u-boot-pine64-plus installer.Vagrant Cascadian
* 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-18services: cgit: Make project-list permit a file-object.Christopher Baines
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-18services: cgit: Improve handling of extra-options.Christopher Baines
* 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-18gnu: cgit: Fix included scripts.Christopher Baines
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-18gnu: acpica: Update to 20180508.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (acpica): Update to 20180508.
2018-05-18gnu: cwm: Update to 6.3.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (cwm): Update to 6.3.
2018-05-18gnu: r-httpuv: Update to 1.4.3.Tobias Geerinckx-Rice
* gnu/packages/web.scm (r-httpuv): Update to 1.4.3.
2018-05-18gnu: r-rjson: Update to 0.2.18.Tobias Geerinckx-Rice
* gnu/packages/web.scm (r-rjson): Update to 0.2.18.
2018-05-18gnu: r-rsqlite: Update to 2.1.1.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.1.
2018-05-18gnu: python-monotonic: Update to 1.5.Tobias Geerinckx-Rice
* gnu/packages/time.scm (python-monotonic): Update to 1.5.
2018-05-18gnu: libmatroska: Update to 1.4.9.Tobias Geerinckx-Rice
* 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-18gnu: libebml: Update to 1.3.6.Tobias Geerinckx-Rice
* 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-18gnu: Add u-boot-tools.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot-tools): New variable.
2018-05-18gnu: mrustc: Update to 0.0.0-2.ee65f12.Danny Milosavljevic
* gnu/packages/rust.scm (mrustc): Update to 0.0.0-2.ee65f12. [arguments]<#:phases>[configure]: New phase.
2018-05-17gnu: multiqc: Fix build.Tobias Geerinckx-Rice
* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Add a ‘relax-requirements’ phase to fix building with python-matplotlib@2.2.
2018-05-17Revert "gnu: Add ghc-array." and "gnu: Add ghc-containers."Ludovic Courtès
This reverts commits e5d92c1ce197ec6da891f69565fe550f502f8e7c and 7d4e377ff5dfb0b708255e30741f2d26407f1677. 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-17gnu: jupyter: Add search path.Rouby Pierre-Antoine
* gnu/package/python.scm (jupyter)[native-search-paths]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-05-17gnu: Add jupyter-guile-kernel.Rouby Pierre-Antoine
* gnu/package/guile.scm (jupyter-guile-kernel): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2018-05-16gnu: libreoffice: Update to 5.4.7.2.Chris Marusich
* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.2.
2018-05-17gnu: linux-libre: Update to 4.16.9.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.9. (%linux-libre-hash): Update hash.
2018-05-17gnu: linux-libre@4.14: Update to 4.14.41.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.41. (%linux-libre-4.14-hash): Update hash.
2018-05-17gnu: linux-libre@4.9: Update to 4.9.100.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.100.
2018-05-17gnu: linux-libre@4.4: Update to 4.4.132.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.132.
2018-05-17gnu: libdca: Update to 0.0.6.Tobias Geerinckx-Rice
* gnu/packages/video.scm (libdca): Update to 0.0.6.
2018-05-17gnu: r-rcppprogress: Update to 0.4.1.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-rcppprogress): Update to 0.4.1.
2018-05-17gnu: r-plotrix: Update to 3.7-1.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-1.
2018-05-17gnu: r-stringr: Update to 1.3.1.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-stringr): Update to 1.3.1.
2018-05-17gnu: r-bit: Update to 1.1-13.Tobias Geerinckx-Rice
* gnu/packages/statistics.scm (r-bit): Update to 1.1-13.
2018-05-17gnu: dash: Update to 0.5.10.1.Tobias Geerinckx-Rice
* gnu/packages/shells.scm (dash): Update to 0.5.10.1.
2018-05-17gnu: python-ddt: Update to 1.1.3.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-ddt): Update to 1.1.3.
2018-05-17gnu: python-netifaces: Update to 0.10.7.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
2018-05-17gnu: python-numexpr: Update to 2.6.5.Tobias Geerinckx-Rice
* gnu/packages/python.scm (python-numexpr): Update to 2.6.5.
2018-05-17gnu: libfm: Update to 1.3.0.2.Tobias Geerinckx-Rice
* gnu/packages/lxde.scm (libfm): Update to 1.3.0.2.
2018-05-17gnu: libnftnl: Update to 1.1.0.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libnftnl): Update to 1.1.0.
2018-05-17gnu: libraw: Update to 0.18.11.Tobias Geerinckx-Rice
* gnu/packages/photo.scm (libraw): Update to 0.18.11.
2018-05-17gnu: r-desolve: Update to 1.21.Tobias Geerinckx-Rice
* gnu/packages/maths.scm (r-desolve): Update to 1.21.
2018-05-17gnu: rng-tools: Use INVOKE.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rng-tools)[arguments]: Substitute INVOKE for SYSTEM* and explicitly return #t from phase.
2018-05-17gnu: rng-tools: Update to 6.2.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (rng-tools): Update to 6.2.
2018-05-17gnu: python-graphviz: Update to 0.8.3.Tobias Geerinckx-Rice
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.3.
2018-05-17gnu: usbutils: Update to 010.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (usbutils): Update to 010.
2018-05-17gnu: phonon: Update to 4.10.1.Tobias Geerinckx-Rice
* gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.1.
2018-05-17gnu: graphicsmagick: Update to 1.3.29.Tobias Geerinckx-Rice
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.29.
2018-05-17gnu: feh: Update to 2.26.2.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (feh): Update to 2.26.2.
2018-05-17gnu: youtube-dl: Update to 2018.05.09.Tobias Geerinckx-Rice
* gnu/packages/video.scm (youtube-dl): Update to 2018.05.09.
2018-05-17gnu: links: Update to 2.16.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (links): Update to 2.16.
2018-05-17gnu: lynx: Update to 2.8.9dev.18.Tobias Geerinckx-Rice
* gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.18.
2018-05-17gnu: i3status: Update to 2.12.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3status): Update to 2.12.
2018-05-17gnu: perl-xml-compile-wsdl11: Update to 3.07.Tobias Geerinckx-Rice
* gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.07.