mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-12 20:07:26 +00:00
Merge pull request #62622 from matthewbauer/zoom-us-ld-preload
zoom-us: set LD_PRELOAD=.../v4l2convert.so
This commit is contained in:
commit
8c09536ef1
@ -4,7 +4,7 @@
|
|||||||
, qtimageformats, qtlocation, qtquickcontrols, qtquickcontrols2, qtscript, qtsvg
|
, qtimageformats, qtlocation, qtquickcontrols, qtquickcontrols2, qtscript, qtsvg
|
||||||
, qttools, qtwayland, qtwebchannel, qtwebengine
|
, qttools, qtwayland, qtwebchannel, qtwebengine
|
||||||
# Runtime
|
# Runtime
|
||||||
, coreutils, libjpeg_turbo, pciutils, procps, utillinux
|
, coreutils, libjpeg_turbo, pciutils, procps, utillinux, libv4l
|
||||||
, pulseaudioSupport ? true, libpulseaudio ? null
|
, pulseaudioSupport ? true, libpulseaudio ? null
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -72,6 +72,7 @@ in stdenv.mkDerivation {
|
|||||||
|
|
||||||
makeWrapper $packagePath/zoom $out/bin/zoom-us \
|
makeWrapper $packagePath/zoom $out/bin/zoom-us \
|
||||||
--prefix PATH : "${makeBinPath [ coreutils glib.dev pciutils procps qttools.dev utillinux ]}" \
|
--prefix PATH : "${makeBinPath [ coreutils glib.dev pciutils procps qttools.dev utillinux ]}" \
|
||||||
|
--prefix LD_PRELOAD : "${libv4l}/lib/libv4l/v4l2convert.so" \
|
||||||
--run "cd $packagePath"
|
--run "cd $packagePath"
|
||||||
|
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
|
Loading…
Reference in New Issue
Block a user