mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Fix gtkspell
This commit is contained in:
parent
6eecf5bf67
commit
9566d66171
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue