mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qscintilla: Update to 2.13.4.
* gnu/packages/qt.scm (qscintilla): Update to 2.13.4.
This commit is contained in:
parent
1c86be2fd6
commit
924c871ff6
1 changed files with 4 additions and 4 deletions
|
@ -3492,15 +3492,15 @@ (define-public python-qt.py
|
||||||
(define-public qscintilla
|
(define-public qscintilla
|
||||||
(package
|
(package
|
||||||
(name "qscintilla")
|
(name "qscintilla")
|
||||||
(version "2.11.6")
|
(version "2.13.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.riverbankcomputing.com/static"
|
(uri (string-append "https://www.riverbankcomputing.com/static"
|
||||||
"/Downloads/QScintilla/" version
|
"/Downloads/QScintilla/" version
|
||||||
"/QScintilla-" version ".tar.gz"))
|
"/QScintilla_src-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19r0vpqb4m9bqwxmjp9w6x0hgahkrg7zryk78hwgplj7vdbn0d77"))))
|
"11lrhybp32nz1dxns4pxxd8rbj2gshva20zan0kg85p164gjc349"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
@ -3508,7 +3508,7 @@ (define-public qscintilla
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key outputs #:allow-other-keys)
|
(lambda* (#:key outputs #:allow-other-keys)
|
||||||
(let ((out (assoc-ref outputs "out")))
|
(let ((out (assoc-ref outputs "out")))
|
||||||
(chdir "Qt4Qt5")
|
(chdir "src")
|
||||||
(substitute* "qscintilla.pro"
|
(substitute* "qscintilla.pro"
|
||||||
(("\\$\\$\\[QT_INSTALL_LIBS\\]")
|
(("\\$\\$\\[QT_INSTALL_LIBS\\]")
|
||||||
(string-append out "/lib"))
|
(string-append out "/lib"))
|
||||||
|
|
Loading…
Reference in a new issue