lighttpd: enable debug info

This commit is contained in:
Alyssa Ross 2024-04-11 01:17:34 +02:00 committed by Bjørn Forsman
parent d6a67aa678
commit 8d935aae93
1 changed files with 2 additions and 0 deletions

View File

@ -22,6 +22,8 @@ stdenv.mkDerivation rec {
sha256 = "sha256-i3IcqTnTEq+qbvMdy9avtRYe04Wsgo5vzNTFt2vhidY=";
};
separateDebugInfo = true;
postPatch = ''
patchShebangs tests
'';