buildbot: add patch for compatibility with twisted 24.11.0

zowoq 0dd7250c dd1853c1

+6
+6
pkgs/development/tools/continuous-integration/buildbot/master.nix
··· 43 unidiff, 44 glibcLocales, 45 nixosTests, 46 }: 47 48 let ··· 140 ]; 141 142 patches = [ 143 # 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 }: 48 49 let ··· 141 ]; 142 143 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