✨ 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,
|
||||
|
||||
openssl,
|
||||
cacert,
|
||||
|
||||
makeWrapper,
|
||||
xkeyboard_config
|
||||
}:
|
||||
@@ -41,6 +44,9 @@ stdenv.mkDerivation rec {
|
||||
wayland
|
||||
libGL
|
||||
|
||||
openssl
|
||||
cacert
|
||||
|
||||
fontconfig
|
||||
freetype
|
||||
libgpg-error
|
||||
@@ -61,7 +67,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
postFixup = ''
|
||||
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 = {
|
||||
|
||||
Reference in New Issue
Block a user