Age | Commit message (Collapse) | Author |
|
* gnu/packages/perl.scm (perl-template-toolkit)[source]: Fix origin uri.
|
|
* gnu/packages/statistics.scm (r-rpart): Update to 4.1-15.
|
|
* gnu/packages/cran.scm (r-reticulate): Update to 1.12.
|
|
Reported by Jonathan Brielmaier <jonathan.brielmaier@web.de>
in <https://bugs.gnu.org/35138>.
This is a followup to a7ad4505b7a09f32e2727a333e11716739efb713.
* gnu/local.mk [!ENABLE_INSTALLER]: Use 'else', not 'elif'.
|
|
* gnu/system/install.scm (%installation-services): For
'console-font-service-type', use LatGrkCyr-8x16 on tty2.
|
|
Suggested by Florian Pelz.
* gnu/system/install.scm (%installation-node-names): New variable.
(log-to-info): Expect the chosen locale as an argument. Compute the
language, Info file name, and node name. Install the locale.
(documentation-shepherd-service): Add 'locale' parameter to the 'start'
action and honor it. Set GUIX_LOCPATH and TERM as environment variables
for the process.
* gnu/installer.scm (apply-locale): Use (gnu services herd). Call
'stop-service' and 'start-service' with the chosen locale.
|
|
* gnu/system/install.scm (log-to-info): Add 'tty' and 'user'
parameters. Open the tty and change UIDs/GIDs.
(documentation-shepherd-service): New procedure.
(%documentation-users, documentation-service-type): New variables.
(%installation-services): Use it instead of 'mingetty-service'.
|
|
* doc/guix.texi (Limitations): Strip the paragraph about not being
production-ready. Remove the number of packages.
|
|
* gnu/packages/embedded.scm (fc-host-tools)[arguments]<#:phases>
[patch-installation-paths]: Modify.
|
|
* gnu/packages/emacs-xyz.scm (emacs-direnv): Update to 1.5.0.
|
|
* gnu/packages/patches/idris-test-no-node.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/idris.scm (idris)[origin]: Use it.
[native-inputs]: New field.
[arguments]: Remove "#:tests? #f". Add custom 'check' phase after 'install'.
|
|
* gnu/packages/idris.scm (idris)[inputs]: Add ghc-libffi.
[arguments]: Add "-fFFI" and "-fGMP" to #:configure-flags.
|
|
* gnu/packages/haskell.scm (ghc-libffi): New variable.
|
|
* gnu/packages/idris.scm (idris): Upgrade to 1.3.1.
[arguments]: Remove 'update-constraints' phase.
|
|
* guix/build/linux-module-build-system.scm (configure): New procedure.
(%standard-phases): Add "configure" phase.
|
|
* gnu/packages/rust.scm (rust-1.26)[arguments]<#:phases>[check]: Enable
parallel tests.
|
|
* guix/build-system/linux-module.scm (make-linux-module-builder)
[native-inputs]: Add linux.
[arguments]<#:phases>[install]: Install "System.map" and "Module.symvers".
* guix/build/linux-module-build-system.scm (configure): Delete procedure.
(%standard-phases): Delete "configure" phase.
|
|
* gnu/packages/statistics.scm (r-ggthemes): Update to 4.1.1.
|
|
* gnu/packages/statistics.scm (r-plotly): Update to 4.9.0.
|
|
* gnu/packages/statistics.scm (r-plotrix): Update to 3.7-5.
|
|
* gnu/packages/statistics.scm (r-devtools): Update to 2.0.2.
|
|
* gnu/packages/statistics.scm (r-backports): Update to 1.1.4.
|
|
* gnu/packages/statistics.scm (r-rversions): Update to 1.1.0.
|
|
* gnu/packages/statistics.scm (r-data-table): Update to 1.12.2.
|
|
* gnu/packages/statistics.scm (r-rlang): Update to 0.3.4.
|
|
* gnu/packages/statistics.scm (r-ggplot2): Update to 3.1.1.
|
|
* gnu/packages/statistics.scm (r-nlme): Update to 3.1-139.
|
|
* gnu/packages/maths.scm (r-pracma): Update to 2.2.5.
|
|
* gnu/packages/cran.scm (r-wgcna): Update to 1.67.
|
|
* gnu/packages/cran.scm (r-reinforcelearn): Update to 0.2.1.
|
|
* gnu/packages/cran.scm (r-huge): Update to 1.3.2.
|
|
* gnu/packages/cran.scm (r-summarytools): Update to 0.9.3.
[propagated-inputs]: Add r-tibble.
|
|
* gnu/packages/cran.scm (r-remotes): Update to 2.0.4.
|
|
* gnu/packages/cran.scm (r-usethis): Update to 1.5.0.
[propagated-inputs]: Add r-purrr, r-withr, and r-yaml.
|
|
* gnu/packages/cran.scm (r-tinytex): Update to 0.12.
|
|
* gnu/packages/cran.scm (r-broom): Update to 0.5.2.
|
|
* gnu/packages/cran.scm (r-ddalpha): Update to 1.3.9.
|
|
* gnu/packages/cran.scm (r-rvest): Update to 0.3.3.
|
|
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Update to 1.34.8.
|
|
* gnu/packages/debug.scm (creduce): Upgrade to 2.8.0.
[inputs]: Use llvm-6 and clang-6. Remove perl-sys-cpu.
[arguments]: Use custom 'check phase.
|
|
* guix/colors.scm (colorize-matches): New procedure.
(color-rules): Rewrite in terms of 'colorize-matches'.
|
|
* guix/colors.scm (color-table, color): Remove.
(<color>): New record type.
(print-color): New procedure.
(define-color-table, color): New macros.
(color-codes->ansi): New procedure.
(%reset): New variable.
(colorize-string): Rewrite accordingly.
(color-rules): Adjust accordingly.
* guix/status.scm (print-build-event): Adjust to new 'colorize-string'
interface.
* guix/ui.scm (%highlight-argument): Likewise.
(%warning-colors, %info-colors, %error-colors, %hint-colors)
(%highlight-colors): Remove.
(%warning-color, %info-color, %error-color, %hint-color)
(%highlight-color): New variables.
|
|
* guix/scripts/gc.scm (guix-gc)[delete-generations]: Limit to user-owned
roots, unless we're running as root.
|
|
* gnu/packages/bioinformatics.scm (python2-checkm-genome): New variable.
|
|
* gnu/packages/machine-learning.scm (tensorflow): New variable.
|
|
* gnu/packages/linux.scm (make-linux-libre): Install "Module.symvers".
|
|
* gnu/packages/linux.scm (vhba-module): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* guix/build/linux-module-build-system.scm: New file.
* guix/build-system/linux-module.scm: New file.
* doc/guix.texi (Build Systems): Document it.
* Makefile.am (MODULES): Add them.
|
|
* gnu/packages/audio.scm (guitarix): Update to 0.38.1.
|
|
* gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New variables.
|