aboutsummaryrefslogtreecommitdiff
path: root/pkgs/development/tools/rq/default.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* maintainers: rename filalex77 -> Br1ght0neOleksii Filonenko2020-11-171-1/+1
|
* buildRustPackage: remove platform.all from packageszowoq2020-08-161-1/+0
|
* buildRustPackage packages: editorconfig fixeszowoq2020-07-311-1/+1
|
* rq: fix build on darwinAnton Parkhomenko2020-06-051-2/+3
|
* rq: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-161-4/+1
| | | | Infra upgrade as part of #79975; ran `nixpkgs-review wip` successfully.
* treewide: change fetchCargoTarball default to opt-outBenjamin Hipple2020-02-131-0/+3
| | | | | | | | | | | 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.
* rq: add filalex77 to maintainersOleksii Filonenko2020-01-081-2/+2
|
* rq: 0.10.4 -> 1.0.2Oleksii Filonenko2020-01-081-11/+8
|
* treewide: name -> pname (#67513)volth2019-08-311-1/+1
|
* treewide: update cargoSha256 hashes for cargo-vendor upgradeAlyssa Ross2019-06-011-1/+1
| | | | | | | | | | | | | | A recent upgrade of cargo-vendor changed its output slightly, which broke all cargoSha256 hashes in nixpkgs. See https://github.com/NixOS/nixpkgs/issues/60668 for more information. Since then, a few hashes have been fixed in master by hand, but there were a lot still to do, so I did all of the ones left over with some scripts I wrote. The one hash I wasn’t able to update was habitat's, because it’s currently broken and the build doesn’t get far enough to produce a hash anyway.
* rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* rq: 0.9.2 -> 0.10.4 (still broken, our v8 is too old)Aristid Breitkreuz2017-04-071-46/+3
|
* rq: init at 0.9.2 (broken because our v8 is too old, and I'm too weak to ↵Aristid Breitkreuz2016-12-031-0/+76
update v8)