Add pipewire to runtime path
This commit is contained in:
parent
fae468b3ce
commit
1535270d91
@ -2,6 +2,7 @@
|
|||||||
, makeWrapper, ed
|
, makeWrapper, ed
|
||||||
, glib, gtk3, gnome3, gsettings-desktop-schemas, gn, fetchgit
|
, glib, gtk3, gnome3, gsettings-desktop-schemas, gn, fetchgit
|
||||||
, libva ? null
|
, libva ? null
|
||||||
|
, pipewire_0_2
|
||||||
, gcc, nspr, nss, patchelfUnstable, runCommand
|
, gcc, nspr, nss, patchelfUnstable, runCommand
|
||||||
, lib
|
, lib
|
||||||
|
|
||||||
@ -152,7 +153,7 @@ in stdenv.mkDerivation {
|
|||||||
buildCommand = let
|
buildCommand = let
|
||||||
browserBinary = "${chromiumWV}/libexec/chromium/chromium";
|
browserBinary = "${chromiumWV}/libexec/chromium/chromium";
|
||||||
getWrapperFlags = plugin: "$(< \"${plugin}/nix-support/wrapper-flags\")";
|
getWrapperFlags = plugin: "$(< \"${plugin}/nix-support/wrapper-flags\")";
|
||||||
libPath = stdenv.lib.makeLibraryPath [ libva ];
|
libPath = stdenv.lib.makeLibraryPath [ libva pipewire_0_2 ];
|
||||||
|
|
||||||
in with stdenv.lib; ''
|
in with stdenv.lib; ''
|
||||||
mkdir -p "$out/bin"
|
mkdir -p "$out/bin"
|
||||||
|
Loading…
Reference in New Issue
Block a user