[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
33/35: gnu: lxqt-config: Move libkscreen to propagated-inputs.
From: |
guix-commits |
Subject: |
33/35: gnu: lxqt-config: Move libkscreen to propagated-inputs. |
Date: |
Sat, 29 May 2021 14:17:36 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 6d5ff521937cb1794a0b7c0437b2e7167a7e4aa2
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Mon May 17 00:06:18 2021 +1000
gnu: lxqt-config: Move libkscreen to propagated-inputs.
* 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 <ludo@gnu.org>
---
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 fcccf66..c0a948d 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
- 23/35: gnu: qtermwidget: Update to 0.17.0., (continued)
- 23/35: gnu: qtermwidget: Update to 0.17.0., guix-commits, 2021/05/29
- 27/35: gnu: compton-conf: Update to 0.16.0., guix-commits, 2021/05/29
- 24/35: gnu: qterminal: Update to 0.17.0., guix-commits, 2021/05/29
- 32/35: gnu: lxqt: Use picom instead of compton., guix-commits, 2021/05/29
- 26/35: gnu: lxqt-archiver: Update to 0.4.0., guix-commits, 2021/05/29
- 31/35: gnu: lxqt: Use the projects version number., guix-commits, 2021/05/29
- 28/35: gnu: qps: Update to 2.3.0., guix-commits, 2021/05/29
- 09/35: gnu: lxqt-config: Update to 0.17.1., guix-commits, 2021/05/29
- 17/35: gnu: lxqt-sudo: Update to 0.17.0., guix-commits, 2021/05/29
- 29/35: gnu: lxqt-openssh-askpass: Update to 0.17.0., guix-commits, 2021/05/29
- 33/35: gnu: lxqt-config: Move libkscreen to propagated-inputs.,
guix-commits <=
- 35/35: doc: lxqt-desktop-service: Update lxqt homepage url., guix-commits, 2021/05/29
- 34/35: gnu: Update lxqt home-page for all lxqt packages., guix-commits, 2021/05/29