libnatspec: Needs libiconv

This commit is contained in:
Shea Levy 2013-01-18 15:50:21 -05:00
parent bbd049e9d5
commit 7e8fc622e5

View File

@ -1,4 +1,4 @@
{ stdenv, fetchurl, popt }:
{ stdenv, fetchurl, popt, libiconvOrEmpty }:
stdenv.mkDerivation rec {
name = "libnatspec-0.2.6";
@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
sha256 = "0zvm9afh1skxgdv62ylrpwyykpjhhskxj0zv7yrdf7jhfdriz0y3";
};
buildInputs = [ popt ];
buildInputs = [ popt ] ++ libiconvOrEmpty;
meta = {
homepage = http://natspec.sourceforge.net/ ;