Toolchain: Add lzip to nix shell

The ed port requires it for unpacking a .tar.lz file:

```
[ed/fetch] tar (child): lzip: Cannot exec: No such file or directory
[ed/fetch] tar (child): Error is not recoverable: exiting now
[ed/fetch] tar: Child returned status 2
[ed/fetch] tar: Error is not recoverable: exiting now
```
This commit is contained in:
Linus Groh
2025-11-14 00:23:23 +00:00
committed by Nico Weber
parent cadb38af40
commit 7dd6938cb2

View File

@@ -33,6 +33,7 @@ mkShell.override { stdenv = gccStdenv; } {
gperf
imagemagick
libtool
lzip
meson
nasm
wayland-scanner