From aa39a7ea6ebf36ba41af572f03ef5ef41aa8b35b Mon Sep 17 00:00:00 2001 From: aszlig Date: Tue, 31 Mar 2015 02:16:39 +0200 Subject: tomahawk: Remove dependency on qca2_ossl. As of NixOS/nixpkgs@ee7c9bd this is no longer needed, as the new upstream version of QCA2 includes the plugin already. Signed-off-by: aszlig --- pkgs/tomahawk/default.nix | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'pkgs/tomahawk/default.nix') diff --git a/pkgs/tomahawk/default.nix b/pkgs/tomahawk/default.nix index 16219e3b..d495a009 100644 --- a/pkgs/tomahawk/default.nix +++ b/pkgs/tomahawk/default.nix @@ -1,5 +1,5 @@ { stdenv, fetchFromGitHub, cmake, pkgconfig, attica, boost, gnutls, libechonest -, liblastfm, lucenepp, vlc, qca2, qca2_ossl, qjson, qt4, qtkeychain, quazip +, liblastfm, lucenepp, vlc, qca2, qjson, qt5, qtkeychain, quazip, kf5_latest , sparsehash, taglib, websocketpp, makeWrapper , enableXMPP ? true, libjreen ? null @@ -37,16 +37,6 @@ in stdenv.mkDerivation rec { ++ stdenv.lib.optional enableKDE kdelibs ++ stdenv.lib.optional enableTelepathy telepathy_qt; - postInstall = let - pluginPath = stdenv.lib.concatStringsSep ":" [ - "${qca2_ossl}/lib/qt4/plugins" - ]; - in '' - for i in "$out"/bin/*; do - wrapProgram "$i" --prefix QT_PLUGIN_PATH : "${pluginPath}" - done - ''; - enableParallelBuilding = true; meta = with stdenv.lib; { -- cgit 1.4.1