mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
Fix gtkspell
This commit is contained in:
parent
6eecf5bf67
commit
9566d66171
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl, gtk, aspell, pkgconfig}:
|
||||
{stdenv, fetchurl, gtk, aspell, pkgconfig, enchant, intltool}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "gtkspell-2.0.16";
|
||||
@ -8,5 +8,5 @@ stdenv.mkDerivation {
|
||||
sha256 = "00hdv28bp72kg1mq2jdz1sdw2b8mb9iclsp7jdqwpck705bdriwg";
|
||||
};
|
||||
|
||||
buildInputs = [aspell pkgconfig gtk];
|
||||
buildInputs = [aspell pkgconfig gtk enchant intltool];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user