Skip to content

Commit

Permalink
prosody: don't wrap prosodyctl
Browse files Browse the repository at this point in the history
This overwrites the PROSODY_CONFIG and breaks other --config args

(cherry picked from commit 59530db)
  • Loading branch information
SuperSandro2000 authored and github-actions[bot] committed Jun 6, 2024
1 parent 454539f commit f2a6d8a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkgs/servers/xmpp/prosody/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ stdenv.mkDerivation rec {
${concatMapStringsSep "\n" (module: ''
cp -r $communityModules/mod_${module} $out/lib/prosody/modules/
'') (lib.lists.unique(nixosModuleDeps ++ withCommunityModules ++ withOnlyInstalledCommunityModules))}
wrapProgram $out/bin/prosodyctl \
--add-flags '--config "/etc/prosody/prosody.cfg.lua"'
make -C tools/migration install
'';

Expand Down

0 comments on commit f2a6d8a

Please sign in to comment.