Commit 23467e20 authored by Matthew Bauer's avatar Matthew Bauer
Browse files

top: add meta

parent 8287ba10
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
{xcbuild, appleDerivation, apple_sdk, ncurses, libutil-new}:
{xcbuild, appleDerivation, apple_sdk, ncurses, libutil-new, lib}:

appleDerivation {
  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/top $out/bin/top
  '';
  meta = {
    platforms = lib.platforms.darwin;
    maintainers = with lib.maintainers; [ matthewbauer ];
  };
}