summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-09gnu: Add node-segfault-handler....* gnu/packages/node-xyz.scm (node-segfault-handler): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-bindings....* gnu/packages/node-xyz.scm (node-bindings): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-file-uri-to-path....* gnu/packages/node-xyz.scm (node-file-uri-to-path): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-sqlite3....* gnu/packages/node-xyz.scm (node-sqlite3): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-addon-api....* gnu/packages/node-xyz.scm (node-addon-api): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-openzwave-shared....* gnu/packages/zwave.scm (node-openzwave-shared): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-nan....* gnu/packages/node-xyz.scm (node-nan): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-readable-stream....* gnu/packages/node-xyz.scm (node-readable-stream): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-string-decoder....* gnu/packages/node-xyz.scm (node-string-decoder): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-safe-buffer....* gnu/packages/node-xyz.scm (node-safe-buffer): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: Add node-inherits....* gnu/packages/node-xyz.scm (node-inherits): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-irc: Use 'delete-dependencies'....gnu/packages/node-xyz.scm (node-irc)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-irc-colors: Use 'delete-dependencies'....gnu/packages/node-xyz.scm (node-irc-colors)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-once: Use 'delete-dependencies'....gnu/packages/node-xyz.scm (node-once)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-wrappy: Use 'delete-dependencies'....gnu/packages/node-xyz.scm (node-wrappy)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-semver: Use 'delete-dependencies'....gnu/packages/node-xyz.scm (node-semver)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-llparse-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-llparse-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-llparse-frontend-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-llparse-frontend-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-llparse-builder-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-llparse-builder-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-debug-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-debug-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-binary-search-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-binary-search-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-ms-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-ms-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09gnu: node-semver-bootstrap: Use 'delete-dependencies'....gnu/packages/node.scm (node-semver-bootstrap)[arguments]: Use 'delete-dependencies'. Stop deleting the 'configure' phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09guix: node-build-system: Add 'delete-dependencies' helper function....Many node packages currently skip the configure phase, because they lack both dependencies and a convenient way to build without all of them, e.g. for the purposes of bootstrapping. This patch adds a big hammer to flatten these nails. * guix/build/node-build-system.scm (delete-dependencies): New variable. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09guix: node-build-system: Add avoid-node-gyp-rebuild phase....Packages with native addons currently try to write to store paths when used as dependecies. This patch adds a phase to replace that behaviour with a no-op. * guix/build/node-build-system.scm (avoid-node-gyp-rebuild): New variable. (%standard-phases): Add 'avoid-node-gyp-rebuild' after 'install'. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09guix: node-build-system: Add JSON utilities....This commit adds several utility functions for non-destructive transformation of the JSON representation used by (guix build json), particularly for purely functional update of JSON objects. They ought to eventually be exported from their own module, but for now are kept private to allow experimentation. * guix/build/node-build-system.scm (assoc-ref*, jsobject-ref, alist-pop) (alist-update, jsobject-update*, jsobject-union): New variables. (with-atomic-json-file-replacement): New public variable. (module-name, build, patch-dependencies): Use them. Do not resort to unsafe alist primitives from Guile core. Co-authored-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09guix: node-build-system: Add implicit libuv input....* guix/build-system/node.scm (lower): Add the version of libuv used as an input to the #:node package as an additional implicit input, so that packages needing libuv always get the correct version. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-09guix: node-build-system: Add delete-lockfiles phase....Guix does not use any of these lock files to determine the package versions used during the build, so they only serve to cause problems. * guix/build/node-build-system.scm (delete-lockfiles): New variable. (%standard-phases): Add 'delete-lockfiles' after 'patch-dependencies'. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com> Philip McGrath
2022-01-08gnu: trayer-srg: Fix spelling....* gnu/packages/wm.scm (trayer-srg)[description]: Fix spelling of "environments". Vagrant Cascadian
2022-01-08gnu: texlive-hyphen-macedonian: Fix spelling....* gnu/packages/tex.scm (texlive-hyphen-macedonian)[description]: Fix spelling of "hyphenation". Vagrant Cascadian
2022-01-08gnu: rust-1.40: Fix spelling....* gnu/packages/rust.scm (rust-1.40)[synopsis]: Fix spelling of "programming". Vagrant Cascadian
2022-01-08gnu: sbcl-glsl-toolkit: Fix grammar....* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit)[description]: Fix grammar. Vagrant Cascadian
2022-01-08gnu: r-intergraph: Fix grammar....* gnu/packages/cran.scm (r-intergraph)[description]: Fix grammar. Vagrant Cascadian
2022-01-09gnu: tintin++: Update to 2.02.12....* gnu/packages/games.scm (tintin++): Update to 2.02.12. Tobias Geerinckx-Rice
2022-01-09gnu: srain: Update to 1.3.1....* gnu/packages/irc.scm (srain): Update to 1.3.1. Tobias Geerinckx-Rice
2022-01-09gnu: srain: Fix build....* gnu/packages/irc.scm (srain)[inputs]: Downgrade libsoup to libsoup-minimal-2. Tobias Geerinckx-Rice
2022-01-09gnu: thermald: Update to 2.4.7....* gnu/packages/admin.scm (thermald): Update to 2.4.7. Tobias Geerinckx-Rice
2022-01-08gnu: guix: Update to e427593....* gnu/packages/package-management.scm (guix): Update to e427593. Chris Marusich
2022-01-08gnu: guix: Update to dc2b901....* gnu/packages/package-management.scm (guix): Update to dc2b901. Chris Marusich
2022-01-08services: set-xorg-configuration: Use target-x86-64?....* gnu/services/xorg.scm (set-xorg-configuration)[login-manager-service-type]: Use target-x86-64? from (guix utils) to decide if the system is an x86_64 system instead of comparing the strings ourselves. Chris Marusich
2022-01-08tests: Fix file-needed/recursive on powerpc64le-linux....Fixes: <https://issues.guix.gnu.org/52940>. * tests/gremlin.scm (file-needed/recursive): Consider two entries to be equivalent not when they are the same string, but rather when they refer to the same file. [ground-truth]: In addition to strings that begin with "linux-vdso.so", remove strings that begin with "linux-vdso64.so". Chris Marusich
2022-01-08services: networking: Add netmask to loopback address....Previously, we would get a fishy 127.0.0.1/0 interface: $ ip a show dev lo 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet 127.0.0.1/0 scope global lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever With this change, we get nothing but the "/8" version: $ ip a show dev lo 1: lo: <LOOPBACK,MULTICAST,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope global lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever Reported by Yann Dupont <Yann.Dupont@univ-nantes.fr>. * gnu/services/base.scm (assert-valid-address): Remove special cases for 127.0.0.1 and ::1. (%loopback-static-networking): Add "/8". Ludovic Courtès
2022-01-08gnu: Add python-astral....* gnu/packages/astronomy.scm (python-astral): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> paladhammika
2022-01-08gnu: Add kid3....* gnu/packages/kde-multimedia.scm (kid3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Vinicius Monego
2022-01-08gnu: Add python-markdownify....* gnu/packages/markup.scm (python-markdownify): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Giacomo Leidi
2022-01-08gnu: tlp: Remove obsolete #t returns....* gnu/packages/linux.scm (tlp)[arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2022-01-08gnu: httpfs2: Prepare for cross-compilation....* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2022-01-08gnu: httpfs2: Use G-expressions....* gnu/packages/file-systems.scm (httpfs2)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2022-01-08gnu: tlpui: Update to 1.5.0....* gnu/packages/linux.scm (tlpui): Update to 1.5.0. Nicolas Goaziou
2022-01-08gnu: tlp: Update to 1.5.0....* gnu/packages/linux.scm (tlp): Update to 1.5.0. Nicolas Goaziou