summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fatrace
Commit message (Collapse)AuthorAge
* fatrace: 0.16.2 -> 0.16.3R. RyanTM2021-05-16
|
* fatrace: 0.16.1 -> 0.16.2R. RyanTM2021-03-13
|
* 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
* fatrace: 0.13 -> 0.16.1Fabian Affolter2021-01-04
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* Treewide: use https for launchpad.netc0bw3b2018-11-24
|
* pkgs/*: remove unreferenced function argumentsvolth2018-07-21
|
* fatrace: 0.12 -> 0.13Ryan Mulligan2018-03-28
| | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. This update was made based on information from https://repology.org/metapackage/fatrace/versions. These checks were done: - built on NixOS - ran `/nix/store/6qkvyq8dkw4g27id4gz509wixsvz5786-fatrace-0.13/bin/fatrace -h` got 0 exit code - ran `/nix/store/6qkvyq8dkw4g27id4gz509wixsvz5786-fatrace-0.13/bin/fatrace --help` got 0 exit code - directory tree listing: https://gist.github.com/621ef8c6e91074c88839f359832f776e
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* fatrace: fixup build with glibc-2.25Vladimír Čunát2017-02-21
|
* fatrace: 0.11 -> 0.12Tobias Geerinckx-Rice2016-04-28
|
* fatrace: add patch to fix crashTobias Geerinckx-Rice2016-04-25
| | | | Will be included in next release.
* Add version attribute where maintainers |= nckxTobias Geerinckx-Rice2016-01-25
| | | | | | | This will probably be mandatory soon, and is a step in the right direction. Removes the deprecated meta.version, and move some meta sections to the end of the file where I should have put them in the first place.
* Convert some *Flags from strings to listsTobias Geerinckx-Rice2015-11-26
|
* fatrace 0.10 -> 0.11Tobias Geerinckx-Rice2015-11-09
|
* Don't use "with licenses;" for single licencesTobias Geerinckx-Rice2015-05-28
| | | | And don't use square brackets on such lines.
* fatrace: fix power-usage-reportTobias Geerinckx-Rice2015-04-30
|
* fatrace 0.9 -> 0.10Tobias Geerinckx-Rice2015-04-30
|
* Add fatrace: reports system-wide file access eventsTobias Geerinckx-Rice2014-11-24