me
/
guix
Archived
1
0
Fork 0

gnu: libsbsms: Fix build.

* gnu/packages/audio.scm (libsbsms)[arguments]: Adjust path to ar-lib.
Marius Bakke 2022-11-22 07:24:25 +01:00
parent db6225d9dc
commit 26f76355bf
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 1 deletions

View File

@ -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)))))