edk2: use python2

python 2 print statement
This commit is contained in:
Frederik Rietdijk 2016-10-18 09:10:27 +02:00
parent c531ff2fe8
commit aa652d0df7

View file

@ -1,7 +1,7 @@
{ stdenv, fetchgit, libuuid, python, iasl }:
{ stdenv, fetchgit, libuuid, python2, iasl }:
let
pythonEnv = python.withPackages(ps: [ps.tkinter]);
pythonEnv = python2.withPackages(ps: [ps.tkinter]);
targetArch = if stdenv.isi686 then
"IA32"