chipsec: use python2

wip/yesman
Frederik Rietdijk 3 years ago
parent d56fdf8c4c
commit e1253a694f
  1. 4
      pkgs/tools/security/chipsec/default.nix

@ -1,6 +1,6 @@
{ stdenv, lib, fetchFromGitHub, pythonPackages, nasm, libelf
{ stdenv, lib, fetchFromGitHub, python2Packages, nasm, libelf
, kernel ? null, withDriver ? false }:
pythonPackages.buildPythonApplication rec {
python2Packages.buildPythonApplication rec {
pname = "chipsec";
version = "1.5.1";

Loading…
Cancel
Save