qt54: regenerate manifest

+315 -289
+8 -3
pkgs/development/libraries/qt-5/5.4/default.nix
··· 27 27 with stdenv.lib; 28 28 29 29 let 30 - manifest = 31 - importManifest ./manifest.nix { mirror = "http://download.qt.io"; }; 32 - srcs = mapAttrs (name: manifest: manifest.src) manifest; 30 + srcs = 31 + let 32 + manifest = builtins.fromJSON (builtins.readFile ./manifest.json); 33 + mirror = "http://download.qt.io"; 34 + fetch = src: fetchurl (src // { url = "${mirror}/${src.url}"; }); 35 + mkPair = pkg: nameValuePair (builtins.parseDrvName pkg.name).name (fetch pkg.src); 36 + pairs = map mkPair manifest; 37 + in listToAttrs pairs; 33 38 34 39 version = "5.4.2"; 35 40
+301
pkgs/development/libraries/qt-5/5.4/manifest.json
··· 1 + [ 2 + { 3 + "name": "qtbase-opensource-src-5.4.2", 4 + "store": "/nix/store/60xy2xnsl5kwraqkgh8d950nj1pk3kmi-qtbase-opensource-src-5.4.2.tar.xz", 5 + "src": { 6 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtbase-opensource-src-5.4.2.tar.xz", 7 + "sha256": "0x2szpjjvsrpcqw0dd3gsim7b1jv9p716pnllzjbia5mp0hggi4z", 8 + "name": "qtbase-opensource-src-5.4.2.tar.xz" 9 + } 10 + } 11 + , 12 + { 13 + "name": "qtenginio-opensource-src-5.4.2", 14 + "store": "/nix/store/4iprnq6sm0b1pnxmxb5krip7kk40xqmr-qtenginio-opensource-src-5.4.2.tar.xz", 15 + "src": { 16 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtenginio-opensource-src-5.4.2.tar.xz", 17 + "sha256": "082i3fapjw6xs0jkz7x529dn3pb6w1pfli3cjrgvggff86gwlgwn", 18 + "name": "qtenginio-opensource-src-5.4.2.tar.xz" 19 + } 20 + } 21 + , 22 + { 23 + "name": "qtserialport-opensource-src-5.4.2", 24 + "store": "/nix/store/l9k1v23ddnhjch5b2p3l28xbqkhz63yl-qtserialport-opensource-src-5.4.2.tar.xz", 25 + "src": { 26 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtserialport-opensource-src-5.4.2.tar.xz", 27 + "sha256": "1h6p5rb0ldxgzd4md3n79gy0j9blhj736670xqjd9vlvh1743kck", 28 + "name": "qtserialport-opensource-src-5.4.2.tar.xz" 29 + } 30 + } 31 + , 32 + { 33 + "name": "qtscript-opensource-src-5.4.2", 34 + "store": "/nix/store/n4ixnakw3fiflyimshkp43h7ijlpiif6-qtscript-opensource-src-5.4.2.tar.xz", 35 + "src": { 36 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtscript-opensource-src-5.4.2.tar.xz", 37 + "sha256": "0izsmy0cr8iii78r10ndkidyljxqd2k9g03f5xb9nxacvr2f8hp0", 38 + "name": "qtscript-opensource-src-5.4.2.tar.xz" 39 + } 40 + } 41 + , 42 + { 43 + "name": "qtwebchannel-opensource-src-5.4.2", 44 + "store": "/nix/store/qbkqkn4ck0fqbndl9fzp7iaz6c475xq8-qtwebchannel-opensource-src-5.4.2.tar.xz", 45 + "src": { 46 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwebchannel-opensource-src-5.4.2.tar.xz", 47 + "sha256": "0vy1zjbghfa1wirxd8fd2n2n8yryykzr09913qm2nlfbcxdsgqsn", 48 + "name": "qtwebchannel-opensource-src-5.4.2.tar.xz" 49 + } 50 + } 51 + , 52 + { 53 + "name": "qtwinextras-opensource-src-5.4.2", 54 + "store": "/nix/store/9kmig3lg8d8s5r1jl3xj5q3jrkp3p8sx-qtwinextras-opensource-src-5.4.2.tar.xz", 55 + "src": { 56 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwinextras-opensource-src-5.4.2.tar.xz", 57 + "sha256": "0sgybvr1y2xsddlqc95ninxj3rfmd4gv7a8f7rqcxdynjan5gij0", 58 + "name": "qtwinextras-opensource-src-5.4.2.tar.xz" 59 + } 60 + } 61 + , 62 + { 63 + "name": "qtwebsockets-opensource-src-5.4.2", 64 + "store": "/nix/store/zk4s5pgp3mh6xdq6z3svi305vn0pli27-qtwebsockets-opensource-src-5.4.2.tar.xz", 65 + "src": { 66 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwebsockets-opensource-src-5.4.2.tar.xz", 67 + "sha256": "0lv1la8333qnirxmscs42xnnra0xry1gjbhi3bxrf1hrfs2im9j4", 68 + "name": "qtwebsockets-opensource-src-5.4.2.tar.xz" 69 + } 70 + } 71 + , 72 + { 73 + "name": "qtmultimedia-opensource-src-5.4.2", 74 + "store": "/nix/store/n8wpy6b8jw1rf51z1qhxbbym7j8rr8ay-qtmultimedia-opensource-src-5.4.2.tar.xz", 75 + "src": { 76 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtmultimedia-opensource-src-5.4.2.tar.xz", 77 + "sha256": "0h29cs8ajnjarhjx1aczdnxqwvg6pqs9s8w28hw488s149wqqrnj", 78 + "name": "qtmultimedia-opensource-src-5.4.2.tar.xz" 79 + } 80 + } 81 + , 82 + { 83 + "name": "qtgraphicaleffects-opensource-src-5.4.2", 84 + "store": "/nix/store/2q2vk530mf32zzd1v8bpax8iixviw6q5-qtgraphicaleffects-opensource-src-5.4.2.tar.xz", 85 + "src": { 86 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtgraphicaleffects-opensource-src-5.4.2.tar.xz", 87 + "sha256": "02p8xm5ajicjam30ry3g1lm2p4nja2q0sls8dzimqrxhw5xlg3xs", 88 + "name": "qtgraphicaleffects-opensource-src-5.4.2.tar.xz" 89 + } 90 + } 91 + , 92 + { 93 + "name": "qtxmlpatterns-opensource-src-5.4.2", 94 + "store": "/nix/store/3fqgpa668hb1xmwjw056cw58qzb3r0g4-qtxmlpatterns-opensource-src-5.4.2.tar.xz", 95 + "src": { 96 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtxmlpatterns-opensource-src-5.4.2.tar.xz", 97 + "sha256": "0ar7znqp1i02ha5ngy2kzk3hlgkafjbn2xa8j2k78gzmwsmdhzxa", 98 + "name": "qtxmlpatterns-opensource-src-5.4.2.tar.xz" 99 + } 100 + } 101 + , 102 + { 103 + "name": "qttranslations-opensource-src-5.4.2", 104 + "store": "/nix/store/mg9b5z2nznzxrz501hm06b7l27jjwaca-qttranslations-opensource-src-5.4.2.tar.xz", 105 + "src": { 106 + "url": "official_releases/qt/5.4/5.4.2/submodules/qttranslations-opensource-src-5.4.2.tar.xz", 107 + "sha256": "0b4l69c16z8gjd4mq75zz3lj2gxarr9wyk0vk60jg1mi62vxvdls", 108 + "name": "qttranslations-opensource-src-5.4.2.tar.xz" 109 + } 110 + } 111 + , 112 + { 113 + "name": "qtdeclarative-opensource-src-5.4.2", 114 + "store": "/nix/store/bjmv4fgphx9bggzcwy4lcdas9phbwjsg-qtdeclarative-opensource-src-5.4.2.tar.xz", 115 + "src": { 116 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtdeclarative-opensource-src-5.4.2.tar.xz", 117 + "sha256": "1bj1wwms6lpj8s70y8by3j0hjsw6g9v8m6fybx68krzzizbj2c5p", 118 + "name": "qtdeclarative-opensource-src-5.4.2.tar.xz" 119 + } 120 + } 121 + , 122 + { 123 + "name": "qtwebkit-opensource-src-5.4.2", 124 + "store": "/nix/store/pfhq8ask8jhzdh2x882d014b10ddywma-qtwebkit-opensource-src-5.4.2.tar.xz", 125 + "src": { 126 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwebkit-opensource-src-5.4.2.tar.xz", 127 + "sha256": "0vffbpiczag2n2hp5gc0nii8n7vkidr8f8pp8a47px0183hl6hiy", 128 + "name": "qtwebkit-opensource-src-5.4.2.tar.xz" 129 + } 130 + } 131 + , 132 + { 133 + "name": "qtquick1-opensource-src-5.4.2", 134 + "store": "/nix/store/n807cxddkvhbzw3ciqs29zc5mw47z2qs-qtquick1-opensource-src-5.4.2.tar.xz", 135 + "src": { 136 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtquick1-opensource-src-5.4.2.tar.xz", 137 + "sha256": "0178z15a31fw3l6933fwxs7sk0csifpwckydp3rqnn3fg5f2fwvp", 138 + "name": "qtquick1-opensource-src-5.4.2.tar.xz" 139 + } 140 + } 141 + , 142 + { 143 + "name": "qtquickcontrols-opensource-src-5.4.2", 144 + "store": "/nix/store/gq8afk8zr2vrrsfmp4caqv02209qk9xb-qtquickcontrols-opensource-src-5.4.2.tar.xz", 145 + "src": { 146 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtquickcontrols-opensource-src-5.4.2.tar.xz", 147 + "sha256": "137z3c3drxlvkdfc7zgcl0xqmavw0ladzqy0i3bq51h756qdc877", 148 + "name": "qtquickcontrols-opensource-src-5.4.2.tar.xz" 149 + } 150 + } 151 + , 152 + { 153 + "name": "qtimageformats-opensource-src-5.4.2", 154 + "store": "/nix/store/cmpx0338z1j0wzk6scfpay5k10023d46-qtimageformats-opensource-src-5.4.2.tar.xz", 155 + "src": { 156 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtimageformats-opensource-src-5.4.2.tar.xz", 157 + "sha256": "1nny6j9pm5ri3n1vwl5lrfrdz0fl81rx127wa49rkg2rjai2aawb", 158 + "name": "qtimageformats-opensource-src-5.4.2.tar.xz" 159 + } 160 + } 161 + , 162 + { 163 + "name": "qtdoc-opensource-src-5.4.2", 164 + "store": "/nix/store/jv4wgs6pz9xqmin9m4q4mifr2vfcjn3h-qtdoc-opensource-src-5.4.2.tar.xz", 165 + "src": { 166 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtdoc-opensource-src-5.4.2.tar.xz", 167 + "sha256": "15lamv6jvd7v33ldpcrazcdksv6qibdcgh4ncbyh774k8avgrlh8", 168 + "name": "qtdoc-opensource-src-5.4.2.tar.xz" 169 + } 170 + } 171 + , 172 + { 173 + "name": "qtwayland-opensource-src-5.4.2", 174 + "store": "/nix/store/qa3yi9lyx2dm4wqzb3qzvzba1sgnj74z-qtwayland-opensource-src-5.4.2.tar.xz", 175 + "src": { 176 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwayland-opensource-src-5.4.2.tar.xz", 177 + "sha256": "14pmpkfq70plw07igxjaiji4vnjg5kg7izlb0wwym1lisg7bwkg0", 178 + "name": "qtwayland-opensource-src-5.4.2.tar.xz" 179 + } 180 + } 181 + , 182 + { 183 + "name": "qtmacextras-opensource-src-5.4.2", 184 + "store": "/nix/store/wdq1z3bzr9n11yln8avx10sgzgyvp8cl-qtmacextras-opensource-src-5.4.2.tar.xz", 185 + "src": { 186 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtmacextras-opensource-src-5.4.2.tar.xz", 187 + "sha256": "0h0p3s0rvd3g9rgr4hwcggdbsav2g30vijqwmdxgxd8c00yply80", 188 + "name": "qtmacextras-opensource-src-5.4.2.tar.xz" 189 + } 190 + } 191 + , 192 + { 193 + "name": "qtactiveqt-opensource-src-5.4.2", 194 + "store": "/nix/store/0ik7vc3zwdjvrp4fpyqf1zpyqdxvvqvq-qtactiveqt-opensource-src-5.4.2.tar.xz", 195 + "src": { 196 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtactiveqt-opensource-src-5.4.2.tar.xz", 197 + "sha256": "014kwficqydciwdm1yw88yms81qm8pmi6xfhhfpbc9k85pc6jlla", 198 + "name": "qtactiveqt-opensource-src-5.4.2.tar.xz" 199 + } 200 + } 201 + , 202 + { 203 + "name": "qtlocation-opensource-src-5.4.2", 204 + "store": "/nix/store/sa4dawsw2wv45ld3afbz9nfc64qkyx1s-qtlocation-opensource-src-5.4.2.tar.xz", 205 + "src": { 206 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtlocation-opensource-src-5.4.2.tar.xz", 207 + "sha256": "1v43hl2zzi90vaw11y8dvsksrjn0r2v0br7pw6njl8lqadpg4jnw", 208 + "name": "qtlocation-opensource-src-5.4.2.tar.xz" 209 + } 210 + } 211 + , 212 + { 213 + "name": "qtconnectivity-opensource-src-5.4.2", 214 + "store": "/nix/store/v2aiscvf582azyzg696rglway56l7xl2-qtconnectivity-opensource-src-5.4.2.tar.xz", 215 + "src": { 216 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtconnectivity-opensource-src-5.4.2.tar.xz", 217 + "sha256": "1nj68bzgm3r1gg171kj0acnifzb3jx0m5pf4f81xb7zl4hfxasrs", 218 + "name": "qtconnectivity-opensource-src-5.4.2.tar.xz" 219 + } 220 + } 221 + , 222 + { 223 + "name": "qtx11extras-opensource-src-5.4.2", 224 + "store": "/nix/store/nz62qld9h96z5a0b7fg52fsh5d6q0kqw-qtx11extras-opensource-src-5.4.2.tar.xz", 225 + "src": { 226 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtx11extras-opensource-src-5.4.2.tar.xz", 227 + "sha256": "0jgyywjxavfpiz8202g3s0g9izfl185mmak4fs9h80w1i3gn5zzn", 228 + "name": "qtx11extras-opensource-src-5.4.2.tar.xz" 229 + } 230 + } 231 + , 232 + { 233 + "name": "qttools-opensource-src-5.4.2", 234 + "store": "/nix/store/i8n6xrhalg3z4i0min4w79rq9h9hch0x-qttools-opensource-src-5.4.2.tar.xz", 235 + "src": { 236 + "url": "official_releases/qt/5.4/5.4.2/submodules/qttools-opensource-src-5.4.2.tar.xz", 237 + "sha256": "1d5nx01r7wxhdg9f1i9xhsvsbwgaz3yv516s068riy970bhdgwzd", 238 + "name": "qttools-opensource-src-5.4.2.tar.xz" 239 + } 240 + } 241 + , 242 + { 243 + "name": "qtsensors-opensource-src-5.4.2", 244 + "store": "/nix/store/0ar28gp8klqxynjnc1r4kj9x7g8cknk2-qtsensors-opensource-src-5.4.2.tar.xz", 245 + "src": { 246 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtsensors-opensource-src-5.4.2.tar.xz", 247 + "sha256": "1yawvjbdymgw8af7ir9zcin89xxck9dm2l6hnc43lwrky0frcvcf", 248 + "name": "qtsensors-opensource-src-5.4.2.tar.xz" 249 + } 250 + } 251 + , 252 + { 253 + "name": "qtwebengine-opensource-src-5.4.2", 254 + "store": "/nix/store/ikr8cc3bn62jlv9afpzhxvqs5qhsc2yc-qtwebengine-opensource-src-5.4.2.tar.xz", 255 + "src": { 256 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwebengine-opensource-src-5.4.2.tar.xz", 257 + "sha256": "06cyl733prakniqrn8sd807lclk5im2vmysjdcijry2mcyah2ih8", 258 + "name": "qtwebengine-opensource-src-5.4.2.tar.xz" 259 + } 260 + } 261 + , 262 + { 263 + "name": "qtsvg-opensource-src-5.4.2", 264 + "store": "/nix/store/0llm31zpiaqig940a8dsp1dk2npxsnjc-qtsvg-opensource-src-5.4.2.tar.xz", 265 + "src": { 266 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtsvg-opensource-src-5.4.2.tar.xz", 267 + "sha256": "1dsyncp154xvb7d82nmnfjm0ngymnhqmliq58ljwxsjmpjlncakz", 268 + "name": "qtsvg-opensource-src-5.4.2.tar.xz" 269 + } 270 + } 271 + , 272 + { 273 + "name": "qt5-opensource-src-5.4.2", 274 + "store": "/nix/store/0jrx1clg8vqid9b2n9z8f0xbwjm0yynr-qt5-opensource-src-5.4.2.tar.xz", 275 + "src": { 276 + "url": "official_releases/qt/5.4/5.4.2/submodules/qt5-opensource-src-5.4.2.tar.xz", 277 + "sha256": "17a0pybr4bpyv9pj7cr5hl4g31biv89bjr8zql723h0b12ql1w44", 278 + "name": "qt5-opensource-src-5.4.2.tar.xz" 279 + } 280 + } 281 + , 282 + { 283 + "name": "qtwebkit-examples-opensource-src-5.4.2", 284 + "store": "/nix/store/6pmmi9bjbdxkbw2xkkc1srk5ambnjcxv-qtwebkit-examples-opensource-src-5.4.2.tar.xz", 285 + "src": { 286 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtwebkit-examples-opensource-src-5.4.2.tar.xz", 287 + "sha256": "0pm9ik1j09jfb5xflc16449nff2xsfyfms7vxlcdjg4dhcqfmll8", 288 + "name": "qtwebkit-examples-opensource-src-5.4.2.tar.xz" 289 + } 290 + } 291 + , 292 + { 293 + "name": "qtandroidextras-opensource-src-5.4.2", 294 + "store": "/nix/store/grrsklibvplaj5pdwjp2zirxmqnq10hf-qtandroidextras-opensource-src-5.4.2.tar.xz", 295 + "src": { 296 + "url": "official_releases/qt/5.4/5.4.2/submodules/qtandroidextras-opensource-src-5.4.2.tar.xz", 297 + "sha256": "0krfm0wg26x7575p8isswdhrkb0jxyp169grwklil7mfw8yg3xhx", 298 + "name": "qtandroidextras-opensource-src-5.4.2.tar.xz" 299 + } 300 + } 301 + ]
-274
pkgs/development/libraries/qt-5/5.4/manifest.nix
··· 1 - # This file is generated automatically. DO NOT EDIT! 2 - { stdenv, fetchurl, mirror }: 3 - [ 4 - { 5 - name = stdenv.lib.nameFromURL "qtbase-opensource-src-5.4.2.tar.xz" ".tar"; 6 - store = "/nix/store/60xy2xnsl5kwraqkgh8d950nj1pk3kmi-qtbase-opensource-src-5.4.2.tar.xz"; 7 - src = fetchurl { 8 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtbase-opensource-src-5.4.2.tar.xz"; 9 - sha256 = "0x2szpjjvsrpcqw0dd3gsim7b1jv9p716pnllzjbia5mp0hggi4z"; 10 - name = "qtbase-opensource-src-5.4.2.tar.xz"; 11 - }; 12 - } 13 - { 14 - name = stdenv.lib.nameFromURL "qtenginio-opensource-src-5.4.2.tar.xz" ".tar"; 15 - store = "/nix/store/4iprnq6sm0b1pnxmxb5krip7kk40xqmr-qtenginio-opensource-src-5.4.2.tar.xz"; 16 - src = fetchurl { 17 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtenginio-opensource-src-5.4.2.tar.xz"; 18 - sha256 = "082i3fapjw6xs0jkz7x529dn3pb6w1pfli3cjrgvggff86gwlgwn"; 19 - name = "qtenginio-opensource-src-5.4.2.tar.xz"; 20 - }; 21 - } 22 - { 23 - name = stdenv.lib.nameFromURL "qtserialport-opensource-src-5.4.2.tar.xz" ".tar"; 24 - store = "/nix/store/l9k1v23ddnhjch5b2p3l28xbqkhz63yl-qtserialport-opensource-src-5.4.2.tar.xz"; 25 - src = fetchurl { 26 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtserialport-opensource-src-5.4.2.tar.xz"; 27 - sha256 = "1h6p5rb0ldxgzd4md3n79gy0j9blhj736670xqjd9vlvh1743kck"; 28 - name = "qtserialport-opensource-src-5.4.2.tar.xz"; 29 - }; 30 - } 31 - { 32 - name = stdenv.lib.nameFromURL "qtscript-opensource-src-5.4.2.tar.xz" ".tar"; 33 - store = "/nix/store/n4ixnakw3fiflyimshkp43h7ijlpiif6-qtscript-opensource-src-5.4.2.tar.xz"; 34 - src = fetchurl { 35 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtscript-opensource-src-5.4.2.tar.xz"; 36 - sha256 = "0izsmy0cr8iii78r10ndkidyljxqd2k9g03f5xb9nxacvr2f8hp0"; 37 - name = "qtscript-opensource-src-5.4.2.tar.xz"; 38 - }; 39 - } 40 - { 41 - name = stdenv.lib.nameFromURL "qtwebchannel-opensource-src-5.4.2.tar.xz" ".tar"; 42 - store = "/nix/store/qbkqkn4ck0fqbndl9fzp7iaz6c475xq8-qtwebchannel-opensource-src-5.4.2.tar.xz"; 43 - src = fetchurl { 44 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwebchannel-opensource-src-5.4.2.tar.xz"; 45 - sha256 = "0vy1zjbghfa1wirxd8fd2n2n8yryykzr09913qm2nlfbcxdsgqsn"; 46 - name = "qtwebchannel-opensource-src-5.4.2.tar.xz"; 47 - }; 48 - } 49 - { 50 - name = stdenv.lib.nameFromURL "qtwinextras-opensource-src-5.4.2.tar.xz" ".tar"; 51 - store = "/nix/store/9kmig3lg8d8s5r1jl3xj5q3jrkp3p8sx-qtwinextras-opensource-src-5.4.2.tar.xz"; 52 - src = fetchurl { 53 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwinextras-opensource-src-5.4.2.tar.xz"; 54 - sha256 = "0sgybvr1y2xsddlqc95ninxj3rfmd4gv7a8f7rqcxdynjan5gij0"; 55 - name = "qtwinextras-opensource-src-5.4.2.tar.xz"; 56 - }; 57 - } 58 - { 59 - name = stdenv.lib.nameFromURL "qtwebsockets-opensource-src-5.4.2.tar.xz" ".tar"; 60 - store = "/nix/store/zk4s5pgp3mh6xdq6z3svi305vn0pli27-qtwebsockets-opensource-src-5.4.2.tar.xz"; 61 - src = fetchurl { 62 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwebsockets-opensource-src-5.4.2.tar.xz"; 63 - sha256 = "0lv1la8333qnirxmscs42xnnra0xry1gjbhi3bxrf1hrfs2im9j4"; 64 - name = "qtwebsockets-opensource-src-5.4.2.tar.xz"; 65 - }; 66 - } 67 - { 68 - name = stdenv.lib.nameFromURL "qtmultimedia-opensource-src-5.4.2.tar.xz" ".tar"; 69 - store = "/nix/store/n8wpy6b8jw1rf51z1qhxbbym7j8rr8ay-qtmultimedia-opensource-src-5.4.2.tar.xz"; 70 - src = fetchurl { 71 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtmultimedia-opensource-src-5.4.2.tar.xz"; 72 - sha256 = "0h29cs8ajnjarhjx1aczdnxqwvg6pqs9s8w28hw488s149wqqrnj"; 73 - name = "qtmultimedia-opensource-src-5.4.2.tar.xz"; 74 - }; 75 - } 76 - { 77 - name = stdenv.lib.nameFromURL "qtgraphicaleffects-opensource-src-5.4.2.tar.xz" ".tar"; 78 - store = "/nix/store/2q2vk530mf32zzd1v8bpax8iixviw6q5-qtgraphicaleffects-opensource-src-5.4.2.tar.xz"; 79 - src = fetchurl { 80 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtgraphicaleffects-opensource-src-5.4.2.tar.xz"; 81 - sha256 = "02p8xm5ajicjam30ry3g1lm2p4nja2q0sls8dzimqrxhw5xlg3xs"; 82 - name = "qtgraphicaleffects-opensource-src-5.4.2.tar.xz"; 83 - }; 84 - } 85 - { 86 - name = stdenv.lib.nameFromURL "qtxmlpatterns-opensource-src-5.4.2.tar.xz" ".tar"; 87 - store = "/nix/store/3fqgpa668hb1xmwjw056cw58qzb3r0g4-qtxmlpatterns-opensource-src-5.4.2.tar.xz"; 88 - src = fetchurl { 89 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtxmlpatterns-opensource-src-5.4.2.tar.xz"; 90 - sha256 = "0ar7znqp1i02ha5ngy2kzk3hlgkafjbn2xa8j2k78gzmwsmdhzxa"; 91 - name = "qtxmlpatterns-opensource-src-5.4.2.tar.xz"; 92 - }; 93 - } 94 - { 95 - name = stdenv.lib.nameFromURL "qttranslations-opensource-src-5.4.2.tar.xz" ".tar"; 96 - store = "/nix/store/mg9b5z2nznzxrz501hm06b7l27jjwaca-qttranslations-opensource-src-5.4.2.tar.xz"; 97 - src = fetchurl { 98 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qttranslations-opensource-src-5.4.2.tar.xz"; 99 - sha256 = "0b4l69c16z8gjd4mq75zz3lj2gxarr9wyk0vk60jg1mi62vxvdls"; 100 - name = "qttranslations-opensource-src-5.4.2.tar.xz"; 101 - }; 102 - } 103 - { 104 - name = stdenv.lib.nameFromURL "qtdeclarative-opensource-src-5.4.2.tar.xz" ".tar"; 105 - store = "/nix/store/bjmv4fgphx9bggzcwy4lcdas9phbwjsg-qtdeclarative-opensource-src-5.4.2.tar.xz"; 106 - src = fetchurl { 107 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtdeclarative-opensource-src-5.4.2.tar.xz"; 108 - sha256 = "1bj1wwms6lpj8s70y8by3j0hjsw6g9v8m6fybx68krzzizbj2c5p"; 109 - name = "qtdeclarative-opensource-src-5.4.2.tar.xz"; 110 - }; 111 - } 112 - { 113 - name = stdenv.lib.nameFromURL "qtwebkit-opensource-src-5.4.2.tar.xz" ".tar"; 114 - store = "/nix/store/pfhq8ask8jhzdh2x882d014b10ddywma-qtwebkit-opensource-src-5.4.2.tar.xz"; 115 - src = fetchurl { 116 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwebkit-opensource-src-5.4.2.tar.xz"; 117 - sha256 = "0vffbpiczag2n2hp5gc0nii8n7vkidr8f8pp8a47px0183hl6hiy"; 118 - name = "qtwebkit-opensource-src-5.4.2.tar.xz"; 119 - }; 120 - } 121 - { 122 - name = stdenv.lib.nameFromURL "qtquick1-opensource-src-5.4.2.tar.xz" ".tar"; 123 - store = "/nix/store/n807cxddkvhbzw3ciqs29zc5mw47z2qs-qtquick1-opensource-src-5.4.2.tar.xz"; 124 - src = fetchurl { 125 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtquick1-opensource-src-5.4.2.tar.xz"; 126 - sha256 = "0178z15a31fw3l6933fwxs7sk0csifpwckydp3rqnn3fg5f2fwvp"; 127 - name = "qtquick1-opensource-src-5.4.2.tar.xz"; 128 - }; 129 - } 130 - { 131 - name = stdenv.lib.nameFromURL "qtquickcontrols-opensource-src-5.4.2.tar.xz" ".tar"; 132 - store = "/nix/store/gq8afk8zr2vrrsfmp4caqv02209qk9xb-qtquickcontrols-opensource-src-5.4.2.tar.xz"; 133 - src = fetchurl { 134 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtquickcontrols-opensource-src-5.4.2.tar.xz"; 135 - sha256 = "137z3c3drxlvkdfc7zgcl0xqmavw0ladzqy0i3bq51h756qdc877"; 136 - name = "qtquickcontrols-opensource-src-5.4.2.tar.xz"; 137 - }; 138 - } 139 - { 140 - name = stdenv.lib.nameFromURL "qtimageformats-opensource-src-5.4.2.tar.xz" ".tar"; 141 - store = "/nix/store/cmpx0338z1j0wzk6scfpay5k10023d46-qtimageformats-opensource-src-5.4.2.tar.xz"; 142 - src = fetchurl { 143 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtimageformats-opensource-src-5.4.2.tar.xz"; 144 - sha256 = "1nny6j9pm5ri3n1vwl5lrfrdz0fl81rx127wa49rkg2rjai2aawb"; 145 - name = "qtimageformats-opensource-src-5.4.2.tar.xz"; 146 - }; 147 - } 148 - { 149 - name = stdenv.lib.nameFromURL "qtdoc-opensource-src-5.4.2.tar.xz" ".tar"; 150 - store = "/nix/store/jv4wgs6pz9xqmin9m4q4mifr2vfcjn3h-qtdoc-opensource-src-5.4.2.tar.xz"; 151 - src = fetchurl { 152 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtdoc-opensource-src-5.4.2.tar.xz"; 153 - sha256 = "15lamv6jvd7v33ldpcrazcdksv6qibdcgh4ncbyh774k8avgrlh8"; 154 - name = "qtdoc-opensource-src-5.4.2.tar.xz"; 155 - }; 156 - } 157 - { 158 - name = stdenv.lib.nameFromURL "qtwayland-opensource-src-5.4.2.tar.xz" ".tar"; 159 - store = "/nix/store/qa3yi9lyx2dm4wqzb3qzvzba1sgnj74z-qtwayland-opensource-src-5.4.2.tar.xz"; 160 - src = fetchurl { 161 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwayland-opensource-src-5.4.2.tar.xz"; 162 - sha256 = "14pmpkfq70plw07igxjaiji4vnjg5kg7izlb0wwym1lisg7bwkg0"; 163 - name = "qtwayland-opensource-src-5.4.2.tar.xz"; 164 - }; 165 - } 166 - { 167 - name = stdenv.lib.nameFromURL "qtmacextras-opensource-src-5.4.2.tar.xz" ".tar"; 168 - store = "/nix/store/wdq1z3bzr9n11yln8avx10sgzgyvp8cl-qtmacextras-opensource-src-5.4.2.tar.xz"; 169 - src = fetchurl { 170 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtmacextras-opensource-src-5.4.2.tar.xz"; 171 - sha256 = "0h0p3s0rvd3g9rgr4hwcggdbsav2g30vijqwmdxgxd8c00yply80"; 172 - name = "qtmacextras-opensource-src-5.4.2.tar.xz"; 173 - }; 174 - } 175 - { 176 - name = stdenv.lib.nameFromURL "qtactiveqt-opensource-src-5.4.2.tar.xz" ".tar"; 177 - store = "/nix/store/0ik7vc3zwdjvrp4fpyqf1zpyqdxvvqvq-qtactiveqt-opensource-src-5.4.2.tar.xz"; 178 - src = fetchurl { 179 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtactiveqt-opensource-src-5.4.2.tar.xz"; 180 - sha256 = "014kwficqydciwdm1yw88yms81qm8pmi6xfhhfpbc9k85pc6jlla"; 181 - name = "qtactiveqt-opensource-src-5.4.2.tar.xz"; 182 - }; 183 - } 184 - { 185 - name = stdenv.lib.nameFromURL "qtlocation-opensource-src-5.4.2.tar.xz" ".tar"; 186 - store = "/nix/store/sa4dawsw2wv45ld3afbz9nfc64qkyx1s-qtlocation-opensource-src-5.4.2.tar.xz"; 187 - src = fetchurl { 188 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtlocation-opensource-src-5.4.2.tar.xz"; 189 - sha256 = "1v43hl2zzi90vaw11y8dvsksrjn0r2v0br7pw6njl8lqadpg4jnw"; 190 - name = "qtlocation-opensource-src-5.4.2.tar.xz"; 191 - }; 192 - } 193 - { 194 - name = stdenv.lib.nameFromURL "qtconnectivity-opensource-src-5.4.2.tar.xz" ".tar"; 195 - store = "/nix/store/v2aiscvf582azyzg696rglway56l7xl2-qtconnectivity-opensource-src-5.4.2.tar.xz"; 196 - src = fetchurl { 197 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtconnectivity-opensource-src-5.4.2.tar.xz"; 198 - sha256 = "1nj68bzgm3r1gg171kj0acnifzb3jx0m5pf4f81xb7zl4hfxasrs"; 199 - name = "qtconnectivity-opensource-src-5.4.2.tar.xz"; 200 - }; 201 - } 202 - { 203 - name = stdenv.lib.nameFromURL "qtx11extras-opensource-src-5.4.2.tar.xz" ".tar"; 204 - store = "/nix/store/nz62qld9h96z5a0b7fg52fsh5d6q0kqw-qtx11extras-opensource-src-5.4.2.tar.xz"; 205 - src = fetchurl { 206 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtx11extras-opensource-src-5.4.2.tar.xz"; 207 - sha256 = "0jgyywjxavfpiz8202g3s0g9izfl185mmak4fs9h80w1i3gn5zzn"; 208 - name = "qtx11extras-opensource-src-5.4.2.tar.xz"; 209 - }; 210 - } 211 - { 212 - name = stdenv.lib.nameFromURL "qttools-opensource-src-5.4.2.tar.xz" ".tar"; 213 - store = "/nix/store/i8n6xrhalg3z4i0min4w79rq9h9hch0x-qttools-opensource-src-5.4.2.tar.xz"; 214 - src = fetchurl { 215 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qttools-opensource-src-5.4.2.tar.xz"; 216 - sha256 = "1d5nx01r7wxhdg9f1i9xhsvsbwgaz3yv516s068riy970bhdgwzd"; 217 - name = "qttools-opensource-src-5.4.2.tar.xz"; 218 - }; 219 - } 220 - { 221 - name = stdenv.lib.nameFromURL "qtsensors-opensource-src-5.4.2.tar.xz" ".tar"; 222 - store = "/nix/store/0ar28gp8klqxynjnc1r4kj9x7g8cknk2-qtsensors-opensource-src-5.4.2.tar.xz"; 223 - src = fetchurl { 224 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtsensors-opensource-src-5.4.2.tar.xz"; 225 - sha256 = "1yawvjbdymgw8af7ir9zcin89xxck9dm2l6hnc43lwrky0frcvcf"; 226 - name = "qtsensors-opensource-src-5.4.2.tar.xz"; 227 - }; 228 - } 229 - { 230 - name = stdenv.lib.nameFromURL "qtwebengine-opensource-src-5.4.2.tar.xz" ".tar"; 231 - store = "/nix/store/ikr8cc3bn62jlv9afpzhxvqs5qhsc2yc-qtwebengine-opensource-src-5.4.2.tar.xz"; 232 - src = fetchurl { 233 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwebengine-opensource-src-5.4.2.tar.xz"; 234 - sha256 = "06cyl733prakniqrn8sd807lclk5im2vmysjdcijry2mcyah2ih8"; 235 - name = "qtwebengine-opensource-src-5.4.2.tar.xz"; 236 - }; 237 - } 238 - { 239 - name = stdenv.lib.nameFromURL "qtsvg-opensource-src-5.4.2.tar.xz" ".tar"; 240 - store = "/nix/store/0llm31zpiaqig940a8dsp1dk2npxsnjc-qtsvg-opensource-src-5.4.2.tar.xz"; 241 - src = fetchurl { 242 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtsvg-opensource-src-5.4.2.tar.xz"; 243 - sha256 = "1dsyncp154xvb7d82nmnfjm0ngymnhqmliq58ljwxsjmpjlncakz"; 244 - name = "qtsvg-opensource-src-5.4.2.tar.xz"; 245 - }; 246 - } 247 - { 248 - name = stdenv.lib.nameFromURL "qt5-opensource-src-5.4.2.tar.xz" ".tar"; 249 - store = "/nix/store/0jrx1clg8vqid9b2n9z8f0xbwjm0yynr-qt5-opensource-src-5.4.2.tar.xz"; 250 - src = fetchurl { 251 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qt5-opensource-src-5.4.2.tar.xz"; 252 - sha256 = "17a0pybr4bpyv9pj7cr5hl4g31biv89bjr8zql723h0b12ql1w44"; 253 - name = "qt5-opensource-src-5.4.2.tar.xz"; 254 - }; 255 - } 256 - { 257 - name = stdenv.lib.nameFromURL "qtwebkit-examples-opensource-src-5.4.2.tar.xz" ".tar"; 258 - store = "/nix/store/6pmmi9bjbdxkbw2xkkc1srk5ambnjcxv-qtwebkit-examples-opensource-src-5.4.2.tar.xz"; 259 - src = fetchurl { 260 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtwebkit-examples-opensource-src-5.4.2.tar.xz"; 261 - sha256 = "0pm9ik1j09jfb5xflc16449nff2xsfyfms7vxlcdjg4dhcqfmll8"; 262 - name = "qtwebkit-examples-opensource-src-5.4.2.tar.xz"; 263 - }; 264 - } 265 - { 266 - name = stdenv.lib.nameFromURL "qtandroidextras-opensource-src-5.4.2.tar.xz" ".tar"; 267 - store = "/nix/store/grrsklibvplaj5pdwjp2zirxmqnq10hf-qtandroidextras-opensource-src-5.4.2.tar.xz"; 268 - src = fetchurl { 269 - url = "${mirror}/official_releases/qt/5.4/5.4.2/submodules/qtandroidextras-opensource-src-5.4.2.tar.xz"; 270 - sha256 = "0krfm0wg26x7575p8isswdhrkb0jxyp169grwklil7mfw8yg3xhx"; 271 - name = "qtandroidextras-opensource-src-5.4.2.tar.xz"; 272 - }; 273 - } 274 - ]
+6 -12
pkgs/development/libraries/qt-5/5.4/manifest.sh
··· 1 1 #!/bin/sh 2 2 3 - if [ $# -eq 0 ]; then 4 - 5 - # The extra slash at the end of the URL is necessary to stop wget 6 - # from recursing over the whole server! (No, it's not a bug.) 7 - $(nix-build ../../../../.. -A autonix.manifest) \ 8 - http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/ \ 9 - -A '*.tar.xz' 10 - 11 - else 3 + set -x 12 4 13 - $(nix-build ../../../.. -A autonix.manifest) -A '*.tar.xz' "$@" 14 - 15 - fi 5 + # The extra slash at the end of the URL is necessary to stop wget 6 + # from recursing over the whole server! (No, it's not a bug.) 7 + $(nix-build ../../../../.. --no-out-link -A autonix.manifest) \ 8 + http://download.qt.io/official_releases/qt/5.4/5.4.2/submodules/ \ 9 + -A '*.tar.xz'