| Age | Commit message (Collapse) | Author |
|
* gnu/packages/patches/mathjax-4.0.0-disable-webpack.patch,
gnu/packages/patches/mathjax-4.0.0-no-a11y.patch: New files.
* gnu/local.mk (dist_patch_DATA): Record them.
* gnu/packages/javascript.scm (js-mathjax-4): New variable.
(js-mathjax-for-r-mathjaxr): Define as alias for js-mathjax-4.
Change-Id: I156605a8d11d615489d8f0c0c267c96339afc3c7
|
|
* gnu/packages/javascript.scm (quickjs-ng):
[source]: Add quickjs-ng-64-bits-precision-on-i686.patch and
quickjs-ng-fix-atomics.pause-on-32-bit.patch patches.
[arguments]<#:tests?>: Enable them.
* quickjs-ng-64-bits-precision-on-i686.patch,
* gnu/packages/patches/quickjs-ng-fix-atomics.pause-on-32-bit.patch: New
files.
* gnu/local.mk (dist_patch_DATA): Add them.
Change-Id: I94be4c85725c9fe7780c1b2e2186411719051b56
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/javascript.scm (quickjs-ng): Update to 0.11.0.
(test262-source): Use latest commit pinned by quickjs-ng.
Change-Id: I77ce31f895afc0505b606b6cc26d1a5592b691d4
|
|
* gnu/packages/javascript.scm (make-js-lunr-lang): New procedure.
(js-lunr-ar, js-lunr-da, js-lunr-de, js-lunr-el, js-lunr-es,
js-lunr-fi, js-lunr-fr, js-lunr-he, js-lunr-hi, js-lunr-hu,
js-lunr-hy, js-lunr-it, js-lunr-ja, js-lunr-kn, js-lunr-ko,
js-lunr-nl, js-lunr-no, js-lunr-pt, js-lunr-ro, js-lunr-ru,
js-lunr-sa, js-lunr-sv, js-lunr-ta, js-lunr-te, js-lunr-th,
js-lunr-tr, js-lunr-vi, js-lunr-zh, js-lunr-multi,
js-lunr-stemmer-support): New variables.
Change-Id: Iea8c495b926a554bd2906f7d86279c9f60a6cfdb
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
|
|
This reverts commit a7db92d9b389cbe565395523882c34c6eff2c21a, this time with
the more careful command, to avoid a world rebuild:
grep -rl --exclude-dir=build --exclude-dir=patches --exclude=ld-wrapper.in \
--exclude=sitecustomize.py --exclude=guix-emacs.el maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
Change-Id: I0871f5cf9ace79e34e78e24154d0da6ea95a3a91
|
|
This reverts commit d0d87a744d724b7e7d5ac013c586039652087bb3. Oops! This
caused a world rebuild.
Change-Id: I25fff644b2b61d0ee93d69b457b04c72b5b74d15
|
|
The change was automated via:
git grep -l maxim.cournoyer@gmail.com |
xargs sed -i 's/maxim.cournoyer@gmail.com/maxim@guixotic.coop/g'
* .mailmap: New entry.
Change-Id: Iaa88b1e51c94159c49138fb43910badb990eb169
|
|
* gnu/packages/javascript.scm (quickjs): Update to 2025-04-26.
Change-Id: Ia759ec18e58613734446d9cce88f781c3c415c14
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
It seems quickjs-ng and quickjs are not API compatible.
This fixes building tic80.
This reverts commit b94cf86a89ef0a6bf7ec2c8e52f64c5107888f55.
Change-Id: I3666ddbef8d1b2e71d49f9b14aef5a1be4b8495a
Signed-off-by: Andreas Enge <andreas@enge.fr>
|
|
* gnu/packages/javascript.scm (quickjs): Define as deprecated in
favor of quickjs-ng.
Change-Id: Ia7974a21ccd0c6a89b71300fda7bed86588fb0e2
|
|
* gnu/packages/javascript.scm (quickjs-ng): New variable.
Change-Id: Ib0dba8aa24e2dafe98b8688fbde1c0ce0a31a4e2
|
|
This fixes CVE-2023-50471 and CVE-2023-50472.
* gnu/packages/javascript.scm (cjson): Update to 1.7.18.
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.3.5.
Change-Id: I15580d589cf3163ea669adfd93848ad893f0e124
|
|
* gnu/packages/javascript.scm (quickjs): Update to 2024-01-13.
[arguments]: Adjust make-flags to set PREFIX and not DESTDIR.
[description]: Update with new features.
Change-Id: I76189212c3baafda36b7327d47001147ffacb8a8
|
|
* gnu/packages/javascript.scm (quickjs)[arguments]: When building for
powerpc-linux add a make-flag to link with latomic.
Change-Id: I8838c8b750f919a58fc3bfe73919de0c1e585243
|
|
* gnu/packages/javascript.scm (quickjs)[source]: Add snippet to remove
pre-generated documentation.
Change-Id: Ie616fb590ff6b9e6db6c7d6cccc79d029e8e3e14
|
|
* gnu/packages/javascript.scm (quickjs)[arguments]: Adjust custom
'check phase to honor the #:tests? flag.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: I686b3b9a615cbdaefaf59d9c1c0ba7628d7d92f2
|
|
* gnu/packages/javascript.scm (quickjs)[arguments]:
Rewrite as G-expressions.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: Ib6b47266a7faf020831653ce205b442f3af35de2
|
|
* gnu/packages/javascript.scm (quickjs)[arguments]: Adjust
make-flags when building for riscv64-linux to link with '-latomic'.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Change-Id: Ic66874191985c877f5fb648b37e241bff3f16084
|
|
* gnu/packages/javascript.scm (js-datatables-1.9): New variable.
Change-Id: I9b022e12119247c8385ebbcec07f54c4106155df
|
|
* guix/packages.scm (%standard-patch-inputs): Use
‘libc-utf8-locales-for-target’ instead of ‘glibc-utf8-locales’.
* guix/self.scm (%packages): Likewise.
* gnu/home/services/ssh.scm (file-join): Likewise
* gnu/installer.scm (build-compiled-file): Likewise.
* gnu/packages/chromium.scm (ungoogled-chromium/wayland): Likewise.
* gnu/packages/gnome.scm (libgweather4, tracker): Likewise.
* gnu/packages/javascript.scm (js-mathjax): Likewise.
* gnu/packages/package-management.scm (guix, flatpak): Likewise.
* gnu/packages/raspberry-pi.scm (raspi-arm64-chainloader): Likewise.
* gnu/packages/suckless.scm (svkbd): Likewise.
* gnu/services.scm (cleanup-gexp): Likewise.
* gnu/services/base.scm (guix-publish-shepherd-service): Likewise.
* gnu/services/guix.scm (guix-build-coordinator-shepherd-services)
(guix-build-coordinator-agent-shepherd-services): Likewise.
* gnu/services/guix.scm (guix-build-coordinator-queue-builds-shepherd-services):
(guix-data-service-shepherd-services)
(nar-herder-shepherd-services)
(bffe-shepherd-services): Likewise.
* gnu/services/web.scm (anonip-shepherd-service)
(mumi-shepherd-services): Likewise.
* gnu/system/image.scm (system-disk-image, system-iso9660-image)
(system-docker-image, system-tarball-image): Likewise.
* gnu/system/install.scm (%installation-services): Likewise.
* guix/profiles.scm (info-dir-file): Likewise.
(ca-certificate-bundle, profile-derivation): Likewise.
* guix/scripts/pack.scm (store-database, set-utf8-locale): Likewise.
* tests/pack.scm: Likewise.
* tests/profiles.scm ("profile-derivation, cross-compilation"):
Likewise.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Co-authored-by: Christopher Baines <mail@cbaines.net>
Change-Id: I24239f427bcc930c29d2ba5d00dc615960a6c374
|
|
* gnu/packages/javascript.scm (cjson): Update to 1.7.16.
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.3.2.
|
|
* gnu/packages/javascript.scm (js-scianimator): New variable.
|
|
* gnu/packages/javascript.scm (duktape)[arguments]: Use CC-FOR-TARGET.
|
|
* gnu/packages/javascript.scm (duktape)[arguments]:
Rewrite as G-expressions.
|
|
* gnu/packages/patches/mathjax-3.1.2-no-a11y.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/javascript.scm (js-mathjax-for-r-mathjaxr): New variable.
|
|
* gnu/packages/javascript.scm (rhino)[arguments]: Add 'remove-build-dates
phase.
|
|
* gnu/packages/javascript.scm (mujs)[arguments]: Rewrite using
G-expressions.
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.2.0.
[source]: Add snippet to remove generated files.
|
|
* gnu/package/javascript.scm (rhino): New variable.
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
|
|
* gnu/packages/javascript.scm (js-selectize)[arguments]: Minify concatenated
file.
|
|
* gnu/packages/javascript.scm (js-commander)[description]: Fix trailing
whitespace.
|
|
* gnu/packages/javascript.scm (js-mathjax-3): New variable.
* gnu/packages/patches/mathjax-disable-webpack.patch,
gnu/packages/patches/mathjax-no-a11y.patch: New patches.
* gnu/local.mk (dist_patch_DATA): Register them.
|
|
This commit was obtained by running:
./pre-inst-env guix style
without any additional argument.
|
|
* gnu/packages/javascript.scm (duktape)[phases]{install-pkg-config}: New phase.
|
|
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.1.3.
|
|
This patch replaces occurrences of:
(string-append (assoc-ref %build-inputs "…") "/…")
by:
(search-input-file %build-inputs "/…")
* doc/guix.texi (Miscellaneous Services): Use 'search-input-file' in R
Shiny example.
* gnu/packages/admin.scm (screenfetch): Use 'search-input-file'.
(ufetch): Likewise.
(hosts): Likewise.
* gnu/packages/backup.scm (dirvish): Likewise.
* gnu/packages/code.scm (colormake): Likewise.
* gnu/packages/compression.scm (makeself-safeextract): Likewise.
* gnu/packages/debug.scm (scanmem): Likewise.
* gnu/packages/education.scm (snap): Likewise.
(omnitux): Likewise.
* gnu/packages/emacs-xyz.scm (epipe): Likewise.
* gnu/packages/games.scm (openttd-opensfx): Likewise.
(openttd-openmsx): Likewise.
(openrct2-title-sequences): Likewise.
(openrct2-objects): Likewise.
(mrrescue): Likewise.
(0ad-data): Likewise.
(xonotic-data): Likewise.
(drascula): Likewise.
(make-lure-package): Likewise.
(make-queen-package): Likewise.
(sky): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/gnuzilla.scm (icedove): Likewise.
* gnu/packages/guile-xyz.scm (guile-shapefile): Likewise.
* gnu/packages/hurd.scm (netdde): Likewise.
* gnu/packages/javascript.scm (js-context-menu): Likewise.
(js-commander): Likewise.
(js-xmldom-sre): Likewise.
* gnu/packages/kde-frameworks.scm (krunner): Likewise.
* gnu/packages/kodi.scm (kodi-cli): Likewise.
* gnu/packages/libreoffice.scm (hunspell-dict-pl): Likewise.
* gnu/packages/linux.scm (e2fsck/static): Likewise.
* gnu/packages/markup.scm (markdown): Likewise.
* gnu/packages/maths.scm (hdf-java): Likewise.
* gnu/packages/multiprecision.scm (libtomcrypt): Likewise.
* gnu/packages/networking.scm (batctl): Likewise.
* gnu/packages/python-xyz.scm (python-pymediainfo): Likewise.
* gnu/packages/shells.scm (fish-foreign-env): Likewise.
* gnu/packages/tex.scm (texlive-fonts-iwona): Likewise.
* gnu/packages/upnp.scm (miniupnpc): Likewise.
* gnu/packages/version-control.scm (git-annex-remote-rclone): Likewise.
* gnu/packages/virtualization.scm (qemu): Likewise.
* gnu/packages/web.scm (icedtea-web): Likewise.
* gnu/packages/wm.scm (stumpish): Likewise.
|
|
* gnu/packages/minetest.scm (minetest-basic-trains): New variable.
* gnu/packages/bioinformatics.scm (bismark): Update uglifyjs input.
* gnu/packages/ci.scm (laminar): Update uglifyjs input.
* gnu/packages/cran.scm (r-shiny r-shinytree r-shinydashboard r-colourpicker
r-threejs r-flexdashboard r-networkd3 r-dygraphs): Update uglifyjs input.
* gnu/packages/javascript.scm (js-mathjax): Update uglifyjs input.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/javascript.scm (cjson): Update to 1.7.15.
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.1.1.
|
|
* gnu/packages/javascript.scm (quickjs): Update to 2021-03-27.
|
|
* gnu/packages/javascript.scm (mujs): Update to 1.1.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
* gnu/packages/javascript.scm (duktape): New variable.
|
|
* gnu/packages/javascript.scm (js-xmldom-sre): New variable.
|
|
* gnu/packages/javascript.scm (js-commander): New variable.
|
|
* gnu/packages/javascript.scm (js-context-menu): New variable.
|
|
* gnu/packages/javascript.scm (cjson): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
|
|
* gnu/packages/javascript.scm (mujs)[arguments]: Replace the default
'install phase which would install (only) the static library.
|