[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 03:58:37 -0500 (EST) |
iyzsong pushed a commit to branch wip-xfce
in repository guix.
commit 7e02db6c21372a76d636f7c2f1445bc30d8bd8f3
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
- 28/35: gnu: Add thunar-media-tags-plugin., (continued)
- 28/35: gnu: Add thunar-media-tags-plugin., guix-commits, 2023/01/28
- 33/35: gnu: xfwm4: Enable Xpreset support., guix-commits, 2023/01/28
- 34/35: gnu: xfce4-settings: Enable colord support., guix-commits, 2023/01/28
- 05/35: gnu: tumbler: Update to 4.18.0., guix-commits, 2023/01/28
- 30/35: gnu: xfdashboard: Update to 1.0.0., guix-commits, 2023/01/28
- 06/35: gnu: garcon: Update to 4.18.0., guix-commits, 2023/01/28
- 07/35: gnu: xfce4-panel: Update to 4.18.1., guix-commits, 2023/01/28
- 15/35: gnu: thunar-volman: Update to 4.18.0., guix-commits, 2023/01/28
- 21/35: gnu: xfce4-whiskermenu-plugin: Update to 2.7.2., guix-commits, 2023/01/28
- 27/35: gnu: Add thunar-shares-plugin., guix-commits, 2023/01/28
- 17/35: gnu: xfce4-terminal: Fix build.,
guix-commits <=
- 29/35: gnu: Add thunar-vcs-plugin., guix-commits, 2023/01/28
- 32/35: gnu: xfce4-datetime-plugin: Update to 0.8.3., guix-commits, 2023/01/28
- 31/35: gnu: xfce4-notifyd: Update to 0.7.2., guix-commits, 2023/01/28
- 22/35: gnu: xfce4-places-plugin: Update to 1.8.3., guix-commits, 2023/01/28
- 24/35: gnu: thunar: Add a search path for THUNARX_DIRS., guix-commits, 2023/01/28
- 19/35: gnu: xfce4-cpugraph-plugin: Update to 1.2.7., guix-commits, 2023/01/28
- 35/35: gnu: xfce4-settings: Enable UPower support., guix-commits, 2023/01/28
- 20/35: gnu: xfce4-eyes-plugin: Update to 4.6.0., guix-commits, 2023/01/28