Age | Commit message (Collapse) | Author |
|
* gnu/packages/golang.scm (go-github.com-jessevdk-go-flags): Update to 1.5.0.
[arguments]: Add custom phase to fix tests.
[propagated-inputs]: Add go-golang-org-x-sys.
|
|
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.1.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.2.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.1.
|
|
This is the result of attempting to package 'photorec', only to realize it's
part of testdisk, which we already had in the first place.
* gnu/packages/admin.scm (testdisk): Move to...
* gnu/packages/disk.scm (testdisk): ... here.
[description]: Expound, and add a description section about the included
PhotoRec tool.
|
|
* gnu/packages/javascript.scm (js-selectize)[arguments]: Minify concatenated
file.
|
|
* gnu/packages/cran.scm (r-pupillometryr): New variable.
|
|
* gnu/packages/cran.scm (r-itsadug): New variable.
|
|
* gnu/packages/cran.scm (r-plotfunctions): New variable.
|
|
* gnu/packages/cran.scm (r-dirichletreg): New variable.
|
|
* gnu/packages/cran.scm (r-maxlik): New variable.
|
|
* gnu/packages/cran.scm (r-misctools): New variable.
|
|
* gnu/packages/cran.scm (r-cccd): New variable.
|
|
* gnu/packages/cran.scm (r-wordspace): New variable.
|
|
* gnu/packages/cran.scm (r-iotools): New variable.
|
|
* gnu/packages/vpn.scm (n2n)[arguments]<#:phases>: Add (or native-inputs
inputs) to SEARCH-INPUT-FILE.
|
|
* gnu/packages/statistics.scm (r-languageserver): New variable.
|
|
* gnu/packages/cran.scm (r-collections): New variable.
|
|
* gnu/packages/bioinformatics.scm (r-dyngen): New variable.
|
|
* gnu/packages/cran.scm (r-gillespiessa2): New variable.
|
|
* gnu/packages/cran.scm (r-dynutils): New variable.
|
|
* gnu/packages/cran.scm (r-rcppxptrutils): New variable.
|
|
* gnu/packages/cran.scm (r-lmds): New variable.
|
|
* gnu/packages/mail.scm (mutt): Update to 2.2.1.
|
|
* gnu/packages/python-xyz.scm (python-pyfuse3): New variable.
|
|
* gnu/packages/golang.scm (go-1.14)[supported-systems]: Remove
powerpc-linux from supported-systems.
|
|
* gnu/packages/vpn.scm (n2n): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/gcc.scm (custom-gcc-gccgo): Remove procedure.
(make-gccgo): Use custom-gcc procedure.
|
|
* gnu/packages/gcc.scm (gccgo-11): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-highlight-doxygen): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): Update to 1.6.
|
|
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 0.11.
[arguments]<#:phases>: Update list of failing tests.
|
|
* gnu/packages/emacs-xyz.scm (emacs-docker): Update to 2.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 10.
|
|
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.4.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.1.0.
|
|
* gnu/packages/emacs-xyz.scm (emacs-bbdb): Update to 3.2.1.
|
|
* gnu/packages/version-control.scm (gitile): Update to 0.1.4.
|
|
The header of criu references to protobuf-c, including them in source files
would require protobuf-c available in compilation environment.
* gnu/packages/virtualization.scm (criu): Move protobuf-c from native-inputs
to propagated-inputs.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/fonts.scm (font-termsyn): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
|
|
* gnu/packages/databases.scm (sqlitebrowser)[source]: Update snippet.
[arguments]: Update 'configure-flags".
[inputs]: Add qhexedit.
|
|
* gnu/packages/qt.scm (qhexedit): New variable.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/tests/package-management.scm: Remove them.
|
|
The <nix/config.nix> support has been removed in Nix 2.4:
https://github.com/NixOS/nix/pull/4025. Rely on the store ping command instead
to check that we can communicate with the daemon.
* gnu/tests/package-management.scm (run-nix-test): Use the store ping command
instead of building a dummy derivation.
|
|
* gnu/packages/python-xyz.scm (python-nbconvert)[native-inputs]: Move
texlive packages…
[propagated-inputs]: …here.
|
|
* gnu/packages/statistics.scm (r-mixedpower): New variable.
|
|
* gnu/packages/statistics.scm (r-simr): New variable.
|
|
* gnu/packages/statistics.scm (r-binom): New variable.
|
|
* gnu/packages/statistics.scm (r-rlrsim): New variable.
|
|
Commit 1a4cc954d2fcea172a450ae03419b7fdda28b81e added imgui, without noticing
about the pre-existing 'dear-imgui' package.
* gnu/packages/graphics.scm (dear-imgui): Delete variable, but salvage the
superior synopsis and description to...
* gnu/packages/toolkits.scm (imgui): ... here.
|