redshift-plasma-applet: add kwindowsystem to buildInputs
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{ stdenv, cmake, extra-cmake-modules, plasma-framework, redshift, fetchFromGitHub, }:
|
{ stdenv, cmake, extra-cmake-modules, plasma-framework, kwindowsystem, redshift, fetchFromGitHub, }:
|
||||||
|
|
||||||
let version = "1.0.18"; in
|
let version = "1.0.18"; in
|
||||||
|
|
||||||
@@ -29,7 +29,10 @@ stdenv.mkDerivation {
|
|||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ plasma-framework ];
|
buildInputs = [
|
||||||
|
plasma-framework
|
||||||
|
kwindowsystem
|
||||||
|
];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "KDE Plasma 5 widget for controlling Redshift";
|
description = "KDE Plasma 5 widget for controlling Redshift";
|
||||||
|
|||||||
Reference in New Issue
Block a user