guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: xnee: Fix build.


From: guix-commits
Subject: 01/03: gnu: xnee: Fix build.
Date: Thu, 30 Jan 2025 04:15:28 -0500 (EST)

iyzsong pushed a commit to branch master
in repository guix.

commit 03246823c3bc297a08b79b9cc0fe5d8634545a7b
Author: Sou Bunnbu (宋文武) <iyzsong@gmail.com>
AuthorDate: Thu Jan 30 17:01:03 2025 +0800

    gnu: xnee: Fix build.
    
    * gnu/packages/xnee.scm (xnee)[arguments]: Add "LIBSEMA=-lpthread" to
    make-flags.
    
    Change-Id: Ib7419969a4aa50e7f8db56c98d6a29a0a3f92070
---
 gnu/packages/xnee.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/xnee.scm b/gnu/packages/xnee.scm
index 26c33c754f..05a4daeeb6 100644
--- a/gnu/packages/xnee.scm
+++ b/gnu/packages/xnee.scm
@@ -39,7 +39,8 @@
                "04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j"))))
     (build-system gnu-build-system)
     (arguments
-     '(#:configure-flags '("CFLAGS=-O2 -g -fcommon")))
+     '(#:configure-flags '("CFLAGS=-O2 -g -fcommon")
+       #:make-flags '("LIBSEMA=-lpthread")))
     (inputs
      (list gtk+-2
            libx11



reply via email to

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