1 { mkDerivation, lib, fetchFromGitLab, cmake, extra-cmake-modules
10 pname = "plasma-pass";
13 src = fetchFromGitLab {
14 domain = "invent.kde.org";
17 sha256 = "sha256-fEYH3cvDZzEKpYqkTVqxxh3rhV75af8dZUHxQq8fPNg=";
31 nativeBuildInputs = [ cmake extra-cmake-modules ];
34 description = "Plasma applet to access passwords from pass, the standard UNIX password manager";
35 homepage = "https://invent.kde.org/plasma/plasma-pass";
36 license = licenses.lgpl21Plus;
37 maintainers = with maintainers; [ matthiasbeyer ];
38 platforms = platforms.unix;