Age | Commit message (Collapse) | Author |
|
* 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'.
|
|
* 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.
|
|
* gnu/packages/rust.scm (rust-1.26)[arguments]<#:phases>[check]: Enable
parallel tests.
|
|
* 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.
|
|
* 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>
|
|
* gnu/packages/audio.scm (guitarix): Update to 0.38.1.
|
|
* gnu/packages/bioinformatics.scm (pplacer, pplacer-scripts): New variables.
|
|
* gnu/packages/machine-learning.scm (ocaml-mcl)[source]: Use git-fetch.
|
|
* gnu/packages/machine-learning.scm (ocaml-mcl)[arguments]: Remove #:ocaml
and #:findlib arguments; patch code in build phase.
[native-inputs]: Add ocamlbuild.
|
|
* gnu/packages/ocaml.scm (ocaml-gsl-1): New variable.
|
|
This follows up on commit ed132a57c103a764f5831521f2ae332e5b34b762.
* gnu/packages/web.scm (httrack)[license]: Use the right prefix.
|
|
* gnu/packages/web.scm (httrack): New variable.
|
|
* gnu/packages/vim.scm (neovim): Use correct Lua version as dependencies
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/firmware (arm-trusted-firmware): Update to 2.1.
(arm-trusted-firmware-sun50i-a64)[source]: Inherit from
arm-trusted-firmware.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-visualstar): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-visual-replace): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-nerd-commenter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-expat): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-lion): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-evil-text-object-python): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|