enca: update dependencies

This commit is contained in:
Evgeny Egorochkin 2013-12-18 15:41:35 +02:00
parent 74c3965b92
commit 74ced3209e

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, libiconv ? null }: { stdenv, fetchurl, libiconvOrNull, recode }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "enca-1.15"; name = "enca-1.15";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "1iibfl2s420x7bc1hvxr1ys4cpz579brg2m2ln4rp677azmrr8mv"; sha256 = "1iibfl2s420x7bc1hvxr1ys4cpz579brg2m2ln4rp677azmrr8mv";
}; };
buildInputs = (stdenv.lib.optional (libiconv != null) libiconv); buildInputs = [ recode libiconvOrNull ];
meta = { meta = {
homepage = http://freecode.com/projects/enca; homepage = http://freecode.com/projects/enca;