about summary refs log tree commit diff
path: root/pkgs/tomahawk/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-03-02 03:57:49 +0100
committeraszlig <aszlig@redmoonstudios.org>2017-03-02 04:01:32 +0100
commit9e235ef0f0d48f241ec6b0bcb7b332c182c2aadf (patch)
tree4ec0463cc2c33c79b2cf6ae0ea2bd98fba73d273 /pkgs/tomahawk/default.nix
parent2a73ebd99fc6cd946b607dff2e36d7b365b5277a (diff)
Remove/rename occurences of kde5
This fixes the attributes accordingly to the following two upstream
commits:

 * NixOS/nixpkgs@f21d4d00152726c02f870cb20faba4aca18ef49a
 * NixOS/nixpkgs@8eb4d2afbc1d61d316073f25f5885a46ccb37ea2

The first renames desktopManager.kde5 to desktopManager.plasma5 and the
second one removes the kde5 attribute from the top-level packages set
and puts applications in kdeApplications instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/tomahawk/default.nix')
-rw-r--r--pkgs/tomahawk/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tomahawk/default.nix b/pkgs/tomahawk/default.nix
index 26f742a1..632a1d6a 100644
--- a/pkgs/tomahawk/default.nix
+++ b/pkgs/tomahawk/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchFromGitHub, fetchurl, cmake, pkgconfig, boost, gnutls
-, libechonest, liblastfm, lucenepp, qt5, kde5, sparsehash, taglib
+, libechonest, liblastfm, lucenepp, qt5, sparsehash, taglib
 , websocketpp, ffmpeg_2, v4l_utils
 
 , enableXMPP      ? true,  libjreen     ? null