commit cc83bb56da97aaa05982fbb47324323d23861789
parent abff3571da29711d96717f2bf8bcdcd58b23970c
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 8 Mar 2026 15:19:11 +0400
Up
Diffstat:
5 files changed, 17 insertions(+), 11 deletions(-)
diff --git a/flake.lock b/flake.lock
@@ -20,11 +20,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1772419343,
- "narHash": "sha256-QU3Cd5DJH7dHyMnGEFfPcZDaCAsJQ6tUD+JuUsYqnKU=",
+ "lastModified": 1772736753,
+ "narHash": "sha256-au/m3+EuBLoSzWUCb64a/MZq6QUtOV8oC0D9tY2scPQ=",
"owner": "nixos",
"repo": "nixpkgs",
- "rev": "93178f6a00c22fcdee1c6f5f9ab92f2072072ea9",
+ "rev": "917fec990948658ef1ccd07cef2a1ef060786846",
"type": "github"
},
"original": {
diff --git a/pkgs/by-name/gf/gfp-gdal/package.nix b/pkgs/by-name/gf/gfp-gdal/package.nix
@@ -21,6 +21,12 @@ stdenv.mkDerivation (finalAttrs: {
fetchSubmodules = true;
};
+ postPatch = ''
+ substituteInPlace CMakeLists.txt \
+ --replace-fail "find_package( GDAL 3.5 REQUIRED )" \
+ "find_package( GDAL CONFIG REQUIRED )"
+ '';
+
nativeBuildInputs = [ cmake ];
buildInputs = [
diff --git a/pkgs/by-name/gp/gps-whatsnew/package.nix b/pkgs/by-name/gp/gps-whatsnew/package.nix
@@ -2,7 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
- boost,
+ boost188,
qt5,
}:
@@ -22,7 +22,7 @@ stdenv.mkDerivation (finalAttrs: {
'';
nativeBuildInputs = [ qt5.qmake ];
- buildInputs = [ boost ];
+ buildInputs = [ boost188 ];
dontWrapQtApps = true;
diff --git a/pkgs/by-name/mq/mqtt-to-influxdb/package.nix b/pkgs/by-name/mq/mqtt-to-influxdb/package.nix
@@ -9,7 +9,7 @@
cxxopts,
nlohmann_json,
influxdb-cxx,
- boost,
+ boost188,
curl,
paho-mqtt-cpp,
paho-mqtt-c,
@@ -56,7 +56,7 @@ stdenv.mkDerivation (finalAttrs: {
cxxopts
nlohmann_json
influxdb-cxx
- boost
+ boost188
curl
paho-mqtt-cpp
paho-mqtt-c
diff --git a/pkgs/by-name/rs/rsgislib/package.nix b/pkgs/by-name/rs/rsgislib/package.nix
@@ -3,7 +3,7 @@
stdenv,
fetchFromGitHub,
cmake,
- boost,
+ boost188,
gdal,
gsl,
hdf5,
@@ -14,19 +14,19 @@
stdenv.mkDerivation (finalAttrs: {
pname = "rsgislib";
- version = "5.1.8";
+ version = "5.2.1";
src = fetchFromGitHub {
owner = "remotesensinginfo";
repo = "rsgislib";
tag = finalAttrs.version;
- hash = "sha256-Hy7wYdi9M2UTAC9paZz2/EXC4FpjxTjuZ5iRPHw8zIU=";
+ hash = "sha256-2U5Kyrp7mc/x2GP/HMU5grVk4Trzo5Jq4YjMbGBZvm4=";
};
nativeBuildInputs = [ cmake ];
buildInputs = [
- boost
+ boost188
gdal
gsl
hdf5