3
0
Fork 0
forked from mirrors/nixpkgs

libvdpau: fix build on drawin

* force x86_64 arch
This commit is contained in:
Jason \"Don\" O'Conal 2013-07-04 15:03:18 +10:00 committed by Rok Garbas
parent f3c863b8e3
commit 7b975abc16

View file

@ -11,6 +11,8 @@ stdenv.mkDerivation rec {
buildInputs = with xlibs; [ pkgconfig dri2proto libXext ];
propagatedBuildInputs = [ xlibs.libX11 ];
configureFlags = stdenv.lib.optional stdenv.isDarwin [ "--build=x86_64" ];
meta = {
homepage = http://people.freedesktop.org/~aplattner/vdpau/;