Commit graph

5237 commits

Author SHA1 Message Date
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 1692e2cbb5 vscode/vscodium: split update scripts
Split up the vscode update.sh into separate vscode/vscodium update
scripts. Recently the versions of vscode and vscodium have diverged (see
VSCodium/vscodium#501), meaning that the updates for one package fail
while the other succeeds. This PR splits up the update scripts so that
one can be run with out the other and vice-versa.
2020-09-14 11:22:34 -07: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
kolaente fe552e4534
Update jetbrains.rider 2020.2 -> 2020.2.1 2020-09-07 15:28:00 +02:00
kolaente 2fa77fecfa
Update jetbrains.pycharm-professional 2020.2 -> 2020.2.1 2020-09-07 15:27:45 +02:00
kolaente b5a8a3b87d
Update jetbrains.pycharm-community 2020.2 -> 2020.2.1 2020-09-07 15:27:29 +02:00
kolaente d0ce498d54
Update jetbrains.phpstorm 2020.2 -> 2020.2.1 2020-09-07 15:27:13 +02:00
kolaente 1ae3cac8fc
Update jetbrains.mps 2020.2 -> 2020.2.1 2020-09-07 15:26:58 +02:00
kolaente 1281a5748c
Update jetbrains.idea-ultimate 2020.2 -> 2020.2.1 2020-09-07 15:26:37 +02:00
kolaente 70706259a4
Update jetbrains.idea-community 2020.2 -> 2020.2.1 2020-09-07 15:26:22 +02:00
kolaente 120d6ed2fc
Update jetbrains.goland 2020.2.1 -> 2020.2.2 2020-09-07 15:25:44 +02:00
kolaente 977620b029
Update jetbrains.datagrip 2020.2 -> 2020.2.2 2020-09-07 15:25:30 +02:00
kolaente 487ea9d055
Update jetbrains.clion 2020.2 -> 2020.2.1 2020-09-07 15:25:07 +02:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
meutraa 59410f0969
androidStudioPackages.{dev,canary}: 4.2.0.8 -> 4.2.0.9 2020-09-06 16:14:50 +01:00
Kevin Cox 9313f560fd
Merge pull request #96899 from Luflosi/update/kakoune
kakoune: 2020.08.04 -> 2020.09.01
2020-09-06 07:50:42 -04:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Damien Cassou 556b29dd3e
emacs: Add missing patches to the Emacs derivations
patches were removed by a recent refactoring of Emacs packages:

  967259e6b4 * emacs: Factor out expression to a generic build
2020-09-03 17:10:32 +02:00
adisbladis 6fc3562432
Merge pull request #94637 from antifuchs/gccemacs-on-darwin
emacs: Make gccemacs build on darwin
2020-09-02 18:30:58 +02:00
Andreas Fuchs 04fffd6cae emacs: use -B flags for native compilation dependencies
The -B flag to gcc (and libgccjit) allows us to specify where it can
find things it needs to correctly compile code (both programs and
libraries) without adjusting any environmental flags: So, no need to
wrap the program for a PATH entry containing binutils, and no need to
explicitly pass a linker path anymore.
2020-09-01 22:58:27 -04:00
Benjamin Asbach 69027b0c95 netbeans: 12.0 -> 12.1 2020-09-01 23:41:10 +02:00
Lassulus f5d9a1d2b1
Merge pull request #96462 from helsinki-systems/upd/texstudio
texstudio: 2.12.22 -> 3.0.0
2020-09-01 19:37:56 +02:00
Luflosi 0bfd16a1dd
kakoune: 2020.08.04 -> 2020.09.01
https://github.com/mawww/kakoune/releases/tag/v2020.09.01
2020-09-01 13:17:55 +02:00
R. RyanTM f02984aace vim: 8.2.1123 -> 8.2.1522 2020-08-31 17:33:28 -07:00
meutraa e909c93a29
androidStudioPackages.beta: change maintainer to meutraa 2020-08-31 23:08:14 +01:00
meutraa dba6fb3615
androidStudioPackages.beta: 4.1.0.14 -> 4.1.0.17 2020-08-31 23:07:25 +01:00
Daniël de Kok c9e9013863
Merge pull request #96768 from peterhoeg/d/qvim
qvim: drop it
2020-08-31 19:33:07 +02:00
Peter Hoeg 8401a6262e qvim: drop it
Upstream has moved development to neovim instead where this frontend is
now based on Qt5.
2020-08-31 23:04:00 +08:00
Kevin Cox 599089ed1d
neovim-qt: Add homepage 2020-08-31 07:19:40 -04:00
Daniël de Kok 353fd706fd
Merge pull request #96727 from r-ryantm/auto-update/typora
typora: 0.9.89 -> 0.9.95
2020-08-31 07:50:05 +02:00
R. RyanTM 04f9516845 typora: 0.9.89 -> 0.9.93 2020-08-31 07:27:06 +02:00
Andreas Fuchs 6ad323d0a0 emacs: use -B flags for native compilation dependencies
The -B flag to gcc (and libgccjit) allows us to specify where it can
find things it needs to correctly compile code (both programs and
libraries) without adjusting any environmental flags: So, no need to
wrap the program for a PATH entry containing binutils, and no need to
explicitly pass a linker path anymore.
2020-08-31 00:47:33 -04:00
Michael Weiss 4d851ae78f
Merge pull request #96573 from meutraa/update/android-studio-canary
androidStudioPackages.{dev,canary}: 4.2.0.7 -> 4.2.0.8
2020-08-30 20:29:08 +02:00
Andreas Fuchs 3384837123 emacs: Use stdenv's bintools instead of clang
This way, we don't have to drag clang or binutils/binutils-wrapped
into the emacs closure, and can instead rely on using the correct one
for the platform we're running on.

Co-authored-by: Matthew Bauer <mjbauer95@gmail.com>
2020-08-30 10:58:50 -04:00
Andreas Fuchs ad7a3fb3f6 emacs: Use stdenv.cc.libc instead of plain .libc
This is the portable way to address the system-appropriate libc,
better than conditionalizing by (darwin/GNU) system or using either
one.
2020-08-29 23:10:38 -04:00
Andreas Fuchs a891ae41b3 emacs: Set native-comp library path as linker flags instead
Since Darwin's linker does not understand LIBRARY_PATH, we have to set
the library path as explicit linker flags: This requires a very recent
feature/native-comp emacs revision, but it runs on Darwin and
correctly compiles files at runtime.
2020-08-29 23:10:38 -04:00
Andreas Fuchs 861f27018d emacs: Fix paths to bintools on Darwin
This changes PATH such that the correct linker can be found to
construct .eln files at runtime.
2020-08-29 23:10:38 -04:00
Frederik Rietdijk 7b56d26ae3 Merge master into staging-next 2020-08-29 13:30:25 +02:00
Brian Leung bea26371b5 emacsPackages.orgit-forge: override build inputs to include Git 2020-08-28 20:40:12 -07:00
meutraa faefec521d
androidStudioPackages.{dev,canary}: 4.2.0.7 -> 4.2.0.8 2020-08-29 00:48:54 +01:00
Lassulus 64ad3efd1a
Merge pull request #94902 from costrouc/go-gophernotes-init
gophernotes: init at 0.7.1
2020-08-28 22:37:20 +02:00
Frederik Rietdijk efb45f7638 Merge master into staging-next 2020-08-28 09:54:31 +02:00
Lassulus 1c2ebdc5a3
Merge pull request #85852 from robertodr/init-kibi
kibi: init at 0.2.0
2020-08-27 21:30:02 +02:00
Lassulus 1e82e12a40
Merge pull request #88548 from jacereda/code-browser
code-browser: init at 7.1.20
2020-08-27 18:34:19 +02:00
Daniël de Kok 3ef5bbc049
Merge pull request #96445 from JesusMtnez/vscode
vscode, vscodium: 1.48.1 -> 1.48.2
2020-08-27 15:38:58 +02:00
ajs124 e56f55fe52 texstudio: 2.12.22 -> 3.0.0
this release drops qt4 support, but we haven't been using that for >2 years anyways
2020-08-27 13:49:53 +02:00
Jason Felice 6bdf265bb6 case-kak: init at unstable-2020-04-06 2020-08-27 10:02:59 +00:00
JesusMtnez 813da9accd
vscodium: 1.48.1 -> 1.48.2 2020-08-27 11:14:03 +02:00
JesusMtnez fa25ef8379
vscode: 1.48.1 -> 1.48.2 2020-08-27 11:13:45 +02:00
Matthew Bauer 25ac498482
Merge pull request #96404 from matthewbauer/gcc-cross
Fix cycle detected in Darwin->Linux cross GCC
2020-08-26 16:17:14 -05:00
Jorge Acereda 284989161f code-browser: init at 7.1.20 2020-08-26 21:03:14 +02:00
V 7f3a18d33b featherpad: use qt5's mkDerivation 2020-08-26 19:16:25 +02:00
Frederik Rietdijk 081bd762e5 Merge staging-next into staging 2020-08-26 08:43:29 +02:00
AndersonTorres 1b4c4193c6 viw: init at 20171029 2020-08-26 07:54:46 +02:00
Andreas Fuchs 0d15ea9500 emacs: Use stdenv.libc instead of .glibc
The latter doesn't exist on Darwin (and, presumably, other targets as
well). This change allows emacsGcc from emacs-overlay to attempt to
build where previously, the derivation would error out.
2020-08-25 08:12:35 -04:00
Robert Schütz c0f61f3e17 setzer: 0.2.8 -> 0.3.0 2020-08-25 11:33:15 +02:00
Daniël de Kok 39b5a159b4
Merge pull request #96181 from lsix/nano-5.2
nano: 5.0 -> 5.2
2020-08-25 08:36:33 +02:00
Paul 9d5f2e2913
androidStudioPackages.{dev,canary}: 4.2.0.5 -> 4.2.0.7 (#94936) 2020-08-24 20:03:00 +02:00
Lancelot SIX 543701331e
nano: 5.0 -> 5.2
See https://lists.gnu.org/archive/html/info-gnu/2020-08/msg00008.html
for release announcement.
2020-08-24 15:53:28 +01:00
Florian Klink 40d2968ebf
Merge pull request #94354 from flokli/systemd-246
systemd: 245.6 -> 246
2020-08-24 12:42:24 +02:00
Roman Kuznetsov d23b407be4
vscode, vscodium: 1.48.0 -> 1.48.1 2020-08-21 22:02:27 +02:00
Damien Cassou 5939922325
Merge pull request #95789 from jonringer/rider-2020.2
jetbrains.rider: 2020.1.4 -> 2020.2
2020-08-21 12:40:20 +02:00
Jörg Thalheim 4d55b517e8
Merge pull request #95815 from Mic92/emacs-updates
emacsPackages: updates
2020-08-21 08:57:17 +01:00
adisbladis edd6216a00
emacs26: Add back at version 26.3 2020-08-21 00:58:17 +02:00