summary refs log tree commit diff
path: root/pkgs/tools/package-management/cargo-deb/default.nix
Commit message (Collapse)AuthorAge
* treewide: move all cargo subcommands to `pkgs/development/tools/rust/`Jamie Quigley2022-06-19
|
* cargo-deb: mark broken on x86_64-darwinRick van Schijndel2022-05-29
|
* cargo-deb: 1.29.2 -> 1.30.0R. RyanTM2021-05-28
|
* cargo-deb: fix build on darwinStéphan Kochen2021-05-09
|
* cargo-deb: 1.29.1 -> 1.29.2R. RyanTM2021-04-27
|
* cargo-deb: do not expect glibc dependency to be addedIvan Babrou2021-02-24
| | | | | | The test was introduced in v1.25.0: * https://github.com/mmstick/cargo-deb/commit/3597cf28e
* cargo-deb: 1.24.0 -> 1.29.1Ivan Babrou2021-02-24
|
* cargo-deb: run tests in release profileIvan Babrou2021-02-24
| | | | | | | | The `checkType` attribute does not apply after #113193, and since we're changing tests anyway, let's run them in the release mode to avoid the need for `checkType`. This fixes the otherwise broken build.
* maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko2020-11-17
|
* buildRustPackage: remove platform.all from packageszowoq2020-08-16
|
* cargo-deb: fix buildMaximilian Bosch2020-05-13
|
* cargo-deb: 1.23.2 -> 1.24.0Oleksii Filonenko2020-04-30
|
* cargo-deb: 1.23.1 -> 1.23.2Maximilian Bosch2020-02-28
|
* cargo-deb: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-15
| | | | Infra upgrade as part of #79975; no functional change expected.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-13
| | | | | | | | | | | 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.
* cargo-deb: 1.23.0 -> 1.23.1Oleksii Filonenko2020-01-09
|
* cargo-deb: 1.21.1 -> 1.23.0Oleksii Filonenko2019-12-04
| | | | https://github.com/mmstick/cargo-deb/releases/tag/v1.23.0
* cargo-deb: init at 1.21.1Oleksii Filonenko2019-11-13
Co-Authored-By: Daniel Schaefer <git@danielschaefer.me>