Age | Commit message (Expand) | Author |
2020-01-20 | gnu: Add node-color-name....* gnu/packages/node-xyz.scm (node-color-name): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-stack-trace....* gnu/packages/node-xyz.scm (node-stack-trace): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-far....* gnu/packages/node-xyz.scm (node-far): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-oop....* gnu/packages/node-xyz.scm (node-oop): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-util-deprecate....* gnu/packages/node-xyz.scm (node-util-deprecate): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-statsd-parser....* gnu/packages/node-xyz.scm (node-statsd-parser): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-mersenne....* gnu/packages/node-xyz.scm (node-mersenne): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-long-stack-traces....* gnu/packages/node-xyz.scm (node-long-stack-traces): New variable.
| Efraim Flashner |
2020-01-20 | gnu: Add node-env-variable....* gnu/packages/node-xyz.scm (node-env-variable): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Register it.
| Efraim Flashner |
2020-01-20 | gnu: ghc-hashable-time: Use HTTPS home page....* gnu/packages/haskell-xyz.scm (ghc-hashable-time)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: ghc-sdl2: Use HTTPS home page....* gnu/packages/haskell-xyz.scm (ghc-sdl2)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: r-dummies: Use HTTPS home page....* gnu/packages/cran.scm (r-dummies)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: cli-visualizer: Update to 1.8....* gnu/packages/audio.scm (cli-visualizer): Update to 1.8.
[build-system]: Switch to cmake-build-system.
[inputs]: Remove googletest.
[arguments]: Disable tests. Remove #:make-flags and all phases apart
from ‘install-examples’, previously ‘data’.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: stunnel: Update to 5.56....* gnu/packages/web.scm (stunnel): Update to 5.56.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: mpv: Update to 0.31.0....* gnu/packages/video.scm (mpv): Update to 0.31.0.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: youtube-dl: Update to 2020.01.15....* gnu/packages/video.scm (youtube-dl): Update to 2020.01.15.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: cpuid: Update to 20200116....* gnu/packages/linux.scm (cpuid): Update to 20200116.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: pngquant: Update to 2.12.6....* gnu/packages/image.scm (pngquant): Update to 2.12.6.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: blender: Update to 2.81a....* gnu/packages/graphics.scm (blender): Update to 2.81a.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: ghc-missingh: Use HTTPS home page....* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: Update pythonpaste.org home pages....* gnu/packages/check.scm (python-scripttest)[home-page]: Update URI.
* gnu/packages/python-web.scm (python-paste, python-pastescript)
(python-webtest, python-pastedeploy)[home-page]: Likewise.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: lsh: Use HTTPS home page....* gnu/packages/ssh.scm (lsh)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-20 | gnu: glulxe: Use HTTPS home page....* gnu/packages/games.scm (glulxe)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-19 | guix package: Create profiles/per-user/$USER upfront....Fixes <https://bugs.gnu.org/39194>.
Reported by Matt Wette <matt.wette@gmail.com>.
* guix/scripts/package.scm (build-and-use-profile): Move
'ensure-default-profile' call to...
(process-actions): ... here.
| Ludovic Courtès |
2020-01-19 | syscalls: Pass the right 'throw' arguments in 'call-with-file-lock/no-wait'....Reported by Matt Wette <matt.wette@gmail.com>
in <https://bugs.gnu.org/39194>.
* guix/build/syscalls.scm (call-with-file-lock/no-wait): When
re-throwing, pass KEY in addition to ARGS.
| Ludovic Courtès |
2020-01-19 | repl: Avoid dependency on high-level package modules....* guix/scripts/repl.scm: Remove imports of (guix scripts build), (gnu
packages), (guix utils), and (guix packages).
(%options): Define "--load-path" option right here.
| Ludovic Courtès |
2020-01-19 | repl: Adjust "--listen" help message....* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
| Ludovic Courtès |
2020-01-19 | repl: Add "-q"....* guix/scripts/repl.scm (%options, show-help): Add "-q".
(guix-repl): Add 'user-config' and use it. Honor 'ignore-dot-guile?'.
| Ludovic Courtès |
2020-01-19 | tests: install: "raid-root-os" test uses RAID-1 instead of RAID-0....Fixes <https://bugs.gnu.org/38086>.
Thanks to Vagrant and Tobias!
* gnu/tests/install.scm (%raid-root-os)[initrd-modules]: Add "raid1"
instead of "raid0".
(%raid-root-installation-script): Make the partitions twice as big.
Invoke 'mdadm' with '--level=mirror' instead of '--level=stripe';
connect "yes" to its stdin.
(%test-raid-root-os): Set #:target-size to 2.8 GiB.
| Ludovic Courtès |
2020-01-19 | gnu: guile-commonmark: Add "guile3.0-commonmark" variant....* gnu/packages/guile-xyz.scm (guile-commonmark)[source]: Add 'modules'
and 'snippet'.
(guile3.0-commonmark): New variable.
| Ludovic Courtès |
2020-01-19 | gnu: arc-theme: Fix build....* gnu/packages/web.scm (sassc/libsass-3.5): New public variable.
* gnu/packages/gnome.scm (arc-theme)[native-inputs]: Use it.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: Remove duplicate module imports from (gnu packages gnome)....* gnu/packages/gnome.scm: Remove duplicate module imports.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: minetest-data, minetest: Use HTTPS home page....* gnu/packages/games.scm (minetest-data, minetest)[home-page]:
Use HTTPS and www subdomain.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: quakespasm: Update to 0.93.2....* gnu/packages/games.scm (quakespasm): Update to 0.93.2.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: teeworlds: Update to 0.7.4 [security fixes]...This fixes CVE-2019-10877, CVE-2019-10878, and CVE-2019-10879.
* gnu/packages/games.scm (teeworlds): Update to 0.7.4.
[source]: Remove patch.
[arguments]: Remove use-latest-json-parser substitution.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: odamex: Update to 0.8.1....* gnu/packages/games.scm (odamex): Update to 0.8.1.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: gramps: Update to 5.1.2....* gnu/packages/genealogy.scm (gramps): Update to 5.1.2.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: minetest: Update to 5.1.1....* gnu/packages/games.scm (minetest): Update to 5.1.1.
[source]: Remove obsolete snippet… bit.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: minetest-data: Update to 5.1.1....* gnu/packages/games.scm (minetest-data)[version]: Update to 5.1.1.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: xautolock: Use HTTPS home page....* gnu/packages/xdisorg.scm (xautolock)[home-page]: Use HTTPS.
[source]: Likewise. Don't use NAME in source URI.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: ghc-dense-linear-algebra: Use HTTPS home page....* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: java-jcommander: Use HTTPS home page....* gnu/packages/java.scm (java-jcommander)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: elemental: Update home page....* gnu/packages/maths.scm (elemental)[home-page]: Use repository home
page.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: plantuml: Use HTTPS home page....* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: ecryptfs: Use HTTPS home page....* gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: font-wqy-zenhei: Use HTTP home page....* gnu/packages/fonts.scm (font-wqy-zenhei)[home-page]: Use HTTP.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: dillo: Use HTTPS home page....* gnu/packages/web-browsers.scm (dillo)[home-page]: Use HTTPS.
[source]: Likewise. Don't hard-code NAME in source URI.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: pfff: Use HTTPS home page....* gnu/packages/textutils.scm (pfff)[home-page]: Use HTTPS.
| Tobias Geerinckx-Rice |
2020-01-19 | gnu: noweb: Declare a source file-name....* gnu/packages/noweb.scm (noweb)[source]: Add file-name field.
| Efraim Flashner |
2020-01-19 | gnu: hidapi: Declare a source file-name....* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.
| Efraim Flashner |