forked from mirrors/nixpkgs
httrack: fix on darwin
This commit is contained in:
parent
c4325afeed
commit
5de1ee5fec
|
@ -1,4 +1,4 @@
|
||||||
{ stdenv, fetchurl, zlib, openssl }:
|
{ stdenv, fetchurl, zlib, openssl, libiconv }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "3.48.21";
|
version = "3.48.21";
|
||||||
|
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "10p4gf8y9h7mxkqlbs3hqgvmvbgvcbax8jp1whbw4yidwahn06w7";
|
sha256 = "10p4gf8y9h7mxkqlbs3hqgvmvbgvcbax8jp1whbw4yidwahn06w7";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ zlib openssl ];
|
buildInputs = [ zlib openssl libiconv ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "http://www.httrack.com";
|
homepage = "http://www.httrack.com";
|
||||||
|
|
Loading…
Reference in a new issue