guix-commits
[Top][All Lists]
Advanced

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

15/143: gnu: knotifications: Add pkg-config to native-inputs.


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

mbakke pushed a commit to branch master
in repository guix.

commit f841c98a4f8b7a750fc3244174d744f491448cfe
Author: Petr Hodina <phodina@protonmail.com>
AuthorDate: Sat Oct 1 19:59:09 2022 +0200

    gnu: knotifications: Add pkg-config to native-inputs.
    
    * gnu/packages/kde-frameworks.scm (knotifications)[native-input]: Add
    pkg-config.
    
    Signed-off-by: Marius Bakke <marius@gnu.org>
---
 gnu/packages/kde-frameworks.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/kde-frameworks.scm b/gnu/packages/kde-frameworks.scm
index 1e3c407483..f35b2c0471 100644
--- a/gnu/packages/kde-frameworks.scm
+++ b/gnu/packages/kde-frameworks.scm
@@ -1851,7 +1851,7 @@ asynchronous jobs.")
                 "11fbqylchzvm0pfw8bvy03px5zcg4jbch39vzcvnl6si7vikm4qj"))))
     (build-system cmake-build-system)
     (native-inputs
-     (list extra-cmake-modules dbus qttools-5))
+     (list extra-cmake-modules dbus pkg-config qttools-5))
     (inputs
      (list kcodecs
            kconfig



reply via email to

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