Age | Commit message (Collapse) | Author |
|
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.7.800.2.0.
|
|
* gnu/packages/statistics.scm (r-memoise): Update to 1.1.0.
|
|
* gnu/packages/statistics.scm (r-markdown): Update to 0.8.
|
|
* gnu/packages/statistics.scm (r-assertthat): Update to 0.2.0.
|
|
* gnu/packages/statistics.scm (r-rpart): Update to 4.1-11.
|
|
* gnu/packages/statistics.scm (r-mass): Update to 7.3-47.
|
|
* gnu/packages/statistics.scm (r-boot): Update to 1.3-19.
|
|
* gnu/packages/web.scm (r-curl): Update to 2.5.
|
|
* gnu/packages/bioinformatics.scm (r-seqminer): Update to 5.9.
|
|
* gnu/packages/openldap.scm (nss-pam-ldapd): New variable.
|
|
* gnu/packages/hurd.scm (hurd): New variable.
* gnu/packages/patches/hurd-fix-eth-multiplexer-dependency.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/hurd.scm (hurd-source-url): New procedure.
(hurd-headers)[source]: Adjust accordingly.
|
|
operating-system-boot-parameters-file.
* gnu/system.scm (operating-system-parameters-file): Rename to ...
(operating-system-boot-parameters-file): ... this.
(operating-system-directory-base-entries): Adapt call site.
|
|
operating-system-user-kernel-arguments.
* gnu/system.scm (operating-system-kernel-arguments): Rename to ...
(operating-system-user-kernel-arguments): ... this.
(<operating-system>): Adapt accordingly.
(operating-system-bootcfg): Adapt accordingly.
(operating-system-parameters-file): Adapt accordingly.
* gnu/system/vm.scm (system-qemu-image/shared-store-script): Adapt
accordingly.
|
|
* gnu/packages/irc.scm (weechat): Update to 1.7.1.
[source, home-page]: Use HTTPS.
|
|
* gnu/packages/irc.scm (weechat)[description]: Mention the search term
‘IRC’, split into paragraphs, and other small tweaks.
|
|
* gnu/packages/games.scm (hyperrogue): Update to 9.4g.
|
|
* gnu/packages/maths.scm (gnuplot): Update to 5.0.6.
|
|
* guix/cache.scm (time-monotonic) [guile-2.2]: New variable.
* tests/cache.scm (time-monotonic) [guile-2.2]: Likewise.
* guix/build/download.scm (time-monotonic) [guile-2.2]: Adjust comment:
it's a 2.2.2 bug.
|
|
This is a followup to 9231ef12f2a595b8f1e677dbe50cc499555302b6.
* tests/derivations.scm ("build-expression->derivation and builder
encoding"): Set '%default-port-encoding' to "UTF-8".
|
|
* gnu/packages/xorg.scm (xf86-video-nouveau): Update to 1.0.15.
[home-page]: Use HTTPS.
|
|
* gnu/packages/emacs.scm (emacs, emacs-minimal, emacs-no-x,
emacs-no-x-toolkit): Update to 25.2.
|
|
* gnu/packages/freedesktop.scm (xdg-utils): Update to 1.1.1.
[source]: Adjust file name.
[native-inputs]: Add DOCBOOK-XSL, DOCBOOK-XML-4.1.2, LIBXSLT, W3M and XMLTO.
[arguments]<#:phases>: Add 'patch-hardcoded-paths' and 'locate-catalog-files'
phases. New parameter.
[home-page]: Update to new home.
|
|
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.12.
(%linux-libre-hash): Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.24.
|
|
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.63.
|
|
* gnu/packages/ssh.scm (guile2.2-ssh): New variable.
|
|
* guix/build/download.scm (time-monotonic) [guile-2.2]: New variable.
|
|
* gnu/packages/selinux.scm (policycoreutils): New variable.
|
|
* gnu/packages/selinux.scm (python-setools): New variable.
|
|
* gnu/packages/networking.scm (python-ipy): New variable.
|
|
* gnu/packages/selinux.scm (python-sepolgen): New variable.
|
|
* gnu/packages/selinux.scm (secilc): New variable.
|
|
* gnu/packages/selinux.scm (libsemanage): New variable.
|
|
* gnu/packages/selinux.scm (libselinux): New variable.
|
|
* gnu/packages/selinux.scm (checkpolicy): New variable.
|
|
* gnu/packages/selinux.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/ibus.scm (ibus-libpinyin): Update to 1.9.0.
|
|
* gnu/packages/ibus.scm (libpinyin)[arguments]: Adjust indentation.
|
|
* gnu/packages/ibus.scm (libpinyin): Update to 2.0.0.
|
|
* gnu/packages/patches/gcc-libiberty-printf-decl.patch,
gnu/packages/patches/grub-CVE-2015-8370.patch,
gnu/packages/patches/grub-freetype.patch,
gnu/packages/patches/grub-gets-undeclared.patch,
gnu/packages/patches/guile-arm-fixes.patch,
gnu/packages/patches/mplayer2-theora-fix.patch,
gnu/packages/patches/soprano-find-clucene.patch,
gnu/packages/patches/util-linux-CVE-2017-2616.patch,
gnu/packages/patches/xf86-video-intel-compat-api.patch,
gnu/packages/patches/xf86-video-intel-glibc-2.20.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Remove them.
|
|
* tests/scripts-build.scm ("options->transformation, with-input"): Use
'specification->package' rather than refer to Coreutils by its
variable. This is a followup to e162050dfc0dee708a7ac5bfcf37d2afd6081604.
|
|
Reported by Mark H Weaver <mhw@netris.org>
at <https://lists.gnu.org/archive/html/guix-devel/2017-04/msg00457.html>.
* guix/derivations.scm (build-expression->derivation): Use a string
output port for the expression. This reverts part of
2dce88d5bbe7a65e101c0734d1c6db44ecc8c299.
* tests/derivations.scm ("build-expression->derivation and builder
encoding"): New test.
|
|
* gnu/packages/crypto.scm (libsodium): Update to 1.0.12.
|
|
* gnu/packages/games.scm (crawl): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
* gnu/packages/serialization.scm (libbson): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/mail.scm (mutt): Update to 1.8.2.
|
|
* gnu/packages/mail.scm (neomutt)[file-name]: Remove field.
|
|
* gnu/packages/mail.scm (neomutt): Update to 20170421.
[native-inputs]: Add 'gettext-minimal'.
[description]: Clarify the state of neomutt as it is now a microfork of mutt.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add a 'wrap-program' phase to
set XDG_DATA_DIRS.
|