mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: tenacity: Update to 1.3.1.
* gnu/packages/audio.scm (tenacity): Update to 1.3.1. Change-Id: Id06fb3e9283524341f30d961854d8e6f6df1543e Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
2c299b338a
commit
29db98ec67
1 changed files with 7 additions and 3 deletions
|
@ -1048,7 +1048,7 @@ (define-public audacity
|
||||||
(define-public tenacity
|
(define-public tenacity
|
||||||
(package
|
(package
|
||||||
(name "tenacity")
|
(name "tenacity")
|
||||||
(version "1.3-beta2")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1057,7 +1057,7 @@ (define-public tenacity
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0pd2vxzqzq7ikz7l2a1h9qwq08276xicvphrpn47gvmwaslah1gn"))))
|
(base32 "0qpcih96c97s4b7lmcvqac9ds09j7a7llvm41p926hll5xmjgsy1"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
@ -1077,7 +1077,11 @@ (define-public tenacity
|
||||||
'i-spy-with-my-little-eye-something-in-the-wrong-folder
|
'i-spy-with-my-little-eye-something-in-the-wrong-folder
|
||||||
(lambda _
|
(lambda _
|
||||||
(symlink (string-append (getcwd) "/images")
|
(symlink (string-append (getcwd) "/images")
|
||||||
"src/images")))
|
"src/images")
|
||||||
|
|
||||||
|
(symlink (string-append (getcwd) "/images")
|
||||||
|
"src/tracks/images"))
|
||||||
|
)
|
||||||
(add-after 'unpack 'fix-cmake-rpath
|
(add-after 'unpack 'fix-cmake-rpath
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(substitute* "CMakeLists.txt"
|
(substitute* "CMakeLists.txt"
|
||||||
|
|
Loading…
Reference in a new issue