Age | Commit message (Collapse) | Author |
|
* gnu/packages/virtualization.scm (criu): Update to 3.11.
[arguments]: Add custom phase to patch python calls.
|
|
* gnu/packages/virtualization.scm (criu)[arguments]: Hardcode the arm
version in the Makefile.
|
|
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.26.
|
|
* gnu/packages/messaging.scm (gajim): Update to 1.1.1.
[arguments]: Replace #:test-target with a 'check' phase.
|
|
* gnu/packages/tor.scm (tor): Update to 0.3.4.10.
|
|
* gnu/packages/tor.scm (privoxy): Update to 3.0.28.
|
|
* gnu/packages/networking.scm (libnet): Update to 1.2-rc3.
[source]: Use git-fetch.
|
|
* gnu/packages/ocaml.scm (ocaml-graph)[properties]: Add upstream-name.
|
|
* gnu/packages/ocaml.scm (coq, proof-general, coq-flocq, coq-gappa, coq-mathcomp)
(coq-coquelicot, coq-bignums, coq-interval): Move from here...
* gnu/packages/coq.scm: ... to here. New file.
|
|
* gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.1.
|
|
* gnu/packages/docker.scm (containerd)[synopsis]: Modify.
|
|
* gnu/packages/docker.scm (containerd)[arguments]: Remove #:tests?.
|
|
This is a follow-up to 4e5b8f7215b8e0ae864b954cd511404098fd2840.
* gnu/packages/docker.scm: Add missing use-module clause.
|
|
* gnu/packages/cran.scm (r-corpcor): New variable.
|
|
* gnu/packages/cran.scm (r-ddrtree): New variable.
|
|
* gnu/packages/cran.scm (r-qlcmatrix): New variable.
|
|
* gnu/packages/cran.scm (r-combinat): New variable.
|
|
* gnu/packages/cran.scm (r-densityclust): New variable.
|
|
* gnu/packages/cran.scm (r-sparsesvd): New variable.
|
|
* gnu/packages/cran.scm (r-docopt): New variable.
|
|
* gnu/packages/cran.scm (r-rvcheck): New variable.
|
|
* gnu/packages/cran.scm (r-tidytree): New variable.
|
|
* gnu/packages/cran.scm (r-colorramps): New variable.
|
|
* gnu/packages/cran.scm (r-wordcloud): New variable.
|
|
* gnu/packages/cran.scm (r-waveslim): New variable.
|
|
* gnu/packages/cran.scm (r-tiff): New variable.
|
|
* gnu/packages/cran.scm (r-fftwtools): New variable.
|
|
* gnu/packages/cran.scm (r-softimpute): New variable.
|
|
* gnu/packages/cran.scm (r-adgoftest): New variable.
|
|
* gnu/packages/cran.scm (r-gsl): New variable.
|
|
* gnu/packages/cran.scm (r-stabledist): New variable.
|
|
* gnu/packages/perl.scm (perl-lingua-translit): Update to 0.28.
|
|
* gnu/packages/docker.scm (containerd): New variable.
|
|
* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add case for arm-elf.
|
|
* gnu/packages/geo.scm (r-maps, r-mapproj, r-rgooglemaps, r-geosphere,
r-ggmap): Move from here...
* gnu/packages/cran.scm: ...to here.
|
|
* gnu/packages/emacs.scm (emacs-ess): Move from here...
* gnu/packages/statistics.scm (emacs-ess): ...to here.
|
|
* gnu/packages/python.scm (python-rpy2): Move from here...
* gnu/packages/statistics.scm (python-rpy2): ...to here.
|
|
* gnu/packages/web.scm: Remove obsolete use-module clause.
|
|
* gnu/packages/databases.scm (r-rmysql): Move from here...
* gnu/packages/cran.scm (r-rmysql): ...to here.
|
|
* gnu/packages/tex.scm (biber): Update to 2.12.
[source]: Use 'git-fetch'. Add patch.
[inputs]: Add perl-file-slurper. Remove perl-file-slurp.
* gnu/packages/patches/biber-fix-encoding-write.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
* gnu/packages/serialization.scm (r-feather): Move from here...
* gnu/packages/cran.scm (r-feather): ...to here.
|
|
Previously, loading either of these two modules could fail somewhat
non-deterministically because each top-level was referencing a variable
defined by the other module's top-level.
* gnu/packages/emacs.scm (package-elisp-from-package): Move to...
* gnu/packages/llvm.scm (package-elisp-from-package): Here. Keep
private.
|
|
* gnu/packages/perl.scm (perl-file-slurper): Update to 0.012.
[native-inputs]: Add perl-test-warnings.
|
|
* gnu/packages/web.scm (r-httpuv, r-jsonlite, r-servr, r-htmltools,
r-htmlwidgets, r-htmltable, r-curl, r-hwriter, r-rjson, r-shiny,
r-shinydashboard, r-shinyfiles, r-crosstalk, r-rook, r-miniui): Move these
from here...
* gnu/packages/cran.scm: ...to here.
|
|
This reverts commit 5bc2e14add6433adbade3ccdf28c60e57334c20a.
|
|
* gnu/packages/bioinformatics.scm (mantis)[supported-systems]: New field.
|
|
* gnu/packages/emacs.scm (package-elisp-from-package)[docstring]: Clarify.
|
|
Use package-elisp-from-package for emacs-clang-format and emacs-clang-rename.
Also remove package-from-clang-elisp-file as it is not needed anymore.
* gnu/packages/llvm.scm (emacs-clang-format): Use package-elisp-from-package
* gnu/packages/llvm.scm (emacs-clang-rename): Use package-elisp-from-package
* gnu/packages/llvm.scm (package-from-clang-elisp-file): Remove function
|
|
Add a function to generate package definitions that packages single elisp
files from other packages.
* gnu/packages/emacs.scm (package-elisp-from-package): New function
|
|
This is a step towards removing OCaml modules from the closure
of (gnu packages python).
* gnu/packages/python.scm (python2-fastlmm): Move to...
* gnu/packages/machine-learning.scm (python2-fastlmm): ... here.
|