Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sublime3: 3114 -> 3126 #23913

Merged
merged 1 commit into from Mar 16, 2017
Merged

sublime3: 3114 -> 3126 #23913

merged 1 commit into from Mar 16, 2017

Conversation

alecmev
Copy link
Contributor

@alecmev alecmev commented Mar 15, 2017

Motivation for this change

Latest Sublime Text 3.

Things done
  • Tested using sandboxing
    (nix.useSandbox on NixOS,
    or option build-use-sandbox in nix.conf
    on non-NixOS)
  • Built on platform(s)
    • NixOS
    • macOS
    • Linux
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nox --run "nox-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Fits CONTRIBUTING.md.

I wasn't able to find a policy on backporting, though I've seen that Dropbox is being constantly updated in stable branches. Am I supposed to update older stable branches too, and have I done the backport itself correctly? Is there a better approach than this? I haven't tested yet, just looking for feedback.

@mention-bot
Copy link

@jeremejevs, thanks for your PR! By analyzing the history of the files in this pull request, we identified @demin-dmitriy, @wmertens and @abbradar to be potential reviewers.

@@ -66,6 +66,7 @@ in stdenv.mkDerivation {
phases = [ "installPhase" ];
installPhase = ''
mkdir -p $out/bin
ln -s ${sublime}/sublime_text $out/bin/subl
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a common alias also found in other upstream packages (Mac OS X).

@jagajaga jagajaga merged commit bd97f76 into NixOS:release-16.09 Mar 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants