mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
darwin purity: httrack
This commit is contained in:
parent
a424afdedd
commit
12d49bbe66
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user