kotatogram-desktop-with-webkit: inherit argv0

This commit is contained in:
Ilya Fedin 2024-11-02 23:39:54 +04:00
parent ca8eb1e29d
commit cfa05be0af

View File

@ -13,6 +13,7 @@ stdenv.mkDerivation {
postFixup = ''
mkdir -p $out/bin
makeWrapper ${kotatogram-desktop}/bin/kotatogram-desktop $out/bin/kotatogram-desktop \
--inherit-argv0 \
--prefix GIO_EXTRA_MODULES : ${glib-networking}/lib/gio/modules \
--prefix LD_LIBRARY_PATH : ${lib.makeLibraryPath [ webkitgtk_4_1 ]}
'';