13 gobject-introspection,
19 python3Packages.buildPythonApplication rec {
20 pname = "gnome-secrets";
24 src = fetchFromGitLab {
25 domain = "gitlab.gnome.org";
29 hash = "sha256-UcTLngBVp5L8Y1LmBxoxPuH5Zag2YfHA2Y+ByPBkh8A=";
50 propagatedBuildInputs = with python3Packages; [
61 # Prevent double wrapping, let the Python wrapper use the args in preFixup.
65 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
69 description = "Password manager for GNOME which makes use of the KeePass v.4 format";
70 homepage = "https://gitlab.gnome.org/World/secrets";
71 license = licenses.gpl3Only;
72 platforms = platforms.linux;
73 maintainers = with maintainers; [ mvnetbiz ];
74 mainProgram = "secrets";