diff options
| author | Andreas Enge <andreas@enge.fr> | 2025-11-18 16:54:37 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-21 14:38:44 +0100 |
| commit | 17d9d3436b7c086111071768732b244cfbbd8afb (patch) | |
| tree | 1cf5f65b7b3b5b0ffd898e1881d59bb6947dd254 /tests | |
| parent | e1a3b41a4ba0d438559af5a8bbecd6383b226396 (diff) | |
gnu: Remove lsh.
* gnu/packages/ssh.scm (lsh): Delete and redefine as deprecated and
replaced by openssh.
* gnu/packages/patches/lsh-fix-x11-forwarding.patch: Remove file.
* gnu/packages/ssh.scm (dist_patch_DATA): Unregister file.
* tests/guix-gc.sh: Use hello instead of lsh.
Change-Id: Ic2a31dc79a777f9b6569e220620ecfc14fb75722
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/guix-gc.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/guix-gc.sh b/tests/guix-gc.sh index 675a13115d9..40670971606 100644 --- a/tests/guix-gc.sh +++ b/tests/guix-gc.sh @@ -65,7 +65,7 @@ guix gc --delete "$drv" test ! -f "$drv" # Add a .drv, register it as a root. -drv="`guix build --root=guix-gc-root lsh -d`" +drv="`guix build --root=guix-gc-root hello -d`" test -f "$drv" && test -L guix-gc-root guix gc --list-roots | grep "$PWD/guix-gc-root" |
