summary refs log tree commit diff
path: root/pkgs/applications/editors
Commit message (Collapse)AuthorAge
...
| * | | | | | | jetbrains.idea-ultimate: 2019.2.1 -> 2019.2.2Edmund Wu2019-09-06
| | | | | | | |
| * | | | | | | jetbrains.idea-community: 2019.2.1 -> 2019.2.2Edmund Wu2019-09-06
| | | | | | | |
| * | | | | | | jetbrains.webstorm: 2019.1.3 -> 2019.2.1Edmund Wu2019-08-31
| | | | | | | |
| * | | | | | | jetbrains.datagrip: 2019.2.2 -> 2019.2.3Edmund Wu2019-08-31
| | | | | | | |
| * | | | | | | jetbrains.jdk: 164 -> 451Edmund Wu2019-08-31
| | | | | | | |
* | | | | | | | Merge pull request #68534 from lilyball/macvim-xcode-11-fixJörg Thalheim2019-09-26
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | macvim: fix compatibility with Xcode 11
| * | | | | | | macvim: fix compatibility with Xcode 11Lily Ballard2019-09-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes several Xcode 11 incompatibilities with MacVim, including an issue where it wasn't inheriting the deployment target correctly to begin with.
* | | | | | | | melpa-packages: 2019-09-26adisbladis2019-09-26
| | | | | | | |
* | | | | | | | elpa-packages: 2019-09-26adisbladis2019-09-26
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | jetbrains.rider: fix on darwinUri Baghin2019-09-24
| | | | | | |
* | | | | | | jetbrains.rider: fail evaluation in a good way on non-LinuxVladimír Čunát2019-09-24
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | The tarball job was broken because of this (darwin).
* | | | | | Merge pull request #68882 from rvolosatovs/update/neovimMatthieu Coudron2019-09-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | Neovim: 0.3.8 -> 0.4.2
| * | | | | | neovim: 0.3.8 -> 0.4.2Roman Volosatovs2019-09-16
| | | | | | |
| * | | | | | neovim: sort lists alphabeticallyCraig Hall2019-09-16
| | | | | | |
* | | | | | | jetbrains.idea-community: add darwin supportUri Baghin2019-09-23
| |_|_|_|_|/ |/| | | | |
* | | | | | Merge pull request #69212 from NeQuissimus/emacsadisbladis2019-09-22
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Emacs: Package updates
| * | | | | emacsPackages: Update elpaTim Steinbach2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | Via `update-elpa` script
| * | | | | emacsPackages: Update melpaTim Steinbach2019-09-21
| | | | | | | | | | | | | | | | | | | | | | | | Via `update-melpa` script
* | | | | | androidStudioPackages.{dev,canary}: 3.6.0.11 -> 3.6.0.12Michael Weiss2019-09-21
| | | | | |
* | | | | | Merge pull request #69129 from eadwu/typora/include-pandocworldofpeace2019-09-21
|\ \ \ \ \ \ | |/ / / / / |/| | | | | typora: allow pandoc to be in PATH
| * | | | | typora: allow pandoc to be in PATHEdmund Wu2019-09-21
| | |_|_|/ | |/| | |
* | | | | Merge pull request #69038 from matthewbauer/ncurses5Matthew Bauer2019-09-20
|\ \ \ \ \ | | | | | | | | | | | | treewide: use libtinfo.so.5 where needed
| * | | | | treewide: use libtinfo.so.5 where neededMatthew Bauer2019-09-18
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was originally added in https://github.com/NixOS/nixpkgs/pull/21350 best to use this name for clarity.
* | | | | Merge pull request #68627 from Ma27/build-unfree-locallyMaximilian Bosch2019-09-20
|\ \ \ \ \ | | | | | | | | | | | | treewide: build some unfree packages locally
| * | | | | treewide: build some unfree packages locallyMaximilian Bosch2019-09-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unfree packages aren't distributed by our binary cache due to legal reasons[1] and are usually a prebuilt binary that requires some patching. When using distributed builds[2], those are uploaded to another build machine as fixed-output derivations from `fetchurl` are built locally[3] which takes a certain amount of time and resources with almost no gain as the build process is trivial in contrast to the up/download to a remote builder. This is why I figured that at least some of the packages should be explicitly built locally, I've done something simlar for `citrix_workspace` already in the past[4]. The following packages are affected by this: * `idea.*` (excluding free derivatives) * `xmind` * `teamviewer` [1] https://nixos.wiki/wiki/FAQ/How_can_I_install_a_proprietary_or_unfree_package%3F#More_precision [2] https://nixos.wiki/wiki/Distributed_build [3] https://github.com/NixOS/nixpkgs/blob/267c8d6b2fea05bc811c8e2c2f4529b1436eeb9a/pkgs/build-support/fetchurl/default.nix#L95 [4] 87f818d9b21b16b067048a6ee0178b782886f0f0
* | | | | | neovim-remote: 2.2.0 -> 2.2.1Doron Behar2019-09-21
| |/ / / / |/| | | |
* | | | | Merge pull request #68870 from B4dM4n/amp-darwinMatthew Bauer2019-09-17
|\ \ \ \ \ | | | | | | | | | | | | amp: fix darwin build
| * | | | | amp: fix darwin buildFabian Möller2019-09-16
| | | | | |
* | | | | | Merge pull request #68528 from lilyball/macvim-ibtool-fixMatthew Bauer2019-09-17
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | macvim: work around ibtool issue
| * | | | | macvim: work around ibtool issueLily Ballard2019-09-11
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems that /usr/bin/ibtool marks stdin/stdout/stderr as nonblocking, which can cause the subsequent build phase to fail when it tries to write to stdout. I don't know why this problem just started happening for me, but preventing ibtool from inheriting fds fixes the problem.
* | | | | Merge pull request #68655 from eadwu/vscode/1.38.1worldofpeace2019-09-15
|\ \ \ \ \ | |_|/ / / |/| | | | vscod{e,ium}: 1.38.0 -> 1.38.1
| * | | | vscodium: 1.38.0 -> 1.38.1Edmund Wu2019-09-13
| | | | |
| * | | | vscode: 1.38.0 -> 1.38.1Edmund Wu2019-09-13
| | |/ / | |/| |
* | | | Merge pull request #68585 from B4dM4n/manuskript-buildRobin Gloster2019-09-13
|\ \ \ \ | |/ / / |/| | | manuskript: fix build and use wrapQtApp
| * | | manuskript: fix build and use wrapQtAppFabian Möller2019-09-12
| | | |
* | | | Merge pull request #68376 from wildsebastian/remove-elpy-from-melpaadisbladis2019-09-12
|\ \ \ \ | |/ / / |/| | | melpaPackages.elpy: bugfix
| * | | melpaPackages.elpy: bugfixSebastian Wild2019-09-12
| | | | | | | | | | | | | | | | | | | | After the elpy dummy package was removed (#68217) it was still referenced in the melpa packages and broke emacs builds that included elpy.
* | | | androidStudioPackages.{dev,canary}: 3.6.0.10 -> 3.6.0.11Michael Weiss2019-09-11
| |/ / |/| |
* | | Merge pull request #68146 from averelld/rstudio-build-fixLinus Heckemann2019-09-10
|\ \ \ | | | | | | | | rstudio: fix build with new hunspell-dicts
| * | | rstudio: fix build with new hunspell-dictsEamonn Coughlan2019-09-05
| | | |
* | | | kakounePlugins.kak-ansi: init at 0.2.1Jason Felice2019-09-09
| |/ / |/| |
* | | treewide: remove redundant quotesvolth2019-09-08
| | |
* | | Merge pull request #68179 from aanderse/kdevelopAaron Andersen2019-09-07
|\ \ \ | | | | | | | | kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2
| * | | kdevelop, kdev-php, kdev-python: 5.4.1 -> 5.4.2Aaron Andersen2019-09-06
| | | |
* | | | Merge master into staging-nextFrederik Rietdijk2019-09-06
|\ \ \ \
| * | | | androidStudioPackages.{dev,canary}: 3.6.0.9 -> 3.6.0.10Michael Weiss2019-09-06
| | | | |
| * | | | androidStudioPackages.*: Remove the "-wrapper" suffix from nameMichael Weiss2019-09-06
| |/ / / | | | | | | | | | | | | | | | | | | | | This causes problems when parsing the name attribute, e.g. for Repology and parseDrvName. I've added "-unwrapped" to the derivation with the downloaded content to keep it easier to differentiate between the two.
* | | | Merge branch 'master' into staging-nextJan Tojnar2019-09-06
|\| | | | | | | | | | | | | | | Fixed trivial conflicts caused by removing rec.
| * | | Merge branch 'gtk-no-plus'Jan Tojnar2019-09-06
| |\ \ \
| | * | | tree-wide: s/GTK+/GTK/gJan Tojnar2019-09-06
| | |/ / | | | | | | | | | | | | GTK was renamed.