aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: cgit: Make project-list permit a file-object.cgit-changesChristopher Baines2018-05-18
| | | | | | | | | | 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.
* services: cgit: Improve handling of extra-options.Christopher Baines2018-05-18
| | | | | | | * 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.
* gnu: cgit: Fix included scripts.Christopher Baines2018-05-18
| | | | | | | | | | | 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.
* gnu: Add u-boot-tools.Danny Milosavljevic2018-05-18
| | | | * gnu/packages/bootloaders.scm (u-boot-tools): New variable.
* gnu: mrustc: Update to 0.0.0-2.ee65f12.Danny Milosavljevic2018-05-18
| | | | | * gnu/packages/rust.scm (mrustc): Update to 0.0.0-2.ee65f12. [arguments]<#:phases>[configure]: New phase.
* gnu: multiqc: Fix build.Tobias Geerinckx-Rice2018-05-17
| | | | | * gnu/packages/bioinformatics.scm (multiqc)[arguments]: Add a ‘relax-requirements’ phase to fix building with python-matplotlib@2.2.
* daemon: Allow building for armhf-linux on aarch64-linux.Efraim Flashner2018-05-17
| | | | | | | | | | * 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.
* Revert "gnu: Add ghc-array." and "gnu: Add ghc-containers."Ludovic Courtès2018-05-17
| | | | | | | | 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>.
* gnu: jupyter: Add search path.Rouby Pierre-Antoine2018-05-17
| | | | | | * gnu/package/python.scm (jupyter)[native-search-paths]: Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add jupyter-guile-kernel.Rouby Pierre-Antoine2018-05-17
| | | | | | * gnu/package/guile.scm (jupyter-guile-kernel): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* union: Do not warn about harmless collisions.Ludovic Courtès2018-05-17
| | | | | | | | | | | | 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.
* gnu: libreoffice: Update to 5.4.7.2.Chris Marusich2018-05-16
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.2.
* gnu: linux-libre: Update to 4.16.9.Mark H Weaver2018-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.9. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.41.Mark H Weaver2018-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.41. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.100.Mark H Weaver2018-05-17
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.100.
* gnu: linux-libre@4.4: Update to 4.4.132.Mark H Weaver2018-05-17
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.132.
* gnu: libdca: Update to 0.0.6.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/video.scm (libdca): Update to 0.0.6.
* gnu: r-rcppprogress: Update to 0.4.1.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/statistics.scm (r-rcppprogress): Update to 0.4.1.
* gnu: r-plotrix: Update to 3.7-1.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/statistics.scm (r-plotrix): Update to 3.7-1.
* gnu: r-stringr: Update to 1.3.1.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/statistics.scm (r-stringr): Update to 1.3.1.
* gnu: r-bit: Update to 1.1-13.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/statistics.scm (r-bit): Update to 1.1-13.
* gnu: dash: Update to 0.5.10.1.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/shells.scm (dash): Update to 0.5.10.1.
* gnu: python-ddt: Update to 1.1.3.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/python.scm (python-ddt): Update to 1.1.3.
* gnu: python-netifaces: Update to 0.10.7.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/python.scm (python-netifaces): Update to 0.10.7.
* gnu: python-numexpr: Update to 2.6.5.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/python.scm (python-numexpr): Update to 2.6.5.
* gnu: libfm: Update to 1.3.0.2.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/lxde.scm (libfm): Update to 1.3.0.2.
* gnu: libnftnl: Update to 1.1.0.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/linux.scm (libnftnl): Update to 1.1.0.
* gnu: libraw: Update to 0.18.11.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/photo.scm (libraw): Update to 0.18.11.
* gnu: r-desolve: Update to 1.21.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/maths.scm (r-desolve): Update to 1.21.
* gnu: rng-tools: Use INVOKE.Tobias Geerinckx-Rice2018-05-17
| | | | | * gnu/packages/linux.scm (rng-tools)[arguments]: Substitute INVOKE for SYSTEM* and explicitly return #t from phase.
* gnu: rng-tools: Update to 6.2.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/linux.scm (rng-tools): Update to 6.2.
* gnu: python-graphviz: Update to 0.8.3.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.3.
* gnu: usbutils: Update to 010.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/linux.scm (usbutils): Update to 010.
* gnu: phonon: Update to 4.10.1.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/kde-frameworks.scm (phonon): Update to 4.10.1.
* gnu: graphicsmagick: Update to 1.3.29.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.29.
* gnu: feh: Update to 2.26.2.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/image-viewers.scm (feh): Update to 2.26.2.
* gnu: youtube-dl: Update to 2018.05.09.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2018.05.09.
* gnu: links: Update to 2.16.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/web-browsers.scm (links): Update to 2.16.
* gnu: lynx: Update to 2.8.9dev.18.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/web-browsers.scm (lynx): Update to 2.8.9dev.18.
* gnu: i3status: Update to 2.12.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/wm.scm (i3status): Update to 2.12.
* gnu: perl-xml-compile-wsdl11: Update to 3.07.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/xml.scm (perl-xml-compile-wsdl11): Update to 3.07.
* gnu: perl-xml-compile-tester: Update to 0.91.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/xml.scm (perl-xml-compile-tester): Update to 0.91.
* gnu: dunst: Update to 1.3.2.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/dunst.scm (dunst): Update to 1.3.2.
* gnu: uim: Update to 1.8.8.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/xorg.scm (uim): Update to 1.8.8.
* gnu: maim: Update to 5.5.1.Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/xdisorg.scm (maim): Update to 5.5.1.
* gnu: prosody: Update to 0.10.1 [security fixes].Tobias Geerinckx-Rice2018-05-17
| | | | * gnu/packages/messaging.scm (prosody): Update to 0.10.1.
* gnu: dolphin-emu: Update to commit 47fd8c6eff4cdea7660d0fa78040f98d1d4fa136.Rutger Helling2018-05-16
| | | | | | | * gnu/packages/emulators.scm (dolphin-emu): Update to commit 47fd8c6eff4cdea7660d0fa78040f98d1d4fa136. [arguments]: Add 'fixgcc7 phase. [native-inputs]: Add gcc@7 since building with gcc@5 doesn't work anymore.
* gnu: wine: Update to 3.0.1.Rutger Helling2018-05-16
| | | | * gnu/packages/wine.scm (wine): Update to 3.0.1.
* gnu: emacs-orgalist: Fix texinfo markup in description.Gábor Boskovits2018-05-16
| | | | | | * gnu/packages/emacs.scm (emacs-orgalist)[description]: Modify. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Update 'guix size' example.Ludovic Courtès2018-05-16
| | | | * doc/guix.texi (Invoking guix size): Update example.