separateDebugInfo: add symlinks to executable and source for debuginfod support (#394674)

This commit is contained in:
Guillaume Girol
2025-06-20 23:09:03 +02:00
committed by GitHub
11 changed files with 138 additions and 17 deletions
@@ -785,6 +785,7 @@ stdenv.mkDerivation (finalAttrs: {
];
separateDebugInfo = true;
__structuredAttrs = true;
passthru = passthru // {
doc = stdenv.mkDerivation {