aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mail.scm
blob: 84b6fa0e76340cac13abdebb5cf7aaf5a5206493 (about) (plain)
blob size (166KB) exceeds display size limit (100KB).
2019-09-15gnu: Add js-requirejs....* gnu/packages/javascript.scm (js-requirejs): New variable. Ricardo Wurmus 2019-09-08gnu: js-respond: Don't use unstable-tarball....* gnu/packages/javascript.scm (js-respond)[source]: Use 'git-fetch'. Efraim Flashner 2019-09-08gnu: js-respond: Use minify-build-system....* gnu/packages/javascript.scm (js-respond)[build-system]: Use minify-build-system. [arguments]: Remove custom builder code. [native-inputs]: Remove uglify-js, source, gzip, tar. Efraim Flashner 2019-09-08gnu: js-filesaver: Don't use unstable tarball....* gnu/packages/javascript.scm (js-filesaver)[source]: Use 'git-fetch'. Efraim Flashner 2019-09-08gnu: js-es5-shim: Update to 4.5.13....* gnu/packages/javascript.scm (js-es5-shim): Update to 4.5.13. Efraim Flashner 2019-09-08gnu: js-es5-shim: Don't use unstable tarball....* gnu/packages/javascript.scm (js-es5-shim)[source]: Use 'git-fetch'. Efraim Flashner 2019-09-08gnu: js-selectize: Update to 0.12.6....* gnu/packages/javascript.scm (js-selectize): Update to 0.12.6. Efraim Flashner 2019-09-08gnu: js-selectize: Don't use unstable tarball....* gnu/packages/javascript.scm (js-selectize)[source]: Use 'git-fetch'. Efraim Flashner 2019-09-08gnu: js-highlight: Don't use unstable tarball....* gnu/packages/javascript.scm (js-highlight)[source]: Use 'git-fetch'. Efraim Flashner 2019-09-08gnu: js-strftime: Don't use unstable tarball....* gnu/packages/javascript.scm (js-strftime)[source]: Use 'git-fetch'. Efraim Flashner 2019-09-08gnu: js-html5shiv: Don't use unstable tarball....* gnu/packages/javascript.scm (js-html5shiv)[source]: Use 'git-fetch'. Efraim Flashner 2019-07-10gnu: mujs: Update to 1.0.6 [fixes CVE-2019-1141{1,2,3}, CVE-2019-12798]....* gnu/packages/javascript.scm (mujs): Update to 1.0.6. [source]: Download using url-fetch. [arguments]: Update 'install-shared-library phase. [home-page]: Update to new home-page. Efraim Flashner 2019-05-16gnu: js-mathjax: Avoid "Too many open files" error while building....* gnu/packages/javascript.scm (js-mathjax)[arguments]: Add call to 'close-pipe'. Previously builds would sometimes fail with EMFILE (this was non-deterministic as it depends on GC activity.) Ludovic Courtès