Skip to content

error: undefined variable 'lzma' #18

@DaniilKl

Description

@DaniilKl

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions