Skip to content
Snippets Groups Projects
Unverified Commit 8ecba89b authored by Ludovic Courtès's avatar Ludovic Courtès
Browse files

gnu: libgit2: Add "debug" output.

* gnu/packages/version-control.scm (libgit2)[outputs]: New field.
parent 58dce7bf
No related branches found
No related tags found
No related merge requests found
...@@ -345,6 +345,7 @@ (define-public libgit2 ...@@ -345,6 +345,7 @@ (define-public libgit2
"1fdk9yhwvl1w1z71ykzcvgh4nsf8scxcbclz5anh98zpplmhmisa")) "1fdk9yhwvl1w1z71ykzcvgh4nsf8scxcbclz5anh98zpplmhmisa"))
(patches (search-patches "libgit2-0.25.1-mtime-0.patch")))) (patches (search-patches "libgit2-0.25.1-mtime-0.patch"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(outputs '("out" "debug"))
(arguments (arguments
`(#:phases `(#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment