gnu: zziplib: Switch back to Python 2.
* gnu/packages/zip.scm (zziplib): Switch back to Python 2.
This commit is contained in:
		
							parent
							
								
									1611eccd10
								
							
						
					
					
						commit
						91da9ab009
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -120,7 +120,8 @@ UnZip recreates the stored directory structure by default.")
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
    (inputs `(("perl" ,perl)     ; for the documentation
 | 
					    (inputs `(("perl" ,perl)     ; for the documentation
 | 
				
			||||||
              ("pkg-config" ,pkg-config)
 | 
					              ("pkg-config" ,pkg-config)
 | 
				
			||||||
              ("python" ,python-wrapper) ; for the documentation
 | 
					              ("python" ,python-2) ; for the documentation; Python 3 not supported,
 | 
				
			||||||
 | 
					                ; http://forums.gentoo.org/viewtopic-t-863161-start-0.html
 | 
				
			||||||
              ("zip" ,zip) ; to create test files
 | 
					              ("zip" ,zip) ; to create test files
 | 
				
			||||||
              ("zlib" ,zlib)))
 | 
					              ("zlib" ,zlib)))
 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue