aboutsummaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2021-01-04 11:29:17 +0100
committerLudovic Courtès <ludo@gnu.org>2021-01-04 11:51:48 +0100
commit61d8bd56a4644a72b964b680456da4332eb1ef6d (patch)
treee37345f74844f9f008b2c8eb7640285865b4e855 /AUTHORS
parent9158020d7853b6e7925802e0d0a082801c680e8f (diff)
downloadguix-61d8bd56a4644a72b964b680456da4332eb1ef6d.tar.gz
guix-61d8bd56a4644a72b964b680456da4332eb1ef6d.zip
machine: ssh: Do not import the host (guix config), really.
This is a followup to 70ffa8af1e93ab8a92c4622745e9cb4a2782f3c8, which did not really solve the problem. * gnu/machine/ssh.scm (not-config?): New procedure. (machine-boot-parameters): Use it as an argument to 'source-module-closure'.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions
2023-07-23gnu: parted: Update to 3.6....* gnu/packages/disk.scm (parted): Update to 3.6. Tobias Geerinckx-Rice 2023-07-21gnu: parted: Skip tests when cross-compiling....* gnu/packages/disk.scm (parted)[arguments]: Adjust #:tests? to skip tests when cross-compiling. Efraim Flashner 2023-07-20gnu: parted: Disable tests for the Hurd....* gnu/packages/disk.scm (parted)[argument]: Set #:tests? to #false when building for the Hurd. Janneke Nieuwenhuizen 2023-07-13gnu: parted: Support building for the Hurd....* gnu/packages/disk.scm (parted)[inputs]: Remove lvm2, add hurd-minimal when building for the Hurd. [arguments]: Add configure-flag '--disable-device-mapper' when building for the Hurd. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Janneke Nieuwenhuizen 2023-07-01gnu: Add greaseweazle-host-tools....* gnu/packages/disk.scm (greaseweazle-host-tools): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Rikard Nordgren 2023-06-21gnu: go-github-com-mattn-go-runewidth: Update to 0.0.14....* gnu/packages/golang.scm (go-github-com-mattn-go-runewidth): Update to 0.0.14. (go-github.com-mattn-go-runewidth): Remove, and change users to to refer to 'go-github-com-mattn-go-runewidth'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Nguyễn Gia Phong 2023-06-14gnu: Add nwipe....* gnu/packages/disk.scm (nwipe): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Timotej Lazar