From 044343966568b5a7ba61a84c61098521bb2c835a Mon Sep 17 00:00:00 2001 From: Maximilian Marx Date: Mon, 15 Apr 2024 11:22:47 +0200 Subject: [PATCH] electron: add pipewire to RPATH --- pkgs/development/tools/electron/common.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/tools/electron/common.nix b/pkgs/development/tools/electron/common.nix index 6084fc3c8ebd..edecc91a37cb 100644 --- a/pkgs/development/tools/electron/common.nix +++ b/pkgs/development/tools/electron/common.nix @@ -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 + ''