unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#57062] [PATCH] gnu: kdeclarative: Fix build.
@ 2022-08-08 23:33 Michael Rohleder
  2022-08-09  1:07 ` 宋文武 via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Rohleder @ 2022-08-08 23:33 UTC (permalink / raw)
  To: 57062; +Cc: Michael Rohleder

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





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#57062] [PATCH] gnu: kdeclarative: Fix build.
  2022-08-08 23:33 [bug#57062] [PATCH] gnu: kdeclarative: Fix build Michael Rohleder
@ 2022-08-09  1:07 ` 宋文武 via Guix-patches via
  2022-08-09  2:28   ` bug#57062: " Michael Rohleder
  0 siblings, 1 reply; 3+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-08-09  1:07 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 57062

Michael Rohleder <mike@rohleder.de> writes:

> For some reasons check phase fails w/o libxinerama.

Hello, I get the build pass without libxinerama, maybe other issue?




^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#57062: [PATCH] gnu: kdeclarative: Fix build.
  2022-08-09  1:07 ` 宋文武 via Guix-patches via
@ 2022-08-09  2:28   ` Michael Rohleder
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Rohleder @ 2022-08-09  2:28 UTC (permalink / raw)
  To: 宋文武; +Cc: 57062-close

[-- Attachment #1: Type: text/plain, Size: 216 bytes --]

Hi,

宋文武 <iyzsong@envs.net> writes:
> Hello, I get the build pass without libxinerama, maybe other issue?

Yes, I'm sorry!
-> close.

-- 
Zeit ist das Feuer, in dem wir verbrennen. (Gene Roddenberry)

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 511 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-08-09  2:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-08 23:33 [bug#57062] [PATCH] gnu: kdeclarative: Fix build Michael Rohleder
2022-08-09  1:07 ` 宋文武 via Guix-patches via
2022-08-09  2:28   ` bug#57062: " Michael Rohleder

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).