From 4c15d025b68a9c5c8dd307c928f25cbc3e777969 Mon Sep 17 00:00:00 2001 From: Alexander Sosedkin Date: Thu, 24 Jun 2021 23:36:53 +0200 Subject: [PATCH] overlays/htop: stop using stdenv.lib --- overlays/htop.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/overlays/htop.nix b/overlays/htop.nix index a84d5b7..c4ed0d8 100644 --- a/overlays/htop.nix +++ b/overlays/htop.nix @@ -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;