mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: ffmpeg-jami: Add a debug output.
* gnu/packages/jami.scm (ffmpeg-jami) [outputs]: New field. [configure-flags]: Add "--disable-stripping".
This commit is contained in:
parent
d09b1805aa
commit
c0106ea5c9
1 changed files with 2 additions and 0 deletions
|
@ -362,11 +362,13 @@ (define-public ffmpeg-jami
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yq0jcdc4qm5znrzylj3dsicrkk2n3n8bv28vr0a506fb7iglbpg"))))
|
"0yq0jcdc4qm5znrzylj3dsicrkk2n3n8bv28vr0a506fb7iglbpg"))))
|
||||||
|
(outputs '("out" "debug"))
|
||||||
(arguments
|
(arguments
|
||||||
(substitute-keyword-arguments (package-arguments ffmpeg-5)
|
(substitute-keyword-arguments (package-arguments ffmpeg-5)
|
||||||
((#:configure-flags _ '())
|
((#:configure-flags _ '())
|
||||||
#~(cons* "--disable-static"
|
#~(cons* "--disable-static"
|
||||||
"--enable-shared"
|
"--enable-shared"
|
||||||
|
"--disable-stripping"
|
||||||
#$(ffmpeg-compose-configure-flags)))
|
#$(ffmpeg-compose-configure-flags)))
|
||||||
((#:phases phases)
|
((#:phases phases)
|
||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
|
|
Loading…
Reference in a new issue