mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-18 19:54:05 +00:00
telegram-desktop: remove crimes
This may have worked 4 years ago, but it most definitely does not work on the binary wrapper.
This commit is contained in:
parent
da5c97ee29
commit
99cb935fbf
@ -181,10 +181,7 @@ stdenv.mkDerivation rec {
|
|||||||
"''${gappsWrapperArgs[@]}" \
|
"''${gappsWrapperArgs[@]}" \
|
||||||
"''${qtWrapperArgs[@]}" \
|
"''${qtWrapperArgs[@]}" \
|
||||||
--prefix LD_LIBRARY_PATH : "${xorg.libXcursor}/lib" \
|
--prefix LD_LIBRARY_PATH : "${xorg.libXcursor}/lib" \
|
||||||
--suffix PATH : ${lib.makeBinPath [ xdg-utils ]} \
|
--suffix PATH : ${lib.makeBinPath [ xdg-utils ]}
|
||||||
--set XDG_RUNTIME_DIR "XDG-RUNTIME-DIR"
|
|
||||||
sed -i $out/bin/telegram-desktop \
|
|
||||||
-e "s,'XDG-RUNTIME-DIR',\"\''${XDG_RUNTIME_DIR:-/run/user/\$(id --user)}\","
|
|
||||||
'';
|
'';
|
||||||
|
|
||||||
passthru = {
|
passthru = {
|
||||||
|
Loading…
Reference in New Issue
Block a user