gnu: qt5ct: Update to 1.5.
* gnu/packages/qt.scm (qt5ct): Update to 1.5. [arguments]: Remove trailing #t.
This commit is contained in:
parent
a4f7d66ce5
commit
e6474dc7b5
1 changed files with 3 additions and 4 deletions
|
@ -146,14 +146,14 @@ (define-public qite
|
||||||
(define-public qt5ct
|
(define-public qt5ct
|
||||||
(package
|
(package
|
||||||
(name "qt5ct")
|
(name "qt5ct")
|
||||||
(version "1.2")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
(string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2"))
|
(string-append "mirror://sourceforge/qt5ct/qt5ct-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0bl7dc03b7vm435khkr932ybslsbq1nfajd936zlc1sxdmpg1qqx"))))
|
(base32 "14742vs32m98nbfb5mad0i8ciff5f45gfcb5v03p4hh2dvhhqgfn"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; No target
|
`(#:tests? #f ; No target
|
||||||
|
@ -178,8 +178,7 @@ (define-public qt5ct
|
||||||
(string-append "PREFIX=" out)
|
(string-append "PREFIX=" out)
|
||||||
(string-append "BINDIR=" out "/bin")
|
(string-append "BINDIR=" out "/bin")
|
||||||
(string-append "DATADIR=" out "/share")
|
(string-append "DATADIR=" out "/share")
|
||||||
(string-append "PLUGINDIR=" out "/lib/qt5/plugins")))
|
(string-append "PLUGINDIR=" out "/lib/qt5/plugins")))))
|
||||||
#t))
|
|
||||||
(add-after 'install 'qt-wrap
|
(add-after 'install 'qt-wrap
|
||||||
(assoc-ref qt:%standard-phases 'qt-wrap)))))
|
(assoc-ref qt:%standard-phases 'qt-wrap)))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Loading…
Reference in a new issue