mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue