forked from mirrors/nixpkgs
libvdpau: fix build on drawin
* force x86_64 arch
This commit is contained in:
parent
f3c863b8e3
commit
7b975abc16
|
@ -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/;
|
||||
|
|
Loading…
Reference in a new issue