mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 05:00:16 +00:00
c0506b8029
* Libcaca support in MPlayer. * Hopefully fix X11 detection in MPlayer. svn path=/nixpkgs/trunk/; revision=3684
7 lines
192 B
Bash
7 lines
192 B
Bash
source $stdenv/setup
|
|
|
|
configureFlags="--disable-x11 --disable-imlib2 --disable-doc"
|
|
export NIX_CFLAGS_COMPILE="-I$ncurses/include/ncurses -I$ncurses/include $NIX_CFLAGS_COMPILE"
|
|
|
|
genericBuild
|