me
/
guix
Archived
1
0
Fork 0

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.
master
Kei Kebreau 2021-01-18 18:53:48 -05:00
parent eb9d366702
commit ac3c4e3247
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 4 additions and 0 deletions

View File

@ -131,6 +131,10 @@ This package contains the library.")
(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"))