From f6d53199c02824808f99f338469f69056a73eeae Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Wed, 21 Oct 2020 16:19:19 +0200 Subject: Add missing lib to inputs: libsecret Signed-off-by: Matthias Beyer --- shell.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 3ebab8441c..c1e037b073 100644 --- a/shell.nix +++ b/shell.nix @@ -18,7 +18,8 @@ let inherit (nixroot) stdenv pkgs lib nix-gitignore python3 wavpack - pcre; + pcre + libsecret; qtkeychain = pkgs.qtkeychain.override { withQt5 = true; @@ -131,6 +132,7 @@ in stdenv.mkDerivation rec { mp4v2 wavpack pcre + libsecret qtkeychain ] ++ allLv2Plugins; -- cgit v1.2.3