Merge commit 'cb21b77' into master.upstream
This is a partial merge of staging for builds which are working
This commit is contained in:
@@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "10p4gf8y9h7mxkqlbs3hqgvmvbgvcbax8jp1whbw4yidwahn06w7";
|
||||
};
|
||||
|
||||
buildInputs = [ zlib openssl libiconv ];
|
||||
buildInputs = [ zlib openssl ] ++ stdenv.lib.optional stdenv.isDarwin libiconv;
|
||||
|
||||
meta = {
|
||||
homepage = "http://www.httrack.com";
|
||||
|
||||
Reference in New Issue
Block a user