Age | Commit message (Expand) | Author |
2022-01-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-09 | gnu: 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-08 | gnu: trayer-srg: Fix spelling....* gnu/packages/wm.scm (trayer-srg)[description]: Fix spelling of
"environments".
| Vagrant Cascadian |
2022-01-08 | gnu: texlive-hyphen-macedonian: Fix spelling....* gnu/packages/tex.scm (texlive-hyphen-macedonian)[description]: Fix spelling
of "hyphenation".
| Vagrant Cascadian |
2022-01-08 | gnu: rust-1.40: Fix spelling....* gnu/packages/rust.scm (rust-1.40)[synopsis]: Fix spelling of "programming".
| Vagrant Cascadian |
2022-01-08 | gnu: sbcl-glsl-toolkit: Fix grammar....* gnu/packages/lisp-xyz.scm (sbcl-glsl-toolkit)[description]: Fix grammar.
| Vagrant Cascadian |
2022-01-08 | gnu: r-intergraph: Fix grammar....* gnu/packages/cran.scm (r-intergraph)[description]: Fix grammar.
| Vagrant Cascadian |
2022-01-09 | gnu: tintin++: Update to 2.02.12....* gnu/packages/games.scm (tintin++): Update to 2.02.12.
| Tobias Geerinckx-Rice |
2022-01-09 | gnu: srain: Update to 1.3.1....* gnu/packages/irc.scm (srain): Update to 1.3.1.
| Tobias Geerinckx-Rice |
2022-01-09 | gnu: srain: Fix build....* gnu/packages/irc.scm (srain)[inputs]: Downgrade libsoup to libsoup-minimal-2.
| Tobias Geerinckx-Rice |
2022-01-09 | gnu: thermald: Update to 2.4.7....* gnu/packages/admin.scm (thermald): Update to 2.4.7.
| Tobias Geerinckx-Rice |
2022-01-08 | gnu: guix: Update to e427593....* gnu/packages/package-management.scm (guix): Update to e427593.
| Chris Marusich |
2022-01-08 | gnu: guix: Update to dc2b901....* gnu/packages/package-management.scm (guix): Update to dc2b901.
| Chris Marusich |
2022-01-08 | services: 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-08 | services: 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-08 | gnu: Add python-astral....* gnu/packages/astronomy.scm (python-astral): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| paladhammika |
2022-01-08 | gnu: Add kid3....* gnu/packages/kde-multimedia.scm (kid3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Vinicius Monego |
2022-01-08 | gnu: Add python-markdownify....* gnu/packages/markup.scm (python-markdownify): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Giacomo Leidi |
2022-01-08 | gnu: tlp: Remove obsolete #t returns....* gnu/packages/linux.scm (tlp)[arguments]:
Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-01-08 | gnu: httpfs2: Prepare for cross-compilation....* gnu/packages/file-systems.scm (httpfs2)[arguments]: Use CC-FOR-TARGET.
| Tobias Geerinckx-Rice |
2022-01-08 | gnu: httpfs2: Use G-expressions....* gnu/packages/file-systems.scm (httpfs2)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-01-08 | gnu: tlpui: Update to 1.5.0....* gnu/packages/linux.scm (tlpui): Update to 1.5.0.
| Nicolas Goaziou |
2022-01-08 | gnu: tlp: Update to 1.5.0....* gnu/packages/linux.scm (tlp): Update to 1.5.0.
| Nicolas Goaziou |
2022-01-08 | gnu: giac: Update to 1.7.0-45....* gnu/packages/algebra.scm (giac): Update to 1.7.0-45.
[inputs]: Remove labels.
[native-inputs]: Remove labels.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-with-editor: Update to 3.1.1....* gnu/packages/emacs-xyz.scm (emacs-with-editor): Update to 3.1.1.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-vertico: Update to 0.19....* gnu/packages/emacs-xyz.scm (emacs-vertico): Update to 0.19.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-trashed: Update to 2.1.3....* gnu/packages/emacs-xyz.scm (emacs-trashed): Update to 2.1.3.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-typit: Update to 0.2.2....* gnu/packages/emacs-xyz.scm (emacs-typit): Update to 0.2.2.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-rustic: Update to 2.4....* gnu/packages/emacs-xyz.scm (emacs-rustic): Update to 2.4.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-orgit: Update to 1.7.2....* gnu/packages/emacs-xyz.scm (emacs-orgit): Update to 1.7.2.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-goto-chg: Update to 1.7.5....* gnu/packages/emacs-xyz.scm (emacs-goto-chg): Update to 1.7.5.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-devdocs: Update to 0.3....* gnu/packages/emacs-xyz.scm (emacs-devdocs): Update to 0.3.
| Nicolas Goaziou |
2022-01-08 | gnu: emacs-posframe: Update to 1.1.5....* gnu/packages/emacs-xyz.scm (emacs-posframe): Update to 1.1.5.
| Nicolas Goaziou |
2022-01-08 | gnu: asymptote: Update to 2.75....* gnu/packages/plotutils.scm (asymptote): Update to 2.75.
| Nicolas Goaziou |
2022-01-08 | gnu: laminar: Update to 1.1....* gnu/packages/ci.scm (laminar): Update to 1.1.
[native-inputs]: Update ansi_up to 4.0.4.
| Christopher Baines |
2022-01-08 | gnu: patchwork: Update to 3.0.4....* gnu/packages/patchutils.scm (patchwork): Update to 3.0.4.
[propagated-inputs]: Use Django 3.2.
| Christopher Baines |
2022-01-08 | gnu: emacs-clang-rename: Remove input labels....* gnu/packages/llvm.scm (emacs-clang-rename)[arguments]: Use SEARCH-INPUT-FILE
instead of label.
| Marius Bakke |
2022-01-08 | gnu: emacs-clang-format: Remove input labels....* gnu/packages/llvm.scm (emacs-clang-format)[arguments]: Use SEARCH-INPUT-FILE
instead of label.
| Marius Bakke |
2022-01-08 | gnu: python-clang: Add 13....* gnu/packages/llvm.scm (python-clang-13): New variable.
| Marius Bakke |
2022-01-08 | gnu: python-clang: Remove input labels....* gnu/packages/llvm.scm (clang-python-bindings)[arguments]: Use
SEARCH-INPUT-FILE instead of label.
| Marius Bakke |