Commit graph

21 commits

Author SHA1 Message Date
Felix Buehler 82cb33a0ae treewide: remove meta.version 2021-07-18 00:07:38 +02:00
Paul Schyska 033cdffa9b
atop: use substituteInPlace instead of sed 2021-05-17 13:58:50 +02:00
Paul Schyska 3b0bc54131
atop:, nixos/atop: Apply style suggestions
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-05-17 01:26:22 +02:00
Paul Schyska 76554beed8
atop: Merge all path-fixing to a single patch, comment the remaining patches 2021-05-16 22:08:05 +02:00
Paul Schyska 327dcea4cc
atop: fix packaging .service files, add option to build with atopgpu 2021-05-16 18:22:03 +02:00
volth bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
freezeboy 80563cef69 atop: 2.4.0 -> 2.6.0 2020-12-27 22:56:12 +01:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
R. RyanTM d04a50da7c atop: 2.3.0 -> 2.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/atop/versions
2019-01-17 20:35:46 -08:00
Markus Kowalewski fde1b2efe2
atop: add license 2018-08-16 21:21:58 +02:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Ricardo M. Correia 4e025437d7 atop: don't chmod u+s, otherwise Nix build fails 2017-07-03 21:15:36 +02:00
Armijn Hemel 5b0dcf95a0 atop: 2.2-3 -> 2.3.0 2017-05-01 14:45:27 +02:00
Michael Raskin e8f4be94e2 atop: update 2.1-1 -> 2.2-3 2015-07-05 00:32:53 +03:00
Michael Raskin 517a5dbc18 Only update via external upstream information: nead to specify version format 2014-10-06 02:43:57 +04:00
Michael Raskin af5d18edb5 Update atop 2014-09-24 13:32:46 +04:00
Michael Raskin 285e112357 Allow search of updates for atop 2014-07-01 12:11:08 +04:00
David Guibert c7f30ac377 update atop 2013-01-06 17:51:54 +01:00
Michael Raskin 2ab1594512 Atop: add package (atop is one more load monitor) 2012-08-25 21:24:17 +04:00