mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 08:44:31 +00:00
vlc: ncurses support (close #2012)
This commit is contained in:
parent
eb2992a4c7
commit
13bc37ed3e
@ -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'';
|
||||
|
Loading…
Reference in New Issue
Block a user