vlc: ncurses support (close #2012)

This commit is contained in:
Matej Cotman 2014-03-23 17:24:12 +01:00 committed by Vladimír Čunát
parent eb2992a4c7
commit 13bc37ed3e

View File

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
[ "--enable-alsa"
"--with-kde-solid=$out/share/apps/solid/actions"
"--enable-dc1394"
"--enable-ncurses"
];
preConfigure = ''sed -e "s@/bin/echo@echo@g" -i configure'';