mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
googlemaps: Move the .so to the right location
Fixes Subsurface googlemaps plugin detection.
This commit is contained in:
parent
a6dca04272
commit
bf14737288
|
@ -48,9 +48,9 @@ let
|
|||
pluginsSubdir = "lib/qt-${qtbase.qtCompatVersion}/plugins";
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out $(dirname ${pluginsSubdir})
|
||||
mkdir -p ${pluginsSubdir}
|
||||
mv *.so ${pluginsSubdir}
|
||||
mkdir -p $out $(dirname ${pluginsSubdir}/geoservices)
|
||||
mkdir -p ${pluginsSubdir}/geoservices
|
||||
mv *.so ${pluginsSubdir}/geoservices
|
||||
mv lib $out/
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue