From f0f553816e9db6294af97c6193862befce265a3e Mon Sep 17 00:00:00 2001 From: Dominik Ritter Date: Tue, 22 Nov 2022 01:16:47 +0100 Subject: enpass: Add missing libraries --- pkgs/tools/security/enpass/default.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'pkgs/tools/security/enpass') diff --git a/pkgs/tools/security/enpass/default.nix b/pkgs/tools/security/enpass/default.nix index 0a6ec468e068c..d32a45c9176e4 100644 --- a/pkgs/tools/security/enpass/default.nix +++ b/pkgs/tools/security/enpass/default.nix @@ -1,7 +1,7 @@ { stdenv, fetchurl, dpkg, xorg , glib, libGLU, libGL, libpulseaudio, zlib, dbus, fontconfig, freetype , gtk3, pango -, makeWrapper , python3Packages, lib +, makeWrapper , python3Packages, lib, libcap , lsof, curl, libuuid, cups, mesa, xz, libxkbcommon }: @@ -32,12 +32,17 @@ let libXrender libXScrnSaver libxcb + libcap glib gtk3 pango curl libuuid cups + xcbutilwm # libxcb-icccm.so.4 + xcbutilimage # libxcb-image.so.0 + xcbutilkeysyms # libxcb-keysyms.so.1 + xcbutilrenderutil # libxcb-render-util.so.0 xz libxkbcommon ]); -- cgit 1.4.1