mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-29 02:13:23 +00:00
Merge pull request #14089 from aneeshusa/fix-htop-platforms
htop: fix platforms attribute
This commit is contained in:
commit
1bf6628ee5
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
description = "An interactive process viewer for Linux";
|
||||
homepage = https://hisham.hm/htop/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = with platforms; [ linux freebsd openbsd darwin ];
|
||||
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
||||
maintainers = with maintainers; [ rob simons relrod nckx ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user