Merge pull request #21827 from srp/nvi

nvi: link against libncurses as there is no libcurses

authored by Michael Raskin and committed by GitHub fbe3a9c2 aa5fe245

+2 -1
+2 -1
pkgs/applications/editors/nvi/default.nix
··· 19 19 patchPhase = '' 20 20 sed -i build/configure \ 21 21 -e s@vi_cv_path_preserve=no@vi_cv_path_preserve=/tmp/vi.recover@ \ 22 - -e s@/var/tmp@@ 22 + -e s@/var/tmp@@ \ 23 + -e s@-lcurses@-lncurses@ 23 24 ''; 24 25 25 26 configurePhase = ''