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:
parent
e571333232
commit
cbb3b6f1dc
|
@ -12,8 +12,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "0h4g7qsbz5vyd3zxywcc2pf6vf3gavxqznpx8gn47j8y6mjp4byn";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib openssl tcl ];
|
||||
buildNativeInputs = [ zlib openssl ];
|
||||
buildInputs = [ zlib openssl ];
|
||||
buildNativeInputs = [ tcl ];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue