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