Unverified Commit 490da178 authored by Ivan Mincik's avatar Ivan Mincik Committed by GitHub
Browse files

qgis: 3.44.3 -> 3.44.4 (#459610)

parents b325b413 dbf0923e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
  grass,
  gsl,
  hdf5,
  libspatialindex,
  libspatialite,
  libzip,
  netcdf,
@@ -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 = {
@@ -115,7 +114,6 @@ mkDerivation rec {
    geos
    gsl
    hdf5
    libspatialindex
    libspatialite
    libzip
    netcdf
@@ -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 [