Skip to content

Commit

Permalink
nixos/pipewire: use absolute path for jack libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Sep 2, 2021
1 parent f2b50ff commit 756e603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/desktops/pipewire/pipewire.nix
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ in {
};

environment.sessionVariables.LD_LIBRARY_PATH =
lib.optional cfg.jack.enable "/run/current-system/sw/lib/pipewire";
lib.optional cfg.jack.enable "${cfg.package.jack}/lib";

# https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/464#note_723554
systemd.user.services.pipewire.environment."PIPEWIRE_LINK_PASSIVE" = "1";
Expand Down

0 comments on commit 756e603

Please sign in to comment.