Age | Commit message (Collapse) | Author |
|
* gnu/packages/embedded.scm (fc-host-tools): Update to version 8.
|
|
* gnu/packages/pure.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/mail.scm (pan): New variable.
|
|
* gnu/packages/gtk.scm (gtkspell3)[native-inputs]: Add enchant.
|
|
License clarified with upstream.
* gnu/packages/lisp.scm (clisp)[license]: Correct license to gpl2+.
|
|
* gnu/packages/lisp.scm (clisp)[arguments]: Remove 'remove-timestamps'
phase.
|
|
* gnu/packages/video.scm (libdvdcss): Update to 1.4.2.
|
|
* gnu/packages/gnome.scm (gexiv2): Update to 0.10.8.
|
|
* gnu/packages/libffi.scm (ruby-ffi): Update to 1.9.23.
|
|
* gnu/packages/gnome.scm (clutter-gst): Update to 3.0.26.
|
|
* gnu/packages/graphviz.scm (python-graphviz): Update to 0.8.2.
|
|
* gnu/packages/gnome.scm (gnome-autoar): Update to 0.2.3.
|
|
* gnu/packages/messaging.scm (libstrophe): Update to 0.9.2.
|
|
* gnu/packages/libreoffice.scm (hunspell)[arguments]: Substitute INVOKE
for SYSTEM* and end phase with explicit #t.
|
|
* gnu/packages/libreoffice.scm (hunspell): Update to 1.6.2.
|
|
* gnu/packages/python.scm (python-ly)[source]: Use PYPI-URI.
|
|
* gnu/packages/gnome.scm (gnome-klotski): Update to 3.22.3.
|
|
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.5.
|
|
* gnu/packages/mail.scm (neomutt): Update to 20180323.
|
|
* gnu/packages/maths.scm (ceres-solver): Update to 1.14.0.
|
|
* gnu/packages/version-control.scm (python-gitpython): Update to 2.1.9.
|
|
* gnu/packages/music.scm (yoshimi): Update to 1.5.7.
|
|
* gnu/packages/bioinformatics.scm (r-annotate): Update to 1.56.2.
|
|
* gnu/packages/perl.scm (perl-text-simpletable): Update to 2.04.
|
|
* gnu/packages/emacs.scm (emacs-mmm-mode): Update to 0.5.5.
|
|
* gnu/packages/ssh.scm (autossh): Update to 1.4f.
|
|
* gnu/packages/web.scm (perl-www-mechanize): Update to 1.88.
|
|
* gnu/packages/web-browsers.scm (links): Update to 2.15.
[source]: Remove patch for fixed CVE.
* gnu/packages/patches/links-CVE-2017-11114.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
|
|
* doc/guix.texi (Web Services): Fix ‘wether’ typo.
|
|
* gnu/packages/less.scm (less): Update to 530.
|
|
This change is necessary to cope with
6dff905e51202bbdebbad8811b6509584d12a796.
* build-aux/check-final-inputs-self-contained.scm (final-inputs): Change
'match' pattern to match (LABEL PACKAGE OUTPUT).
|
|
* gnu/packages/ci.scm (cuirass): Update to 326264c.
|
|
* gnu/packages/java.scm (sablevm)[arguments]: Disable stripping; do not play
with GC settings as they have no reliable effect on build success.
|
|
This is an attempt to fix a segfault when building ant-bootstrap.
* gnu/packages/java.scm (sablevm)[arguments]: Use gencopy GC implementation.
|
|
* gnu/packages/java.scm (sablevm-classpath)[inputs]: Remove.
|
|
* gnu/packages/bootloaders.scm (u-boot-pine64-plus): New variable.
|
|
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add
'itb' and 'dtb' files to the files installed during custom 'install phase.
|
|
* gnu/packages/firmware.scm (arm-trusted-firmware-pine64-plus): New
variable.
|
|
* gnu/packages/firmware.scm (make-arm-trusted-firmware): New procedure.
|
|
* gnu/packages/tv.scm (tvtime)[native-inputs]: Add 'pkg-config' to avoid
compilation errors.
|
|
* gnu/packages/dunst.scm (dunst): Update to 1.3.1.
[arguments]: Add SERVICEDIR_DBUS make flag.
[inputs]: Use 'gdk-pixbuf' instead of 'gtk'.
|
|
* gnu/packages/video.scm (streamlink): Update to 0.11.0.
[native-inputs]: Add python-urllib3.
|
|
* tests/guix-system.sh: Add test cases that exercise (1) all of the
example files in gnu/system/examples, and (2) all of the "image"
creation commands: vm, vm-image, disk-image, and docker-image.
|
|
* gnu/system/vm.scm (system-docker-image): New procedure.
* guix/scripts/system.scm (system-derivation-for-action): Add a case for
docker-image, and in that case, call system-docker-image.
(show-help): Document docker-image.
(guix-system): Parse arguments for docker-image.
* doc/guix.texi (Invoking guix system): Document "guix system
docker-image".
* gnu/system/examples/docker-image.tmpl: New file.
|
|
* guix/docker.scm (build-docker-image): Rename "path" argument to
"prefix" to reflect the fact that it is used as a prefix for the
symlink targets. Add the "paths" argument, and remove the "closure"
argument, since it is now redundant. Add a "transformations"
argument.
* guix/scripts/pack.scm (docker-image): Read the profile's reference
graph and provide its paths to build-docker-image via the new "paths"
argument.
|
|
* gnu/build/vm.scm (load-in-linux-vm): Make a shared temporary directory
available in the VM.
* gnu/system/vm.scm (%linux-vm-file-systems): Add a corresponding entry.
|
|
* gnu/build/vm.scm (root-partition-initializer): Add #:deduplicate?
keyword argument.
|
|
* guix/scripts/pack.scm (bootstrap-xz): New variable.
(%options) <--bootstrap>: New option.
(show-help): Document the new --bootstrap option.
(guix-pack): When --bootstrap is specified, use the bootstrap Guile,
tar, and xz to build the pack, and do not use any profile hooks or
locales.
* doc/guix.texi (Invoking guix pull): Document the new --bootstrap
option.
* tests/guix-pack.sh: New file.
* Makefile.am (SH_TESTS): Add guix-pack.sh.
* gnu/packages/package-management.scm (guix) <inputs>: Add util-linux.
|
|
* gnu/packages/cran.scm (r-catdap): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/kde.scm (krita-3): New variable.
|