From f7e934e74595a0d7524159d6faa1bf168572bb5d Mon Sep 17 00:00:00 2001 From: aszlig Date: Mon, 1 Aug 2016 18:27:44 +0200 Subject: pkgs/tomahawk: Fix/reorganize build dependencies This fixes the build for Tomahawk because some of these dependencies were already refactored in upstream and hence we can simply specify the dependencies directly. Alongside of this, I've broken out some of the buildInputs into nativeBuildInputs, so this will stay safe for cross compilation. Signed-off-by: aszlig --- pkgs/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index fb3fd5bd..2b617c6e 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -28,7 +28,10 @@ let show-qr-code = callPackage ./show-qr-code { }; sidplayfp = callPackage ./sidplayfp { }; tkabber_urgent_plugin = callPackage ./tkabber-urgent-plugin { }; - tomahawk = callPackage ./tomahawk { qt5 = pkgs.qt55; }; + tomahawk = callPackage ./tomahawk { + qt5 = pkgs.qt55; + boost = pkgs.boost155; + }; twitchstream = callPackage ./twitchstream { }; games = import ./games { -- cgit 1.4.1