guix-commits
[Top][All Lists]
Advanced

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

21/143: gnu: libkscreen: Add pkg-config to native-inputs.


From: guix-commits
Subject: 21/143: gnu: libkscreen: Add pkg-config to native-inputs.
Date: Mon, 21 Nov 2022 16:10:41 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit 1e2d29ec719bae23bfd4f1d10a290f2bdad8bf2e
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Wed Sep 28 09:55:08 2022 +0200

    gnu: libkscreen: Add pkg-config to native-inputs.
    
    * gnu/packages/kde-plasma.scm (libkscreen)[native-inputs]: Add pkg-config. 
Fixes
    cmake warining with missing 'wayland.xml' file.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-plasma.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/kde-plasma.scm b/gnu/packages/kde-plasma.scm
index 967568c538..8d80a4686a 100644
--- a/gnu/packages/kde-plasma.scm
+++ b/gnu/packages/kde-plasma.scm
@@ -267,6 +267,7 @@ call it if it is not associated to a terminal.")
     (build-system qt-build-system)
     (native-inputs
      (list extra-cmake-modules
+           pkg-config
            ;; For testing.
            dbus))
     (inputs



reply via email to

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