12 , gobject-introspection
17 python3Packages.buildPythonApplication rec {
18 pname = "gnome-secrets";
22 src = fetchFromGitLab {
23 domain = "gitlab.gnome.org";
27 hash = "sha256-CE0iuXYHBhu07mjfXCnAPZQUD1Wy95L+tvBT+uepbrk=";
48 propagatedBuildInputs = with python3Packages; [
57 # Prevent double wrapping, let the Python wrapper use the args in preFixup.
61 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
65 description = "Password manager for GNOME which makes use of the KeePass v.4 format";
66 homepage = "https://gitlab.gnome.org/World/secrets";
67 license = licenses.gpl3Only;
68 platforms = platforms.linux;
69 maintainers = with maintainers; [ mvnetbiz ];