mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
edk2: use python2
python 2 print statement
This commit is contained in:
parent
c531ff2fe8
commit
aa652d0df7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue