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";
|
description = "An interactive process viewer for Linux";
|
||||||
homepage = https://hisham.hm/htop/;
|
homepage = https://hisham.hm/htop/;
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = with platforms; [ linux freebsd openbsd darwin ];
|
platforms = with platforms; linux ++ freebsd ++ openbsd ++ darwin;
|
||||||
maintainers = with maintainers; [ rob simons relrod nckx ];
|
maintainers = with maintainers; [ rob simons relrod nckx ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user