unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs.
@ 2019-10-13  4:23 Hamzeh Nasajpour
  2019-10-13 22:07 ` Ludovic Courtès
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Hamzeh Nasajpour @ 2019-10-13  4:23 UTC (permalink / raw)
  To: 37725

* gnu/packages/lxqt.scm (lxqt-config): Remove libkscreen from native-inputs to propagated-inputs for running the lxqt-config-monitor.
---
 gnu/packages/lxqt.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm
index e5487d3ae4..a3c796d9e8 100644
--- a/gnu/packages/lxqt.scm
+++ b/gnu/packages/lxqt.scm
@@ -367,7 +367,6 @@ the operating system LXQt is running on.")
     (inputs
      `(("eudev" ,eudev)
        ("kwindowsystem" ,kwindowsystem)
-       ("libkscreen" ,libkscreen)
        ("liblxqt" ,liblxqt)
        ("libqtxdg" ,libqtxdg)
        ("libxcursor" ,libxcursor)
@@ -382,6 +381,8 @@ the operating system LXQt is running on.")
      `(("pkg-config" ,pkg-config)
        ("lxqt-build-tools" ,lxqt-build-tools)
        ("qttools" ,qttools)))
+    (propagated-inputs
+     `(("libkscreen" ,libkscreen)))
     (arguments
      '(#:tests? #f                      ; no tests
        #:phases
-- 
2.23.0

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

end of thread, other threads:[~2020-09-16  8:41 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-13  4:23 [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs Hamzeh Nasajpour
2019-10-13 22:07 ` Ludovic Courtès
2019-10-14  5:50   ` Hamzeh Nasajpour
2019-10-14 20:21     ` Ludovic Courtès
2020-04-02 19:17       ` Hamzeh Nasajpour
2020-04-27 16:39         ` Efraim Flashner
2019-10-16 11:18 ` Reza Alizadeh Majd
2019-10-18  9:54   ` Ludovic Courtès
2019-10-18 16:44     ` Reza Alizadeh Majd
2020-04-22 15:50       ` Ludovic Courtès
2020-09-16  8:40 ` Hamzeh Nasajpour via web

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