From 6d5ff521937cb1794a0b7c0437b2e7167a7e4aa2 Mon Sep 17 00:00:00 2001 From: Brendan Tildesley Date: Mon, 17 May 2021 00:06:18 +1000 Subject: [PATCH] gnu: lxqt-config: Move libkscreen to propagated-inputs. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/lxqt.scm (lxqt-config): Move libkscreen to propagated-inputs. Kscreen is a runtime dependency. lxqt-config-monitor will not open without it available. Signed-off-by: Ludovic Courtès --- gnu/packages/lxqt.scm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lxqt.scm b/gnu/packages/lxqt.scm index fcccf669e4..c0a948db3c 100644 --- a/gnu/packages/lxqt.scm +++ b/gnu/packages/lxqt.scm @@ -376,7 +376,6 @@ the operating system LXQt is running on.") (inputs `(("eudev" ,eudev) ("kwindowsystem" ,kwindowsystem) - ("libkscreen" ,libkscreen) ("liblxqt" ,liblxqt) ("libqtxdg" ,libqtxdg) ("libxcursor" ,libxcursor) @@ -392,6 +391,10 @@ the operating system LXQt is running on.") `(("pkg-config" ,pkg-config) ("lxqt-build-tools" ,lxqt-build-tools) ("qttools" ,qttools))) + ;; XXX: This is a workaround so libkscreen can find the backends as we + ;; dont have a way specify them. We may want to patch like Nix does. + (propagated-inputs + `(("libkscreen" ,libkscreen))) (arguments '(#:tests? #f ; no tests #:phases