summary refs log tree commit diff
path: root/pkgs/tools/networking/tox-node/default.nix
Commit message (Collapse)AuthorAge
* tox-node: add myself to maintainersEvgeny Kurnevsky2021-11-04
|
* tox-node: fix buildEvgeny Kurnevsky2021-11-04
|
* treewide: fix cargoSha256/cargoHashDaniël de Kok2021-05-08
| | | | | | | | | | | | | Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in which cargo vendor erroneously changed permissions of vendored crates. This was fixed in Rust 1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are potentially broken. This change updates cargoSha256/cargoHash tree-wide. Fixes #121994.
* tox-node: fix buildJakub Kądziołka2021-02-26
| | | | | | The custom installPhase got broken as the rust build scripts only provide $releaseDir in postInstall hooks. The default rust installPhase installs the same files, so the custom one is unnecessary.
* tox-node: 0.1.0 -> 0.1.1R. RyanTM2021-02-06
|
* treewide: remove stdenv where not neededPavol Rusnak2021-01-25
|
* pkgs/tools: pkgconfig -> pkg-configBen Siraphob2021-01-16
|
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | 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
* tox-node: 0.0.8 -> 0.1.0Сухарик2020-10-07
|
* tox-node: improve robustness of installPhaseCole Helbling2020-04-12
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* tox-node: upgrade cargo fetcher and cargoSha256Benjamin Hipple2020-02-28
| | | | 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.
* treewide: name -> pname (#67513)volth2019-08-31
|
* tox-node: 0.0.7 -> 0.0.8Сухарик2019-05-28
|
* tox-node: init at 0.0.7Сухарик2019-04-07