12 , gobject-introspection
18 python3Packages.buildPythonApplication rec {
19 pname = "gnome-secrets";
23 src = fetchFromGitLab {
24 domain = "gitlab.gnome.org";
28 hash = "sha256-iF2AQYAwwIr/sCZUz1pdqEa74DH4y4Nts6aJj3mS2f4=";
49 propagatedBuildInputs = with python3Packages; [
60 # Prevent double wrapping, let the Python wrapper use the args in preFixup.
64 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
68 description = "Password manager for GNOME which makes use of the KeePass v.4 format";
69 homepage = "https://gitlab.gnome.org/World/secrets";
70 license = licenses.gpl3Only;
71 platforms = platforms.linux;
72 maintainers = with maintainers; [ mvnetbiz ];
73 mainProgram = "secrets";