me
/
guix
Archived
1
0
Fork 0

gnu: wavpack: Fix wavpack.pc by passing '--libdir' to `configure'.

* gnu/packages/audio.scm (wavpack)[arguments]: New field.
master
宋文武 2015-04-07 11:01:29 +08:00
parent 225dafdee7
commit 60950faa0e
1 changed files with 4 additions and 0 deletions

View File

@ -1043,6 +1043,10 @@ stretching and pitch scaling of audio. This package contains the library.")
(base32
"191h8hv8qk72hfh1crg429i9yq3cminwqb249sy9zadbn1wy7b9c"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags
;; wavpack.pc.in lacks path substitution for 'exec_prefix'.
(list (string-append "--libdir=" %output "/lib"))))
(home-page "http://www.wavpack.com/")
(synopsis "Hybrid lossless audio codec")
(description