about summary refs log tree commit diff
path: root/pkgs/applications/networking/compactor
AgeCommit message (Collapse)AuthorFilesLines
2024-03-15compactor: don't overuse pnameDoron Behar1-2/+2
2023-11-18compactor: add a space after `Type` in `check-response-opt.sh`Pavel Sobolev2-0/+28
2023-08-10compactor: 1.2.2 -> 1.2.3kashw21-2/+2
2023-01-21treewide: switch to nativeCheckInputsGuillaume Girol1-1/+1
checkInputs used to be added to nativeBuildInputs. Now we have nativeCheckInputs to do that instead. Doing this treewide change allows to keep hashes identical to before the introduction of nativeCheckInputs.
2022-07-29compactor: 1.2.0 -> 1.2.2R. Ryantm1-2/+2
2022-05-13compactor: fix the buildThomas Gerbet1-1/+2
The library Catch they bundle for the tests is a bit too old and does not play well with recent glibc versions.
2022-01-20compactor: 1.1.0 -> 1.2.0Renaud1-21/+33
* compactor: 1.1.0 -> 1.2.0 (#155711) and disable checks on Darwin platforms
2021-04-04lzma: deprecate aliasSandro Jäckel1-2/+2
2021-01-19treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer1-2/+2
continuation of #109595 pkgconfig was aliased in 2018, however, it remained in all-packages.nix due to its wide usage. This cleans up the remaining references to pkgs.pkgsconfig and moves the entry to aliases.nix. python3Packages.pkgconfig remained unchanged because it's the canonical name of the upstream package on pypi.
2021-01-16treewide: stdenv.lib -> libBen Siraphob1-1/+1
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-10compactor: 1.0.0 -> 1.1.0R. RyanTM1-2/+2
2020-11-01compactor: 0.12.2 -> 1.0.0R. RyanTM1-2/+2
2019-05-26compactor: 0.11.1 -> 0.12.2c0bw3b1-10/+17
2018-09-24compactor: 0.11.0 -> 0.11.1 (#47271)Felipe Espinoza1-2/+2
2018-07-21pkgs/*: remove unreferenced function argumentsvolth1-1/+1
2018-03-28compactor: init at 0.11.0Felipe Espinoza1-0/+52