summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge remote-tracking branch 'origin/master' into core-updates-frozenRicardo Wurmus2021-12-05
|\
| * gnu: python-django-netfields: Update to 1.2.4.Marius Bakke2021-12-05
| | | | | | | | * gnu/packages/django.scm (python-django-netfields): Update to 1.2.4.
| * gnu: python-django: Update to 3.2.9.Marius Bakke2021-12-05
| | | | | | | | * gnu/packages/django.scm (python-django): Update to 3.2.9.
| * import: PyPI: Validate GPG signatures when applicable.Marius Bakke2021-12-05
| | | | | | | | | | | | * guix/import/pypi.scm (<distribution>): Fix funny typo. (latest-release): When the distribution has a cryptographic signature, pass it along to UPSTREAM-SOURCE.
| * gnu: drbd-utils: Update to 9.19.1.Marius Bakke2021-12-05
| | | | | | | | * gnu/packages/cluster.scm (drbd-utils): Update to 9.19.1.
| * gnu: emacs-peg: Update to 0.10.3.Nicolas Goaziou2021-12-05
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-peg): Update to 0.10.3.
| * gnu: Add imppgSharlatan Hellseher2021-12-05
| | | | | | | | | | | | * gnu/packages/astronomy.scm: (imppg): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add pqiv.dissent2021-12-05
| | | | | | | | | | | | * gnu/packages/image-viewers.scm (pqiv): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add pudb.jgart2021-12-05
| | | | | | | | | | | | * gnu/packages/python-xyz.scm (pudb): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: leo: Use GIT-VERSION.Nicolas Goaziou2021-12-05
| | | | | | | | | | * gnu/packages/web-browsers.scm (leo)[source]: Use `git-version' instead of crafting version string. Also fix indentation.
| * gnu: Add leo.jgart2021-12-05
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (leo): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: minimap2: Update to 2.23.Efraim Flashner2021-12-05
| | | | | | | | * gnu/packages/bioinformatics.scm (minimap2): Update to 2.23.
| * gnu: Add guile-ini.Artyom V. Poptsov2021-12-05
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-ini): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: Add libphonenumberRyan Desfosses2021-12-04
| | | | | | | | | | | | * gnu/package/messaging.scm (libphonenumber): New variable Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add guile-smcArtyom V. Poptsov2021-12-04
| | | | | | | | | | | | * gnu/packages/guile-xyz.scm (guile-smc): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: ocaml4.07-ppx-let: Make 'properties' an alist.Ludovic Courtès2021-12-04
| | | | | | | | | | | | | | | | The incorrect 'properties' value was introduced in 3649c56a5f23501a5bb3418dc6047b71d494f0fa. * gnu/packages/ocaml.scm (ocaml4.07-ppx-let)[properties]: Turn into an alist.
| * nls: Update translations.Julien Lepiller2021-12-04
| |
| * gnu: emacs-org-roam-bibtex: Update to 0.6.1.Nicolas Goaziou2021-12-04
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-roam-bibtex): Update to 0.6.1.
| * news: Add copyright line for myself.Jonathan Brielmaier2021-12-04
| | | | | | | | * etc/news.scm: Add myself to the copyright headers.
| * gnu: janet: Update to 1.19.0.jgart2021-12-04
| | | | | | | | | | | | * gnu/packages/lisp.scm (janet): Update to 1.19.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: tinmop: Update to 0.9.2.cage2021-12-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/web-browsers.scm (tinmop): Update to 0.9.2. [inputs]: Move nano, openssl and xdg-utils to... [native-inputs]: ... here. Add automake, autoconf and mandoc. Remove curl and gnupg. [arguments]: Add 'fix-configure.ac' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: pigx-sars-cov2-ww: Update to 0.0.4.Ricardo Wurmus2021-12-04
| | | | | | | | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): Update to 0.0.4. [inputs]: Add bbmap, bedtools, fastp, ivar, and r-r-utils.
| * gnu: imp: Update to 2.15.0.Ricardo Wurmus2021-12-03
| | | | | | | | | | * gnu/packages/bioinformatics.scm (imp): Update to 2.15.0. [arguments]: Disable one more test.
| * gnu: Add r-fpeek.Ricardo Wurmus2021-12-03
| | | | | | | | * gnu/packages/cran.scm (r-fpeek): New variable.
| * gnu: emacs: Load package descriptors from packages referenced by subdirs.elLiliana Marie Prikler2021-12-03
| | | | | | | | | | | | | | | | | | * gnu/packages/aux-files/emacs/guix-emacs.el (guix-emacs--non-core-load-path): New procedure. (guix-emacs-autoload-packages): Use it here. (guix-emacs-load-package-descriptors): New procedure. * gnu/packages/emacs.scm (emacs)[install-site-start]: Install advice to run ‘guix-emacs-load-package-descriptors’.
| * build-system: emacs: Keep -pkg.el files.Liliana Marie Prikler2021-12-03
| | | | | | | | | | | | | | Partly fixes <https://bugs.gnu.org/48331> -- package descriptions can now be found in the install directory. * guix/build/emacs-build-system.scm (%default-exclude): Remove "-pkg\\.el$".
| * gnu: emacs: Make DocView PDF work out of the box.Liliana Marie Prikler2021-12-03
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs)[patch-program-file-names]: Add patches for the programs “gs”, “dvipdf”, “ps2pdf” and “pdftotext”. [inputs]: Add ghostscript and poppler.
| * gnu: emacs: Find real GVFS processes.Liliana Marie Prikler2021-12-03
| | | | | | | | | | | | * gnu/packages/emacs.scm (emacs)[#:phases]<patch-program-file-names>: Expand calls to “tramp-compat-process-running-p” so that Guix wrappers are also matched.
| * gnu: Add valeronoi.phodina2021-12-03
| | | | | | | | | | | | * gnu/packages/engineering.scm (valeronoi): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: st: Install terminfo files.jgart2021-12-03
| | | | | | | | | | | | | | | | * gnu/packages/suckless.scm (st)[native-inputs]: Add ncurses. [make-flags](TERMINFO): New flag. [phases](inhibit-terminfo-install): Remove phase. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
| * gnu: emacs-org: Preserve version information.Morgan Smith2021-12-03
| | | | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org)[#:phases]: Prevent install phase from deleting the version information. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: emacs-consult-notmuch: Update to 0.6.Nicolas Goaziou2021-12-03
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.6.
| * gnu: emacs-helm: Update to 3.8.2.Nicolas Goaziou2021-12-03
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.2.
| * gnu: emacs-vertico: Update to 0.17.Nicolas Goaziou2021-12-03
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.17.
| * gnu: python-ont-fast5-api: Update to 4.0.0.Ricardo Wurmus2021-12-03
| | | | | | | | | | | | | | | | * gnu/packages/bioinformatics.scm (python-ont-fast5-api): Update to 4.0.0. [source]: Remove bundled plugin binaries. [arguments]: Install plugin from inputs. [inputs]: Add vbz-compression. [propagated-inputs]: Remove python-six; add python-packaging.
| * gnu: Add vbz-compression.Ricardo Wurmus2021-12-03
| | | | | | | | * gnu/packages/bioinformatics.scm (vbz-compression): New variable.
| * system: vm: Remove the vga argument.Mathieu Othacehe2021-12-03
| | | | | | | | | | | | | | * gnu/system/vm.scm (common-qemu-options): Remove the "-vga std" argument that is the default since QEMU 2.2. Suggested-by: Attila Lendvai <attila@lendvai.name>
| * guix system vm: Add --no-graphic CLI argument.Attila Lendvai2021-12-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It configures QEMU to use the tty it was started in for IO (as opposed to opening a separate graphical window). This enables copy-pasting and scrollback. Exit QEMU with C-a x. * gnu/system/vm.scm (system-qemu-image/shared-store-script): Also add the '-nographic' QEMU argument when called with #:graphic? #false. * guix/scripts/system.scm (system-derivation-for-action): Propagate the #:graphic? keyword arg. (perform-action): Add and propagate the #:graphic? keyword arg. (show-help): Add --no-graphic CLI arg. (%options): Process the new --no-graphic CLI arg. (process-action): Feed in the CLI arg through the #:graphic? keyword arg. * doc/guix.texi (Invoking guix system): Add example to combine guix system and invoking the vm start script into one command. Split the description of the various options into separate paragraphs. Add a paragraph to describe --no-graphic. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: cl-coalton: Update to 0.0.1-2.012f6c8.Charles2021-12-03
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-coalton): Update to 0.0.1-2.012f6c8. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: cl-float-features: Update to 1.0.0-2.c1f86ae.Charles2021-12-03
| | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-float-features): Update to 1.0.0-2.c1f86ae. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| * gnu: ivar: Disable parallel tests.Ricardo Wurmus2021-12-03
| | | | | | | | * gnu/packages/bioinformatics.scm (ivar)[arguments]: Disable parallel tests.
| * gnu: Remove python2-biom-format.Ricardo Wurmus2021-12-03
| | | | | | | | | | | | | | | | There are no users of this variant, and the current version of biom-format does not support Python 2. * gnu/packages/bioinformatics.scm (python2-biom-format): Remove variable. (python-biom-format)[properties]: Remove field.
| * gnu: r-flowclust: Add gsl.Ricardo Wurmus2021-12-03
| | | | | | | | | | * gnu/packages/bioconductor.scm (r-flowclust)[inputs]: Remove accidentally committed comment character.
| * gnu: icecat: Remove vestigial icecat-78-makeicecat.patch.Mark H Weaver2021-12-03
| | | | | | | | | | | | | | This is a followup to commit a63231003e7bbeafb0110b077788e47e78685f20. * gnu/packages/patches/icecat-78-makeicecat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
| * gnu: cuirass: Update to 1.1.0-6.df8837c.Mathieu Othacehe2021-12-03
| | | | | | | | * gnu/packages/ci.scm (cuirass): Update to 1.1.0-6.df8837c.
| * gnu: python-pandocfilters: Update to 1.5.0.jgart2021-12-03
| | | | | | | | | | | | * gnu/packages/textutils.scm (python-pandocfilters): Update to 1.5.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * gnu: icecat: Fix CVE-2021-43527.Mark H Weaver2021-12-03
| | | | | | | | | | | | * gnu/packages/patches/icecat-CVE-2021-43527.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (icecat-source): Apply it.
| * gnu: nss: Fix CVE-2021-43527 via graft.Mark H Weaver2021-12-03
| | | | | | | | | | | | | | * gnu/packages/patches/nss-CVE-2021-43527.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/nss.scm (nss/fixed): New variable (nss)[replacement]: New field.
| * gnu: openjdk16: Use MAKE-FILE-WRITABLE.Ricardo Wurmus2021-12-02
| | | | | | | | * gnu/packages/java.scm (openjdk16)[arguments]: Do not shell out to "chmod".
| * gnu: Add openjdk17.Arne Babenhauserheide2021-12-02
| | | | | | | | | | | | * gnu/packages/java.scm (openjdk17): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>