gnu: qtimageformats: Remove bundled libraries.
* gnu/packages/qt.scm (qtimagesformats)[source]: Remove bundled 3rd party libraries.
This commit is contained in:
		
							parent
							
								
									26d07efb79
								
							
						
					
					
						commit
						c04854da93
					
				
					 1 changed files with 5 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -541,7 +541,11 @@ developers using C++ or QML, a CSS & JavaScript like language.")
 | 
			
		|||
                                 version ".tar.xz"))
 | 
			
		||||
             (sha256
 | 
			
		||||
              (base32
 | 
			
		||||
               "1rb27x7i2pmvsck6wax2cg31gqpzaakciy45wm5l3lcl86j48czg"))))
 | 
			
		||||
               "1rb27x7i2pmvsck6wax2cg31gqpzaakciy45wm5l3lcl86j48czg"))
 | 
			
		||||
             (modules '((guix build utils)))
 | 
			
		||||
             (snippet
 | 
			
		||||
              '(begin
 | 
			
		||||
                 (delete-file-recursively "src/3rdparty")))))
 | 
			
		||||
    (native-inputs `())
 | 
			
		||||
    (inputs
 | 
			
		||||
     `(("libmng" ,libmng)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue