mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
mythes: fix link error on missed tinfo
library (ncurses)
This commit is contained in:
parent
ee1f6e20b2
commit
b057ac71ea
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, hunspell, pkgconfig, perl }:
|
||||
{ stdenv, fetchurl, hunspell, ncurses, pkgconfig, perl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "mythes-1.2.4";
|
||||
@ -9,7 +9,7 @@ stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
buildInputs = [ hunspell ];
|
||||
nativeBuildInputs = [ pkgconfig perl ];
|
||||
nativeBuildInputs = [ ncurses pkgconfig perl ];
|
||||
|
||||
meta = {
|
||||
homepage = http://hunspell.sourceforge.net/;
|
||||
|
Loading…
Reference in New Issue
Block a user