···156156157157 bacnet-stack = callPackage ../tools/networking/bacnet-stack {};
158158159159+ breakpad = callPackage ../development/misc/breakpad {};
160160+159161 # Zip file format only allows times after year 1980, which makes e.g. Python wheel building fail with:
160162 # ValueError: ZIP does not support timestamps before 1980
161163 ensureNewerSourcesForZipFilesHook = ensureNewerSourcesHook { year = "1980"; };