mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: qt: Update to 5.3.2.
* gnu/packages/qt.scm (qt): Update to 5.3.2. Drop configure flag -no-neon, which is not supported any more.
This commit is contained in:
parent
3b1bba4cab
commit
8de1691475
1 changed files with 2 additions and 3 deletions
|
@ -67,7 +67,7 @@ (define-public libxkbcommon
|
||||||
(define-public qt
|
(define-public qt
|
||||||
(package
|
(package
|
||||||
(name "qt")
|
(name "qt")
|
||||||
(version "5.2.1")
|
(version "5.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
(uri (string-append "http://download.qt-project.org/official_releases/qt/"
|
||||||
|
@ -77,7 +77,7 @@ (define-public qt
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kkqrxpd9gqb52a2zj09d7vhd4adczpjg32vjvll5wyzmh092m85"))))
|
"1w4v53889kqpwxw45wcqz5bi6zx8xp434jpafk1vlmyb8hrzjnvz"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("mesa" ,mesa)))
|
`(("mesa" ,mesa)))
|
||||||
|
@ -139,7 +139,6 @@ (define-public qt
|
||||||
"-no-sse4.2"
|
"-no-sse4.2"
|
||||||
"-no-avx"
|
"-no-avx"
|
||||||
"-no-avx2"
|
"-no-avx2"
|
||||||
"-no-neon"
|
|
||||||
"-no-mips_dsp"
|
"-no-mips_dsp"
|
||||||
"-no-mips_dspr2"))))
|
"-no-mips_dspr2"))))
|
||||||
%standard-phases)))
|
%standard-phases)))
|
||||||
|
|
Loading…
Reference in a new issue