chipsec: use python2

This commit is contained in:
Frederik Rietdijk 2021-03-25 11:27:08 +01:00
parent d56fdf8c4c
commit e1253a694f

View file

@ -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";