aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/smalltalk.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-11-03 16:58:31 +0100
committerRicardo Wurmus <rekado@elephly.net>2023-11-03 22:49:15 +0100
commitf246bfb448f759794687e4a440ddfb55099d9f2d (patch)
tree7438704163e406e470e27e7d6646c5301d43864d /gnu/packages/smalltalk.scm
parentc333878ff5650081765edfc20b190ed50be96e3c (diff)
downloadguix-f246bfb448f759794687e4a440ddfb55099d9f2d.tar.gz
guix-f246bfb448f759794687e4a440ddfb55099d9f2d.zip
gnu: r-raggedexperiment: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-raggedexperiment): Update to 1.26.0. [propagated-inputs]: Add r-biocbaseutils. Change-Id: I44e267380de6286edd61f896bd688753c9fc9ea9
Diffstat (limited to 'gnu/packages/smalltalk.scm')
0 files changed, 0 insertions, 0 deletions
e "guix". * nix/guix-register/guix-register.cc: Remove. * nix/libstore/store-api.cc (decodeValidPathInfo): Remove. * nix/libstore/store-api.hh (decodeValidPathInfo): Remove declaration. * nix/local.mk (sbin_PROGRAMS, guix_register_SOURCES) (guix_register_CPPFLAGS, guix_register_LDFLAGS): Remove. * tests/guix-register.sh: Remove. Ludovic Courtès 2018-06-12.gitignore: Add doc/stamp-[0-9].Ludovic Courtès 2018-04-19gnu: doc: Allow documentation to be translated....* po/doc/contributing.pot: New file. * po/doc/guix.pot: New file. * po/doc/local.mk: New file. * Makefile.am: Include it. Add gettext command. Add silent rules for po4a. * configure.ac: Look for po4a-translate and po4a-updatepo. * doc/local.mk: Add rules to generate translated texi files. (TRANSLATED_INFO): New variable. (BUILT_SOURCES, EXTRA_DIST, MAINTAINERCLEANFILES): Add it. * .gitignore: Add generated files. Julien Lepiller ...* gnu/build/vm.scm (load-in-linux-vm): Disable qemu highmem support on ARM32 systems. Mathieu Othacehe 2019-11-18linux-boot: Don't ignore options when mounting root file system....Fixes <https://bugs.gnu.org/37977>. * gnu/build/linux-boot.scm (mount-root-file-system): Add the 'options' keyword argument and use it when mounting the root file system. (boot-system): Pass the root file system options to 'mount-root-file-system'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Guillaume Le Vaillant 2019-11-18linux-boot: Fix indentation....* gnu/build/linux-boot.scm (boot-system): Re-indent. Maxim Cournoyer 2019-11-18file-systems: Fix docstring....* gnu/build/file-systems.scm (mount-file-system): Clean the documentation from the no longer existing parameters (these are now encapsulated within a <file-system> record). Maxim Cournoyer