mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-01 01:33:20 +00:00
Merge pull request #213400 from eliandoran/dev/slack_fix_verbose_logs
slack: fix verbose logs
This commit is contained in:
commit
559febc33d
@ -177,7 +177,8 @@ let
|
||||
# Fix the desktop link
|
||||
substituteInPlace $out/share/applications/slack.desktop \
|
||||
--replace /usr/bin/ $out/bin/ \
|
||||
--replace /usr/share/ $out/share/
|
||||
--replace /usr/share/ $out/share/ \
|
||||
--replace bin/slack "bin/slack -s"
|
||||
|
||||
runHook postInstall
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user