mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
wireplumber: enable separateDebugInfo
A while back, I was getting pipewire and wireplumber crashes. Adds seperateDebugInfo so that debug symbols are made available to nixseperatedebuginfod2.
This commit is contained in:
@@ -43,6 +43,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
strictDeps = true;
|
||||
__structuredAttrs = true;
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
meson
|
||||
|
||||
Reference in New Issue
Block a user