nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 141 lines 2.2 kB view raw
1{ 2 "clang/gnu-install-dirs.patch" = [ 3 { 4 after = "22"; 5 path = ../22; 6 } 7 { 8 after = "19"; 9 before = "22"; 10 path = ../19; 11 } 12 ]; 13 "clang/purity.patch" = [ 14 { 15 path = ../18; 16 } 17 ]; 18 "lld/gnu-install-dirs.patch" = [ 19 { 20 path = ../18; 21 } 22 ]; 23 "llvm/gnu-install-dirs.patch" = [ 24 { 25 after = "22"; 26 path = ../22; 27 } 28 { 29 after = "21"; 30 before = "22"; 31 path = ../21; 32 } 33 { 34 after = "20"; 35 before = "21"; 36 path = ../20; 37 } 38 { 39 before = "20"; 40 path = ../18; 41 } 42 ]; 43 "llvm/gnu-install-dirs-polly.patch" = [ 44 { 45 after = "20"; 46 path = ../20; 47 } 48 { 49 before = "20"; 50 path = ../18; 51 } 52 ]; 53 "llvm/llvm-lit-cfg-add-libs-to-dylib-path.patch" = [ 54 { 55 path = ../18; 56 } 57 ]; 58 "llvm/lit-shell-script-runner-set-dyld-library-path.patch" = [ 59 { 60 after = "22"; 61 path = ../22; 62 } 63 { 64 path = ../18; 65 before = "22"; 66 } 67 ]; 68 "llvm/polly-lit-cfg-add-libs-to-dylib-path.patch" = [ 69 { 70 path = ../18; 71 } 72 ]; 73 "compiler-rt/X86-support-extension.patch" = [ 74 { 75 path = ../18; 76 } 77 ]; 78 "compiler-rt/armv6-scudo-libatomic.patch" = [ 79 { 80 after = "19"; 81 path = ../19; 82 } 83 { 84 before = "19"; 85 path = ../18; 86 } 87 ]; 88 "compiler-rt/normalize-var.patch" = [ 89 { 90 path = ../18; 91 } 92 ]; 93 "openmp/fix-find-tool.patch" = [ 94 { 95 before = "19"; 96 path = ../18; 97 } 98 ]; 99 "openmp/run-lit-directly.patch" = [ 100 { 101 path = ../18; 102 } 103 ]; 104 "libclc/use-default-paths.patch" = [ 105 { 106 after = "20"; 107 path = ../20; 108 } 109 { 110 after = "19"; 111 before = "20"; 112 path = ../19; 113 } 114 { 115 after = "20"; 116 path = ../20; 117 } 118 ]; 119 "libclc/gnu-install-dirs.patch" = [ 120 { 121 before = "21"; 122 path = ../18; 123 } 124 { 125 after = "21"; 126 path = ../21; 127 } 128 ]; 129 "mlir/mlir-add-include-cstdint.patch" = [ 130 { 131 after = "18"; 132 before = "19"; 133 path = ../18; 134 } 135 { 136 after = "19"; 137 before = "20"; 138 path = ../19; 139 } 140 ]; 141}