9 stdenv.mkDerivation rec {
11 version = "unstable-2022-12-02";
13 src = fetchFromGitLab {
17 hash = "sha256-yU70WZj4EC/sFJxyq2SQ0YQ6RCQHYiW/aQiYWo7+ujk=";
20 nativeBuildInputs = [ pkg-config ];
21 buildInputs = [ libsecret ];
23 makeFlags = [ "DESTDIR=$(out)" ];
26 description = "Tool to list passwords and other secrets stored using the org.freedesktop.secrets dbus api";
27 homepage = "https://gitlab.com/GrantMoyer/lssecret";
28 license = lib.licenses.unlicense;
29 maintainers = with lib.maintainers; [ genericnerdyusername ];
30 platforms = lib.platforms.unix;
31 mainProgram = "lssecret";