3
0
Fork 0
forked from mirrors/nixpkgs

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
This commit is contained in:
Lluís Batlle i Rossell 2010-11-26 14:33:30 +00:00
parent e571333232
commit cbb3b6f1dc

View file

@ -12,8 +12,8 @@ stdenv.mkDerivation {
sha256 = "0h4g7qsbz5vyd3zxywcc2pf6vf3gavxqznpx8gn47j8y6mjp4byn";
};
buildInputs = [ zlib openssl tcl ];
buildNativeInputs = [ zlib openssl ];
buildInputs = [ zlib openssl ];
buildNativeInputs = [ tcl ];
doCheck = true;