forked from mirrors/nixpkgs
enca: update dependencies
This commit is contained in:
parent
74c3965b92
commit
74ced3209e
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue