| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Suggested-by: Josselin Poiret <dev@jpoiret.xyz>
* gnu/installer/dump.scm: New file.
* gnu/installer/newt/dump.scm: New file.
* gnu/local.mk (INSTALLER_MODULES): Add them.
* gnu/installer/record.scm (<installer>)[dump-page]: New field.
* gnu/installer/steps.scm (%current-result): New variable.
(run-installer-steps): Update it.
* gnu/installer.scm (installer-program): Add tar and gip to the installer
path. Add guile-webutils and gnutls to the Guile extensions. Generate and send
the crash dump report.
* gnu/installer/newt.scm (exit-error): Add a report argument. Display the
report id.
(dump-page): New procedure.
(newt-installer): Update it.
|
|
|
|
|
|
| |
* gnu/packages/textutils.scm (utf-8-lineseparator): Update to cj8.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
| |
* gnu/packages/tex.scm (texlive-latex-base)[arguments]: Adjust custom
'build phase to also skip the jit formats on riscv64-linux.
|
|
|
|
| |
* gnu/packages/syncthing.scm (syncthing)[properties]: New field.
|
|
|
|
| |
* gnu/packages/mail.scm (urlscan): Update to 0.9.9.
|
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-rubocop)[arguments]: Skip tests when
building for riscv64-linux.
|
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-stackprof)[arguments]: On riscv64-linux
adjust the 'skip-dubious-test phase.
|
|
|
|
|
|
|
|
| |
* gnu/services/pm.scm (tlp-configuration): Add start-charge-thresh-bat0,
stop-charge-thresh-bat0, start-charge-thresh-bat1, stop-charge-thresh-bat1.
* doc/guix.texi (Power Management Services): Document them.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce4-cpufreq-plugin): Update to 1.2.6.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
| |
* gnu/packages/engineering.scm (wireviz): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
|
|
|
|
|
|
| |
PulseAudio provides udev rules used to adjust the configuration of certain
hardware (e.g., sound cards); ensure they get used.
* gnu/services/sound.scm (pulseaudio-service-type): Extend the
udev-service-type with the pulseaudio package.
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/services/monitoring.scm (%zabbix-front-end-configuration-nginx): Rename
to ...
(zabbix-front-end-nginx-configuration): ... this. Take server package and
FastCGI parameters from ...
(zabbix-front-end-configuration): ... here. Add PACKAGE and FASTCGI-PARAMS
fields, remove NGINX.
(zabbix-front-end-service-type): Adjust for renamed procedure.
* doc/guix.texi (Monitoring Services)[Zabbix front-end]: Regenerate documentation.
|
|
|
|
|
|
| |
* gnu/packages/llvm.scm (libomp): Update to 13.0.0.
[arguments]: Add workaround to #:configure-flags.
[native-inputs]: Change from CLANG-9 and LLVM-9 to CLANG and LLVM.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use
version 13.
* gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9.
* gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise.
* gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9.
* gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise.
* gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise.
* gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise.
* gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise.
* gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
|
|
|
|
| |
* gnu/packages/check.scm (doctest): Update to 2.4.8.
|
|
|
|
|
| |
* gnu/packages/cpp.scm (json-modern-cxx)[native-inputs]: Move DOCTEST ...
[inputs]: ... here.
|
|
|
|
|
| |
* gnu/packages/cpp.scm (json-modern-cxx)[native-inputs]: Remove labels.
[arguments]: Use SEARCH-INPUT-FILE.
|
|
|
|
|
| |
* gnu/packages/cpp.scm (fifo-map)[native-inputs]: Move CATCH-FRAMEWORK2-1 ...
[inputs]: ... here.
|
|
|
|
|
|
| |
* gnu/packages/cpp.scm (fifo-map): Update to 1.0.0, which is
one (inconsequential) commit ahead of our custom "1.1.1" version.
[arguments]: Respect TESTS? in check phase while at it.
|
|
|
|
|
| |
* gnu/packages/cpp.scm (json-modern-cxx)[arguments]: Respect PARALLEL-TESTS?
in check phase.
|
|
|
|
|
|
| |
* gnu/packages/cpp.scm (json-modern-cxx): Update to 3.10.5.
[source](snippet): Adjust for upstream changes.
[arguments]: Remove obsolete workaround.
|
|
|
|
|
|
|
|
| |
Fixes <https://issues.guix.gnu.org/53694>.
* gnu/packages/patches/librecad-support-for-boost-1.76.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/engineering.scm (librecad)[source]: Use it.
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-nloptr): Update to 2.0.0.
[propagated-inputs]: Add r-testthat.
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-quantreg): Update to 5.87.
[propagated-inputs]: Remove r-conquer.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-rrcov): Update to 1.6-1.
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-segmented): Update to 1.4-0.
[propagated-inputs]: Add r-mass.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-rcpparmadillo): Update to 0.10.8.1.0.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-readr): Update to 2.1.2.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-rlang): Update to 1.0.0.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-yaml): Update to 2.2.2.
|
|
|
|
|
| |
* gnu/packages/statistics.scm (r-permute): Update to 0.9-7.
[native-inputs]: Add r-knitr.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-magrittr): Update to 2.0.2.
|
|
|
|
| |
* gnu/packages/statistics.scm (r-rpart): Update to 4.1.16.
|
|
|
|
| |
* gnu/packages/cran.scm (r-mlr3learners): Update to 0.5.2.
|
|
|
|
| |
* gnu/packages/cran.scm (r-paradox): Update to 0.8.0.
|
|
|
|
| |
* gnu/packages/cran.scm (r-calculus): Update to 0.3.3.
|
|
|
|
| |
* gnu/packages/cran.scm (r-clusterr): Update to 1.2.6.
|
|
|
|
| |
* gnu/packages/cran.scm (r-hardhat): Update to 0.2.0.
|
|
|
|
| |
* gnu/packages/cran.scm (r-latex2exp): Update to 0.9.0.
|
|
|
|
| |
* gnu/packages/cran.scm (r-actuar): Update to 3.2-1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-terra): Update to 1.5-17.
|
|
|
|
| |
* gnu/packages/cran.scm (r-spdep): Update to 1.2-2.
|
|
|
|
| |
* gnu/packages/cran.scm (r-lavaan): Update to 0.6-10.
|
|
|
|
| |
* gnu/packages/cran.scm (r-tiff): Update to 0.1-11.
|
|
|
|
| |
* gnu/packages/cran.scm (r-admisc): Update to 0.23.
|
|
|
|
| |
* gnu/packages/cran.scm (r-effectsize): Update to 0.6.0.1.
|
|
|
|
| |
* gnu/packages/cran.scm (r-raster): Update to 3.5-15.
|
|
|
|
| |
* gnu/packages/cran.scm (r-precrec): Update to 0.12.8.
|
|
|
|
| |
* gnu/packages/cran.scm (r-reticulate): Update to 1.24.
|
|
|
|
| |
* gnu/packages/cran.scm (r-renv): Update to 0.15.2.
|