summary refs log tree commit diff
path: root/pkgs/tools/networking/nfstrace
Commit message (Collapse)AuthorAge
* Update pkgs/tools/networking/nfstrace/default.nixSergei Trofimovich2021-11-30
| | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* nfstrace: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-18
| | | | | | | | | | | | | Without the fix build on ncurses-6.3 fails as: nfstrace/analyzers/src/watch/nc_windows/header_window.cpp:77:82: error: format '%d' expects argument of type 'int', but argument 5 has type 'time_t' {aka 'long int'} [-Werror=format=] 77 | mvwprintw(_window, HEADER::ELAPSED_LINE, FIRST_CHAR_POS, "Elapsed time: \t %d days; %d:%d:%d times", | ~^ | int | %ld While at it wropped blnket -Werror that fails on gcc-12 and clang-12.
* nfstrace: fix build errorsophrosyne972021-05-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
* treewide: simplify rev/repo arguments in srcPavol Rusnak2020-11-01
| | | | + use fetchFromGithub where possible
* nfstrace: fix build w/glibc-2.32Maximilian Bosch2020-09-12
|
* nfstrace: fix buildMaximilian Bosch2020-01-06
| | | | https://hydra.nixos.org/build/109722476
* nfstrace: fix for structured attrsMaximilian Bosch2019-12-31
|
* nfstrace: init at 0.4.3.2Azulinho2019-11-05
Co-authored-by: Renaud <c0bw3b@users.noreply.github.com> Co-authored-by: Nick Partridge <nkpart@gmail.com>