| Commit message (Expand) | Author | Age |
... | |
* | gnu: r-bioassayr: Add missing input.•••* gnu/packages/bioconductor.scm (r-bioassayr)[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-16 |
* | gnu: Add r-nbconvertr.•••* gnu/packages/cran.scm (r-nbconvertr): New variable.
| Ricardo Wurmus | 2020-04-16 |
* | gnu: r-activepathways: Add missing input.•••* gnu/packages/bioconductor.scm (r-activepathways)[native-inputs]:
Add r-knitr.
| Ricardo Wurmus | 2020-04-16 |
* | gnu: r-dose: Add missing input.•••* gnu/packages/bioconductor.scm (r-dose)[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-16 |
* | gnu: r-ggextra: Add missing input.•••* gnu/packages/cran.scm (r-ggextra)[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-16 |
* | gnu: r-gdina: Add missing input.•••* gnu/packages/cran.scm (r-gdina)[native-inputs]: Add r-knitr.
| Ricardo Wurmus | 2020-04-16 |
* | gnu: ISC DHCP: Update bundled BIND to 9.11.18 [security fixes].•••* gnu/packages/admin.scm (isc-dhcp): Update bundled BIND to 9.11.18.
| Leo Famulari | 2020-04-15 |
* | gnu: Add flrig.•••* gnu/packages/radio.scm (flrig): New variable.
| Guillaume Le Vaillant | 2020-04-15 |
* | gnu: Add fldigi.•••* gnu/packages/radio.scm (fldigi): New variable.
| Guillaume Le Vaillant | 2020-04-15 |
* | gnu: Add flowee.•••* gnu/packages/finance.scm (flowee): New variable.
| TomZ | 2020-04-15 |
* | gnu: cuirass: Update to 0.0.1-29.27af1d3.•••* gnu/packages/ci.scm (cuirass): Update to 0.0.1-29.27af1d3.
[version]: Use git-version.
[file-name]: Use git-file-name.
| Ricardo Wurmus | 2020-04-15 |
* | gnu: bind: Update to 9.16.2 [security fixes].•••* gnu/packages/dns.scm (isc-bind): Update to 9.16.2.
| Tobias Geerinckx-Rice | 2020-04-15 |
* | doc: Fix typo.•••* doc/guix.texi (Running Guix in a VM): Add missing reference to
`spice-vdagent-service' and misuse of @pxref.
| Nicolas Goaziou | 2020-04-15 |
* | Merge branch 'version-1.1.0' | Ludovic Courtès | 2020-04-15 |
|\ |
|
| * | gnu: guix: Update to 1.1.0. | Ludovic Courtès | 2020-04-15 |
| * | Update NEWS. | Ludovic Courtès | 2020-04-15 |
| * | services: shepherd: Increase the PID file timeout to 30s.•••When running the installation image off a DVD, early I/O operations are
extremely slow, to the point that something like dbus-daemon would need
~20s to start. This change works around the issue.
Fixes <https://bugs.gnu.org/40572>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
* gnu/services/shepherd.scm (shepherd-configuration-file): Set
%pid-file-timeout to 30.
| Ludovic Courtès | 2020-04-15 |
| * | doc: Improve anchor collection.•••This allows us to catch "operating_002dsystem-1", for instance.
* doc/build.scm (syntax-highlighted-html)[build](anchor-id->key): Drop
"-1" & co. from ID.
| Ludovic Courtès | 2020-04-14 |
| * | doc: Avoid invalid 'match' pattern in 'syntax-highlighted-html'.•••This is a followup to da9deba13d551e316f5a99a614834efa27ddc7d1.
Last-minute modification of the 'match' pattern would lead to an error:
"multiple ellipsis patterns not allowed at same level"
* doc/build.scm (syntax-highlighted-html)[build](collect-anchors):
Add 'worthy-entry?' procedure and use it instead of the unsupported
pattern for ('dt ...).
| Ludovic Courtès | 2020-04-14 |
| * | doc: Emit hyperlinks in HTML output for @lisp snippets.•••This makes it easier to jump to the definition of a procedure or
variable when looking at a code snippet. There can be false-positive
because scoping rules are ignored, for example, but it should be a good
approximation.
* doc/build.scm (syntax-highlighted-html)[build](highlights->sxml*): Add
'anchors' parameter. Add clause for ('symbol text).
(syntax-highlight): Add 'anchors' parameter. Wrap body in named let and
use it in recursive calls. Pass ANCHORS to 'highlights->sxml*'.
(underscore-decode, anchor-id->key, collect-anchors, html?): New procedures.
(process-file): Add 'anchors' parameter. and honor it.
Rewrite mono-node and multi-node HTML files separately.
| Ludovic Courtès | 2020-04-14 |
| * | weather: Delete duplicate entries coming from '--manifest'.•••* guix/scripts/weather.scm (load-manifest): Call 'delete-duplicates'.
| Ludovic Courtès | 2020-04-14 |
| * | maint: Ensure substitutes are available for '%default-xorg-modules'.•••* etc/release-manifest.scm (%system-packages): Append
%DEFAULT-XORG-MODULES.
| Ludovic Courtès | 2020-04-14 |
| * | maint: Actually check for the availablility of system packages.•••* etc/release-manifest.scm (%system-manifest): New variable.
<top level>: Add it in 'concatenate-manifests' call.
| Ludovic Courtès | 2020-04-14 |
| * | installer: Only load uvesafb kernel module when needed.•••This is a follow-up to commit 557e6820a77b24f8f3f03f28ee473137b1caeb64.
* gnu/system/install.scm (uvesafb-shepherd-service): Check
that /dev/fb0 is not already present.
| Florian Pelz | 2020-04-14 |
| * | nls: Update. | Ludovic Courtès | 2020-04-14 |
| * | installer: Open manual in the selected language on tty2.•••Fixes <https://bugs.gnu.org/40624>.
Reported by Florian Pelz <pelzflorian@pelzflorian.de>.
Regression introduced in b5c2d93d7a223155898dd0ed6932f6acf78ac454.
* gnu/installer.scm (apply-locale): Remove 'lambda' around
'stop-service' and 'start-service' calls.
| Ludovic Courtès | 2020-04-14 |
| * | services: kernel-module-loader: Clean up.•••Suggested by Efraim Flashner <efraim@flashner.co.il>.
See <https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00237.html>.
* gnu/services/linux.scm (kernel-module-loader-shepherd-service):
Remove unneeded 'respawn?' field.
| Florian Pelz | 2020-04-12 |
| * | Update NEWS. | Ludovic Courtès | 2020-04-12 |
| * | gnu: guix: Update to 9d0d27f. | Ludovic Courtès | 2020-04-12 |
| * | gnu: guix: Update to 1.1.0rc2. | Ludovic Courtès | 2020-04-12 |
| * | nls: Update. | Ludovic Courtès | 2020-04-12 |
| * | build: Cap build parallelism on i686.•••Works around <https://bugs.gnu.org/40522>.
* build-aux/compile-all.scm (parallel-job-count*): New procedure.
<top level>: Use it instead of 'parallel-job-count'.
| Ludovic Courtès | 2020-04-12 |
| * | gnu: gdm: Don't offer GNOME when it's not in the system profile.•••Fixes <https://bugs.gnu.org/37831>.
Reported by Pierre Neidhardt <mail@ambrevar.xyz>.
* gnu/packages/patches/gdm-default-session.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/gnome.scm (gdm)[source]: Use it.
| Ludovic Courtès | 2020-04-11 |
| * | installer: Load uvesafb kernel module.•••Fixes <https://bugs.gnu.org/40538>.
Machines without Kernel Mode Setting (those with many old and current AMD
GPUs, SiS GPUs, …) need uvesafb to show the GUI installer. Some may also need
a kernel parameter like nomodeset or vga=793, but we leave that for the user
to specify in GRUB.
* gnu/system/install.scm (uvesafb-shepherd-service): New procedure.
(uvesafb-service-type): New variable.
(%installation-services): Add it.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Florian Pelz | 2020-04-11 |
| * | tests: Run guided installation tests from an ISO image.•••* gnu/tests/install.scm (guided-installation-test): Pass
#:installation-disk-image-file-system-type to 'run-install'.
| Ludovic Courtès | 2020-04-10 |
| * | installer: tests: Don't install to a CD/DVD.•••* gnu/installer/tests.scm (choose-partitioning): Use 'find' to select
the disk.
| Ludovic Courtès | 2020-04-10 |
| * | vm: 'system-disk-image' honors #:substitutable? for ISO9660 images.•••This is a followup to a328f66a9e16d7bae765d8bc088e4a97037e6e2b.
* gnu/system/vm.scm (iso9660-image): Add #:substitutable? and pass it to
'expression->derivation-in-linux-vm'.
(system-disk-image): Pass #:substitutable? to 'iso9660-image'.
| Ludovic Courtès | 2020-04-10 |
| * | gnu: sdl-pango: Shorten file name of patch.•••* gnu/packages/patches/sdl-pango-fix-explicit-SDLPango_CopyFTBitmapTo.patch:
Rename to...
* gnu/packages/patches/sdl-pango-header-guard.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/sdl.scm (sdl-pango):
Likewise.
| Ludovic Courtès | 2020-04-10 |
| * | gnu: akonadi: Shorten file name of patch.•••This ensures we stay below the POSIX tar file name length limit.
* gnu/packages/patches/akonadi-Revert-Make-installation-properly-relo.patch:
Rename to...
* gnu/packages/patches/akonadi-not-relocatable.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/kde-pim.scm (akonadi): Likewise.
| Ludovic Courtès | 2020-04-10 |
| * | gnu: binutils: Shorten file names of MinGW patches.•••This ensures we stay below the POSIX tar file name length limit.
* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-deterministic.patch: ... this.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
Rename to...
* gnu/packages/patches/binutils-mingw-w64-timestamp.patch: ... this.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Likewise.
| Ludovic Courtès | 2020-04-10 |
| * | gnu: installer: Fix issue with "Esperanto" locale.•••According to glibc manual, locale are under the following form:
language[_territory[.codeset]][@modifier]
The esperanto locale "epo" does not have a territory. Modify run-command to
take this into account.
Reported by Alex Sassmannshausen here:
https://lists.gnu.org/archive/html/guix-devel/2020-04/msg00192.html.
* gnu/installer/utils.scm (run-command): Handle locale without territory such
as "epo".
| Mathieu Othacehe | 2020-04-10 |
| * | gnu: xfce: Fix typo.•••* gnu/packages/xfce.scm (xfce)[inputs]: Re-spell ‘tumlber’.
| Tobias Geerinckx-Rice | 2020-04-10 |
| * | services: gnome: Fix ‘gnome’ field name.•••To match its own documentation & other similar services.
* gnu/services/desktop.scm (gnome-desktop-configuration)[gnome-package]:
Rename to…
[gnome]: …this.
| Tobias Geerinckx-Rice | 2020-04-10 |
| * | vm: Transparently compress iso9660 images.•••* gnu/build/vm.scm (make-iso9660-image): Use the ‘--zisofs’ xorriso
filter at the highest compression settings for supported directories.
| Tobias Geerinckx-Rice | 2020-04-10 |
| * | maint: 'release' targets runs ./bootstrap for new version string.•••Reported by Vagrant Cascadian <vagrant@debian.org>.
* Makefile.am (dist-with-updated-version): New target.
(release): Depend on 'dist-with-updated-version'.
| Ludovic Courtès | 2020-04-10 |
| * | Add missing services/linux.scm to gnu/local.mk.•••* gnu/local.mk (GNU_SYSTEM_MODULES): Add linux.scm.
| Vagrant Cascadian | 2020-04-10 |
| * | Update NEWS. | Ludovic Courtès | 2020-04-09 |
| * | gnu: qemu: Skip tests on i686-linux.•••* gnu/packages/virtualization.scm (qemu)[arguments]: Add #:tests?.
| Ludovic Courtès | 2020-04-09 |
| * | maint: 'release' builds with '--fallback'.•••* Makefile.am (guix-binary.%.tar.xz): Pass '--fallback' to 'guix pack'.
(release): Pass '--fallback' to 'guix build' and 'guix system'.
| Ludovic Courtès | 2020-04-09 |
| * | maint: 'release' target no longer uses -K, to allow for offloading.•••This is a followup to 2ce08a5d79f6eb1d2d3839aca859559b9829ae36.
* Makefile.am (release): Remove -K flag.
| Ludovic Courtès | 2020-04-09 |