From cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 26 Nov 2010 14:33:30 +0000 Subject: [PATCH] Making fossil crossbuilt (I think I meant that in a previous commiit, but I ended up committing something screwed up) svn path=/nixpkgs/branches/stdenv-updates/; revision=24873 --- pkgs/applications/version-management/fossil/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/applications/version-management/fossil/default.nix b/pkgs/applications/version-management/fossil/default.nix index 24a21885767..291ab920679 100644 --- a/pkgs/applications/version-management/fossil/default.nix +++ b/pkgs/applications/version-management/fossil/default.nix @@ -12,8 +12,8 @@ stdenv.mkDerivation { sha256 = "0h4g7qsbz5vyd3zxywcc2pf6vf3gavxqznpx8gn47j8y6mjp4byn"; }; - buildInputs = [ zlib openssl tcl ]; - buildNativeInputs = [ zlib openssl ]; + buildInputs = [ zlib openssl ]; + buildNativeInputs = [ tcl ]; doCheck = true;