mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
cgit,cgit-pink: enable debug info
This commit is contained in:
parent
4cde9116a1
commit
45ce960bf8
@ -12,6 +12,8 @@
|
||||
stdenv.mkDerivation {
|
||||
inherit pname version src gitSrc;
|
||||
|
||||
separateDebugInfo = true;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config asciidoc
|
||||
] ++ (with python3Packages; [ python wrapPython ]);
|
||||
|
Loading…
Reference in New Issue
Block a user