mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: libmad: Add comment justifying the 'install-pkg-config phase.
* gnu/packages/mp3.scm (libmad)[arguments]: Add a comment about Audacity requiring a pkg-config file for libmad.
This commit is contained in:
parent
559feb6661
commit
eb9d366702
1 changed files with 4 additions and 0 deletions
|
@ -82,6 +82,10 @@ (define-public libmad
|
|||
;; remove option that is not supported by gcc any more
|
||||
(substitute* "configure" ((" -fforce-mem") ""))
|
||||
#t))
|
||||
;; Normally one should not add a pkg-config file if one is not provided
|
||||
;; by upstream developers, but Audacity expects a pkg-config file for
|
||||
;; this package, and other major GNU/Linux distributions already provide
|
||||
;; such a file.
|
||||
(add-after 'install 'install-pkg-config
|
||||
(lambda* (#:key outputs #:allow-other-keys)
|
||||
(let* ((out (assoc-ref outputs "out"))
|
||||
|
|
Loading…
Reference in a new issue