me
/
guix
Archived
1
0
Fork 0

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.
master
宋文武 2017-10-22 19:21:17 +08:00
parent 3e8daecfd8
commit b000294ef7
No known key found for this signature in database
GPG Key ID: 26525665AE727D37
1 changed files with 5 additions and 1 deletions

View File

@ -617,7 +617,11 @@ HostPrefix=~a
HostData=lib/qt5
HostBinaries=bin
HostLibraries=lib
" out out)))
[EffectiveSourcePaths]
HostPrefix=~a
HostData=lib/qt5
" out out qtbase)))
#t)))
(replace 'configure
(lambda* (#:key inputs outputs #:allow-other-keys)