lua: add rapidjson, lua-toml and lua-messagepack to generated packages

This commit is contained in:
Luka Blaskovic
2019-04-30 08:35:29 +00:00
parent 356ba795cb
commit ca80cf922a
3 changed files with 70 additions and 0 deletions
@@ -68,4 +68,11 @@ with super;
platforms = pkgs.lib.platforms.linux;
};
});
rapidjson = super.rapidjson.overrideAttrs(oa: {
preBuild = ''
sed -i '/set(CMAKE_CXX_FLAGS/d' CMakeLists.txt
sed -i '/set(CMAKE_C_FLAGS/d' CMakeLists.txt
'';
});
}