7 stdenv.mkDerivation rec {
11 src = fetchFromGitHub {
12 owner = "eclipse-cyclonedds";
15 sha256 = "sha256-LSCfQPyd/QOsrnLNbKb0OlCvmHi/2aDDhi8VeXpYb1w=";
19 ./0001-Use-full-path-in-pkgconfig.patch
22 nativeBuildInputs = [ cmake ];
25 description = "Eclipse Cyclone DDS project";
26 homepage = "https://cyclonedds.io/";
27 license = with licenses; [ epl20 ];
28 maintainers = with maintainers; [ bachp ];