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:
Efraim Flashner 2018-07-26 13:20:20 +03:00
parent 54e543b626
commit bca72b39c7
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1959,6 +1959,10 @@ (define-public python-qscintilla
"Qsci/Makefile")
(("\\$\\(INSTALL_ROOT\\)/gnu/store/[^/]+")
(assoc-ref outputs "out")))
;; And fix the installed.txt file
(substitute* "installed.txt"
(("/gnu/store/[^/]+")
(assoc-ref outputs "out")))
#t)))))
(inputs
`(("qscintilla" ,qscintilla)