Skip to content

Commit

Permalink
lilv: remove unnecessary search path for LV2 plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
datMaffin committed Oct 6, 2024
1 parent c31e838 commit ba3ad02
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkgs/development/libraries/audio/lilv/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ stdenv.mkDerivation rec {
+ "~/.nix-profile/lib/lv2")
++ lib.optional stdenv.isLinux (lib.mesonOption "default_lv2_path"
"~/.lv2:/usr/local/lib/lv2:/usr/lib/lv2:"
+ "~/.nix-profile/lib/lv2:/run/current-system/sw/lib/lv2:"
+ "/etc/profiles/per-user/$USER/lib/lv2");
+ "~/.nix-profile/lib/lv2:/run/current-system/sw/lib/lv2");

passthru = {
tests = {
Expand Down

0 comments on commit ba3ad02

Please sign in to comment.