lol

mesa: have vdpau drivers in lib/vdpau again

This was done by @abbradar 364f297bb2 but I lost that change by accident
when doing large closure-size merges 39ebb01d.
Fortunately it seems to have caused no problems, likely because
${mesa_drivers}/lib gets into $LD_LIBRARY_PATH.

-2
-2
pkgs/development/libraries/mesa/default.nix
··· 144 144 145 145 '' + /* set the default search path for DRI drivers; used e.g. by X server */ '' 146 146 substituteInPlace "$dev/lib/pkgconfig/dri.pc" --replace '$(drivers)' "${driverLink}" 147 - '' + /* move vdpau drivers to $drivers/lib, so they are found */ '' 148 - mv "$drivers"/lib/vdpau/* "$drivers"/lib/ && rmdir "$drivers"/lib/vdpau 149 147 ''; 150 148 #ToDo: @vcunat isn't sure if drirc will be found when in $out/etc/, but it doesn't seem important ATM */ 151 149