summary refs log tree commit diff
path: root/pkgs/os-specific/linux/radeontop
Commit message (Collapse)AuthorAge
* Drop maintainership for some packagesRobert Helgesson2021-04-18
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* 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
* radeontop: 2019-06-03 -> 1.3Bernardo Meurer2020-12-29
|
* 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
* radeontop: 1.1 -> 1.2Robert Helgesson2019-06-05
|
* radeontop: 2016-10-28 -> 2018-03-25Robert Helgesson2018-03-28
|
* Remove nckx as a maintainer for all packagesTobias Geerinckx-Rice2018-01-16
| | | | Goodbye, and thanks for all the Nix...
* radeontop: 2016-07-04 -> 2016-10-28Robert Helgesson2017-01-20
| | | | | This is actually version 1.0 but to support `nix-env -u` we continue using the release date.
* radeontop: 2016-07-03 -> 2016-07-04Tobias Geerinckx-Rice2016-07-05
| | | | Add support for unprivileged use on both the Linux console and X.
* radeontop: 2015-11-24 -> 2016-07-03Tobias Geerinckx-Rice2016-07-03
|
* 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
|
* radeontop 2015-08-06 -> 2015-11-24Tobias Geerinckx-Rice2015-11-24
|
* radeontop: 2015-06-24 -> 2015-08-06Tobias Geerinckx-Rice2015-08-06
| | | | Adds support for Topaz, Tonga, and Carrizo + new R600 PCI IDs.
* radeontop 2015-05-28 -> 2015-06-24Tobias Geerinckx-Rice2015-06-24
| | | | | | | | | New features: - Make coloured output toggleable Fixes: - Release libpciaccess resources - Make the check for quit case-insensitive
* Separate nativeBuildInputs where maintainers |= nckxTobias Geerinckx-Rice2015-06-17
|
* radeontop v0.8-8-g2499679 -> 2015-05-28 (new format)Tobias Geerinckx-Rice2015-05-30
|
* Update radeontop v0.8-8-g575a416 -> v0.8-8-g2499679Tobias Geerinckx-Rice2015-02-06
|
* radeontop: use fetchFromGitHubTobias Geerinckx-Rice2015-02-06
|
* readeontop: build without patches & include some git bugfixesTobias Geerinckx-Rice2015-01-12
| | | | Also add my initial longDescription, and build in parallel.
* Add package 'radeontop'.Robert Helgesson2015-01-03