aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/lisp.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2023-12-28 11:20:34 +0100
committerRicardo Wurmus <rekado@elephly.net>2024-01-01 14:35:16 +0100
commita72c6ba19a51a3eed9c7198f4b358849dd7543be (patch)
treeb22836c3384e53f752041350b1644f40a29501ca /gnu/packages/lisp.scm
parent25d7dbd61c5420e105c36eef9b3583c87088bb40 (diff)
downloadguix-a72c6ba19a51a3eed9c7198f4b358849dd7543be.tar.gz
guix-a72c6ba19a51a3eed9c7198f4b358849dd7543be.zip
gnu: r-genomeinfodb: Update to 1.38.4.
* gnu/packages/bioconductor.scm (r-genomeinfodb): Update to 1.38.4. Change-Id: Icdd7237e7a4d15a6b9554fca77423148d6f7438e
Diffstat (limited to 'gnu/packages/lisp.scm')
0 files changed, 0 insertions, 0 deletions
0dc0b5250c'>gnu: Add passff....* gnu/packages/browser-extensions.scm (passff-host): New variable. (passff): New variable. Change-Id: I0f6f4b0c319e5cffd0940421a4d8bdc73d8d806b Clément Lassieur 2023-10-23gnu: icecat: Support Guix packaged extensions and native manifests....* gnu/build/icecat-extension.scm: New file with a MAKE-ICECAT-EXTENSION procedure that makes sure the add-on directory is a symlink, so that Icecat can normalize it into a package store path. * gnu/local.mk (dist_patch_DATA): Register it, as well as new patches. * gnu/packages/browser-extensions.scm (ublock-origin)[properties]: Store the add-on ID so that it is accessible in MAKE-ICECAT-EXTENSION. [arguments]: Use the add-on ID as root directory. (ublock-origin/icecat): New procedure. * gnu/packages/gnuzilla.scm (icecat-minimal)[arguments]: Rewrite the unused 'apply-guix-specific-patches' phase so that it applies the following two patches. [native-search-paths]: New field. * gnu/packages/patches/icecat-compare-paths.patch: New patch that compares add-on paths (which are package store paths) to detect package changes. * gnu/packages/patches/icecat-use-system-wide-dir.patch: New patch that replaces "/usr/lib/mozilla" (the system-wide directory for extensions and native manifests) with "$ICECAT_SYSTEM_DIR". Clément Lassieur 2023-09-28gnu: ublock-origin: Update to 1.51.0....* gnu/packages/browser-extensions.scm (ublock-main-assets): Add origin. (ublock-prod-assets): Add origin. (ublock-origin): Update to 1.51.0. [source]: Dropped (recursive? #t). [arguments]: Rewrite phase do-not-depend-on-git. Use gexp. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nicolas Graves 2022-11-12gnu: uBlock Origin: Update to 1.45.2....* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.45.2. Marius Bakke