sdbus-cpp: 2.0.0 -> 2.1.0, fix cmake flags (#447542)
This commit is contained in:
@@ -7919,6 +7919,12 @@
|
||||
name = "Elis Hirwing";
|
||||
keys = [ { fingerprint = "67FE 98F2 8C44 CF22 1828 E12F D57E FA62 5C9A 925F"; } ];
|
||||
};
|
||||
etwas = {
|
||||
email = "ein@etwas.me";
|
||||
github = "eetwas";
|
||||
githubId = 74488187;
|
||||
name = "etwas";
|
||||
};
|
||||
eu90h = {
|
||||
email = "stefan@eu90h.com";
|
||||
github = "eu90h";
|
||||
|
||||
@@ -35,7 +35,9 @@ let
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
(lib.cmakeBool "BUILD_CODE_GEN" true)
|
||||
(lib.cmakeBool (
|
||||
if lib.versionOlder finalAttrs.version "2.0.0" then "BUILD_CODE_GEN" else "SDBUSCPP_BUILD_CODEGEN"
|
||||
) true)
|
||||
];
|
||||
|
||||
meta = {
|
||||
@@ -52,7 +54,7 @@ let
|
||||
inherent design complexities and limitations.
|
||||
'';
|
||||
license = lib.licenses.lgpl2Only;
|
||||
maintainers = [ ];
|
||||
maintainers = with lib.maintainers; [ etwas ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "sdbus-c++-xml2cpp";
|
||||
};
|
||||
@@ -65,7 +67,7 @@ in
|
||||
};
|
||||
|
||||
sdbus-cpp_2 = generic {
|
||||
version = "2.0.0";
|
||||
hash = "sha256-W8V5FRhV3jtERMFrZ4gf30OpIQLYoj2yYGpnYOmH2+g=";
|
||||
version = "2.1.0";
|
||||
hash = "sha256-JnjabBr7oELLsUV9a+dAAaRyUzaMIriu90vkaVJg2eY=";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user