mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 11:13:30 +00:00
slack: fix on darwin
This commit is contained in:
parent
af1f7d58ea
commit
6dedc015e9
@ -158,7 +158,7 @@ let
|
||||
mkdir -p $out/Applications
|
||||
cp -r ./slack-mnt/Slack.app $out/Applications
|
||||
/usr/bin/hdiutil unmount slack-mnt
|
||||
defaults write com.tinyspeck.slackmacgap SlackNoAutoUpdates -bool YES
|
||||
/usr/bin/defaults write com.tinyspeck.slackmacgap SlackNoAutoUpdates -bool YES
|
||||
'';
|
||||
};
|
||||
in if stdenv.isDarwin
|
||||
|
Loading…
Reference in New Issue
Block a user