summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--shell.nix4
1 files changed, 3 insertions, 1 deletions
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;