summary refs log tree commit diff
path: root/pkgs/applications/gis
diff options
context:
space:
mode:
authorWill Cohen <willcohen@users.noreply.github.com>2021-12-14 22:17:02 -0500
committerWill Cohen <willcohen@users.noreply.github.com>2022-01-05 19:02:00 -0500
commit2cdbb565adbed90914eb2ea417b834837af10378 (patch)
tree1c7708bdf48cb4b23e3a9a438fefc4b92eaa3f80 /pkgs/applications/gis
parent693a0e84b2135cd55f760da9c5da68941b40732b (diff)
downloadnixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.tar
nixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.tar.gz
nixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.tar.bz2
nixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.tar.lz
nixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.tar.xz
nixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.tar.zst
nixpkgs-2cdbb565adbed90914eb2ea417b834837af10378.zip
qgis: update QSCI_SIP_DIR location
Diffstat (limited to 'pkgs/applications/gis')
-rw-r--r--pkgs/applications/gis/qgis/unwrapped.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/gis/qgis/unwrapped.nix b/pkgs/applications/gis/qgis/unwrapped.nix
index 0ec81c785b4..14bafb6c51b 100644
--- a/pkgs/applications/gis/qgis/unwrapped.nix
+++ b/pkgs/applications/gis/qgis/unwrapped.nix
@@ -114,7 +114,7 @@ in mkDerivation rec {
   cmakeFlags = [
     "-DCMAKE_SKIP_BUILD_RPATH=OFF"
     "-DPYQT5_SIP_DIR=${python3Packages.pyqt5}/${python3Packages.python.sitePackages}/PyQt5/bindings"
-    "-DQSCI_SIP_DIR=${python3Packages.qscintilla-qt5}/share/sip/PyQt5"
+    "-DQSCI_SIP_DIR=${python3Packages.qscintilla-qt5}/${python3Packages.python.sitePackages}/PyQt5/bindings"
   ] ++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF"
     ++ lib.optional withGrass "-DGRASS_PREFIX7=${grass}/${grass.name}";