diff --git a/pkgs/applications/keeweb/bin.nix b/pkgs/applications/keeweb/bin.nix
index 00986d16d10637ba18805684edff8b4b1bb3ffe1..2d3a38ceb1b2a853b759f47d7ab96121f560a555 100644
--- a/pkgs/applications/keeweb/bin.nix
+++ b/pkgs/applications/keeweb/bin.nix
@@ -1,4 +1,4 @@
-{ stdenv, fetchfromgh, appimageTools, undmg }:
+{ stdenv, fetchfromgh, appimageTools, undmg, libsecret }:
let
inherit (stdenv.hostPlatform) system;
throwSystem = throw "Unsupported system: ${system}";
@@ -23,7 +23,7 @@ x86_64-darwin = "0r8c3zi0ibj0bb0gfc1axfn0y4qpjqfr0xpcxf810d65kaz6wic4";
}.${system} or throwSystem;
};
inherit name src;
};
@@ -38,6 +38,8 @@ };
linux = appimageTools.wrapType2 rec {
inherit name src meta;
extraInstallCommands = ''
mv $out/bin/{${name},${pname}}
application/octet-stream
This content has been proxied by September (3851b).