Remove top-level kde5 attribute

- There is no such thing as KDE 5
This commit is contained in:
Thomas Tuegel
2017-02-27 11:49:10 -06:00
parent c1ddd2353b
commit 8eb4d2afbc
11 changed files with 189 additions and 192 deletions
@@ -1,4 +1,4 @@
{ stdenv, cmake, kde5, redshift, fetchFromGitHub, ... }:
{ stdenv, cmake, plasma-framework, redshift, fetchFromGitHub, }:
let version = "1.0.17"; in
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
buildInputs = [
cmake
kde5.plasma-framework
plasma-framework
];