mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* MPlayer: disabled ivtv since it doesn't build.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14104
This commit is contained in:
parent
3c6ef4bc75
commit
ffe07e1507
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ stdenv.mkDerivation {
|
|||
--enable-runtime-cpudetection
|
||||
--enable-x11 --with-extraincdir=${libX11}/include
|
||||
--disable-xanim
|
||||
--disable-ivtv
|
||||
"
|
||||
+ extraConfigureFlags
|
||||
;
|
||||
|
|
Loading…
Reference in a new issue