~ruther/guix-local

dbfcadfc — Ludovic Courtès 8 years ago
doc: Show the "git clone" command.

Suggested by Joshua Branson <jbranso91@gmail.com>.

* doc/contributing.texi (Building from Git): Add "git clone" command.
302d46e6 — Ludovic Courtès 8 years ago
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.
fb5dfa86 — Ricardo Wurmus 8 years ago
gnu: texlive-latex-mdwtools: Fix syntax error in description.

* gnu/packages/tex.scm (texlive-latex-mdwtools)[description]: Fix texinfo
syntax error.
09acbb02 — Ricardo Wurmus 8 years ago
gnu: texlive-latex-environ: Fix invalid texinfo markup.

* gnu/packages/tex.scm (texlive-latex-environ)[description]: Fix texinfo
syntax errors.
0daa1d64 — Arun Isaac 8 years ago
gnu: Add mksh.

* gnu/packages/shells.scm (mksh): New variable.
41209a6f — Arun Isaac 8 years ago
licenses: Add MirOS license.

* guix/licenses.scm (miros): New variable.
561f4e45 — Ludovic Courtès 8 years ago
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.
edbe07cd — Ludovic Courtès 8 years ago
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.
457103b9 — Ludovic Courtès 8 years ago
doc: Discuss when to run a GC.

* doc/guix.texi (Invoking guix gc): Add a paragraph on when to run a GC.
8582e03a — Leo Famulari 8 years ago
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.
426b0b89 — Leo Famulari 8 years ago
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.
da036496 — Ludovic Courtès 8 years ago
profiles: Remove workaround for an old Guile 'scandir' bug.

* guix/profiles.scm (generation-numbers)[scandir]: Remove.
8b113790 — Ludovic Courtès 8 years ago
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.
ed419fa0 — Ludovic Courtès 8 years ago
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.
c97cef0a — Oleg Pykhalov 8 years ago
gnu: Add premake4.

* gnu/packages/build-tools.scm (premake4): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
742242a5 — Gábor Boskovits 8 years ago
gnu: Add java-commons-cli@1.2.

* gnu/packages/java.scm(java-commons-cli-1.2): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
61583094 — Theodoros Foradis 8 years ago
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>
ab466d79 — Ricardo Wurmus 8 years ago
gnu: Add eolie.

* gnu/packages/gnome.scm (eolie): New variable.
0762a1db — Tobias Geerinckx-Rice 8 years ago
gnu: perl-html-template: Update to 2.97.

* gnu/packages/web.scm (perl-html-template): Update to 2.97.
1a34ca0e — Tobias Geerinckx-Rice 8 years ago
gnu: openh264: Update to 1.7.0.

* gnu/packages/video.scm (openh264): Update to 1.7.0.
Next