Age | Commit message (Expand) | Author |
2018-05-19 | gnu: Add guile-sparql....* gnu/packages/guile.scm (guile-sparql): New variable.
| Roel Janssen |
2018-05-19 | 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>
| Maxim Cournoyer |
2018-05-19 | gnu: xss-lock: New variable....* gnu/packages/xdisorg.scm (xss-lock): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Pierre Neidhardt |
2018-05-19 | gnu: Add zyre....* gnu/packages/networking.scm (zyre): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Tonton |
2018-05-19 | gnu: libsignal-protocol-c: Update to 2.3.2....* gnu/packages/messaging.scm (libsignal-protocol-c): Update to 2.3.2.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: dash: Update to 0.5.10.2....* gnu/packages/shells.scm (dash): Update to 0.5.10.2.
| Tobias Geerinckx-Rice |
2018-05-19 | 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.
| Alex Kost |
2018-05-19 | gnu: xterm: Update to 333....* gnu/packages/xorg.scm (xterm): Update to 333.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: f-seq: Factorise ‘install’ phase....* gnu/packages/bioinformatics.scm (f-seq)[arguments]: Let-bind more.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: r-amap: Update to 0.8-16....* gnu/packages/cran.scm (r-amap): Update to 0.8-16.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: r-modelr: Update to 0.1.2....* gnu/packages/cran.scm (r-modelr): Update to 0.1.2.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: perl-io-compress: Update to 2.081....* gnu/packages/compression.scm (perl-io-compress): Update to 2.081.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: perl-compress-raw-bzip2: Update to 2.081....* gnu/packages/compression.scm (perl-compress-raw-bzip2): Update to 2.081.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: perl-compress-raw-zlib: Update to 2.081....* gnu/packages/compression.scm (perl-compress-raw-zlib): Update to 2.081.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: qjackrcd: Use INVOKE....* gnu/packages/audio.scm (qjackrcd)[arguments]: Substitute INVOKE for
SYSTEM*.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: cava: Update to 0.6.1....* gnu/packages/audio.scm (cava): Update to 0.6.1.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: gsm: Update to 1.0.18....* gnu/packages/audio.scm (gsm): Update to 1.0.18.
| Tobias Geerinckx-Rice |
2018-05-19 | gnu: fluidsynth: Update to 1.1.11....* gnu/packages/audio.scm (fluidsynth): Update to 1.1.11.
| Tobias Geerinckx-Rice |
2018-05-19 | 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.
| Ludovic Courtès |
2018-05-19 | 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'.
| Ludovic Courtès |
2018-05-19 | 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 47a60325ca650e8fc1a291c8655b4297f4de8deb.
| Ludovic Courtès |
2018-05-19 | tests: Adjust to new "unbound variable" messages....This is a followup to 2d2f98efb36db3f003d950a004806234962b4f4d.
* tests/guix-system.sh: Adjust regexps to match "error:".
| Ludovic Courtès |
2018-05-18 | 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>
| Vagrant Cascadian |
2018-05-18 | 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.
| Christopher Baines |
2018-05-18 | 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.
| Christopher Baines |
2018-05-18 | 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.
| Christopher Baines |
2018-05-18 | gnu: acpica: Update to 20180508....* gnu/packages/admin.scm (acpica): Update to 20180508.
| Tobias Geerinckx-Rice |
2018-05-18 | gnu: cwm: Update to 6.3....* gnu/packages/wm.scm (cwm): Update to 6.3.
| Tobias Geerinckx-Rice |
2018-05-18 | gnu: r-httpuv: Update to 1.4.3....* gnu/packages/web.scm (r-httpuv): Update to 1.4.3.
| Tobias Geerinckx-Rice |
2018-05-18 | gnu: r-rjson: Update to 0.2.18....* gnu/packages/web.scm (r-rjson): Update to 0.2.18.
| Tobias Geerinckx-Rice |
2018-05-18 | gnu: r-rsqlite: Update to 2.1.1....* gnu/packages/statistics.scm (r-rsqlite): Update to 2.1.1.
| Tobias Geerinckx-Rice |
2018-05-18 | gnu: python-monotonic: Update to 1.5....* gnu/packages/time.scm (python-monotonic): Update to 1.5.
| Tobias Geerinckx-Rice |
2018-05-18 | 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.
| Tobias Geerinckx-Rice |
2018-05-18 | 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.
| Tobias Geerinckx-Rice |
2018-05-18 | gnu: Add u-boot-tools....* gnu/packages/bootloaders.scm (u-boot-tools): New variable.
| Danny Milosavljevic |
2018-05-18 | 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.
| Danny Milosavljevic |
2018-05-17 | gnu: multiqc: Fix build....* gnu/packages/bioinformatics.scm (multiqc)[arguments]: Add a
‘relax-requirements’ phase to fix building with python-matplotlib@2.2.
| Tobias Geerinckx-Rice |
2018-05-17 | 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.
| Efraim Flashner |
2018-05-17 | Revert "gnu: Add ghc-array." and "gnu: Add ghc-containers."...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>.
| Ludovic Courtès |
2018-05-17 | gnu: jupyter: Add search path....* gnu/package/python.scm (jupyter)[native-search-paths]: Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rouby Pierre-Antoine |
2018-05-17 | gnu: Add jupyter-guile-kernel....* gnu/package/guile.scm (jupyter-guile-kernel): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Rouby Pierre-Antoine |
2018-05-17 | 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.
| Ludovic Courtès |
2018-05-16 | gnu: libreoffice: Update to 5.4.7.2....* gnu/packages/libreoffice.scm (libreoffice): Update to 5.4.7.2.
| Chris Marusich |
2018-05-17 | 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.
| Mark H Weaver |
2018-05-17 | 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.
| Mark H Weaver |
2018-05-17 | gnu: linux-libre@4.9: Update to 4.9.100....* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.100.
| Mark H Weaver |
2018-05-17 | gnu: linux-libre@4.4: Update to 4.4.132....* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.132.
| Mark H Weaver |
2018-05-17 | gnu: libdca: Update to 0.0.6....* gnu/packages/video.scm (libdca): Update to 0.0.6.
| Tobias Geerinckx-Rice |
2018-05-17 | gnu: r-rcppprogress: Update to 0.4.1....* gnu/packages/statistics.scm (r-rcppprogress): Update to 0.4.1.
| Tobias Geerinckx-Rice |
2018-05-17 | gnu: r-plotrix: Update to 3.7-1....* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-1.
| Tobias Geerinckx-Rice |