mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: libid3tag: Add comment justifying the 'install-pkg-config phase.
* gnu/packages/mp3.scm (libid3tag)[arguments]: Add a comment about Audacity requiring a pkg-config file for libid3tag.
This commit is contained in:
parent
eb9d366702
commit
ac3c4e3247
1 changed files with 4 additions and 0 deletions
|
@ -131,6 +131,10 @@ (define-public libid3tag
|
|||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
;; 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