Felix Buehler
|
188af2bf8b
|
sublime-merge: deprecate phases
|
2021-08-03 00:01:56 +02:00 |
|
Victor Luft
|
b32f22110c
|
sublime-merge: 2047 -> 2056
|
2021-05-26 21:34:01 -04:00 |
|
Victor Luft
|
f45e3e9075
|
sublime-merge-dev: 2047 -> 2055
|
2021-05-26 21:33:50 -04:00 |
|
Victor Luft
|
298113eaf7
|
sublime-merge: 2039 -> 2047
|
2021-02-25 12:36:39 -05:00 |
|
Victor Luft
|
407a992fd6
|
sublime-merge-dev: 2037 -> 2046
|
2021-02-25 12:36:38 -05:00 |
|
Ben Siraphob
|
badf51221d
|
treewide: stdenv.lib -> lib
|
2021-01-16 17:58:11 +07:00 |
|
Profpatsch
|
4a7f99d55d
|
treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
|
2021-01-11 10:38:22 +01:00 |
|
Victor Luft
|
2caa1782b5
|
sublime-merge: 2032 -> 2039
|
2020-11-18 11:58:31 -05:00 |
|
Victor Luft
|
a1a4585729
|
sublime-merge-dev: 2033 -> 2037
|
2020-11-09 09:52:15 -05:00 |
|
Jiehong Ma
|
b89327579e
|
sublime-merge: use 2033 as dev and 2032 as stable versions
|
2020-09-10 19:07:44 +02:00 |
|
Victor Luft
|
740b2f851f
|
sublime-merge: 2020 -> 2033
|
2020-09-04 16:26:51 +02:00 |
|
Victor Luft
|
1a3ebe5a7d
|
sublime-merge-dev: 2022 -> 2031
|
2020-09-04 16:26:51 +02:00 |
|
Tim Zook
|
228cd7fbd7
|
sublime-merge-dev: 2011 -> 2022
|
2020-06-25 12:06:31 -05:00 |
|
Tim Zook
|
f09718c84a
|
sublime-merge: askpass bug fix
Replace ssh-askpass-sublime executable from sublime-merge that is incompatable with the nix package wrapper. Fixes NixOS/nixpkgs#88600
|
2020-06-23 10:38:12 -05:00 |
|
Victor Luft
|
4523f8e9f0
|
sublime-merge: 1116 -> 2020
|
2020-05-27 09:42:21 -07:00 |
|
Victor Luft
|
2432d8a170
|
sublime-merge-dev: 1115 -> 2011
|
2020-05-27 09:42:21 -07:00 |
|
Victor Luft
|
76be58a6f9
|
sublime-merge: add libGL buildInput for Sublime Merge 2
|
2020-05-27 09:42:20 -07:00 |
|
Michael Reilly
|
84cf00f980
|
treewide: Per RFC45, remove all unquoted URLs
|
2020-04-10 17:54:53 +01:00 |
|
worldofpeace
|
496248820d
|
sublime-merge-dev: 1111 -> 1115
|
2019-07-19 18:19:14 -04:00 |
|
worldofpeace
|
b8d5a407c9
|
sublime-merge: 1107 -> 1116
|
2019-07-19 18:18:33 -04:00 |
|
worldofpeace
|
dc7c4d003c
|
sublime-merge: add redirect for /bin/true
Without it rebasing/squashing features are broken.
|
2019-07-19 18:17:46 -04:00 |
|
Jan Tojnar
|
b75a43f9e0
|
sublime{3,-merge}: simplify code
|
2019-06-18 23:43:37 +02:00 |
|
Jan Tojnar
|
9819cc2ca6
|
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.
|
2019-06-18 22:53:04 +02:00 |
|
Tim Zook
|
148119b9a6
|
sublime-{merge,text}: make common.nix files have a similar structure
In the future it's desired to unify Sublime packages expressions.
So them having a shared structure will make this more achievable.
|
2019-04-24 09:14:50 -04:00 |
|
Tim Zook
|
b59b31e36c
|
sublime-merge: init at 1107
|
2019-04-05 18:49:45 -05:00 |
|