forked from mirrors/nixpkgs
Merge pull request #28673 from zraexy/redshift-plasma-applet
redshift-plasma-applet: add kwindowsystem to buildInputs
This commit is contained in:
commit
db65a7e3e0
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue