mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 11:36:07 +01:00
overlays/htop: stop using stdenv.lib
This commit is contained in:
parent
c4efd68279
commit
4c15d025b6
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ in
|
||||||
patchShebangs scripts/MakeHeader.py
|
patchShebangs scripts/MakeHeader.py
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with nixpkgs.stdenv.lib; {
|
meta = with nixpkgs.lib; {
|
||||||
description = "An interactive process viewer for Linux";
|
description = "An interactive process viewer for Linux";
|
||||||
homepage = "https://hisham.hm/htop/";
|
homepage = "https://hisham.hm/htop/";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue