gnu: python-qsintilla: Fix building.
* gnu/packages/qt.scm (python-qscintilla)[arguments]: Extend custom 'configure phase to also patch the 'installed.txt' file.
This commit is contained in:
parent
54e543b626
commit
bca72b39c7
|
@ -1959,6 +1959,10 @@ indicators, code completion and call tips.")
|
||||||
"Qsci/Makefile")
|
"Qsci/Makefile")
|
||||||
(("\\$\\(INSTALL_ROOT\\)/gnu/store/[^/]+")
|
(("\\$\\(INSTALL_ROOT\\)/gnu/store/[^/]+")
|
||||||
(assoc-ref outputs "out")))
|
(assoc-ref outputs "out")))
|
||||||
|
;; And fix the installed.txt file
|
||||||
|
(substitute* "installed.txt"
|
||||||
|
(("/gnu/store/[^/]+")
|
||||||
|
(assoc-ref outputs "out")))
|
||||||
#t)))))
|
#t)))))
|
||||||
(inputs
|
(inputs
|
||||||
`(("qscintilla" ,qscintilla)
|
`(("qscintilla" ,qscintilla)
|
||||||
|
|
Loading…
Reference in New Issue