Age | Commit message (Expand) | Author |
2020-05-01 | gnu: linux-initrd: Use Guile 3.0....* gnu/system/linux-initrd.scm (expression->initrd): Change from
%GUILE-STATIC-STRIPPED to %GUILE-3.0-STATIC-STRIPPED.
| Marius Bakke |
2020-05-01 | gnu: Add relocatable static Guile 3.0 variant....* gnu/packages/patches/guile-2.2-default-utf8.patch: New file, extracted from
commit 2acfe022a740f79b593348cc6362cc4ee8f33bb4.
* gnu/packages/patches/guile-3.0-linux-syscalls.patch,
gnu/packages/patches/guile-3.0-relocatable.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly. Move all Guile patches
together while at it.
* gnu/packages/make-bootstrap.scm (%guile-3.0-static-stripped): New public variable.
| Marius Bakke |
2020-05-01 | gnu: %guile-static-stripped: Rewrite in terms of 'make-guile-static-stripped'....The derivation changes slightly, but the end result is bit-identical.
* gnu/packages/make-bootstrap.scm (make-guile-static-stripped): New procedure.
(%guile-static-stripped): Adjust accordingly.
| Marius Bakke |
2020-05-01 | gnu: %guile-static: Rewrite in terms of 'make-guile-static'....The derivation remains unchanged.
* gnu/packages/make-bootstrap.scm (make-guile-static): New procedure.
(%guile-static): Adjust accordingly.
| Marius Bakke |
2020-05-01 | system: hurd: Add /etc/group....This allows download to run.
* gnu/system/hurd.scm (cross-hurd-image): Add /etc/group with guixbuilder.
| Jan (janneke) Nieuwenhuizen |
2020-05-01 | system: hurd: Add less, which to %base-packages/hurd....* gnu/system/hurd.scm (%base-packages/hurd): Add less, which.
| Efraim Flashner |
2020-05-01 | gnu: guix: Update to 52b01cb700....* gnu/packages/package-management.scm (guix): Update to 1.1.0-1.52b01cb700.
| Jan (janneke) Nieuwenhuizen |
2020-05-01 | gnu: guix: Apply courage for the Hurd....* gnu/packages/package-management.scm (guix)[arguments]: When hurd-target? is
true, configure --with-courage.
| Jan (janneke) Nieuwenhuizen |
2020-05-01 | gnu: guix: Cross-build fixup for wrap-program....This allows running:
guix build hello
* gnu/packages/package-management.scm (guix)[arguments]: When cross-compiling,
fixup the shebang generated by wrap-program.
[inputs]: When cross-compiling, include bash-minimal.
| Jan (janneke) Nieuwenhuizen |
2020-05-01 | gnu: guix: Use gnutls-3.6.13 when cross-compiling....* gnu/packages/package-management.scm (guix)[propagated-inputs]: When
cross-compiling, use patched gnutls-3.6.13.
| Jan (janneke) Nieuwenhuizen |
2020-05-01 | gnu: Add libtirpc/hurd....* gnu/packages/onc-rpc.scm (libtirpc/hurd): New variable.
* gnu/packages/patches/libtirpc-hurd-client.patch,
gnu/packages/patches/libtirpc-hurd.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
| Ricardo Wurmus |
2020-05-01 | gnu: hurd: Add NFS support....* gnu/packages/hurd.scm (hurd)[inputs]: Add libtirpc/hurd.
[arguments]: Add configure flags to use libtirpc; add phase "find-tirpc" to
find the RPC headers; add phase "fix-rpc-headers" to include missing headers.
| Ricardo Wurmus |
2020-05-01 | gnu: hurd: Use default QEMU guest IP: 10.0.2.15....Specifying 10.0.2.77 also works
-device rtl8139,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:2228-10.0.2.77:22
but using this default allows us to use the widely advertised
-device rtl8139,netdev=net0 -netdev user,id=net0,hostfwd=tcp:127.0.0.1:2228-:22
* gnu/packages/hurd.scm (hurd-rc-script): Used from (hurd)[inputs]: Use
10.0.2.15; the default QEMU guest IP.
| Jan (janneke) Nieuwenhuizen |
2020-05-01 | gnu: hurd: Fix references to /bin/w....* gnu/packages/hurd.scm (hurd): Use '/bin/w' from hurd package.
| Rene Saavedra |
2020-04-30 | Merge branch 'master' into core-updates... Conflicts:
gnu/local.mk
gnu/packages/backup.scm
gnu/packages/emacs-xyz.scm
gnu/packages/guile.scm
gnu/packages/lisp.scm
gnu/packages/openldap.scm
gnu/packages/package-management.scm
gnu/packages/web.scm
gnu/packages/xorg.scm
| Marius Bakke |
2020-04-30 | gnu: emacs-toml-mode: Fix syntax error in description....* gnu/packages/emacs-xyz.scm (emacs-toml-mode)[description]: Replace usage of
@acronym with @dfn to work around a Guile Texinfo limitation.
| Marius Bakke |
2020-04-30 | doc: Bootloader Configuration: Fix an obsolete example....Reported by rawmat on #guix.
* doc/guix.texi (Bootloader Configuration): Replace 'grub-configuration' with
'bootloader-configuration'.
| Leo Famulari |
2020-04-30 | gnu: guile-json: Update to 3.5.0....* gnu/packages/patches/guile-json-cross.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/guile.scm (guile-json-3): Update to 3.5.0.
[source](patches): Remove.
[native-inputs]: Remove AUTOCONF and AUTOMAKE.
[arguments]: Remove.
| Marius Bakke |
2020-04-30 | gnu: diffoscope: Update to 143....* gnu/packages/diffoscope (diffoscope): Update to 143.
[native-inputs]: Add openssl and python-h5py.
[arguments] Add openssl to add-known-tools phase.
[arguments] Remove hdf5 from add-known-tools phase, added upstream.
| Vagrant Cascadian |
2020-04-30 | gnu: MPD: Update to 0.21.23....* gnu/packages/mpd.scm (mpd): Update to 0.21.23.
| Leo Famulari |
2020-04-30 | gnu: libntlm: Update to 1.6 [fixes CVE-2019-17455]....* gnu/packages/gsasl.scm (libntlm): Update to 1.6.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Simon Josefsson |
2020-04-30 | gnu: sbcl-osicat: Fix library path....* gnu/packages/lisp-xyz.scm (sbcl-osicat)[arguments]: Replace 'cleanup phase
to preserve the location of libosicat.so so that it can be found when
loading the system.
| Pierre Neidhardt |
2020-04-30 | gnu: r-vgam: Update to 1.1-3....* gnu/packages/statistics.scm (r-vgam): Update to 1.1-3.
[inputs]: Move gfortran from here...
[native-inputs]: ...to here.
| Ricardo Wurmus |
2020-04-30 | gnu: r-rcpparmadillo: Update to 0.9.870.2.0....* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.9.870.2.0.
| Ricardo Wurmus |
2020-04-30 | gnu: r-spatial: Update to 7.3-12....* gnu/packages/statistics.scm (r-spatial): Update to 7.3-12.
| Ricardo Wurmus |
2020-04-30 | gnu: r-nnet: Update to 7.3-14....* gnu/packages/statistics.scm (r-nnet): Update to 7.3-14.
| Ricardo Wurmus |
2020-04-30 | gnu: r-kernsmooth: Update to 2.23-17....* gnu/packages/statistics.scm (r-kernsmooth): Update to 2.23-17.
| Ricardo Wurmus |
2020-04-30 | gnu: r-foreign: Update to 0.8-79....* gnu/packages/statistics.scm (r-foreign): Update to 0.8-79.
| Ricardo Wurmus |
2020-04-30 | gnu: r-class: Update to 7.3-17....* gnu/packages/statistics.scm (r-class): Update to 7.3-17.
| Ricardo Wurmus |
2020-04-30 | gnu: r-mass: Update to 7.3-51.6....* gnu/packages/statistics.scm (r-mass): Update to 7.3-51.6.
| Ricardo Wurmus |
2020-04-30 | gnu: r-boot: Update to 1.3-25....* gnu/packages/statistics.scm (r-boot): Update to 1.3-25.
| Ricardo Wurmus |
2020-04-30 | gnu: r-kutils: Update to 1.70....* gnu/packages/cran.scm (r-kutils): Update to 1.70.
[propagated-inputs]: Remove r-lavaan.
| Ricardo Wurmus |
2020-04-30 | gnu: r-univoutl: Update to 0.2....* gnu/packages/cran.scm (r-univoutl): Update to 0.2.
| Ricardo Wurmus |
2020-04-30 | gnu: r-graphlayouts: Update to 0.7.0....* gnu/packages/cran.scm (r-graphlayouts): Update to 0.7.0.
| Ricardo Wurmus |
2020-04-30 | gnu: r-systemfonts: Update to 0.2.1....* gnu/packages/cran.scm (r-systemfonts): Update to 0.2.1.
| Ricardo Wurmus |
2020-04-30 | gnu: r-ggfortify: Update to 0.4.10....* gnu/packages/cran.scm (r-ggfortify): Update to 0.4.10.
| Ricardo Wurmus |
2020-04-30 | gnu: r-dalex: Update to 1.2.1....* gnu/packages/cran.scm (r-dalex): Update to 1.2.1.
| Ricardo Wurmus |
2020-04-30 | gnu: r-arm: Update to 1.11-1....* gnu/packages/cran.scm (r-arm): Update to 1.11-1.
| Ricardo Wurmus |
2020-04-30 | gnu: r-usethis: Update to 1.6.1....* gnu/packages/cran.scm (r-usethis): Update to 1.6.1.
| Ricardo Wurmus |
2020-04-30 | gnu: r-rootsolve: Update to 1.8.2.1....* gnu/packages/cran.scm (r-rootsolve): Update to 1.8.2.1.
| Ricardo Wurmus |
2020-04-30 | gnu: r-proxy: Update to 0.4-24....* gnu/packages/cran.scm (r-proxy): Update to 0.4-24.
| Ricardo Wurmus |
2020-04-30 | gnu: r-pkgbuild: Update to 1.0.7....* gnu/packages/cran.scm (r-pkgbuild): Update to 1.0.7.
| Ricardo Wurmus |
2020-04-30 | gnu: Add miniasm....* gnu/packages/bioinformatics.scm (miniasm): New variable.
| Roel Janssen |
2020-04-30 | gnu: Add one more missing module import....This is a follow-up to commit 61fc72d3ac949d0c65690ee25bb1daf01f39bb42.
* gnu/packages/backup.scm: Add missing import of (gnu packages protobuf).
| Ricardo Wurmus |
2020-04-30 | gnu: Add missing module import....This is a follow-up to commit 61fc72d3ac949d0c65690ee25bb1daf01f39bb42.
* gnu/packages/backup.scm: Add missing import of (guix build-system cmake).
| Ricardo Wurmus |
2020-04-30 | gnu: Add zbackup....* gnu/packages/backup.scm (zbackup): New variable.
| Nicolas Goaziou |
2020-04-30 | gnu: python2-pysnptools: Update to 0.4.11....* gnu/packages/python-xyz.scm (python2-pysnptools): Update to 0.4.11;
implement in terms of...
(python-pysnptools): ...this new variable.
[propagated-inputs]: Add python-dill, python-h5py, and python-psutil.
| Ricardo Wurmus |
2020-04-30 | gnu: kaldi-gstreamer-server: Fix bug....* gnu/packages/machine-learning.scm (kaldi-gstreamer-server)[arguments]: Patch
master_server.py before build.
| Ricardo Wurmus |
2020-04-30 | gnu: kaldi-gstreamer-server: Use Tornado 6....* gnu/packages/machine-learning.scm (kaldi-gstreamer-server)[inputs]: Replace
python-tornado with python-tornado-6.
| Ricardo Wurmus |
2020-04-30 | gnu: Add python-tornado-6....* gnu/packages/python-web.scm (python-tornado-6): New variable.
| Ricardo Wurmus |