1 { lib, stdenv, fetchgit, zlib }:
4 url = "https://chromium.googlesource.com/linux-syscall-support";
6 hash = "sha256-rF10v5oH4u9i9vnmFCVVl2Ew3h+QTiOsW64HeB0nRQU=";
8 in stdenv.mkDerivation (finalAttrs: {
11 version = "2023.01.27";
14 url = "https://chromium.googlesource.com/breakpad/breakpad";
15 rev = "v${finalAttrs.version}";
16 hash = "sha256-8msKz0K10r13TwM3oS6GCIlMdf8k8HBKfKJkPmrUrIs=";
19 buildInputs = [ zlib ];
22 ln -s ${lss} $sourceRoot/src/third_party/lss
26 description = "An open-source multi-platform crash reporting system";
27 homepage = "https://chromium.googlesource.com/breakpad";
28 license = licenses.bsd3;
29 maintainers = with maintainers; [ berberman ];
30 platforms = platforms.all;