aspell: Build with ncurses

fixes #161203
This commit is contained in:
Joachim Breitner 2022-02-21 11:50:26 +01:00
parent 86890ef1ad
commit f94dfc5b40

View file

@ -1,4 +1,4 @@
{ lib, stdenv, fetchurl, fetchpatch, fetchzip, perl
{ lib, stdenv, fetchurl, fetchpatch, fetchzip, perl, ncurses
, searchNixProfiles ? true
}:
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
'';
nativeBuildInputs = [ perl ];
buildInputs = [ perl ];
buildInputs = [ ncurses perl ];
doCheck = true;