···43 unidiff,
44 glibcLocales,
45 nixosTests,
046}:
4748let
···140 ];
141142 patches = [
00000143 # This patch disables the test that tries to read /etc/os-release which
144 # is not accessible in sandboxed builds.
145 ./skip_test_linux_distro.patch
···43 unidiff,
44 glibcLocales,
45 nixosTests,
46+ fetchpatch,
47}:
4849let
···141 ];
142143 patches = [
144+ (fetchpatch {
145+ name = "remove-uses-of-twisted-python-constants.patch";
146+ url = "https://github.com/buildbot/buildbot/commit/ac46c0aa77be46eaa64e09bef03da6f8dbaacfa7.patch";
147+ hash = "sha256-XoODSKY0GzFh2H5gWxiXm/QxngGN2MM0yId5D1RQflQ=";
148+ })
149 # This patch disables the test that tries to read /etc/os-release which
150 # is not accessible in sandboxed builds.
151 ./skip_test_linux_distro.patch