3
0
Fork 0
forked from mirrors/nixpkgs

darwin purity: httrack

This commit is contained in:
Jude Taylor 2015-09-30 00:33:54 -07:00
parent a424afdedd
commit 12d49bbe66

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, zlib, openssl }:
{ stdenv, fetchurl, zlib, openssl, libiconv }:
stdenv.mkDerivation rec {
version = "3.48.21";
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
sha256 = "10p4gf8y9h7mxkqlbs3hqgvmvbgvcbax8jp1whbw4yidwahn06w7";
};
buildInputs = [ zlib openssl ];
buildInputs = [ zlib openssl ] ++ stdenv.lib.optional stdenv.isDarwin libiconv;
meta = {
homepage = "http://www.httrack.com";