mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: infamous-plugins: Update to 0.2.04.
* gnu/packages/audio.scm (infamous-plugins): Update to 0.2.04.
This commit is contained in:
parent
a9071e5c51
commit
d11edbdf7d
1 changed files with 4 additions and 4 deletions
|
@ -553,7 +553,7 @@ (define-public espeak
|
||||||
(define-public infamous-plugins
|
(define-public infamous-plugins
|
||||||
(package
|
(package
|
||||||
(name "infamous-plugins")
|
(name "infamous-plugins")
|
||||||
(version "0.2.02")
|
(version "0.2.04")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/ssj71/infamousPlugins/"
|
(uri (string-append "https://github.com/ssj71/infamousPlugins/"
|
||||||
|
@ -561,10 +561,10 @@ (define-public infamous-plugins
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qm3ak07vc1l3f5c3c2lq9gkfknlxwn8ks03cysw1pk8hj7dwnv6"))))
|
"1n6rhqsmvad7692w2h01niw5gqg5yk7a09wxl5ivs77zyp93vf7z"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; There are no tests
|
`(#:tests? #f ; there are no tests
|
||||||
#:phases
|
#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
(add-after 'unpack 'remove-compiler-flags
|
(add-after 'unpack 'remove-compiler-flags
|
||||||
|
@ -579,7 +579,7 @@ (define-public infamous-plugins
|
||||||
"src/powercut/CMakeLists.txt"
|
"src/powercut/CMakeLists.txt"
|
||||||
"src/powerup/CMakeLists.txt"
|
"src/powerup/CMakeLists.txt"
|
||||||
"src/stuck/CMakeLists.txt")
|
"src/stuck/CMakeLists.txt")
|
||||||
(("-msse2 -mfpmath=sse") ""))
|
(("-msse2 -mfpmath=sse") ""))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
|
|
Loading…
Reference in a new issue