mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: qt: Set 'EffectiveSourcePaths' to 'qtbase' for submodules.
Fixes a regression introduced in 8075b62378
.
This allows 'linguist.pro' of 'qttools' to find 'ConfigVersion.cmake.in',
which is needed for 'Qt5LinguistToolsConfigVersion.cmake'.
Reported by Thomas Danckaert <post@thomasdanckaert.be>.
* gnu/packages/qt.scm (qtsvg)[arguments]: Set 'EffectiveSourcePaths' in
the 'configure-qmake' phase.
This commit is contained in:
parent
3e8daecfd8
commit
b000294ef7
1 changed files with 5 additions and 1 deletions
|
@ -617,7 +617,11 @@ (define-public qtsvg
|
||||||
HostData=lib/qt5
|
HostData=lib/qt5
|
||||||
HostBinaries=bin
|
HostBinaries=bin
|
||||||
HostLibraries=lib
|
HostLibraries=lib
|
||||||
" out out)))
|
|
||||||
|
[EffectiveSourcePaths]
|
||||||
|
HostPrefix=~a
|
||||||
|
HostData=lib/qt5
|
||||||
|
" out out qtbase)))
|
||||||
#t)))
|
#t)))
|
||||||
(replace 'configure
|
(replace 'configure
|
||||||
(lambda* (#:key inputs outputs #:allow-other-keys)
|
(lambda* (#:key inputs outputs #:allow-other-keys)
|
||||||
|
|
Loading…
Reference in a new issue