-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
The issue met on e1974dc849cffe6b235df0a55aca2f6d80bc5c22 when using command devenv shell. xz package should be used here probably:
General-purpose data compression software, successor of LZMA
Can be solved with:
diff --git a/devenv.nix b/devenv.nix
index f18e64641262..f7cf0e03a0f9 100644
--- a/devenv.nix
+++ b/devenv.nix
@@ -5,7 +5,7 @@ with pkgs;
packages = [
coreboot-utils
uefitool
- lzma
+ xz
stdenv.cc.cc.lib
glib
];Metadata
Metadata
Assignees
Labels
No labels