✨ last fix up for discord-music-presence
Signed-off-by: Xaiya Schumin <d.schumin@proton.me>
This commit is contained in:
@@ -16,6 +16,9 @@
|
|||||||
|
|
||||||
libgpg-error,
|
libgpg-error,
|
||||||
|
|
||||||
|
openssl,
|
||||||
|
cacert,
|
||||||
|
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
xkeyboard_config
|
xkeyboard_config
|
||||||
}:
|
}:
|
||||||
@@ -41,6 +44,9 @@ stdenv.mkDerivation rec {
|
|||||||
wayland
|
wayland
|
||||||
libGL
|
libGL
|
||||||
|
|
||||||
|
openssl
|
||||||
|
cacert
|
||||||
|
|
||||||
fontconfig
|
fontconfig
|
||||||
freetype
|
freetype
|
||||||
libgpg-error
|
libgpg-error
|
||||||
@@ -61,7 +67,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
postFixup = ''
|
postFixup = ''
|
||||||
wrapProgram $out/bin/${pname} \
|
wrapProgram $out/bin/${pname} \
|
||||||
--set XKB_CONFIG_ROOT ${xkeyboard_config}/share/X11/xkb
|
--set XKB_CONFIG_ROOT ${xkeyboard_config}/share/X11/xkb \
|
||||||
|
--set SSL_CERT_FILE ${cacert}/etc/ssl/certs/ca-bundle.crt \
|
||||||
|
--set OPENSSL_CONF ${openssl.out}/etc/ssl/openssl.cnf \
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Reference in New Issue
Block a user