Commit graph

30 commits

Author SHA1 Message Date
Andrey Kuznetsov 1947733a32
polkadot: 0.9.7 -> 0.9.8 2021-07-07 19:29:52 +00:00
Lorenzo Manacorda 25eb4871de polkadot: 0.9.6 -> 0.9.7 2021-06-28 16:49:12 +02:00
Andrey Kuznetsov 7fbbbf20b6
polkadot: 0.9.5 -> 0.9.6 2021-06-23 18:45:54 +00:00
Andrey Kuznetsov b789def9a0
polkadot: 0.9.3 -> 0.9.5 2021-06-20 12:42:10 +00:00
Andrey Kuznetsov 09555c2a84
polkadot: 0.9.2 -> 0.9.3 2021-05-26 15:13:04 +00:00
Andrey Kuznetsov 4d6adac3d7 polkadot: 0.9.1 -> 0.9.2 2021-05-20 14:27:23 -07:00
github-actions[bot] b484cef365
Merge master into staging-next 2021-05-16 01:00:58 +00:00
Lorenzo Manacorda 5ecbb0344d polkadot: 0.9.0 -> 0.9.1 2021-05-14 12:25:29 +02:00
John Ericson a3e54cb582 Merge remote-tracking branch 'upstream/staging-next' into staging 2021-05-06 15:48:25 -04:00
Lorenzo Manacorda 726bac1235 polkadot: add FlorianFranzen to maintainers
See https://github.com/NixOS/nixpkgs/pull/121850#pullrequestreview-652801467
2021-05-05 23:51:40 +02:00
Lorenzo Manacorda b8b6092163 polkadot: 0.8.30 -> 0.9.0 2021-05-05 23:15:24 +02:00
Andrew Childs 7869d16545 llvmPackages: Multuple outputs for everythting
Also begin to start work on cross compilation, though that will have to
be finished later.

The patches are based on the first version of
https://reviews.llvm.org/D99484. It's very annoying to do the
back-porting but the review has uncovered nothing super major so I'm
fine sticking with what I've got.

Beyond making the outputs work, I also strove to re-sync the packages,
as they have been drifting pointlessly apart for some time.

----

Other misc notes, highly incomplete

- lvm-config-native and llvm-config are put in `dev` because they are
  tools just for build time.

- Clang no longer has an lld dep. That was introduced in
  db29857eb3, but if clang needs help
  finding lld when it is used we should just pass it flags / put in the
  resource dir. Providing it at build time increases critical path
  length for no good reason.

----

A note on `nativeCC`:

`stdenv` takes tools from the previous stage, so:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.stdenv.cc`: `(?0, ?1, x)`

while:

1. `pkgsBuildBuild`: `(?1, x, x)`
2. `pkgsBuildBuild.targetPackages`: `(x, x, ?2)`
3. `pkgsBuildBuild.targetPackages.stdenv.cc`: `(?1, x, x)`
2021-04-30 05:41:00 +00:00
André Silva e1760f89be
polkadot: fix invalid cargoSha256 2021-04-11 15:52:14 +01:00
Lorenzo Manacorda 0998a60b5e polkadot: 0.8.29 -> 0.8.30 2021-04-09 15:55:39 +02:00
asymmetric 877a51dbcd
polkadot: 0.8.28-1 -> 0.8.29 (#115190) 2021-03-06 03:30:43 +01:00
R. RyanTM 50ada3825d polkadot: 0.8.28 -> 0.8.28-1 2021-02-11 21:41:35 +00:00
R. RyanTM d059c28218 polkadot: 0.8.27 -> 0.8.28 2021-02-06 17:11:46 +00:00
André Silva 252ebe654e
polkadot: 0.8.26-1 -> 0.8.27 2021-01-22 17:16:14 +00:00
R. RyanTM b3c6aac659 polkadot: 0.8.26 -> 0.8.26-1 2020-11-11 14:53:42 -08:00
André Silva 4f8a41c83b
polkadot: fix cargoSha256 2020-11-05 10:53:19 +00:00
André Silva 932efc3528
polkadot: 0.8.25 -> 0.8.26 2020-11-04 16:52:40 +00:00
Raghav Sood 6c5dc5e17e
polkadot: add RaghavSood as maintainer 2020-10-21 00:29:14 +08:00
Raghav Sood 7470fd9a5e
polkadot: 0.8.24 -> 0.8.25 2020-10-21 00:28:34 +08:00
André Silva 5bafcbf7c1
polkadot: 0.2.17 -> 0.8.24 2020-09-27 12:32:54 +01:00
Benjamin Hipple a709184ba3 polkadot: upgrade cargoSha256 and add maintainer note
While the package is broken and does not build, we can still recompute the
cargoSha256. I attempted to upgrade to the latest release, but that doesn't
build either.
2020-03-09 00:02:24 -04:00
Benjamin Hipple eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Alyssa Ross 7887a81193
treewide: fix cargoSha256 (again)
cargo-vendor output was changed in a4fc84de44.
2019-12-20 20:08:53 +00:00
Linus Heckemann 5aa4b19946 treewide: mark some broken packages as broken
Refs:
e6754980264fe927320d5ff2dbd24ca4fac9a160
1e9cc5b9844ef603fe160e9f671178f96200774f
793a2fe1e8bb886ca2096c5904e1193dc3268b6d
c19cf65261639f749012454932a532aa7c681e4b
f6544d618f30fae0bc4798c4387a8c7c9c047a7c
2019-10-08 17:14:26 +02:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
William Casarin 72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00