Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1{ 2 "clang/gnu-install-dirs.patch" = [ 3 { 4 before = "14"; 5 path = ../12; 6 } 7 { 8 after = "19"; 9 path = ../19; 10 } 11 ]; 12 "clang/purity.patch" = [ 13 { 14 after = "18"; 15 path = ../18; 16 } 17 { 18 before = "17"; 19 after = "15"; 20 path = ../15; 21 } 22 { 23 before = "16"; 24 path = ../12; 25 } 26 ]; 27 "clang/aarch64-tblgen.patch" = [ 28 { 29 after = "17"; 30 before = "18"; 31 path = ../17; 32 } 33 ]; 34 "lld/add-table-base.patch" = [ 35 { 36 after = "16"; 37 path = ../16; 38 } 39 ]; 40 "lld/gnu-install-dirs.patch" = [ 41 { 42 after = "18"; 43 path = ../18; 44 } 45 { 46 before = "14"; 47 path = ../12; 48 } 49 ]; 50 "llvm/gnu-install-dirs.patch" = [ 51 { 52 after = "21"; 53 path = ../21; 54 } 55 { 56 after = "20"; 57 before = "21"; 58 path = ../20; 59 } 60 { 61 after = "18"; 62 before = "20"; 63 path = ../18; 64 } 65 ]; 66 "llvm/gnu-install-dirs-polly.patch" = [ 67 { 68 after = "20"; 69 path = ../20; 70 } 71 { 72 before = "20"; 73 after = "18"; 74 path = ../18; 75 } 76 { 77 before = "18"; 78 after = "14"; 79 path = ../14; 80 } 81 ]; 82 "llvm/llvm-lit-cfg-add-libs-to-dylib-path.patch" = [ 83 { 84 before = "17"; 85 after = "15"; 86 path = ../15; 87 } 88 { 89 after = "17"; 90 path = ../17; 91 } 92 ]; 93 "llvm/lit-shell-script-runner-set-dyld-library-path.patch" = [ 94 { 95 after = "18"; 96 path = ../18; 97 } 98 { 99 after = "16"; 100 before = "18"; 101 path = ../16; 102 } 103 ]; 104 "llvm/polly-lit-cfg-add-libs-to-dylib-path.patch" = [ 105 { 106 after = "15"; 107 path = ../15; 108 } 109 ]; 110 "libunwind/gnu-install-dirs.patch" = [ 111 { 112 before = "17"; 113 after = "15"; 114 path = ../15; 115 } 116 ]; 117 "compiler-rt/X86-support-extension.patch" = [ 118 { 119 after = "15"; 120 path = ../15; 121 } 122 { 123 before = "15"; 124 path = ../12; 125 } 126 ]; 127 "compiler-rt/armv6-scudo-libatomic.patch" = [ 128 { 129 after = "19"; 130 path = ../19; 131 } 132 { 133 after = "15"; 134 before = "19"; 135 path = ../15; 136 } 137 { 138 before = "15"; 139 path = ../14; 140 } 141 ]; 142 "compiler-rt/armv7l.patch" = [ 143 { 144 before = "15"; 145 after = "13"; 146 path = ../13; 147 } 148 ]; 149 "compiler-rt/gnu-install-dirs.patch" = [ 150 { 151 before = "14"; 152 path = ../12; 153 } 154 { 155 after = "13"; 156 before = "15"; 157 path = ../14; 158 } 159 { 160 after = "15"; 161 before = "17"; 162 path = ../15; 163 } 164 { 165 after = "16"; 166 path = ../17; 167 } 168 ]; 169 "compiler-rt/darwin-targetconditionals.patch" = [ 170 { 171 after = "13"; 172 path = ../13; 173 } 174 ]; 175 "compiler-rt/codesign.patch" = [ 176 { 177 after = "13"; 178 path = ../13; 179 } 180 ]; 181 "compiler-rt/normalize-var.patch" = [ 182 { 183 after = "16"; 184 path = ../16; 185 } 186 { 187 before = "16"; 188 path = ../12; 189 } 190 ]; 191 "lldb/procfs.patch" = [ 192 { 193 after = "15"; 194 path = ../15; 195 } 196 { 197 before = "15"; 198 path = ../12; 199 } 200 ]; 201 "lldb/resource-dir.patch" = [ 202 { 203 before = "16"; 204 path = ../12; 205 } 206 ]; 207 "llvm/no-pipes.patch" = [ 208 { 209 before = "16"; 210 path = ../12; 211 } 212 ]; 213 "openmp/fix-find-tool.patch" = [ 214 { 215 after = "17"; 216 before = "19"; 217 path = ../17; 218 } 219 ]; 220 "openmp/run-lit-directly.patch" = [ 221 { 222 after = "16"; 223 path = ../16; 224 } 225 { 226 after = "14"; 227 before = "16"; 228 path = ../14; 229 } 230 ]; 231 "libclc/use-default-paths.patch" = [ 232 { 233 after = "19"; 234 path = ../19; 235 } 236 ]; 237}