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:
Amanda Cameron 2022-09-22 17:16:28 -04:00 committed by GitHub
parent a8a557e233
commit 08c129fdf3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ beamPackages.mixRelease rec {
rev = "v${version}";
sha256 = "sha256-x8j/2Eot/EEHsedgZntB5MPxlYMNDlFyZtmiMdhcS7U=";
};
stripDebug = false;
mixNixDeps = import ./mix.nix {
inherit beamPackages lib;