Commit graph

34 commits

Author SHA1 Message Date
Martin Weinelt 2c1ac935d5
rust-cbindgen: 0.18.0 -> 0.19.0 2021-05-31 13:40:51 +02:00
Alex Wied f63378f2dc rust-cbindgen: Update Cargo hash 2021-05-03 13:51:43 +00:00
R. RyanTM 03ffb4aaf6 rust-cbindgen: 0.17.0 -> 0.18.0 2021-03-15 18:00:31 +00:00
Martin Weinelt 16f108467b rust-cbindgen: 0.15.0 -> 0.17.0
https://github.com/eqrion/cbindgen/releases/tag/v0.16.0
https://github.com/eqrion/cbindgen/releases/tag/v0.17.0
2021-03-14 16:21:07 +01:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Andreas Rammhold 29e607d041 rust-cbindgen: drop my maintainership
I only picked this up as a result of caring for Firefox. I am not
interested in this anymore.
2020-12-06 21:24:50 +01:00
R. RyanTM 37677080be rust-cbindgen: 0.14.4 -> 0.15.0 2020-10-22 04:38:10 +00:00
R. RyanTM f12217c366 rust-cbindgen: 0.14.3 -> 0.14.4 2020-08-31 18:10:06 -07:00
R. RyanTM dc5a3f9f13 rust-cbindgen: 0.14.2 -> 0.14.3 2020-07-02 10:33:07 -07:00
R. RyanTM d3531ea03d rust-cbindgen: 0.13.2 -> 0.14.2 2020-05-04 06:27:22 +00:00
Florian Klink 1eae7fb887 Revert "Revert "rust-cbindgen: 0.13.1 -> 0.13.2""
This reverts commit 09dde57e93.

Apparently, the rust-cbindgen bump wasn't the cause for the firefox
build error reported in https://github.com/NixOS/nixpkgs/pull/83247
(we could reproduce the build error even after
09dde57e93 applied).

For some reason it must have succeeded on hydra, as it's in the cache,
tricking us in believing 76458f89f4 broke
it initially.

So the build seems flaky of some sort - we haven't yet determined
whether it's luck, compiling with the right CPUs or something else. :-/

There's still some investigation to be done
(https://github.com/NixOS/nixpkgs/issues/84283), but no need to keep an
ineffective revert around.
2020-04-04 23:22:09 +02:00
Florian Klink 09dde57e93 Revert "rust-cbindgen: 0.13.1 -> 0.13.2"
This reverts commit 76458f89f4.

It was causing the firefox build to fail. See
https://github.com/NixOS/nixpkgs/pull/83247 for the discussion.
2020-04-04 02:23:33 +02:00
R. RyanTM 76458f89f4 rust-cbindgen: 0.13.1 -> 0.13.2 2020-03-23 21:43:02 +00:00
Benjamin Hipple 0ab1692b59 rust-cbindgen: upgrade cargo fetcher and cargoSha256
Infra upgrade as part of #79975; no functional change expected.
2020-03-15 18:19:55 -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
Andreas Rammhold 82d9ce45fe rust-cbindgen: 0.10.0 -> 0.13.1 2020-02-11 01:19:26 +01:00
R. RyanTM 9f07eded4e rust-cbindgen: 0.9.1 -> 0.10.0 2019-11-25 03:06:53 -08:00
Andreas Rammhold e07c2974e6
rust-cbdindgen: 0.9.0 -> 0.9.1 2019-10-20 03:04:23 +02:00
Andreas Rammhold 06744bb2d4 rust-cbindgen: skip expand tests
The expand tests require unstable rust features.
2019-10-20 02:31:13 +02:00
Frederik Rietdijk 98ef78326d Merge staging-next into staging 2019-08-31 18:07:33 +02:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Jonathan Ringer 3c85b7155a rust-cbindgen: 0.8.7 -> 0.9.0 2019-08-03 09:38:27 -07:00
taku0 8f2d6a5709 rust-cbindgen: 0.8.3 -> 0.8.7 2019-07-14 14:52:00 +09:00
Jörg Thalheim 523cccf073
rust-cbindgen: fix cargoSha256
this got broken in a6643de25d
cc @andir
2019-05-02 08:28:38 +01:00
R. RyanTM d88289596f rust-cbindgen: 0.8.0 -> 0.8.3
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rust-cbindgen/versions
2019-04-14 03:21:59 -07:00
Andreas Rammhold b6fff67587
rust-cbindgen: add andir (myself) as maintainer 2019-03-18 17:18:40 +01:00
Andreas Rammhold f10d6564ea
rust-cbindgen: 0.6.7 -> 0.8.0 2019-03-18 17:18:38 +01:00
Andreas Rammhold f1ee26bc4b
rust-cbindgen: 0.6.3 -> 0.6.7 2018-11-14 19:53:30 +01:00
Daiderd Jordan f4927a34e7
rust-cbindgen: fix darwin build 2018-10-27 18:21:15 +01:00
Vladyslav Mykhailichenko f41a35bf14 rust-cbindgen: 0.6.2 -> 0.6.3 2018-10-19 22:47:58 +03:00
Vladyslav Mykhailichenko cdf90258e6 rust-cbindgen: 0.6.1 -> 0.6.2 2018-08-22 11:38:01 +03:00
Vladyslav Mykhailichenko 56bab08df5 rust-cbindgen: 0.6.0 -> 0.6.1 2018-07-28 23:33:16 +03:00
Jan Tojnar c2361d632d
rust-cbindgen: init at 0.6.0 2018-05-23 02:11:00 +02:00