guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

17/35: gnu: xfce4-terminal: Fix build.


From: guix-commits
Subject: 17/35: gnu: xfce4-terminal: Fix build.
Date: Sat, 28 Jan 2023 21:50:01 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 28818a33bf4b8fac82b3f064c4c11a42d757602f
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Dec 31 15:16:26 2022 +0100

    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>
---
 gnu/packages/xfce.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/xfce.scm b/gnu/packages/xfce.scm
index 0b113f0bc4..b5b4411bd1 100644
--- a/gnu/packages/xfce.scm
+++ b/gnu/packages/xfce.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]