Unverified Commit e3687ba4 authored by Gavin John's avatar Gavin John Committed by GitHub
Browse files

wireplumber: enable separateDebugInfo

A while back, I was getting pipewire and wireplumber crashes. Adds seperateDebugInfo so that debug symbols are made available to nixseperatedebuginfod2.
parent 1d027c92
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {

  strictDeps = true;
  __structuredAttrs = true;
  separateDebugInfo = true;

  nativeBuildInputs = [
    meson