···156157 bacnet-stack = callPackage ../tools/networking/bacnet-stack {};
15800159 # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
160 # ValueError: ZIP does not support timestamps before 1980
161 ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };
···156157 bacnet-stack = callPackage ../tools/networking/bacnet-stack {};
158159+ breakpad = callPackage ../development/misc/breakpad {};
160+161 # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
162 # ValueError: ZIP does not support timestamps before 1980
163 ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };