wev: remove with lib
This commit is contained in:
@@ -39,16 +39,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
installFlags = [ "PREFIX=$(out)" ];
|
||||
|
||||
meta = with lib; {
|
||||
meta = {
|
||||
homepage = "https://git.sr.ht/~sircmpwn/wev";
|
||||
description = "Wayland event viewer";
|
||||
longDescription = ''
|
||||
This is a tool for debugging events on a Wayland window, analogous to the
|
||||
X11 tool xev.
|
||||
'';
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ rewine ];
|
||||
platforms = platforms.linux;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ rewine ];
|
||||
platforms = lib.platforms.linux;
|
||||
mainProgram = "wev";
|
||||
};
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user