cgit,cgit-pink: enable debug info

authored by Alyssa Ross and committed by sternenseemann 45ce960b 4cde9116

+2
+2
pkgs/applications/version-management/cgit/common.nix
··· 12 12 stdenv.mkDerivation { 13 13 inherit pname version src gitSrc; 14 14 15 + separateDebugInfo = true; 16 + 15 17 nativeBuildInputs = [ 16 18 pkg-config asciidoc 17 19 ] ++ (with python3Packages; [ python wrapPython ]);