doc: Show the "git clone" command.
Suggested by Joshua Branson <jbranso91@gmail.com>.
* doc/contributing.texi (Building from Git): Add "git clone" command.
gexp: Slightly improve error reporting for 'local-file'.
Reported by Ricardo Wurmus.
* guix/gexp.scm (local-file): Define using 'syntax-case' instead of
'syntax-rules'. Explicitly handle the zero-argument case and the
use-as-an-identifier case.
gnu: texlive-latex-mdwtools: Fix syntax error in description.
* gnu/packages/tex.scm (texlive-latex-mdwtools)[description]: Fix texinfo
syntax error.
gnu: texlive-latex-environ: Fix invalid texinfo markup.
* gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo
syntax errors.
gnu: Add mksh.
* gnu/packages/shells.scm (mksh): New variable.
licenses: Add MirOS license.
* guix/licenses.scm (miros): New variable.
guix package: '-l' correctly handles zero-generation profiles.
* guix/scripts/package.scm (process-query) <'list-generations>: Properly
handle the case where 'profile-generations' returns the empty list.
guix package: Trim trailing slashes from the profile name.
Fixes <https://bugs.gnu.org/25762>.
Reported by Ricardo Wurmus <rekado@elephly.net>.
* guix/scripts/package.scm (canonicalize-profile): Trim trailing slashes
from PROFILE.
doc: Discuss when to run a GC.
* doc/guix.texi (Invoking guix gc): Add a paragraph on when to run a GC.
gnu: Remove a left-over patch.
This is a followup to commit 426b0b898f70a58133d80779980f163a5761686e.
* gnu/packages/patches/pcre-CVE-2017-7186.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
gnu: pcre: Update replacement to 8.41 [fixes CVE-2017-{7244,7245,7246}].
* gnu/packages/pcre.scm (pcre)[replacement]: Update to pcre-8.41.
(pcre/fixed): Replace with ...
(pcre-8.41): ... new variable.
profiles: Remove workaround for an old Guile 'scandir' bug.
* guix/profiles.scm (generation-numbers)[scandir]: Remove.
tests: Use 'virtual-machine' records instead of monadic procedures.
* gnu/tests/base.scm (%test-basic-os): Use 'let*' instead of 'mlet*' and
'virtual-machine' instead of 'system-qemu-image/shared-store-script'.
(run-mcron-test): Likewise.
(run-nss-mdns-test): Likewise.
* gnu/tests/dict.scm (run-dicod-test): Likewise.
* gnu/tests/mail.scm (run-opensmtpd-test): Likewise.
(run-exim-test): Likewise.
* gnu/tests/messaging.scm (run-xmpp-test): Likewise.
* gnu/tests/networking.scm (run-inetd-test): Likewise.
* gnu/tests/nfs.scm (run-nfs-test): Likewise.
* gnu/tests/ssh.scm (run-ssh-test): Likewise.
* gnu/tests/web.scm (run-nginx-test): Likewise.
vm: Add a <virtual-machine> type and associated gexp compiler.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Add
#:options parameter and honor it.
(<virtual-machine>): New record type.
(virtual-machine): New macro.
(port-forwardings->qemu-options, virtual-machine-compiler): New
procedures.
gnu: Add premake4.
* gnu/packages/build-tools.scm (premake4): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Update g-wrap to use guile-2.2.
* gnu/packages/guile.scm (g-wrap): [propagated-inputs]: Use guile-2.2.
[arguments]: Add "--disable-Werror" to configure-flags.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add eolie.
* gnu/packages/gnome.scm (eolie): New variable.
gnu: perl-html-template: Update to 2.97.
* gnu/packages/web.scm (perl-html-template): Update to 2.97.
gnu: openh264: Update to 1.7.0.
* gnu/packages/video.scm (openh264): Update to 1.7.0.