gnu: libass: Omit the static library.
* gnu/packages/video.scm (libass)[arguments]: New field.
This commit is contained in:
		
							parent
							
								
									79d7f35a29
								
							
						
					
					
						commit
						845ba68d21
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1201,6 +1201,8 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
 | 
				
			||||||
               (base32
 | 
					               (base32
 | 
				
			||||||
                "0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz"))))
 | 
					                "0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     '(#:configure-flags '("--disable-static")))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     `(("pkg-config" ,pkg-config)
 | 
					     `(("pkg-config" ,pkg-config)
 | 
				
			||||||
       ("nasm" ,nasm)))
 | 
					       ("nasm" ,nasm)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue