Commit 5a8af240 authored by Malte Voos's avatar Malte Voos
Browse files

gnome-secrets: 6.5 -> 7.0

parent 0bf1638c
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

python3Packages.buildPythonApplication rec {
  pname = "gnome-secrets";
  version = "6.5";
  version = "7.0";
  format = "other";
  strictDeps = false; # https://github.com/NixOS/nixpkgs/issues/56943

@@ -25,7 +25,7 @@ python3Packages.buildPythonApplication rec {
    owner = "World";
    repo = "secrets";
    rev = version;
    sha256 = "sha256-Hy2W7cvvzVcKtd/KzTn81awoolnfM3ST0Nm70YBLTYY=";
    sha256 = "sha256-P/1lKmWpwidW3fz2zxgVnFoHmROTVB//byDedoOC4u0=";
  };

  nativeBuildInputs = [
@@ -44,7 +44,6 @@ python3Packages.buildPythonApplication rec {
    glib
    gdk-pixbuf
    libadwaita
    python3Packages.libpwquality.dev # Use python-enabled libpwquality
  ];

  propagatedBuildInputs = with python3Packages; [
@@ -52,7 +51,8 @@ python3Packages.buildPythonApplication rec {
    construct
    pykeepass
    pyotp
    libpwquality
    validators
    zxcvbn
  ];

  # Prevent double wrapping, let the Python wrapper use the args in preFixup.
@@ -63,7 +63,6 @@ python3Packages.buildPythonApplication rec {
  '';

  meta = with lib; {
    broken = stdenv.hostPlatform.isStatic; # libpwquality doesn't provide bindings when static
    description = "Password manager for GNOME which makes use of the KeePass v.4 format";
    homepage = "https://gitlab.gnome.org/World/secrets";
    license = licenses.gpl3Only;