about summary refs log tree commit diff
path: root/pkgs/applications/editors
Commit message (Collapse)AuthorAge
* 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.
| * | vscodium: 1.37.1 -> 1.38.0Edmund Wu2019-09-05
| | |
| * | vscode: 1.37.1 -> 1.38.0Edmund Wu2019-09-05
| |/
* | Merge branch 'master' into staging-nextVladimír Čunát2019-09-04
|\|
| * kakounePlugins: Add 5 kakoune plugins (#67593)Timothy DeHerrera2019-09-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * kakounePlugins: Add 5 kakoune plugins Should be compatible with https://github.com/NixOS/nixpkgs/pull/64310 * kak-auto-pairs: for automatic closing of pairs * kak-buffers: for easier buffer management * kak-fzf: for fzf integration * kak-powerline: for a prettier modeline * kak-vertical-selection: for easy vertical selections * kakounePlugins: alphabetize package list * kakounePlugins.kak-fzf: add ability to choose between fzf/skim * kakounePlugins.kak-powerline: substitute full path to git binary
| * vim: 8.1.1547 -> 8.1.1967 (#68011)averelld2019-09-03
| |
| * Merge pull request #67992 from marius851000/wxhexeditor2Marek Mahut2019-09-03
| |\ | | | | | | wxhexeditor: fix compilation
| | * wxhexeditor: fix compilationmarius8510002019-09-03
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2019-09-02
|\| |
| * | emacs-packages: Drop remnants of manually created packagesadisbladis2019-09-01
| | |
| * | emacs-packages.tramp: 2.3.0 -> 2.4.2adisbladis2019-09-01
| | |
| * | emacs-packages.helm-words: 20150413 -> 20190917adisbladis2019-09-01
| | |