electron: add pipewire to RPATH

This commit is contained in:
Maximilian Marx 2024-04-15 11:22:47 +02:00
parent d6cc760223
commit 0443439665
No known key found for this signature in database
GPG Key ID: D981CA0FF602751D
1 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@
, unzip
, pkgs
, pkgsBuildHost
, pipewire
, info
}:
@ -194,6 +194,7 @@ in (chromium.override { upstream-info = info.chromium; }).mkDerivation (base: {
let
libPath = lib.makeLibraryPath [
libnotify
pipewire
];
in
base.postFixup + ''