10 stdenv.mkDerivation rec {
11 pname = "sentry-native";
14 src = fetchFromGitHub {
16 repo = "sentry-native";
18 hash = "sha256-pEFfs8xjc+6r+60aJF4Sjjy/oSU/+ADWgOBpS3t9rWI=";
31 cmakeBuildType = "RelWithDebInfo";
34 "-DSENTRY_BREAKPAD_SYSTEM=On"
38 homepage = "https://github.com/getsentry/sentry-native";
39 description = "Sentry SDK for C, C++ and native applications";
40 changelog = "https://github.com/getsentry/sentry-native/blob/${version}/CHANGELOG.md";
41 license = licenses.mit;
42 platforms = platforms.linux;
43 maintainers = with maintainers; [ wheelsandmetal ];