{ stdenv , fetchFromGitHub , lib , pass , passExtensions , urlSupport ? true , xdg-utils , clipboardSupport ? true , wl-clipboard , notificationSupport ? true , libnotify , autoType ? true , wtype , manPageSupport ? true , scdoc , otpSupport ? true , pass-otp , }: stdenv.mkDerivation rec { pname = "tessen"; version = "1.3.1"; src = fetchFromGitHub { owner = "ayushnix"; repo = pname; rev = "v${version}"; sha256 = "sha256-Iem4iW7yHy/p0A03P9T8S03YOG4QcGLUMu44okwPRXo="; }; meta = with lib; { description = "rofi-pass, for wayland."; homepage = "https://github.com/ayushnix/tessen"; license = licenses.gpl2Plus; platforms = with platforms; linux; }; }