summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: ding: Use 'inputs' in build phases instead of '%build-inputs'.Maxime Devos2021-06-04
| | | | | | | | | | In build phases, the former is preferred. * gnu/packages/dictionaries.scm (ding)[arguments]<#:phases>{install}: Use 'inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: qemacs: Use 'native-inputs' instead of '%build-inputs'.Maxime Devos2021-06-04
| | | | | | | | | | In build phases, the former (or 'inputs', as appropriate) is preferred. * gnu/packages/text-editors.scm (qemacs)[arguments]<#:phases>{install-extra-documentation}: Use 'native-inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: neovim: Use 'inputs' in phases instead of '%build-inputs'.Maxime Devos2021-06-04
| | | | | | | | | | In build phases, the former is preferred. * gnu/packages/vim.scm (neovim)[arguments]<#:phases>{set-lua-path}: Use 'inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: smalltalk: Use 'inputs' in phases instead of '%build-inputs'.Maxime Devos2021-06-04
| | | | | | | | | | In build phases, the former is preferred. * gnu/packages/smalltalk.scm (smalltalk)[arguments]<#:phases>{fix-libc}: Use 'inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: ci: Use 'inputs' in build phases instead of '%build-inputs'.Maxime Devos2021-06-04
| | | | | | | | | | In build phases, the former is preferred. * gnu/packages/ci.scm (cuirass)[arguments]<#:phases>{wrap-program}: Use 'inputs' argument instead of '%build-inputs'. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* doc: Mention virtualization module and add missing closing parenthesis.Solene Rapenne2021-06-04
| | | | | | | * doc/contributing.texi (Submitting Patches): Mention virtualization module and add missing closing parenthesis. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add pigx-sars-cov2-ww.Ricardo Wurmus2021-06-04
| | | | * gnu/packages/bioinformatics.scm (pigx-sars-cov2-ww): New variable.
* gnu: sbcl-nibbles: Update to 0.14-2.dad2524.Guillaume Le Vaillant2021-06-04
| | | | * gnu/packages/lisp-xyz.scm (sbcl-nibbles): Update to 0.14-2.dad2524.
* gnu: remmina: Update to 1.4.18.Raghav Gururajan2021-06-03
| | | | * gnu/packages/vnc.scm (remmina)[version]: Update to 1.4.18.
* gnu: gajim-omemo: Update to 2.7.14.Raghav Gururajan2021-06-03
| | | | * gnu/packages/messaging.scm (gajim-omemo)[version]: Update to 2.7.14.
* gnu: linux-libre 4.4: Update to 4.4.271.Leo Famulari2021-06-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.271. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.271.Leo Famulari2021-06-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.271. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.235.Leo Famulari2021-06-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.235. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.193.Leo Famulari2021-06-03
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.193. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.124.Leo Famulari2021-06-03
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.124. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.42.Leo Famulari2021-06-03
| | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.42. (linux-libre-5.10-pristine-source): Update hash. (deblob-scripts-5.10): Update hash.
* gnu: linux-libre: Update to 5.12.9.Leo Famulari2021-06-03
| | | | | | * gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.9. (linux-libre-5.12-pristine-source): Update hash. (deblob-scripts-5.12): Update hash.
* licenses: Add BSD-1-Clause license.Xinglu Chen2021-06-03
| | | | * licenses.scm (bsd-1): New variable.
* gnu: komikku: Update to 0.29.0.Leo Prikler2021-06-03
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.29.0.
* gnu: emacs-calibredb: Update to 2.10.0.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-calibredb): Update to 2.10.0.
* doc: Fix example iptables configuration.Eric Brown2021-06-04
| | | | | | | * doc/guix.texi (Networking Services): Allow established and related incoming connections in example iptables configuration. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: Add rfcat.Guillaume Le Vaillant2021-06-03
| | | | * gnu/packages/radio.scm (rfcat): New variable.
* gnu: rasdaemon: Update to 0.6.7.Tobias Geerinckx-Rice2021-06-03
| | | | | * gnu/packages/linux.scm (rasdaemon): Update to 0.6.7. [arguments]: Add a "--with-sysconfdefdir" configure flag.
* gnu: php: Update to 7.4.20.Tobias Geerinckx-Rice2021-06-03
| | | | * gnu/packages/php.scm (php): Update to 7.4.20.
* gnu: fltk: Update to 1.3.6.Tobias Geerinckx-Rice2021-06-03
| | | | * gnu/packages/fltk.scm (fltk): Update to 1.3.6.
* gnu: amule: Use HTTPS home page.Tobias Geerinckx-Rice2021-06-03
| | | | * gnu/packages/networking.scm (amule)[home-page]: Use HTTPS.
* gnu: amule: Update to 2.3.3.Tobias Geerinckx-Rice2021-06-03
| | | | | | | * gnu/packages/networking.scm (amule): Update to 2.3.3. [source]: Remove patch. * gnu/packages/patches/amule-crypto-6.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: mtools: Update to 4.0.29.Tobias Geerinckx-Rice2021-06-03
| | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.29.
* gnu: emacs-epkg: Update to 3.3.0.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.0.
* gnu: emacs-closql: Update to 1.0.5.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-closql): Update to 1.0.5.
* gnu: emacs-ebdb: Update to 0.6.23.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.6.23.
* gnu: monolith: Update to 2.5.0.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/web.scm (monolith): Update to 2.5.0.
* gnu: rust-regex-1: Update to 1.5.4.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-regex-1): Update to 1.5.4.
* gnu: rust-aho-corasick-0.7: Update to 0.7.18.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.18.
* gnu: rust-memchr-2: Update to 2.4.0.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-memchr-2): Update to 2.4.0.
* gnu: rust-regex-syntax-0.6: Update to 0.6.25.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-regex-syntax-0.6): Update to 0.6.25.
* gnu: rust-reqwest-0.11: Fix build.Nicolas Goaziou2021-06-03
| | | | | * gnu/packages/crates-io.scm (rust-reqwest-0.11)[arguments]: Add missing Cargo development inputs.
* gnu: rust-reqwest-0.11: Update to 0.11.3.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-reqwest-0.11): Update to 0.11.3.
* gnu: rust-sha2-0.9: Update to 0.9.5.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-sha2-0.9): Update to 0.9.5.
* gnu: Add rust-cpufeatures-0.1.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-cpufeatures-0.1): New variable.
* gnu: Add rust-sha2-asm-0.6.Nicolas Goaziou2021-06-03
| | | | | * gnu/packages/crates-io.scm (rust-sha2-asm-0.6): New variable. (rust-sha2-asm-0.5): Inherit from above.
* gnu: rust-url-2: Update to 2.2.2.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-url-2): Update to 2.2.2.
* gnu: rust-assert-cmd-1: Update to 1.0.4.Nicolas Goaziou2021-06-03
| | | | * gnu/packages/crates-io.scm (rust-assert-cmd-1): Update to 1.0.4.
* news: Add entry for 'guix import egg'.Xinglu Chen2021-06-03
| | | | * etc/news.scm: Add entry.
* import: Add CHICKEN egg importer.Xinglu Chen2021-06-03
| | | | | | | | | | | | * guix/import/egg.scm: New file. * guix/scripts/import/egg.scm: New file. * tests/egg.scm: New file. * Makefile.am (MODULES, SCM_TESTS): Register them. * po/guix/POTFILES.in: Likewise. * guix/scripts/import.scm (importers): Add egg importer. * doc/guix.texi (Invoking guix import, Invoking guix refresh): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu-maintenance: 'generic-html' computes the right source URL.Ludovic Courtès2021-06-03
| | | | | | | | | | | | | | | | | Fixes a regression introduced in 84f8bae0f85de081bbc55aa54ad6a50981a06a43, whereby the URL computed for the new ffmpeg (for instance) would be: https://ffmpeg.org/ffmpeg-4.4.tar.xz instead of: https://ffmpeg.org/releases/ffmpeg-4.4.tar.xz Reported by Maxim Cournoyer. * guix/gnu-maintenance.scm (latest-html-release)[url->release]: Adjust computation in the case of a URI-reference with a relative path.
* machine: ssh: Respect calling convention for monadic procedures.Ludovic Courtès2021-06-03
| | | | | | | | | | Fixes a regression introduced in 2885c3568edec35086f8feeae5b60259cbea407c. Reported by Mathieu Othacehe. * gnu/machine/ssh.scm (deploy-managed-host)[eval/error-handling]: Return two values in the standard case.
* gnu: Add fit-sne.Ricardo Wurmus2021-06-03
| | | | * gnu/packages/bioinformatics.scm (fit-sne): New variable.
* gnu: r-with-tests: Use patched texlive-amsfonts.Lars-Dominik Braun2021-06-03
| | | | | | | See commit 75af43162e58a0b3fdc804963809ecb801fb81b7. * gnu/packages/statistics.scm (r-with-tests)[native-inputs]: Replace texlive-amsfonts with texlive-amsfonts/patched.
* gnu: openshot: Use free font.Leo Prikler2021-06-03
| | | | | * gnu/packages/video.scm (openshot)[inputs]: Use font-dejavu. [patch-font-location]: Adjust accordingly.