From fcac08f565320eca0e6b7112ee986672b34fcfa6 Mon Sep 17 00:00:00 2001 From: Daniel Sandbecker <> Date: Wed, 21 Nov 2018 20:02:14 +0100 Subject: xsv: Pass Security framework from all-packages --- pkgs/tools/text/xsv/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/text/xsv') diff --git a/pkgs/tools/text/xsv/default.nix b/pkgs/tools/text/xsv/default.nix index 539ec9bd0403d..79954b15a82c1 100644 --- a/pkgs/tools/text/xsv/default.nix +++ b/pkgs/tools/text/xsv/default.nix @@ -1,4 +1,4 @@ -{ stdenv, fetchFromGitHub, rustPlatform, pkgs }: +{ stdenv, fetchFromGitHub, rustPlatform, Security }: rustPlatform.buildRustPackage rec { name = "xsv-${version}"; @@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec { cargoSha256 = "1qk5wkjm3d4dz5fldlq7rjlm602v0l04hxrbar2j6vhcz9w2r4n6"; - buildInputs = stdenv.lib.optional stdenv.isDarwin pkgs.darwin.Security; + buildInputs = stdenv.lib.optional stdenv.isDarwin Security; meta = with stdenv.lib; { description = "A fast CSV toolkit written in Rust"; -- cgit 1.4.1