3
0
Fork 0
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:
Jörg Thalheim 2017-08-29 10:28:13 +01:00 committed by GitHub
commit db65a7e3e0

View file

@ -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";