summary refs log tree commit diff
path: root/pkgs/applications/misc/redshift-plasma-applet
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-02-25 12:25:44 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2017-02-27 11:49:10 -0600
commit8eb4d2afbc1d61d316073f25f5885a46ccb37ea2 (patch)
treeb5582ec31def0927d797f5ec3a1fc76df50a4bd2 /pkgs/applications/misc/redshift-plasma-applet
parentc1ddd2353bbf3085a3b82e12edaee01d27c9e45a (diff)
downloadnixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.gz
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.bz2
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.lz
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.xz
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.tar.zst
nixpkgs-8eb4d2afbc1d61d316073f25f5885a46ccb37ea2.zip
Remove top-level kde5 attribute
- There is no such thing as KDE 5
Diffstat (limited to 'pkgs/applications/misc/redshift-plasma-applet')
-rw-r--r--pkgs/applications/misc/redshift-plasma-applet/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/redshift-plasma-applet/default.nix b/pkgs/applications/misc/redshift-plasma-applet/default.nix
index 3cf6f7d754b..fe09f7ff16e 100644
--- a/pkgs/applications/misc/redshift-plasma-applet/default.nix
+++ b/pkgs/applications/misc/redshift-plasma-applet/default.nix
@@ -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
   ];