mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +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"
|
[ "--enable-alsa"
|
||||||
"--with-kde-solid=$out/share/apps/solid/actions"
|
"--with-kde-solid=$out/share/apps/solid/actions"
|
||||||
"--enable-dc1394"
|
"--enable-dc1394"
|
||||||
|
"--enable-ncurses"
|
||||||
];
|
];
|
||||||
|
|
||||||
preConfigure = ''sed -e "s@/bin/echo@echo@g" -i configure'';
|
preConfigure = ''sed -e "s@/bin/echo@echo@g" -i configure'';
|
||||||
|
Loading…
Reference in New Issue
Block a user