fix bolt launcher and install to desktop
This commit is contained in:
@@ -18,15 +18,10 @@
|
||||
, libarchive
|
||||
, libdrm
|
||||
, libGL
|
||||
, libX11
|
||||
, libx11
|
||||
, libxcb
|
||||
, libXcomposite
|
||||
, libXdamage
|
||||
, libXext
|
||||
, libXfixes
|
||||
, libxext
|
||||
, libxkbcommon
|
||||
, libXrandr
|
||||
, libxshmfence
|
||||
, mesa
|
||||
, nspr
|
||||
, nss
|
||||
@@ -76,15 +71,10 @@ stdenv.mkDerivation rec {
|
||||
libarchive
|
||||
libdrm
|
||||
libGL
|
||||
libX11
|
||||
libx11
|
||||
libxcb
|
||||
libXcomposite
|
||||
libXdamage
|
||||
libXext
|
||||
libXfixes
|
||||
libxext
|
||||
libxkbcommon
|
||||
libXrandr
|
||||
libxshmfence
|
||||
mesa
|
||||
nspr
|
||||
nss
|
||||
@@ -101,11 +91,16 @@ stdenv.mkDerivation rec {
|
||||
udev
|
||||
wayland
|
||||
] ++ (with xorg; [
|
||||
libXcomposite
|
||||
libXcursor
|
||||
libXdamage
|
||||
libXfixes
|
||||
libXi
|
||||
libXinerama
|
||||
libXrandr
|
||||
libXrender
|
||||
libXScrnSaver
|
||||
libxshmfence
|
||||
libXtst
|
||||
libXxf86vm
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user