pleroma: Add stripDebug=false (#192472)
With https://github.com/NixOS/nixpkgs/pull/191237 the debug information is getting stripped by mixRelease. This seems to break pleroma for some reason I don't understand. This commit triggers the escape hatch added by the PR, to pleroma to work again. I confirmed this with the NixOS pleroma test.
This commit is contained in:
parent
a8a557e233
commit
08c129fdf3
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ beamPackages.mixRelease rec {
|
|||
rev = "v${version}";
|
||||
sha256 = "sha256-x8j/2Eot/EEHsedgZntB5MPxlYMNDlFyZtmiMdhcS7U=";
|
||||
};
|
||||
stripDebug = false;
|
||||
|
||||
mixNixDeps = import ./mix.nix {
|
||||
inherit beamPackages lib;
|
||||
|
|
Loading…
Reference in a new issue