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:
Michael Rohleder 2022-12-31 15:16:26 +01:00 committed by 宋文武
parent fb371f72f2
commit 28818a33bf
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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