From 85d0eb712f5f6c7e19731361559cfa47cd1c138a Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Tue, 30 Jan 2018 17:11:52 +0100 Subject: interception-tools: removed custom libyamlcppWithoutBoost Since upstream libyaml-cpp does not reuqire boost anymore it is safe to remove. --- pkgs/top-level/all-packages.nix | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'pkgs/top-level/all-packages.nix') diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 508e674660ee..8fef5793688d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -10172,23 +10172,6 @@ with pkgs; }; }); - # interception-tools needs this. This should be removed when there is a new - # release of libyamlcpp, i.e. when the version of libyamlcpp is newer than - # 0.5.3. - libyamlcppWithoutBoost = libyamlcpp.overrideAttrs (oldAttrs: rec { - name = "libyaml-cpp-${version}"; - version = "2017-08-25"; - - src = fetchFromGitHub { - owner = "jbeder"; - repo = "yaml-cpp"; - rev = "beb44b872c07c74556314e730c6f20a00b32e8e5"; - sha256 = "1qkr3i5lin6m36w5rbimc7pjx3nx686xnjb6lw00xf67iqrl4h4m"; - }; - - buildInputs = [ cmake ]; - }); - libykneomgr = callPackage ../development/libraries/libykneomgr { }; libytnef = callPackage ../development/libraries/libytnef { }; -- cgit 1.4.1