Loading pkgs/tools/security/chipsec/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , kernel ? null , libelf , elfutils , nasm , python3 , withDriver ? false Loading @@ -26,8 +26,9 @@ python3.pkgs.buildPythonApplication rec { KSRC = lib.optionalString withDriver "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; nativeBuildInputs = [ libelf nasm ] ++ lib.optionals (lib.meta.availableOn stdenv.buildPlatform elfutils) [ elfutils ] ++ lib.optionals withDriver kernel.moduleBuildDependencies; nativeCheckInputs = with python3.pkgs; [ Loading Loading
pkgs/tools/security/chipsec/default.nix +3 −2 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ , stdenv , fetchFromGitHub , kernel ? null , libelf , elfutils , nasm , python3 , withDriver ? false Loading @@ -26,8 +26,9 @@ python3.pkgs.buildPythonApplication rec { KSRC = lib.optionalString withDriver "${kernel.dev}/lib/modules/${kernel.modDirVersion}/build"; nativeBuildInputs = [ libelf nasm ] ++ lib.optionals (lib.meta.availableOn stdenv.buildPlatform elfutils) [ elfutils ] ++ lib.optionals withDriver kernel.moduleBuildDependencies; nativeCheckInputs = with python3.pkgs; [ Loading