mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 02:19:18 -05:00
gnu: libdmx: Do not build static libraries.
* gnu/packages/xorg.scm (libdmx)[arguments]: New field.
This commit is contained in:
parent
0e48722212
commit
bca176c26c
1 changed files with 2 additions and 0 deletions
|
@ -1040,6 +1040,8 @@ (define-public libdmx
|
|||
(base32
|
||||
"0hvjfhrcym770cr0zpqajdy3cda30aiwbjzv16iafkqkbl090gr5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(inputs
|
||||
`(("xorgproto" ,xorgproto)
|
||||
("libxext" ,libxext)
|
||||
|
|
Loading…
Reference in a new issue