Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
nixos/bitlbee: use purple-2 as purple_plugin_path (#49440)
Browse files Browse the repository at this point in the history
  • Loading branch information
Lassulus authored and xeji committed Oct 30, 2018
1 parent eece3dd commit 334dd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/modules/services/networking/bitlbee.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let

purple_plugin_path =
lib.concatMapStringsSep ":"
(plugin: "${plugin}/lib/pidgin/")
(plugin: "${plugin}/lib/pidgin/:${plugin}/lib/purple-2/")
cfg.libpurple_plugins
;

Expand Down

0 comments on commit 334dd6f

Please sign in to comment.