Unverified Commit 04434396 authored by Maximilian Marx's avatar Maximilian Marx
Browse files

electron: add pipewire to RPATH

parent d6cc7602
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 + ''