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>master
parent
fb371f72f2
commit
28818a33bf
|
@ -946,6 +946,12 @@ features playback of local media files, DVD/CD and live streams.")
|
|||
(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
|
||||
|
|
Reference in New Issue