mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
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
@ -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 New Issue
Block a user