top: add meta
This commit is contained in:
parent
8287ba10fc
commit
23467e207f
@ -1,4 +1,4 @@
|
|||||||
{xcbuild, appleDerivation, apple_sdk, ncurses, libutil-new}:
|
{xcbuild, appleDerivation, apple_sdk, ncurses, libutil-new, lib}:
|
||||||
|
|
||||||
appleDerivation {
|
appleDerivation {
|
||||||
buildInputs = [ xcbuild apple_sdk.frameworks.IOKit ncurses libutil-new ];
|
buildInputs = [ xcbuild apple_sdk.frameworks.IOKit ncurses libutil-new ];
|
||||||
@ -8,4 +8,8 @@ appleDerivation {
|
|||||||
install -D Products/Release/libtop.h $out/include/libtop.h
|
install -D Products/Release/libtop.h $out/include/libtop.h
|
||||||
install -D Products/Release/top $out/bin/top
|
install -D Products/Release/top $out/bin/top
|
||||||
'';
|
'';
|
||||||
|
meta = {
|
||||||
|
platforms = lib.platforms.darwin;
|
||||||
|
maintainers = with lib.maintainers; [ matthewbauer ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user