enpass: Add missing libraries
This commit is contained in:
parent
0355bc8653
commit
f0f553816e
@ -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
|
||||
]);
|
||||
|
Loading…
Reference in New Issue
Block a user