mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-23 19:19:20 -05:00
gnu: xfce4-terminal: Fix build.
* gnu/packages/xfce.scm (xfce4-terminal)[arguments]: Add configure-flags to set CFLAGS. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
fb371f72f2
commit
28818a33bf
1 changed files with 6 additions and 0 deletions
|
@ -946,6 +946,12 @@ (define-public xfce4-terminal
|
|||
(base32
|
||||
"1x5saijxykxmn2hksf4qvaj965b6i0wy62z9hgrc2vvwmxbmkrbq"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:configure-flags
|
||||
#~(list (string-append "CFLAGS=-I"
|
||||
#$(this-package-input "libxfce4ui")
|
||||
"/include/xfce4"))))
|
||||
(native-inputs
|
||||
(list pkg-config intltool))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue