summary refs log tree commit diff
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-26 14:33:30 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-11-26 14:33:30 +0000
commitcbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b (patch)
treef2c11ced295511aa5e1efd8f6c5eefed11813e9a
parente571333232a40c50d40104bcaa86efc916860d07 (diff)
downloadnixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.tar
nixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.tar.gz
nixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.tar.bz2
nixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.tar.lz
nixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.tar.xz
nixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.tar.zst
nixpkgs-cbb3b6f1dc6871b88e9a12c9ea8b5f922c58e60b.zip
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
-rw-r--r--pkgs/applications/version-management/fossil/default.nix4
1 files 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;