Skip to content
Snippets Groups Projects
Unverified Commit eb9d3667 authored by Kei Kebreau's avatar Kei Kebreau
Browse files

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.
parent 559feb66
No related branches found
No related tags found
No related merge requests found
......@@ -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"))
......
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