Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: ac070b89d43d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 897d9050a31f
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Jun 18, 2019

  1. sublime3: remove GTK 2 support

    No version in the repo uses it anymore
    jtojnar committed Jun 18, 2019
    Copy the full SHA
    48d92c9 View commit details
    Browse the repository at this point in the history
  2. sublime3: add maintainer

    jtojnar committed Jun 18, 2019
    Copy the full SHA
    e8cdece View commit details
    Browse the repository at this point in the history
  3. libredirect: add posix_spawnp support

    After bumping sublime3 in #61636 we realized that saving files as root
    doesn’t work anymore and somehow the paths weren’t patched by
    `libredirect`.
    
    After some debugging it came out that Sublime switched from `posix_spawn(3)`
    to `posix_spawnp(3)` to start new processes internally. Since `libredirect`
    only handled the former, `/usr/bin/pkexec` stopped being redirected.
    
    Wrapping `posix_spawnp` fixes the problem.
    Ma27 authored and jtojnar committed Jun 18, 2019
    Copy the full SHA
    a3667ee View commit details
    Browse the repository at this point in the history
  4. sublime-merge: remove GTK 2 support

    Sublime Merge does not support GTK 2 from build 1092 so we do not need this anymore.
    
    Also brings the expression in sync with Sublime Text.
    jtojnar committed Jun 18, 2019
    Copy the full SHA
    9819cc2 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    b75a43f View commit details
    Browse the repository at this point in the history
  6. Merge pull request #63447 from jtojnar/sublime-cleanup

    sublime3: clean up
    jtojnar committed Jun 18, 2019
    Copy the full SHA
    897d905 View commit details
    Browse the repository at this point in the history