Loading pkgs/applications/gis/qgis/unwrapped.nix +5 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ grass, gsl, hdf5, libspatialindex, libspatialite, libzip, netcdf, Loading Loading @@ -82,14 +81,14 @@ let ]; in mkDerivation rec { version = "3.44.3"; version = "3.44.4"; pname = "qgis-unwrapped"; src = fetchFromGitHub { owner = "qgis"; repo = "QGIS"; rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; hash = "sha256-g7ZdNLal16b0Fbq492mPpOiNkYc3Bm4c7INWX+2e7H8="; hash = "sha256-G9atxBBANlUDGl39bkwTo6L04/+0o5A5ake4KvIY70E="; }; passthru = { Loading @@ -115,7 +114,6 @@ mkDerivation rec { geos gsl hdf5 libspatialindex libspatialite libzip netcdf Loading Loading @@ -159,6 +157,9 @@ mkDerivation rec { "-DWITH_PDAL=True" "-DENABLE_TESTS=False" "-DQT_PLUGINS_DIR=${qtbase}/${qtbase.qtPluginPrefix}" # See https://github.com/libspatialindex/libspatialindex/issues/276 "-DWITH_INTERNAL_SPATIALINDEX=True" ] ++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF" ++ lib.optional withServer [ Loading Loading
pkgs/applications/gis/qgis/unwrapped.nix +5 −4 Original line number Diff line number Diff line Loading @@ -21,7 +21,6 @@ grass, gsl, hdf5, libspatialindex, libspatialite, libzip, netcdf, Loading Loading @@ -82,14 +81,14 @@ let ]; in mkDerivation rec { version = "3.44.3"; version = "3.44.4"; pname = "qgis-unwrapped"; src = fetchFromGitHub { owner = "qgis"; repo = "QGIS"; rev = "final-${lib.replaceStrings [ "." ] [ "_" ] version}"; hash = "sha256-g7ZdNLal16b0Fbq492mPpOiNkYc3Bm4c7INWX+2e7H8="; hash = "sha256-G9atxBBANlUDGl39bkwTo6L04/+0o5A5ake4KvIY70E="; }; passthru = { Loading @@ -115,7 +114,6 @@ mkDerivation rec { geos gsl hdf5 libspatialindex libspatialite libzip netcdf Loading Loading @@ -159,6 +157,9 @@ mkDerivation rec { "-DWITH_PDAL=True" "-DENABLE_TESTS=False" "-DQT_PLUGINS_DIR=${qtbase}/${qtbase.qtPluginPrefix}" # See https://github.com/libspatialindex/libspatialindex/issues/276 "-DWITH_INTERNAL_SPATIALINDEX=True" ] ++ lib.optional (!withWebKit) "-DWITH_QTWEBKIT=OFF" ++ lib.optional withServer [ Loading