diff --git a/nixpatches/192472-pleroma-no-strip-debug.patch b/nixpatches/192472-pleroma-no-strip-debug.patch deleted file mode 100644 index 43a91239..00000000 --- a/nixpatches/192472-pleroma-no-strip-debug.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/pkgs/servers/pleroma/default.nix b/pkgs/servers/pleroma/default.nix -index 3bea304ebc9d3..e4204f28f1d5c 100644 ---- a/pkgs/servers/pleroma/default.nix -+++ b/pkgs/servers/pleroma/default.nix -@@ -16,6 +16,7 @@ beamPackages.mixRelease rec { - rev = "v${version}"; - sha256 = "sha256-x8j/2Eot/EEHsedgZntB5MPxlYMNDlFyZtmiMdhcS7U="; - }; -+ stripDebug = false; - - mixNixDeps = import ./mix.nix { - inherit beamPackages lib; diff --git a/nixpatches/list.nix b/nixpatches/list.nix index 8280de8a..da770547 100644 --- a/nixpatches/list.nix +++ b/nixpatches/list.nix @@ -26,15 +26,4 @@ fetchpatch: [ url = "https://github.com/NixOS/nixpkgs/pull/191467.diff"; sha256 = "sha256-Np0J06RER/0GGUhL/PDuVjpYYIPzB9A3EPWwTWpS/D4="; }) - - # (fetchpatch { - # url = "https://github.com/NixOS/nixpkgs/pull/192472.diff"; - # sha256 = "sha256-J4Vp2yErNZkKqZbpLY4mMo9n0Qtai1mAh6kZ8DOV4v4="; - # }) - # (fetchpatch { - # url = "https://patch-diff.githubusercontent.com/raw/NixOS/nixpkgs/pull/192472.diff"; - # sha256 = "sha256-J5Vp2yErNZkKqZbpLY4mMo9n0Qtai1mAh6kZ8DOV4v4="; - # }) - - ./192472-pleroma-no-strip-debug.patch ] diff --git a/pkgs/pleroma/default.nix b/pkgs/pleroma/default.nix index 130e054b..0031c850 100644 --- a/pkgs/pleroma/default.nix +++ b/pkgs/pleroma/default.nix @@ -49,6 +49,8 @@ beamPackages.mixRelease rec { done '' else ""; + stripDebug = false; + mixNixDeps = import ./mix.nix { inherit beamPackages lib; overrides = (final: prev: {