overlays/htop: stop using stdenv.lib

This commit is contained in:
Alexander Sosedkin 2021-06-24 23:36:53 +02:00
parent c4efd68279
commit 4c15d025b6

View file

@ -23,7 +23,7 @@ in
patchShebangs scripts/MakeHeader.py
'';
meta = with nixpkgs.stdenv.lib; {
meta = with nixpkgs.lib; {
description = "An interactive process viewer for Linux";
homepage = "https://hisham.hm/htop/";
license = licenses.gpl2Plus;