From a7bc556ce994babb0616a4e49579ce928405085f Mon Sep 17 00:00:00 2001 From: Will Dietz Date: Wed, 21 Mar 2018 09:52:05 -0500 Subject: gtkspell3: add missing isocodes dep --- pkgs/development/libraries/gtkspell/3.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/development/libraries/gtkspell/3.nix b/pkgs/development/libraries/gtkspell/3.nix index 5376482e58a5..2e6ecd7b5204 100644 --- a/pkgs/development/libraries/gtkspell/3.nix +++ b/pkgs/development/libraries/gtkspell/3.nix @@ -1,4 +1,4 @@ -{stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, intltool}: +{stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, isocodes, intltool}: stdenv.mkDerivation rec { name = "gtkspell-${version}"; @@ -10,7 +10,7 @@ stdenv.mkDerivation rec { }; nativeBuildInputs = [ pkgconfig intltool ]; - buildInputs = [ aspell gtk3 enchant ]; + buildInputs = [ aspell gtk3 enchant isocodes ]; propagatedBuildInputs = [ enchant ]; meta = with stdenv.lib; { -- cgit 1.4.1