~ruther/guix-local

f3097c1f45d2a959f09d851c0c2e01dbaf30a927 — Sharlatan Hellseher 4 months ago e03ecb4
gnu: xnee: Fix build with gcc-14.

* gnu/packages/xdisorg.scm (xnee): Use G-Expressions.
[configure-flags]: Relax GCC 14 strictness.

Change-Id: I592138f24c97df48b0ad8ae7573a9751e53d0a52
1 files changed, 7 insertions(+), 2 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +7 -2
@@ 189,8 189,13 @@
         "04n2lac0vgpv8zsn7nmb50hf3qb56pmj90dmwnivg09gyrf1x92j"))))
    (build-system gnu-build-system)
    (arguments
     '(#:configure-flags '("CFLAGS=-O2 -g -fcommon")
       #:make-flags '("LIBSEMA=-lpthread")))
     (list
      #:configure-flags
      #~(list (string-join
               (list "CFLAGS=" "-O2" "-g" "-fcommon"
                     "-Wno-error=implicit-function-declaration")
               " "))
      #:make-flags #~(list "LIBSEMA=-lpthread")))
    (inputs
     (list gtk+-2
           libx11