gnu: libfontenc: Do not build static libraries.
* gnu/packages/xorg.scm (libfontenc)[arguments]: New field.
This commit is contained in:
		
							parent
							
								
									1b4e191447
								
							
						
					
					
						commit
						cefa4fe7a3
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1097,6 +1097,8 @@ synchronization between the X server and direct-rendering clients.")
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
 | 
					            "0y90170dp8wsidr1dzza0grxr1lfh30ji3b5vkjz4j6x1n0wxz1c"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     '(#:configure-flags '("--disable-static")))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      `(("zlib" ,zlib)
 | 
					      `(("zlib" ,zlib)
 | 
				
			||||||
        ("xorgproto" ,xorgproto)))
 | 
					        ("xorgproto" ,xorgproto)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue