mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: xev: Pass --disable-malloc0returnsnull when cross-compiling.
This fixes a configure error when cross-compiling and doesn't cause any rebuilds. * gnu/packages/xorg.scm (xev)[arguments]<#:configure-flags>: Add malloc0flags. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
211c3ac423
commit
afdeef0dcb
1 changed files with 1 additions and 0 deletions
|
@ -2441,6 +2441,7 @@ (define-public xev
|
|||
(base32
|
||||
"1ql592pdhddhkipkrsxn929y9l2nn02a5fh2z3dx47kmzs5y006p"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments `(#:configure-flags ',(malloc0-flags)))
|
||||
(inputs
|
||||
`(("libxrender" ,libxrender)
|
||||
("libxrandr" ,libxrandr)
|
||||
|
|
Loading…
Reference in a new issue