unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 57062@debbugs.gnu.org
Cc: Michael Rohleder <mike@rohleder.de>
Subject: [bug#57062] [PATCH] gnu: kdeclarative: Fix build.
Date: Tue,  9 Aug 2022 01:33:08 +0200	[thread overview]
Message-ID: <20220808233308.12491-1-mike@rohleder.de> (raw)

For some reasons check phase fails w/o libxinerama.

* gnu/packages/kde-frameworks.scm (kdeclarative)[native-inputs]:
Add libxinerama.
---
 gnu/packages/kde-frameworks.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 391db94f3a..76e16e0ae6 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -9,6 +9,7 @@
 ;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
 ;;; Copyright © 2021 Alexandros Theodotou <alex@zrythm.org>
+;;; Copyright © 2022 Michael Rohleder <mike@rohleder.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -2272,7 +2273,7 @@ (define-public kdeclarative
     (propagated-inputs
      (list kconfig kpackage))
     (native-inputs
-     (list extra-cmake-modules pkg-config xorg-server-for-tests))
+     (list extra-cmake-modules libxinerama pkg-config xorg-server-for-tests))
     (inputs
      (list kauth
            kbookmarks
-- 
2.37.1





             reply	other threads:[~2022-08-08 23:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-08 23:33 Michael Rohleder [this message]
2022-08-09  1:07 ` [bug#57062] [PATCH] gnu: kdeclarative: Fix build 宋文武 via Guix-patches via
2022-08-09  2:28   ` bug#57062: " Michael Rohleder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220808233308.12491-1-mike@rohleder.de \
    --to=mike@rohleder.de \
    --cc=57062@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).