mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
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
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user