console-bridge: backport patch for CMake 4

Co-authored-by: Guilhem Saurel <guilhem.saurel@laas.fr>
This commit is contained in:
Emily
2025-09-19 16:29:10 +01:00
co-authored by Guilhem Saurel
parent e9b67e2e9d
commit ba146221fe
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchFromGitHub,
fetchpatch,
cmake,
validatePkgConfig,
}:
@@ -17,6 +18,14 @@ stdenv.mkDerivation rec {
sha256 = "sha256-M3GocT0hodw3Sc2NHcFDiPVZ1XN7BqIUuYLW8OaXMqM=";
};
patches = [
(fetchpatch {
name = "console-bridge-fix-cmake-4.patch";
url = "https://github.com/ros/console_bridge/commit/81ec67f6daf3cd19ef506e00f02efb1645597b9c.patch";
hash = "sha256-qSYnqjD+63lWBdtrXbTawt1OpiAO9uvT7R5KmfpUmwQ=";
})
];
nativeBuildInputs = [
cmake
validatePkgConfig