Merge pull request #37576 from dtzWill/fix/gtkspell3-isocodes

gtkspell3: add missing isocodes dep

authored by

Will Dietz and committed by
GitHub
c945978f 3c6dcdb7

+2 -2
+2 -2
pkgs/development/libraries/gtkspell/3.nix
··· 1 - {stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, intltool}: 1 + {stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, isocodes, intltool}: 2 2 3 3 stdenv.mkDerivation rec { 4 4 name = "gtkspell-${version}"; ··· 10 10 }; 11 11 12 12 nativeBuildInputs = [ pkgconfig intltool ]; 13 - buildInputs = [ aspell gtk3 enchant ]; 13 + buildInputs = [ aspell gtk3 enchant isocodes ]; 14 14 propagatedBuildInputs = [ enchant ]; 15 15 16 16 meta = with stdenv.lib; {