summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* guix home: import: Make the user to specify a destination directory.Xinglu Chen2021-10-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | Copy the appropriate the relevant configuration files to the destination directory, and call ‘local-file’ on them. Without this, ‘guix home import’ will generate a service declaration like this (service home-bash-service-type (home-bash-configuration (bashrc (list (slurp-file-gexp (local-file "/home/yoctocell/.bashrc")))))) but when running ‘guix home reconfigure’, the ~/.bashrc file would be moved, so when running ‘guix home reconfigure’ for the second time, it would read the ~/.bashrc which is itself a symlink to a file the store. * guix/scripts/home/import.scm (generate-bash-module+configuration): Take ‘destination-directory’ parameter (modules+configurations): Copy the user’s configuration file to ‘%destination-directory’. * guix/scripts/home.scm (process-command): Adjust accordingly; create ‘destination’ if it doesn’t exist. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-formattable.Mădălin Ionel Patrașcu2021-10-30
| | | | * gnu/packages/cran.scm (r-formattable): New variable.
* gnu: qemu: Add Guix support to QEMU guest agent.Timotej Lazar2021-10-30
| | | | | | | | | | | QEMU guest agent hardcodes paths to /sbin/hwclock and /sbin/shutdown. Patch the source to try binaries under /run/current-system/profile/sbin first. * gnu/packages/patches/qemu-fix-agent-paths.patch: New file. * gnu/local.mk (dist_patch_DATA): Register the patch. * gnu/packages/virtualization.scm (qemu)[origin]: Apply it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-bien.jgart2021-10-30
| | | | | | * gnu/packages/cran.scm (r-bien): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add r-fasterize.jgart2021-10-30
| | | | | | * gnu/packages/cran.scm (r-fasterize): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-ijson.Raphaël Mélotte2021-10-30
| | | | | | * gnu/packages/python-xyz.scm (python-ijson): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* shell: Error out when an unauthorized guix.scm/manifest.scm is found.Ludovic Courtès2021-10-30
| | | | | | | | | | | The previous behavior was confusing: a warning would be printed and 'guix shell' would go on starting an empty environment. Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * guix/scripts/shell.scm (auto-detect-manifest): Change "not loading" case from warning to error. * tests/guix-shell.sh: Adjust accordingly.
* gnu: Add Random Identity Generator (rig)Foo Chuan Wei2021-10-30
| | | | | | * gnu/packages/shellutils.scm (rig): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: ta-lib: Explicitly link math library.Foo Chuan Wei2021-10-30
| | | | | | * gnu/packages/finance.scm (ta-lib)[arguments]: Add 'link-math-library' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-pass.Foo Chuan Wei2021-10-30
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-pass, ecl-cl-pass, sbcl-cl-pass): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: Add cl-clinenoise.Foo Chuan Wei2021-10-30
| | | | | | | * gnu/packages/lisp-xyz.scm (cl-clinenoise, ecl-clinenoise, sbcl-clinenoise): New variables. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: ungoogled-chromium: Update to 95.0.4638.69-1.Marius Bakke2021-10-30
| | | | | | * gnu/packages/chromium.scm (%chromium-version): Set to 95.0.4638.69. (%ungoogled-revision): Inherit from it. (%ungoogled-origin, ungoogled-chromium): Update hashes.
* gnu: mame: Update to 0.237.Nicolas Goaziou2021-10-29
| | | | * gnu/packages/emulators.scm (mame): Update to 0.237.
* gnu: scintilla: Update to 5.1.3.Nicolas Goaziou2021-10-29
| | | | * gnu/packages/text-editors.scm (scintilla): Update to 5.1.3.
* gnu: thinkfan: Update to 1.3.0.Nicolas Goaziou2021-10-29
| | | | * gnu/packages/linux.scm (thinkfan): Update to 1.3.0.
* gnu: emacs-shell-command+: Update to 2.3.2.Nicolas Goaziou2021-10-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-shell-command+): Update to 2.3.2.
* gnu: emacs-ebdb: Update to 0.8.8.Nicolas Goaziou2021-10-29
| | | | * gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.8.
* gnu: diffoscope: Update to 189.Vagrant Cascadian2021-10-29
| | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 189. [arguments] Remove phases 'use-dumppdf-py and 'fpc-external-tool. Update 'skip-python-tests.
* gnu: blueman: Update to 2.2.3.Tobias Geerinckx-Rice2021-10-29
| | | | * gnu/packages/networking.scm (blueman): Update to 2.2.3.
* gnu: corefreq: Update to 1.87.4.Tobias Geerinckx-Rice2021-10-29
| | | | * gnu/packages/linux.scm (corefreq): Update to 1.87.4.
* gnu: chroma: Update to 1.19.Tobias Geerinckx-Rice2021-10-29
| | | | | * gnu/packages/games.scm (chroma): Update to 1.19. [arguments]: Remove "CFLAGS=-fgnu89-inline" work-around.
* gnu: botan: Omit static library.Tobias Geerinckx-Rice2021-10-29
| | | | | * gnu/packages/crypto.scm (botan)[arguments]: Add a "--disable-static" configure flag.
* gnu: botan: Update to 2.18.2.Tobias Geerinckx-Rice2021-10-29
| | | | * gnu/packages/crypto.scm (botan): Update to 2.18.2.
* gnu: komikku: Update to 0.35.2.Liliana Marie Prikler2021-10-29
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.35.2.
* gnu: knot-resolver: Update to 5.4.2.Simon South2021-10-29
| | | | | | * gnu/packages/dns.scm (knot-resolver): Update to 5.4.2. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: butt: Update to 0.1.32.Tobias Geerinckx-Rice2021-10-29
| | | | * gnu/packages/audio.scm (butt): Update to 0.1.32.
* gnu: recoll: Enable GUI and add inputs for common filters.Ricardo Wurmus2021-10-29
| | | | | | | * gnu/packages/search.scm (recoll)[arguments]: Enable GUI; add build phase 'wrap-filters. [inputs]: Replace python-pdftotext with poppler; add qtbase-5, unzip, gawk, grep, groff, gzip, libiconv, perl, perl-image-exiftool, sed, and tar.
* Revert "gnu: docker-compose: Update to 1.29.2"Maxim Cournoyer2021-10-28
| | | | | | | | This reverts commit c9c4c851a8f05228e060d2d12550d31c2dced5b4, until the following runtime dependency problem can be investigated: pkg_resources.DistributionNotFound: The 'python-dotenv<1,>=0.13.0' distribution was not found and is required by docker-compose
* gnu: python-slugify: Honor #:tests?.Ludovic Courtès2021-10-28
| | | | * gnu/packages/python-web.scm (python-slugify)[arguments]: Honor #:tests?
* gnu: python-slugify: Update to 5.0.2.jgart2021-10-28
| | | | | | * gnu/packages/python-web.scm (python-slugify): Update to 5.0.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add ginac.Vinicius Monego2021-10-28
| | | | | | * gnu/packages/algebra.scm (ginac): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add cln.Vinicius Monego2021-10-28
| | | | | | * gnu/packages/multiprecision.scm (cln): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: waypipe: Update to 0.8.1Robby Zambito2021-10-28
| | | | | | | * gnu/packages/freedesktop.scm (waypipe): Update to 0.8.1. [arguments]: Remove obsolete 'fix-sleep-path phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: waypipe: Simplify 'fix-sleep-path phase.Robby Zambito2021-10-28
| | | | | | | | * gnu/packages/freedesktop.scm (waypipe) [arguments]: Remove inputs argument. [native-inputs]: Remove coreutils. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* packages: Optionally validate Texinfo markup at expansion time.Ludovic Courtès2021-10-28
| | | | | * guix/packages.scm (validate-texinfo): New macro. (<package>)[synopsis, description]: Add 'sanitize' property.
* ui: Gracefully handle invalid Texinfo markup in package blurbs.Ludovic Courtès2021-10-28
| | | | | | | | Previously 'guix search' & co. would crash when encountering invalid Texinfo. * guix/ui.scm (texi->plain-text*): New procedure. (package-field-string, package->recutils): Use it.
* store: 'map/accumulate-builds' handler checks the store received.Ludovic Courtès2021-10-28
| | | | | | | | | | | This is a followup to b19250eec6f92308f237a09a43e8e3e2355345b9, providing a proper fix for <https://issues.guix.gnu.org/46756>. * guix/remote.scm (remote-eval): Revert b19250eec6f92308f237a09a43e8e3e2355345b9. * guix/store.scm (build-accumulator): Turn into a procedure. Call CONTINUE when the store is not eq? to the initial store. (map/accumulate-builds): Adjust accordingly. * tests/store.scm ("map/accumulate-builds and different store"): New test.
* doc: Allow offloading of the expensive derivations.Ludovic Courtès2021-10-28
| | | | | * doc/build.scm (translated-texi-manuals) (html-manual, pdf-manual): Pass #:local-build? #f.
* import: cran: Use the standard diagnostic procedures.Ludovic Courtès2021-10-28
| | | | | * guix/import/cran.scm (bioconductor-packages-list) (fetch-description): Use 'warning' instead of 'format'.
* gnu: dovecot-pigeonhole: Update to 0.5.17.Tobias Geerinckx-Rice2021-10-28
| | | | | * gnu/packages/mail.scm (dovecot-pigeonhole): Update to 0.5.17. [arguments]: Don't explicitly return #t from phases.
* gnu: dovecot: Update to 2.3.17.Tobias Geerinckx-Rice2021-10-28
| | | | | * gnu/packages/mail.scm (dovecot): Update to 2.3.17. [arguments]: Don't explicitly return #t from phases.
* gnu: recoll: Update synopsis.Ricardo Wurmus2021-10-28
| | | | * gnu/packages/search.scm (recoll)[synopsis]: Do not use package name.
* gnu: recoll: Add home-page.Ricardo Wurmus2021-10-28
| | | | | | Reported-by: Ludovic Courtès <ludo@gnu.org>. * gnu/packages/search.scm (recoll)[home-page]: Add it.
* gnu: Add recoll.Ricardo Wurmus2021-10-28
| | | | * gnu/packages/search.scm (recoll): New variable.
* gnu: mupdf: Update to 1.19.0.Efraim Flashner2021-10-28
| | | | | | | | * gnu/packages/pdf.scm (mupdf): Update to 1.19.0. [source]: Remove patches. Add directory to be saved in snippet * gnu/packages/patches/mupdf-CVE-2021-3407.patch, gnu/packages/patches/mupdf-fix-linkage.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them.
* gnu: mujs: Update to 1.1.3.Efraim Flashner2021-10-28
| | | | * gnu/packages/javascript.scm (mujs): Update to 1.1.3.
* gnu: linux-libre 4.4: Update to 4.4.290.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.290. (linux-libre-4.4-pristine-source, deblob-scripts-4.4): Update hashes.
* gnu: linux-libre 4.9: Update to 4.9.288.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.288. (linux-libre-4.9-pristine-source, deblob-scripts-4.9): Update hashes.
* gnu: linux-libre 4.14: Update to 4.14.253.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.253. (linux-libre-4.14-pristine-source, deblob-scripts-4.14): Update hashes.
* gnu: linux-libre 4.19: Update to 4.19.214.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.214. (linux-libre-4.19-pristine-source, deblob-scripts-5.19): Update hashes.