mirror of
https://github.com/SerenityOS/serenity
synced 2026-04-25 17:15:42 +02:00
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:
@@ -33,6 +33,7 @@ mkShell.override { stdenv = gccStdenv; } {
|
||||
gperf
|
||||
imagemagick
|
||||
libtool
|
||||
lzip
|
||||
meson
|
||||
nasm
|
||||
wayland-scanner
|
||||
|
||||
Reference in New Issue
Block a user