edk2: use python2
python 2 print statement
This commit is contained in:
		
							parent
							
								
									c531ff2fe8
								
							
						
					
					
						commit
						aa652d0df7
					
				@ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user