diff options
author | Franz Geffke <m@f-a.nz> | 2024-11-22 12:33:12 +0400 |
---|---|---|
committer | Franz Geffke <m@f-a.nz> | 2024-11-22 12:33:12 +0400 |
commit | 94a9c12b2929385f8ecd295863e704905545ccc7 (patch) | |
tree | 557dbc1a0b6dfd4b55e8de2ad1f87e1431963c10 /px/packages/qt.scm | |
parent | 7a99c9e80d3fbeeca7e1ab7ed2001100a6e3cd18 (diff) |
px: qt-location-plugin-googlemap: Fixed build
Diffstat (limited to 'px/packages/qt.scm')
-rw-r--r-- | px/packages/qt.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/px/packages/qt.scm b/px/packages/qt.scm index 2ec7c6f..c186664 100644 --- a/px/packages/qt.scm +++ b/px/packages/qt.scm @@ -136,7 +136,7 @@ (build-system qt-build-system) (inputs (list qtbase-5 - qtlocation + qtlocation-5 qtdeclarative-5)) (native-inputs (list pkg-config qttools-5)) |