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}: 2 3 stdenv.mkDerivation rec { 4 name = "gtkspell-${version}"; ··· 10 }; 11 12 nativeBuildInputs = [ pkgconfig intltool ]; 13 - buildInputs = [ aspell gtk3 enchant ]; 14 propagatedBuildInputs = [ enchant ]; 15 16 meta = with stdenv.lib; {
··· 1 + {stdenv, fetchurl, gtk3, aspell, pkgconfig, enchant, isocodes, intltool}: 2 3 stdenv.mkDerivation rec { 4 name = "gtkspell-${version}"; ··· 10 }; 11 12 nativeBuildInputs = [ pkgconfig intltool ]; 13 + buildInputs = [ aspell gtk3 enchant isocodes ]; 14 propagatedBuildInputs = [ enchant ]; 15 16 meta = with stdenv.lib; {