libvdpau: fixup branch interactions

This solution is cleaner anyway.
This commit is contained in:
Vladimír Čunát 2016-02-02 04:56:56 +01:00
parent f89a136fd5
commit bd2ca1e539

View file

@ -16,13 +16,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-module-dir=${mesa_noglu.driverLink}/lib/vdpau" ];
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''
cp -r $out/${mesa_noglu.driverLink}/* $out
cp -r $out/$out/* $out
rm -rf $out/run $out/$(echo "$out" | cut -d "/" -f2)
'';
installFlags = [ "moduledir=$(out)/lib/vdpau" ];
meta = with stdenv.lib; {
homepage = http://people.freedesktop.org/~aplattner/vdpau/;