Tim Steinbach
3f1321a03d
nanorc: 2018-09-05 -> 2020-01-25
2020-10-08 11:00:18 -04:00
Tim Steinbach
9b28998862
atom: Remove maintainer nequissimus
2020-10-08 11:00:14 -04:00
Anderson Torres
c095d986c7
Merge pull request #99958 from lsix/nano-5.3
...
nano: 5.2 -> 5.3
2020-10-07 23:58:44 -03:00
Nicolas Martin
8e56330ad9
glow: 1.0.0 -> 1.0.1
2020-10-07 20:47:12 +02:00
Lancelot SIX
b9ff517983
nano: 5.2 -> 5.3
2020-10-07 15:23:24 +01:00
Nicolas Martin
c2ebb8becb
glow 0.2.0 -> 1.0.0
2020-10-06 22:24:22 +02:00
adisbladis
14154fea52
Revert "emacs: Remove references from emacs.pdmp"
...
This reverts commit 8e13d34944
.
It turns out this breaks the build of emacsGit from the nix-community overlay.
2020-10-06 01:14:24 +02:00
Viacheslav Lotsmanov
897d92c854
neovim-qt: 0.2.15 -> 0.2.16.1
2020-10-03 19:12:57 +02:00
Michael Weiss
23c5aed5fc
Merge pull request #99469 from meutraa/update/android-studio-canary
...
androidStudioPackages.{dev,canary}: 4.2.0.12 -> 4.2.0.13
2020-10-03 16:26:30 +02:00
meutraa
65e279292e
androidStudioPackages.{dev,canary}: 4.2.0.12 -> 4.2.0.13
2020-10-03 13:31:40 +01:00
upkeep-bot
0d4b52a77b
vscodium: 1.49.1 -> 1.49.3
2020-10-03 12:07:02 +00:00
upkeep-bot
234f8fb217
vscode: 1.49.1 -> 1.49.3
2020-10-03 00:09:11 +00:00
Damien Cassou
2b716d564d
Merge pull request #99234 from DamienCassou/rider-2020.2.3
...
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-02 08:06:24 +02:00
Eelco Dolstra
8e13d34944
emacs: Remove references from emacs.pdmp
...
This reduces the Emacs closure size from 1324 MiB to 424 MiB.
Fixes #98755 .
2020-10-01 09:53:02 +02:00
Damien Cassou
5f9027efa2
jetbrains.rider: 2020.2.2 -> 2020.2.3
2020-10-01 08:10:41 +02:00
Mario Rodas
77cf8388be
Merge pull request #93733 from lilyball/macvim-plugins
...
macvim: add configuration similar to vim_configurable and neovim
2020-09-29 05:13:35 -05:00
Mario Rodas
e2ef48c483
Merge pull request #99045 from lilyball/macvim
...
macvim: 8.2.539 -> 8.2.1719
2020-09-29 05:12:14 -05:00
Ryan Mulligan
990af061bc
Merge pull request #82175 from tckmn/add-qxw
...
qxw: init at 20190909
2020-09-28 20:34:11 -07:00
Lily Ballard
72e3217bf1
macvim: add configuration similar to vim_configurable and neovim
...
vim_configurable and neovim have both supported a mechanism to build
them with a custom vimrc that supports plugins from Nix. This updates
MacVim to support the same sort of configuration using an expression
like
macvim.configure {
customRC = ''
# custom configuration goes here
'';
packages.myVimPackage = with pkgs.vimPlugins; {
start = [ youcompleteme fugitive ];
opt = [ phpCompletion elm-vim ];
}
}
Once configured, .override will allow for editing the configuration.
Like vim_configurable and neovim, configuring macvim does not require
rebuilding it. Also like them, configuring macvim turns off the user
vimrc file.
2020-09-28 16:03:34 -07:00
Lily Ballard
9daf3b994b
macvim: 8.2.539 -> 8.2.1719
2020-09-28 15:33:36 -07:00
Lily Ballard
d3b1d59d84
macvim: Properly link against Nix ncurses
...
Since we're not using the Nix compiler, our buildInputs aren't
automatically exposed to the compiler, which means it was actually
compiling against system libncurses instead of Nix libncurses.
Also remove the `-Wno-error` from the make flags (and the unnecessary
`PREFIX` definition) in favor of using a much more targeted error
suppression at the configure flags. This works around an issue where
implicit function definitions are considered an error and the configure
script was trying to compile a file tht invoked an ncurses function
without including the relevant header.
2020-09-28 15:12:07 -07:00
meutraa
bdeef5701d
androidStudioPackages.{dev,canary}: 4.2.0.11 -> 4.2.0.12
2020-09-26 22:12:52 +02:00
adisbladis
bbecb0ef9f
Merge pull request #98673 from acowley/emacsgcc-paths
...
emacs: fix paths for native compilation
2020-09-26 16:20:23 +02:00
Anthony Cowley
30313a797d
emacs: fix paths for native compilation
...
The given paths gives rise to errors such as,
```
x86_64-unknown-linux-gnu-gcc-9.3.0: fatal error: cannot execute ‘as’: execvp: No such file or directory
compilation terminated.
```
in the `*Async-native-compile-log*` buffer.
Fixes <https://github.com/nix-community/emacs-overlay/issues/69 >
2020-09-24 14:54:36 -04:00
Daniël de Kok
fce6a30ccc
Merge pull request #98189 from samuela/upkeep-bot/vscode-1.49.1-1600387697
...
vscode: 1.48.2 -> 1.49.1
2020-09-24 08:10:34 +02:00
meutraa
731fd9efe3
androidStudioPackages.{dev,canary}: 4.2.0.10 -> 4.2.0.11
2020-09-21 14:28:38 +02:00
Charlotte Van Petegem
090cc5d6ea
bluej: init at 4.2.2
2020-09-21 09:31:18 +02:00
adisbladis
fa1272e956
emacsPackages.libgit: Fix build
2020-09-20 22:27:52 +02:00
Gabriel Ebner
e13e02f300
jedit: use latest jdk
2020-09-20 11:41:06 +02:00
upkeep-bot
0e6477d64d
vscodium: 1.48.2 -> 1.49.1
2020-09-19 21:29:16 +00:00
upkeep-bot
d34dafcd2b
vscode: 1.48.2 -> 1.49.1
2020-09-19 12:28:00 -07:00
Andy Tockman
56cb90bddf
qxw: 20190909 -> 20200708
2020-09-18 17:58:38 -05:00
Jason O'Conal
ce6de89eea
idea: 2020.2.1 -> 2020.2.2
2020-09-18 11:54:45 +09:30
Lassulus
6bc58262d1
Merge pull request #96931 from asbachb/update-netbeans
...
netbeans: 12.0 -> 12.1
2020-09-17 22:36:38 +02:00
Stig P
33b044c414
Merge pull request #98098 from titouanco/micro
...
micro: 2.0.5 -> 2.0.7
2020-09-16 20:05:49 +00:00
meutraa
b6b616bbe5
androidStudioPackages.beta: 4.1.0.17 -> 4.1.0.18
2020-09-16 18:19:50 +02:00
Titouan
d39013b183
micro: 2.0.5 -> 2.0.7
2020-09-16 16:30:52 +02:00
LeUlukai
c35b6b3b5c
texstudio: 3.0.0 -> 3.0.1
2020-09-15 20:52:16 +02:00
Samuel Ainsworth
a8d6213726
Shell programming hygiene ( #97884 )
2020-09-13 16:09:05 +00:00
Damien Cassou
8864a7c6ac
Update rider
2020-09-13 16:01:52 +02:00
Robert Schütz
79044dc453
setzer: 0.3.0 -> 0.3.2
2020-09-12 14:45:09 +02:00
meutraa
ed21f45583
androidStudioPackages.{dev,canary}: 4.2.0.9 -> 4.2.0.10
2020-09-09 12:47:28 +01:00
Maximilian Bosch
61999845f8
Merge pull request #97359 from kolaente/update/jetbrains
...
Update/jetbrains
2020-09-08 20:13:21 +02:00
Matthew Bauer
bbdc1d118b
Merge pull request #97343 from cmacrae/emacs_mac/json_support
...
emacs-mac: json support
2020-09-08 12:36:39 -05:00
Michael Raskin
49e694a8ab
Merge pull request #97063 from sikmir/cudatext
...
cudatext: init at 1.111.0
2020-09-08 10:32:17 +00:00
cmacrae
300df2e2f5
emacs-mac: json support
2020-09-08 09:56:12 +01:00
Nikolay Korotkiy
ac1f4a3ba1
cudatext: init at 1.111.0
2020-09-08 11:14:58 +03:00
Michael Weiss
7bd175ca3b
Merge pull request #97292 from meutraa/update/android-studio-canary
...
androidStudioPackages.{dev,canary}: 4.2.0.8 -> 4.2.0.9
2020-09-07 17:38:52 +02:00
kolaente
ee939c9d18
Update jetbrains.webstorm 2020.2 -> 2020.2.1
2020-09-07 15:28:30 +02:00
kolaente
7b46916f94
Update jetbrains.ruby-mine 2020.2 -> 2020.2.1
2020-09-07 15:28:17 +02:00