mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01:00
gnu: libsbsms: Fix build.
* gnu/packages/audio.scm (libsbsms)[arguments]: Adjust path to ar-lib.
This commit is contained in:
parent
db6225d9dc
commit
26f76355bf
1 changed files with 2 additions and 1 deletions
|
@ -3707,7 +3707,8 @@ analysis plugins or audio feature extraction plugins.")
|
|||
(symlink
|
||||
(search-input-file inputs
|
||||
(string-append "/share/automake-"
|
||||
,(package-version automake)
|
||||
,(version-major+minor
|
||||
(package-version automake))
|
||||
"/ar-lib"))
|
||||
"ar-lib")
|
||||
#t)))))
|
||||
|
|
Loading…
Add table
Reference in a new issue