mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
enca: update dependencies
This commit is contained in:
parent
74c3965b92
commit
74ced3209e
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, libiconv ? null }:
|
||||
{ stdenv, fetchurl, libiconvOrNull, recode }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "enca-1.15";
|
||||
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "1iibfl2s420x7bc1hvxr1ys4cpz579brg2m2ln4rp677azmrr8mv";
|
||||
};
|
||||
|
||||
buildInputs = (stdenv.lib.optional (libiconv != null) libiconv);
|
||||
buildInputs = [ recode libiconvOrNull ];
|
||||
|
||||
meta = {
|
||||
homepage = http://freecode.com/projects/enca;
|
||||
|
Loading…
Reference in New Issue
Block a user