gnu: rosegarden: Update to 18.12.

* gnu/packages/music.scm (rosegarden): Update to 18.12.
[arguments]: Remove unused flag.
master
Nicolas Goaziou 2019-03-12 23:57:40 +01:00
parent a269c89457
commit 0d5101c3a3
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 3 additions and 3 deletions

View File

@ -3835,7 +3835,7 @@ specification and header.")
(define-public rosegarden
(package
(name "rosegarden")
(version "18.06")
(version "18.12")
(source (origin
(method url-fetch)
(uri (string-append
@ -3843,10 +3843,10 @@ specification and header.")
version "/rosegarden-" version ".tar.bz2"))
(sha256
(base32
"04qc80sqb2ji42pq3mayhvqqn39hlxzymsywpbpzfpchr19chxx7"))))
"15i9fm0vkn3wsgahaxqi1j5zs0wc0j3wdwml0x49084gk2p328vb"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-DUSE_QT5=1") ; "-DCMAKE_BUILD_TYPE=Release"
`(#:configure-flags '("-DCMAKE_BUILD_TYPE=Release")
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-tests