gnu: libxdmcp: Do not build static libraries.
* gnu/packages/xorg.scm (libxdmcp)[arguments]: New field.
This commit is contained in:
		
							parent
							
								
									49a6fca11e
								
							
						
					
					
						commit
						dce53e6bd2
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -1316,6 +1316,8 @@ with the Cygwin XWin server when running X11 in a rootless mode.")
 | 
				
			||||||
          (base32
 | 
					          (base32
 | 
				
			||||||
            "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
 | 
					            "0ab53h0rkq721ihk5hi469x500f3pgbkm1wy01yf24x5m923nli0"))))
 | 
				
			||||||
    (build-system gnu-build-system)
 | 
					    (build-system gnu-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     '(#:configure-flags '("--disable-static")))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
      `(("libbsd" ,libbsd)
 | 
					      `(("libbsd" ,libbsd)
 | 
				
			||||||
        ("xorgproto" ,xorgproto)))
 | 
					        ("xorgproto" ,xorgproto)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue