summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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.
* gnu: linux-libre 5.4: Update to 5.4.156.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.156. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
* gnu: linux-libre 5.10: Update to 5.10.76.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.76. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
* gnu: linux-libre 5.14: Update to 5.14.15.Leo Famulari2021-10-28
| | | | | * gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.15. (linux-libre-5.14-pristine-source, deblob-scripts-5.14): Update hashes.
* gnu: Add openhmd.Vinicius Monego2021-10-28
| | | | | | * gnu/packages/hardware.scm (openhmd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: docker-compose: Update to 1.29.2Olivier Dion2021-10-28
| | | | | | * gnu/packages/docker.scm (docker-compose): Update to 1.29.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lightdm-gtk-greeter: Add bash-minimal dependency.Denis 'GNUtoo' Carikli2021-10-28
| | | | | | | | | The bash-minimal dependency is required by the wrap-program, and guix lint suggests to add it in the inputs. * gnu/packages/display-managers.scm (lightdm): add bash-minimal dependency Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lightdm-gtk-greeter: Update to 2.0.8Denis 'GNUtoo' Carikli2021-10-28
| | | | | | | | | | | | This also fixes the build. Before configure failed with the following error: checking for exo-csource... no configure: error: in `/tmp/guix-build-lightdm-gtk-greeter-2.0.7.drv-0/lightdm-gtk-greeter-2.0.7': configure: error: exo-csource not installed * gnu/packages/display-managers.scm (lightdm): update to 2.0.8 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add xfce4-dev-toolsDenis 'GNUtoo' Carikli2021-10-28
| | | | | | | | This is now needed to build newer lightdm-gtk-greeter versions * gnu/packages/xfce.scm (xfce4-dev-tools): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* environment: Fix broken file-local variable.Zhu Zihao2021-10-28
| | | | | | * guix/scripts/environment.scm (Local Variables): Add missing eval. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: lttng-tools: Patch default man path.Olivier Dion2021-10-28
| | | | | | | * gnu/packages/linux.scm (lttng-tools) [arguments]: Add 'patch-default-man-path after 'unpack phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* remote: Really build things remotely when #:build-locally? is #false.Ludovic Courtès2021-10-28
| | | | | | | | | | Fixes <https://issues.guix.gnu.org/46756>. Reported by pkill9 <pkill9@runbox.com>, Maxim Cournoyer <maxim.cournoyer@gmail.com>, and Katherine Cox-Buday <cox.katherine.e@gmail.com>. * guix/remote.scm (remote-eval): When BUILD-LOCALLY? is false, wrap 'build-derivations' call in 'with-build-handler'.
* gnu: guix: Update to 014f1b6.Ludovic Courtès2021-10-28
| | | | * gnu/packages/package-management.scm (guix): Update to 014f1b6.
* gnu: icecat: Update to 91.2.0-guix0-preview1.Mark H Weaver2021-10-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (mozilla-compare-locales) (all-mozilla-locales, %icecat-version, %icecat-build-id): Update. (icecat-source): Update upstream source hash. Update to latest gnuzilla commit. Remove the hack that provided 'rename' as 'prename'; set RENAME_CMD environment variable instead. Add python to PATH. Set PYTHONPATH appropriately. Adapt substitutions for the reorganized 'makeicecat' script. Run 'makeicecat' outside of the IceCat source directory. (icecat)[inputs]: Add cairo, font-dejavu, libpng-apng, libvpx, pciutils, hunspell, libnotify, sqlite, and zlib. Update icu4c to version 69. [native-inputs]: Update rust and cargo to 1.51. Update rust-cbindgen to 0.19. Update llvm and clang to 11. Add m4. Remove autoconf. [description]: Update embedded version number to 91. [arguments]: Remove "#:out-of-source? #t". Add "#:validate-runpath? #f". In configure-flags, add "--enable-application=browser", "--enable-rust-simd", "--enable-release", "--enable-optimize", "--enable-strip", "--disable-elf-hack", "--with-system-png", and "--with-system-zlib". Adjust the set of modules. Remove the 'link-libxul-with-libraries' and 'bootstrap' phases. Remove the sandbox whitelist population code from the 'fix-ffmpeg-runtime-linker' phase. Add a new 'build-sandbox-whitelist' phase. The new whitelist code now adds <font-dejavu>/share/fonts to the whitelist, and also the runpaths of all libraries in the 'mesa' package. Update the 'configure' phase to use clang-11 and llvm-11 for compilation (previously we used gcc), to create a 'mozconfig' file and run './mach configure' (previously we passed flags to './configure'). Update the 'build' and 'install' phases to use './mach'. Update and simplify the 'neutralise-store-references' phase. Move the 'install-desktop-entry' phase to happen after 'wrap-program', whereas previously it was run after 'configure'. In the 'wrap-program' phase, add libpng-apng and libnotify to LD_LIBRARY_PATH. (mozilla-78-compare-locales, all-mozilla-78-locales, %icecat-78-version) (icecat-78-source): New variables, containing the previous values of mozilla-compare-locales, all-mozilla-locales, %icecat-version, and icecat-source, respectively. (icedove)[source]: Use 'icecat-78-source'. * gnu/packages/patches/icecat-makeicecat.patch: Adapt to the reorganized 'makeicecat' script. * gnu/packages/patches/icecat-78-makeicecat.patch: New file, containing previous contents of icecat-makeicecat.patch. * gnu/local.mk: Add icecat-78-makeicecat.patch.
* gnu: Add ocaml-z3.Julien Lepiller2021-10-28
| | | | * gnu/packages/maths.scm (ocaml-z3): New variable.
* gnu: kicad: Update home page.Julien Lepiller2021-10-27
| | | | * gnu/packages/engineering.scm (kicad)[home-page]: Update.
* gnu: python-deprecated: Update to 1.2.13.Efraim Flashner2021-10-27
| | | | * gnu/packages/python-xyz.scm (python-deprecated): Update to 1.2.13.
* gnu: python-deprecated: Honor #:tests? flag.Efraim Flashner2021-10-27
| | | | | * gnu/packages/python-xyz.scm (python-deprecated)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: diffoscope: Update to 188.Vagrant Cascadian2021-10-27
| | | | | | | | | | | | | * gnu/packages/patches/diffoscope-fix-test_item3_deflate_llvm_bitcode.patch: Rename patch to... * gnu/packages/patches/diffoscope-fix-llvm-test.patch: This. * gnu/local.mk (dist_patch_DATA): Update patch name. * gnu/packages/diffoscope.scm (diffoscope): Update to 188. [source]: Update patch name. [arguments]: Add skip-python-tests phase. Add fpc-external-tool phase. Add use-dumppdf-py phase. [native-inputs]: Add fpc.
* news: Add 'de' translation.Florian Pelz2021-10-27
| | | | * etc/news.scm: Add German translation of "guix shell" entry.
* gnu: pdf2djvu: Update to 0.9.18.1.Guillaume Le Vaillant2021-10-27
| | | | | * gnu/packages/djvu.scm (pdf2djvu): Update to 0.9.18.1. [arguments]: Add 'fix-tests' phase.
* gnu: snooze: Fix installation destination.Tobias Geerinckx-Rice2021-10-27
| | | | | | | * gnu/packages/suckless.scm (snooze)[arguments]: Remove bogus $(DESTDIR) from #:make-flags to install in $(PREFIX). Reported by Christopher Howard <christopher@librehacker.com>
* gnu: tor: Update to 0.4.6.8.Tobias Geerinckx-Rice2021-10-27
| | | | | * gnu/packages/tor.scm (tor): Update to 0.4.6.8. [fixes low-severity TROVE-2021-008]
* gnu: asignify: Update to 1.1-1.08af003.Leo Famulari2021-10-26
| | | | * gnu/packages/crypto.scm (asignify): Update to 1.1-1.08af003.
* gnu: Add b2sum.Leo Famulari2021-10-26
| | | | * gnu/packages/crypto.scm (b2sum): New variable.
* syscalls: Gracefully handle failure to load libc's libutil.Ludovic Courtès2021-10-26
| | | | | | | | | | | | In particular, libutil is not found when running code on a statically-linked Guile. Reported by mahmooz on #guix. * guix/build/syscalls.scm (syscall->procedure): Add #:library parameter and honor it. (openpty, login-tty): Use 'syscall->procedure' instead of calling 'dynamic-link' directly.
* gnu: Add yt-dlp.Robin Templeton2021-10-26
| | | | | | | | * gnu/packages/video.scm (yt-dlp): New variable. Co-authored-by: Morgan Smith <Morgan.J.Smith@outlook.com> Suggested-by: bdju <bdju@tilde.team> Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: Add uuu.Mathieu Othacehe2021-10-26
| | | | * gnu/packages/flashing-tools.scm (uuu): New variable.
* gnu: ruby-eventmachine: Add openssl input.Stephen Paul Weber2021-10-26
| | | | | | | | | | | While EventMachine will build without openssl present, attempting to use it to make any TLS-secured connections will crash at runtime, which is not very useful. This allows the build system to find and link OpenSSL and thus TLS will work at runtime. * gnu/packages/ruby.scm (ruby-eventmachine): Add openssl input. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* shell: Suggest running '--check' once for interactive use.Ludovic Courtès2021-10-26
| | | | | | * guix/scripts/shell.scm (hint-directory, hint-file, record-hint) (hint-given?): New procedures. (guix-shell): Record and probe the 'shell-check' hint.
* environment: Add '--check'.Ludovic Courtès2021-10-26
| | | | | | | | | | | | * guix/scripts/environment.scm (show-environment-options-help) (%options): Add '--check'. * guix/scripts/environment.scm (child-shell-environment) (validate-child-shell-environment): New procedures. (guix-environment*): Call 'validate-child-shell-environment' when 'check?' key is in OPTS. * doc/guix.texi (Invoking guix shell): Shorten footnote about Bash startup files. Document '--check' and mention startup files. (Invoking guix environment): Document '--check'.
* syscalls: Add 'openpty' and 'login-tty'.Ludovic Courtès2021-10-26
| | | | | * guix/build/syscalls.scm (openpty, login-pty): New procedures. * tests/syscalls.scm ("openpty", "openpty + login-tty"): New tests.
* packages: Optimize 'package-transitive-supported-systems'.Ludovic Courtès2021-10-26
| | | | | | | | | | | | | With this change, the wall-clock time of: ./pre-inst-env guile -c '(use-modules (gnu) (guix)(ice-9 time)) (time (pk (fold-packages (lambda (p r)(supported-package? p)(+ 1 r)) 0)))' goes from 3.2s to 2.0s, a 37% improvement. * guix/packages.scm (package-transitive-supported-systems): Change 'supported-systems' to 'supported-systems-procedure', returning an 'mlambdaq' instead of the original 'mlambda'. Add 'procs'. Adjust body accordingly.
* gnu: python-aiohttp: Remove cythonized files.Efraim Flashner2021-10-26
| | | | | | | * gnu/packages/python-web.scm (python-aiohttp)[source]: Add snippet to remove generated cythonized files. [arguments]: Add phase to generate cythonized files. [native-inputs]: Add python-cython.
* gnu: darkhttpd: Cross-compile.Tobias Geerinckx-Rice2021-10-26
| | | | * gnu/packages/web.scm (darkhttpd)[arguments]: Use CC-FOR-TARGET.
* gnu: darkhttpd: Update to 1.13.Tobias Geerinckx-Rice2021-10-26
| | | | | | * gnu/packages/web.scm (darkhttpd): Update to 1.13. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't explicitly return #t from phases.
* gnu: fcft: Update to 2.4.6.Tobias Geerinckx-Rice2021-10-26
| | | | * gnu/packages/fontutils.scm (fcft): Update to 2.4.6.
* gnu: OpenEXR 2: Move the snippet into a build phase.Leo Famulari2021-10-25
| | | | | | | This snippet was just working around a quirk of the Guix build environment. * gnu/packages/graphics.scm (openexr-2)[origin]: Remove snippet. [arguments]: Add a 'patch-test-directory' phase.
* gnu: OpenEXR: Move the snippet into a build phase.Leo Famulari2021-10-25
| | | | | | | This snippet was just working around a quirk of the Guix build environment. * gnu/packages/graphics.scm (openexr)[origin]: Remove snippet. [arguments]: Add a 'patch-test-directory' phase.